quicksight

package
v1.42.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package quicksight provides the client and types for making API requests to Amazon QuickSight.

Amazon QuickSight is a fully managed, serverless business intelligence service for the Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your organization. This API reference contains documentation for a programming interface that you can use to manage Amazon QuickSight.

See https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01 for more information on this service.

See quicksight package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/quicksight/

Using the Client

To contact Amazon QuickSight with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon QuickSight client QuickSight for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/quicksight/#New

Index

Constants

View Source
const (
	// AnalysisErrorTypeAccessDenied is a AnalysisErrorType enum value
	AnalysisErrorTypeAccessDenied = "ACCESS_DENIED"

	// AnalysisErrorTypeSourceNotFound is a AnalysisErrorType enum value
	AnalysisErrorTypeSourceNotFound = "SOURCE_NOT_FOUND"

	// AnalysisErrorTypeDataSetNotFound is a AnalysisErrorType enum value
	AnalysisErrorTypeDataSetNotFound = "DATA_SET_NOT_FOUND"

	// AnalysisErrorTypeInternalFailure is a AnalysisErrorType enum value
	AnalysisErrorTypeInternalFailure = "INTERNAL_FAILURE"

	// AnalysisErrorTypeParameterValueIncompatible is a AnalysisErrorType enum value
	AnalysisErrorTypeParameterValueIncompatible = "PARAMETER_VALUE_INCOMPATIBLE"

	// AnalysisErrorTypeParameterTypeInvalid is a AnalysisErrorType enum value
	AnalysisErrorTypeParameterTypeInvalid = "PARAMETER_TYPE_INVALID"

	// AnalysisErrorTypeParameterNotFound is a AnalysisErrorType enum value
	AnalysisErrorTypeParameterNotFound = "PARAMETER_NOT_FOUND"

	// AnalysisErrorTypeColumnTypeMismatch is a AnalysisErrorType enum value
	AnalysisErrorTypeColumnTypeMismatch = "COLUMN_TYPE_MISMATCH"

	// AnalysisErrorTypeColumnGeographicRoleMismatch is a AnalysisErrorType enum value
	AnalysisErrorTypeColumnGeographicRoleMismatch = "COLUMN_GEOGRAPHIC_ROLE_MISMATCH"

	// AnalysisErrorTypeColumnReplacementMissing is a AnalysisErrorType enum value
	AnalysisErrorTypeColumnReplacementMissing = "COLUMN_REPLACEMENT_MISSING"
)
View Source
const (
	// AnalysisFilterAttributeQuicksightUser is a AnalysisFilterAttribute enum value
	AnalysisFilterAttributeQuicksightUser = "QUICKSIGHT_USER"

	// AnalysisFilterAttributeQuicksightViewerOrOwner is a AnalysisFilterAttribute enum value
	AnalysisFilterAttributeQuicksightViewerOrOwner = "QUICKSIGHT_VIEWER_OR_OWNER"

	// AnalysisFilterAttributeDirectQuicksightViewerOrOwner is a AnalysisFilterAttribute enum value
	AnalysisFilterAttributeDirectQuicksightViewerOrOwner = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"

	// AnalysisFilterAttributeQuicksightOwner is a AnalysisFilterAttribute enum value
	AnalysisFilterAttributeQuicksightOwner = "QUICKSIGHT_OWNER"

	// AnalysisFilterAttributeDirectQuicksightOwner is a AnalysisFilterAttribute enum value
	AnalysisFilterAttributeDirectQuicksightOwner = "DIRECT_QUICKSIGHT_OWNER"

	// AnalysisFilterAttributeDirectQuicksightSoleOwner is a AnalysisFilterAttribute enum value
	AnalysisFilterAttributeDirectQuicksightSoleOwner = "DIRECT_QUICKSIGHT_SOLE_OWNER"

	// AnalysisFilterAttributeAnalysisName is a AnalysisFilterAttribute enum value
	AnalysisFilterAttributeAnalysisName = "ANALYSIS_NAME"
)
View Source
const (
	// ArcThicknessSmall is a ArcThickness enum value
	ArcThicknessSmall = "SMALL"

	// ArcThicknessMedium is a ArcThickness enum value
	ArcThicknessMedium = "MEDIUM"

	// ArcThicknessLarge is a ArcThickness enum value
	ArcThicknessLarge = "LARGE"

	// ArcThicknessWhole is a ArcThickness enum value
	ArcThicknessWhole = "WHOLE"
)
View Source
const (
	// ArcThicknessOptionsSmall is a ArcThicknessOptions enum value
	ArcThicknessOptionsSmall = "SMALL"

	// ArcThicknessOptionsMedium is a ArcThicknessOptions enum value
	ArcThicknessOptionsMedium = "MEDIUM"

	// ArcThicknessOptionsLarge is a ArcThicknessOptions enum value
	ArcThicknessOptionsLarge = "LARGE"
)
View Source
const (
	// AssetBundleExportFormatCloudformationJson is a AssetBundleExportFormat enum value
	AssetBundleExportFormatCloudformationJson = "CLOUDFORMATION_JSON"

	// AssetBundleExportFormatQuicksightJson is a AssetBundleExportFormat enum value
	AssetBundleExportFormatQuicksightJson = "QUICKSIGHT_JSON"
)
View Source
const (
	// AssetBundleExportJobDataSourcePropertyToOverrideName is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideName = "Name"

	// AssetBundleExportJobDataSourcePropertyToOverrideDisableSsl is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideDisableSsl = "DisableSsl"

	// AssetBundleExportJobDataSourcePropertyToOverrideSecretArn is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideSecretArn = "SecretArn"

	// AssetBundleExportJobDataSourcePropertyToOverrideUsername is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideUsername = "Username"

	// AssetBundleExportJobDataSourcePropertyToOverridePassword is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverridePassword = "Password"

	// AssetBundleExportJobDataSourcePropertyToOverrideDomain is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideDomain = "Domain"

	// AssetBundleExportJobDataSourcePropertyToOverrideWorkGroup is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideWorkGroup = "WorkGroup"

	// AssetBundleExportJobDataSourcePropertyToOverrideHost is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideHost = "Host"

	// AssetBundleExportJobDataSourcePropertyToOverridePort is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverridePort = "Port"

	// AssetBundleExportJobDataSourcePropertyToOverrideDatabase is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideDatabase = "Database"

	// AssetBundleExportJobDataSourcePropertyToOverrideDataSetName is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideDataSetName = "DataSetName"

	// AssetBundleExportJobDataSourcePropertyToOverrideCatalog is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideCatalog = "Catalog"

	// AssetBundleExportJobDataSourcePropertyToOverrideInstanceId is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideInstanceId = "InstanceId"

	// AssetBundleExportJobDataSourcePropertyToOverrideClusterId is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideClusterId = "ClusterId"

	// AssetBundleExportJobDataSourcePropertyToOverrideManifestFileLocation is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideManifestFileLocation = "ManifestFileLocation"

	// AssetBundleExportJobDataSourcePropertyToOverrideWarehouse is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideWarehouse = "Warehouse"

	// AssetBundleExportJobDataSourcePropertyToOverrideRoleArn is a AssetBundleExportJobDataSourcePropertyToOverride enum value
	AssetBundleExportJobDataSourcePropertyToOverrideRoleArn = "RoleArn"
)
View Source
const (
	// AssetBundleExportJobStatusQueuedForImmediateExecution is a AssetBundleExportJobStatus enum value
	AssetBundleExportJobStatusQueuedForImmediateExecution = "QUEUED_FOR_IMMEDIATE_EXECUTION"

	// AssetBundleExportJobStatusInProgress is a AssetBundleExportJobStatus enum value
	AssetBundleExportJobStatusInProgress = "IN_PROGRESS"

	// AssetBundleExportJobStatusSuccessful is a AssetBundleExportJobStatus enum value
	AssetBundleExportJobStatusSuccessful = "SUCCESSFUL"

	// AssetBundleExportJobStatusFailed is a AssetBundleExportJobStatus enum value
	AssetBundleExportJobStatusFailed = "FAILED"
)
View Source
const (
	// AssetBundleExportJobVPCConnectionPropertyToOverrideName is a AssetBundleExportJobVPCConnectionPropertyToOverride enum value
	AssetBundleExportJobVPCConnectionPropertyToOverrideName = "Name"

	// AssetBundleExportJobVPCConnectionPropertyToOverrideDnsResolvers is a AssetBundleExportJobVPCConnectionPropertyToOverride enum value
	AssetBundleExportJobVPCConnectionPropertyToOverrideDnsResolvers = "DnsResolvers"

	// AssetBundleExportJobVPCConnectionPropertyToOverrideRoleArn is a AssetBundleExportJobVPCConnectionPropertyToOverride enum value
	AssetBundleExportJobVPCConnectionPropertyToOverrideRoleArn = "RoleArn"
)
View Source
const (
	// AssetBundleImportFailureActionDoNothing is a AssetBundleImportFailureAction enum value
	AssetBundleImportFailureActionDoNothing = "DO_NOTHING"

	// AssetBundleImportFailureActionRollback is a AssetBundleImportFailureAction enum value
	AssetBundleImportFailureActionRollback = "ROLLBACK"
)
View Source
const (
	// AssetBundleImportJobStatusQueuedForImmediateExecution is a AssetBundleImportJobStatus enum value
	AssetBundleImportJobStatusQueuedForImmediateExecution = "QUEUED_FOR_IMMEDIATE_EXECUTION"

	// AssetBundleImportJobStatusInProgress is a AssetBundleImportJobStatus enum value
	AssetBundleImportJobStatusInProgress = "IN_PROGRESS"

	// AssetBundleImportJobStatusSuccessful is a AssetBundleImportJobStatus enum value
	AssetBundleImportJobStatusSuccessful = "SUCCESSFUL"

	// AssetBundleImportJobStatusFailed is a AssetBundleImportJobStatus enum value
	AssetBundleImportJobStatusFailed = "FAILED"

	// AssetBundleImportJobStatusFailedRollbackInProgress is a AssetBundleImportJobStatus enum value
	AssetBundleImportJobStatusFailedRollbackInProgress = "FAILED_ROLLBACK_IN_PROGRESS"

	// AssetBundleImportJobStatusFailedRollbackCompleted is a AssetBundleImportJobStatus enum value
	AssetBundleImportJobStatusFailedRollbackCompleted = "FAILED_ROLLBACK_COMPLETED"

	// AssetBundleImportJobStatusFailedRollbackError is a AssetBundleImportJobStatus enum value
	AssetBundleImportJobStatusFailedRollbackError = "FAILED_ROLLBACK_ERROR"
)
View Source
const (
	// AssignmentStatusEnabled is a AssignmentStatus enum value
	AssignmentStatusEnabled = "ENABLED"

	// AssignmentStatusDraft is a AssignmentStatus enum value
	AssignmentStatusDraft = "DRAFT"

	// AssignmentStatusDisabled is a AssignmentStatus enum value
	AssignmentStatusDisabled = "DISABLED"
)
View Source
const (
	// AuthenticationMethodOptionIamAndQuicksight is a AuthenticationMethodOption enum value
	AuthenticationMethodOptionIamAndQuicksight = "IAM_AND_QUICKSIGHT"

	// AuthenticationMethodOptionIamOnly is a AuthenticationMethodOption enum value
	AuthenticationMethodOptionIamOnly = "IAM_ONLY"

	// AuthenticationMethodOptionActiveDirectory is a AuthenticationMethodOption enum value
	AuthenticationMethodOptionActiveDirectory = "ACTIVE_DIRECTORY"
)
View Source
const (
	// AuthorSpecifiedAggregationCount is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationCount = "COUNT"

	// AuthorSpecifiedAggregationDistinctCount is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationDistinctCount = "DISTINCT_COUNT"

	// AuthorSpecifiedAggregationMin is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationMin = "MIN"

	// AuthorSpecifiedAggregationMax is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationMax = "MAX"

	// AuthorSpecifiedAggregationMedian is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationMedian = "MEDIAN"

	// AuthorSpecifiedAggregationSum is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationSum = "SUM"

	// AuthorSpecifiedAggregationAverage is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationAverage = "AVERAGE"

	// AuthorSpecifiedAggregationStdev is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationStdev = "STDEV"

	// AuthorSpecifiedAggregationStdevp is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationStdevp = "STDEVP"

	// AuthorSpecifiedAggregationVar is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationVar = "VAR"

	// AuthorSpecifiedAggregationVarp is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationVarp = "VARP"

	// AuthorSpecifiedAggregationPercentile is a AuthorSpecifiedAggregation enum value
	AuthorSpecifiedAggregationPercentile = "PERCENTILE"
)
View Source
const (
	// AxisBindingPrimaryYaxis is a AxisBinding enum value
	AxisBindingPrimaryYaxis = "PRIMARY_YAXIS"

	// AxisBindingSecondaryYaxis is a AxisBinding enum value
	AxisBindingSecondaryYaxis = "SECONDARY_YAXIS"
)
View Source
const (
	// BarChartOrientationHorizontal is a BarChartOrientation enum value
	BarChartOrientationHorizontal = "HORIZONTAL"

	// BarChartOrientationVertical is a BarChartOrientation enum value
	BarChartOrientationVertical = "VERTICAL"
)
View Source
const (
	// BarsArrangementClustered is a BarsArrangement enum value
	BarsArrangementClustered = "CLUSTERED"

	// BarsArrangementStacked is a BarsArrangement enum value
	BarsArrangementStacked = "STACKED"

	// BarsArrangementStackedPercent is a BarsArrangement enum value
	BarsArrangementStackedPercent = "STACKED_PERCENT"
)
View Source
const (
	// BaseMapStyleTypeLightGray is a BaseMapStyleType enum value
	BaseMapStyleTypeLightGray = "LIGHT_GRAY"

	// BaseMapStyleTypeDarkGray is a BaseMapStyleType enum value
	BaseMapStyleTypeDarkGray = "DARK_GRAY"

	// BaseMapStyleTypeStreet is a BaseMapStyleType enum value
	BaseMapStyleTypeStreet = "STREET"

	// BaseMapStyleTypeImagery is a BaseMapStyleType enum value
	BaseMapStyleTypeImagery = "IMAGERY"
)
View Source
const (
	// BoxPlotFillStyleSolid is a BoxPlotFillStyle enum value
	BoxPlotFillStyleSolid = "SOLID"

	// BoxPlotFillStyleTransparent is a BoxPlotFillStyle enum value
	BoxPlotFillStyleTransparent = "TRANSPARENT"
)
View Source
const (
	// CategoricalAggregationFunctionCount is a CategoricalAggregationFunction enum value
	CategoricalAggregationFunctionCount = "COUNT"

	// CategoricalAggregationFunctionDistinctCount is a CategoricalAggregationFunction enum value
	CategoricalAggregationFunctionDistinctCount = "DISTINCT_COUNT"
)
View Source
const (
	// CategoryFilterFunctionExact is a CategoryFilterFunction enum value
	CategoryFilterFunctionExact = "EXACT"

	// CategoryFilterFunctionContains is a CategoryFilterFunction enum value
	CategoryFilterFunctionContains = "CONTAINS"
)
View Source
const (
	// CategoryFilterMatchOperatorEquals is a CategoryFilterMatchOperator enum value
	CategoryFilterMatchOperatorEquals = "EQUALS"

	// CategoryFilterMatchOperatorDoesNotEqual is a CategoryFilterMatchOperator enum value
	CategoryFilterMatchOperatorDoesNotEqual = "DOES_NOT_EQUAL"

	// CategoryFilterMatchOperatorContains is a CategoryFilterMatchOperator enum value
	CategoryFilterMatchOperatorContains = "CONTAINS"

	// CategoryFilterMatchOperatorDoesNotContain is a CategoryFilterMatchOperator enum value
	CategoryFilterMatchOperatorDoesNotContain = "DOES_NOT_CONTAIN"

	// CategoryFilterMatchOperatorStartsWith is a CategoryFilterMatchOperator enum value
	CategoryFilterMatchOperatorStartsWith = "STARTS_WITH"

	// CategoryFilterMatchOperatorEndsWith is a CategoryFilterMatchOperator enum value
	CategoryFilterMatchOperatorEndsWith = "ENDS_WITH"
)
View Source
const (
	// CategoryFilterTypeCustomFilter is a CategoryFilterType enum value
	CategoryFilterTypeCustomFilter = "CUSTOM_FILTER"

	// CategoryFilterTypeCustomFilterList is a CategoryFilterType enum value
	CategoryFilterTypeCustomFilterList = "CUSTOM_FILTER_LIST"

	// CategoryFilterTypeFilterList is a CategoryFilterType enum value
	CategoryFilterTypeFilterList = "FILTER_LIST"
)
View Source
const (
	// ColorFillTypeDiscrete is a ColorFillType enum value
	ColorFillTypeDiscrete = "DISCRETE"

	// ColorFillTypeGradient is a ColorFillType enum value
	ColorFillTypeGradient = "GRADIENT"
)
View Source
const (
	// ColumnDataRoleDimension is a ColumnDataRole enum value
	ColumnDataRoleDimension = "DIMENSION"

	// ColumnDataRoleMeasure is a ColumnDataRole enum value
	ColumnDataRoleMeasure = "MEASURE"
)
View Source
const (
	// ColumnDataTypeString is a ColumnDataType enum value
	ColumnDataTypeString = "STRING"

	// ColumnDataTypeInteger is a ColumnDataType enum value
	ColumnDataTypeInteger = "INTEGER"

	// ColumnDataTypeDecimal is a ColumnDataType enum value
	ColumnDataTypeDecimal = "DECIMAL"

	// ColumnDataTypeDatetime is a ColumnDataType enum value
	ColumnDataTypeDatetime = "DATETIME"
)
View Source
const (
	// ColumnOrderingTypeGreaterIsBetter is a ColumnOrderingType enum value
	ColumnOrderingTypeGreaterIsBetter = "GREATER_IS_BETTER"

	// ColumnOrderingTypeLesserIsBetter is a ColumnOrderingType enum value
	ColumnOrderingTypeLesserIsBetter = "LESSER_IS_BETTER"

	// ColumnOrderingTypeSpecified is a ColumnOrderingType enum value
	ColumnOrderingTypeSpecified = "SPECIFIED"
)
View Source
const (
	// ColumnRoleDimension is a ColumnRole enum value
	ColumnRoleDimension = "DIMENSION"

	// ColumnRoleMeasure is a ColumnRole enum value
	ColumnRoleMeasure = "MEASURE"
)
View Source
const (
	// ColumnTagNameColumnGeographicRole is a ColumnTagName enum value
	ColumnTagNameColumnGeographicRole = "COLUMN_GEOGRAPHIC_ROLE"

	// ColumnTagNameColumnDescription is a ColumnTagName enum value
	ColumnTagNameColumnDescription = "COLUMN_DESCRIPTION"
)
View Source
const (
	// ComparisonMethodDifference is a ComparisonMethod enum value
	ComparisonMethodDifference = "DIFFERENCE"

	// ComparisonMethodPercentDifference is a ComparisonMethod enum value
	ComparisonMethodPercentDifference = "PERCENT_DIFFERENCE"

	// ComparisonMethodPercent is a ComparisonMethod enum value
	ComparisonMethodPercent = "PERCENT"
)
View Source
const (
	// ConditionalFormattingIconSetTypePlusMinus is a ConditionalFormattingIconSetType enum value
	ConditionalFormattingIconSetTypePlusMinus = "PLUS_MINUS"

	// ConditionalFormattingIconSetTypeCheckX is a ConditionalFormattingIconSetType enum value
	ConditionalFormattingIconSetTypeCheckX = "CHECK_X"

	// ConditionalFormattingIconSetTypeThreeColorArrow is a ConditionalFormattingIconSetType enum value
	ConditionalFormattingIconSetTypeThreeColorArrow = "THREE_COLOR_ARROW"

	// ConditionalFormattingIconSetTypeThreeGrayArrow is a ConditionalFormattingIconSetType enum value
	ConditionalFormattingIconSetTypeThreeGrayArrow = "THREE_GRAY_ARROW"

	// ConditionalFormattingIconSetTypeCaretUpMinusDown is a ConditionalFormattingIconSetType enum value
	ConditionalFormattingIconSetTypeCaretUpMinusDown = "CARET_UP_MINUS_DOWN"

	// ConditionalFormattingIconSetTypeThreeShape is a ConditionalFormattingIconSetType enum value
	ConditionalFormattingIconSetTypeThreeShape = "THREE_SHAPE"

	// ConditionalFormattingIconSetTypeThreeCircle is a ConditionalFormattingIconSetType enum value
	ConditionalFormattingIconSetTypeThreeCircle = "THREE_CIRCLE"

	// ConditionalFormattingIconSetTypeFlags is a ConditionalFormattingIconSetType enum value
	ConditionalFormattingIconSetTypeFlags = "FLAGS"

	// ConditionalFormattingIconSetTypeBars is a ConditionalFormattingIconSetType enum value
	ConditionalFormattingIconSetTypeBars = "BARS"

	// ConditionalFormattingIconSetTypeFourColorArrow is a ConditionalFormattingIconSetType enum value
	ConditionalFormattingIconSetTypeFourColorArrow = "FOUR_COLOR_ARROW"

	// ConditionalFormattingIconSetTypeFourGrayArrow is a ConditionalFormattingIconSetType enum value
	ConditionalFormattingIconSetTypeFourGrayArrow = "FOUR_GRAY_ARROW"
)
View Source
const (
	// ConstantTypeSingular is a ConstantType enum value
	ConstantTypeSingular = "SINGULAR"

	// ConstantTypeRange is a ConstantType enum value
	ConstantTypeRange = "RANGE"

	// ConstantTypeCollective is a ConstantType enum value
	ConstantTypeCollective = "COLLECTIVE"
)
View Source
const (
	// CrossDatasetTypesAllDatasets is a CrossDatasetTypes enum value
	CrossDatasetTypesAllDatasets = "ALL_DATASETS"

	// CrossDatasetTypesSingleDataset is a CrossDatasetTypes enum value
	CrossDatasetTypesSingleDataset = "SINGLE_DATASET"
)
View Source
const (
	// CustomContentImageScalingConfigurationFitToHeight is a CustomContentImageScalingConfiguration enum value
	CustomContentImageScalingConfigurationFitToHeight = "FIT_TO_HEIGHT"

	// CustomContentImageScalingConfigurationFitToWidth is a CustomContentImageScalingConfiguration enum value
	CustomContentImageScalingConfigurationFitToWidth = "FIT_TO_WIDTH"

	// CustomContentImageScalingConfigurationDoNotScale is a CustomContentImageScalingConfiguration enum value
	CustomContentImageScalingConfigurationDoNotScale = "DO_NOT_SCALE"

	// CustomContentImageScalingConfigurationScaleToVisual is a CustomContentImageScalingConfiguration enum value
	CustomContentImageScalingConfigurationScaleToVisual = "SCALE_TO_VISUAL"
)
View Source
const (
	// CustomContentTypeImage is a CustomContentType enum value
	CustomContentTypeImage = "IMAGE"

	// CustomContentTypeOtherEmbeddedContent is a CustomContentType enum value
	CustomContentTypeOtherEmbeddedContent = "OTHER_EMBEDDED_CONTENT"
)
View Source
const (
	// DashboardBehaviorEnabled is a DashboardBehavior enum value
	DashboardBehaviorEnabled = "ENABLED"

	// DashboardBehaviorDisabled is a DashboardBehavior enum value
	DashboardBehaviorDisabled = "DISABLED"
)
View Source
const (
	// DashboardErrorTypeAccessDenied is a DashboardErrorType enum value
	DashboardErrorTypeAccessDenied = "ACCESS_DENIED"

	// DashboardErrorTypeSourceNotFound is a DashboardErrorType enum value
	DashboardErrorTypeSourceNotFound = "SOURCE_NOT_FOUND"

	// DashboardErrorTypeDataSetNotFound is a DashboardErrorType enum value
	DashboardErrorTypeDataSetNotFound = "DATA_SET_NOT_FOUND"

	// DashboardErrorTypeInternalFailure is a DashboardErrorType enum value
	DashboardErrorTypeInternalFailure = "INTERNAL_FAILURE"

	// DashboardErrorTypeParameterValueIncompatible is a DashboardErrorType enum value
	DashboardErrorTypeParameterValueIncompatible = "PARAMETER_VALUE_INCOMPATIBLE"

	// DashboardErrorTypeParameterTypeInvalid is a DashboardErrorType enum value
	DashboardErrorTypeParameterTypeInvalid = "PARAMETER_TYPE_INVALID"

	// DashboardErrorTypeParameterNotFound is a DashboardErrorType enum value
	DashboardErrorTypeParameterNotFound = "PARAMETER_NOT_FOUND"

	// DashboardErrorTypeColumnTypeMismatch is a DashboardErrorType enum value
	DashboardErrorTypeColumnTypeMismatch = "COLUMN_TYPE_MISMATCH"

	// DashboardErrorTypeColumnGeographicRoleMismatch is a DashboardErrorType enum value
	DashboardErrorTypeColumnGeographicRoleMismatch = "COLUMN_GEOGRAPHIC_ROLE_MISMATCH"

	// DashboardErrorTypeColumnReplacementMissing is a DashboardErrorType enum value
	DashboardErrorTypeColumnReplacementMissing = "COLUMN_REPLACEMENT_MISSING"
)
View Source
const (
	// DashboardFilterAttributeQuicksightUser is a DashboardFilterAttribute enum value
	DashboardFilterAttributeQuicksightUser = "QUICKSIGHT_USER"

	// DashboardFilterAttributeQuicksightViewerOrOwner is a DashboardFilterAttribute enum value
	DashboardFilterAttributeQuicksightViewerOrOwner = "QUICKSIGHT_VIEWER_OR_OWNER"

	// DashboardFilterAttributeDirectQuicksightViewerOrOwner is a DashboardFilterAttribute enum value
	DashboardFilterAttributeDirectQuicksightViewerOrOwner = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"

	// DashboardFilterAttributeQuicksightOwner is a DashboardFilterAttribute enum value
	DashboardFilterAttributeQuicksightOwner = "QUICKSIGHT_OWNER"

	// DashboardFilterAttributeDirectQuicksightOwner is a DashboardFilterAttribute enum value
	DashboardFilterAttributeDirectQuicksightOwner = "DIRECT_QUICKSIGHT_OWNER"

	// DashboardFilterAttributeDirectQuicksightSoleOwner is a DashboardFilterAttribute enum value
	DashboardFilterAttributeDirectQuicksightSoleOwner = "DIRECT_QUICKSIGHT_SOLE_OWNER"

	// DashboardFilterAttributeDashboardName is a DashboardFilterAttribute enum value
	DashboardFilterAttributeDashboardName = "DASHBOARD_NAME"
)
View Source
const (
	// DashboardUIStateExpanded is a DashboardUIState enum value
	DashboardUIStateExpanded = "EXPANDED"

	// DashboardUIStateCollapsed is a DashboardUIState enum value
	DashboardUIStateCollapsed = "COLLAPSED"
)
View Source
const (
	// DataLabelContentValue is a DataLabelContent enum value
	DataLabelContentValue = "VALUE"

	// DataLabelContentPercent is a DataLabelContent enum value
	DataLabelContentPercent = "PERCENT"

	// DataLabelContentValueAndPercent is a DataLabelContent enum value
	DataLabelContentValueAndPercent = "VALUE_AND_PERCENT"
)
View Source
const (
	// DataLabelOverlapDisableOverlap is a DataLabelOverlap enum value
	DataLabelOverlapDisableOverlap = "DISABLE_OVERLAP"

	// DataLabelOverlapEnableOverlap is a DataLabelOverlap enum value
	DataLabelOverlapEnableOverlap = "ENABLE_OVERLAP"
)
View Source
const (
	// DataLabelPositionInside is a DataLabelPosition enum value
	DataLabelPositionInside = "INSIDE"

	// DataLabelPositionOutside is a DataLabelPosition enum value
	DataLabelPositionOutside = "OUTSIDE"

	// DataLabelPositionLeft is a DataLabelPosition enum value
	DataLabelPositionLeft = "LEFT"

	// DataLabelPositionTop is a DataLabelPosition enum value
	DataLabelPositionTop = "TOP"

	// DataLabelPositionBottom is a DataLabelPosition enum value
	DataLabelPositionBottom = "BOTTOM"

	// DataLabelPositionRight is a DataLabelPosition enum value
	DataLabelPositionRight = "RIGHT"
)
View Source
const (
	// DataSetFilterAttributeQuicksightViewerOrOwner is a DataSetFilterAttribute enum value
	DataSetFilterAttributeQuicksightViewerOrOwner = "QUICKSIGHT_VIEWER_OR_OWNER"

	// DataSetFilterAttributeQuicksightOwner is a DataSetFilterAttribute enum value
	DataSetFilterAttributeQuicksightOwner = "QUICKSIGHT_OWNER"

	// DataSetFilterAttributeDirectQuicksightViewerOrOwner is a DataSetFilterAttribute enum value
	DataSetFilterAttributeDirectQuicksightViewerOrOwner = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"

	// DataSetFilterAttributeDirectQuicksightOwner is a DataSetFilterAttribute enum value
	DataSetFilterAttributeDirectQuicksightOwner = "DIRECT_QUICKSIGHT_OWNER"

	// DataSetFilterAttributeDirectQuicksightSoleOwner is a DataSetFilterAttribute enum value
	DataSetFilterAttributeDirectQuicksightSoleOwner = "DIRECT_QUICKSIGHT_SOLE_OWNER"

	// DataSetFilterAttributeDatasetName is a DataSetFilterAttribute enum value
	DataSetFilterAttributeDatasetName = "DATASET_NAME"
)
View Source
const (
	// DataSetImportModeSpice is a DataSetImportMode enum value
	DataSetImportModeSpice = "SPICE"

	// DataSetImportModeDirectQuery is a DataSetImportMode enum value
	DataSetImportModeDirectQuery = "DIRECT_QUERY"
)
View Source
const (
	// DataSourceErrorInfoTypeAccessDenied is a DataSourceErrorInfoType enum value
	DataSourceErrorInfoTypeAccessDenied = "ACCESS_DENIED"

	// DataSourceErrorInfoTypeCopySourceNotFound is a DataSourceErrorInfoType enum value
	DataSourceErrorInfoTypeCopySourceNotFound = "COPY_SOURCE_NOT_FOUND"

	// DataSourceErrorInfoTypeTimeout is a DataSourceErrorInfoType enum value
	DataSourceErrorInfoTypeTimeout = "TIMEOUT"

	// DataSourceErrorInfoTypeEngineVersionNotSupported is a DataSourceErrorInfoType enum value
	DataSourceErrorInfoTypeEngineVersionNotSupported = "ENGINE_VERSION_NOT_SUPPORTED"

	// DataSourceErrorInfoTypeUnknownHost is a DataSourceErrorInfoType enum value
	DataSourceErrorInfoTypeUnknownHost = "UNKNOWN_HOST"

	// DataSourceErrorInfoTypeGenericSqlFailure is a DataSourceErrorInfoType enum value
	DataSourceErrorInfoTypeGenericSqlFailure = "GENERIC_SQL_FAILURE"

	// DataSourceErrorInfoTypeConflict is a DataSourceErrorInfoType enum value
	DataSourceErrorInfoTypeConflict = "CONFLICT"

	// DataSourceErrorInfoTypeUnknown is a DataSourceErrorInfoType enum value
	DataSourceErrorInfoTypeUnknown = "UNKNOWN"
)
View Source
const (
	// DataSourceFilterAttributeDirectQuicksightViewerOrOwner is a DataSourceFilterAttribute enum value
	DataSourceFilterAttributeDirectQuicksightViewerOrOwner = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"

	// DataSourceFilterAttributeDirectQuicksightOwner is a DataSourceFilterAttribute enum value
	DataSourceFilterAttributeDirectQuicksightOwner = "DIRECT_QUICKSIGHT_OWNER"

	// DataSourceFilterAttributeDirectQuicksightSoleOwner is a DataSourceFilterAttribute enum value
	DataSourceFilterAttributeDirectQuicksightSoleOwner = "DIRECT_QUICKSIGHT_SOLE_OWNER"

	// DataSourceFilterAttributeDatasourceName is a DataSourceFilterAttribute enum value
	DataSourceFilterAttributeDatasourceName = "DATASOURCE_NAME"
)
View Source
const (
	// DataSourceTypeAdobeAnalytics is a DataSourceType enum value
	DataSourceTypeAdobeAnalytics = "ADOBE_ANALYTICS"

	// DataSourceTypeAmazonElasticsearch is a DataSourceType enum value
	DataSourceTypeAmazonElasticsearch = "AMAZON_ELASTICSEARCH"

	// DataSourceTypeAthena is a DataSourceType enum value
	DataSourceTypeAthena = "ATHENA"

	// DataSourceTypeAurora is a DataSourceType enum value
	DataSourceTypeAurora = "AURORA"

	// DataSourceTypeAuroraPostgresql is a DataSourceType enum value
	DataSourceTypeAuroraPostgresql = "AURORA_POSTGRESQL"

	// DataSourceTypeAwsIotAnalytics is a DataSourceType enum value
	DataSourceTypeAwsIotAnalytics = "AWS_IOT_ANALYTICS"

	// DataSourceTypeGithub is a DataSourceType enum value
	DataSourceTypeGithub = "GITHUB"

	// DataSourceTypeJira is a DataSourceType enum value
	DataSourceTypeJira = "JIRA"

	// DataSourceTypeMariadb is a DataSourceType enum value
	DataSourceTypeMariadb = "MARIADB"

	// DataSourceTypeMysql is a DataSourceType enum value
	DataSourceTypeMysql = "MYSQL"

	// DataSourceTypeOracle is a DataSourceType enum value
	DataSourceTypeOracle = "ORACLE"

	// DataSourceTypePostgresql is a DataSourceType enum value
	DataSourceTypePostgresql = "POSTGRESQL"

	// DataSourceTypePresto is a DataSourceType enum value
	DataSourceTypePresto = "PRESTO"

	// DataSourceTypeRedshift is a DataSourceType enum value
	DataSourceTypeRedshift = "REDSHIFT"

	// DataSourceTypeS3 is a DataSourceType enum value
	DataSourceTypeS3 = "S3"

	// DataSourceTypeSalesforce is a DataSourceType enum value
	DataSourceTypeSalesforce = "SALESFORCE"

	// DataSourceTypeServicenow is a DataSourceType enum value
	DataSourceTypeServicenow = "SERVICENOW"

	// DataSourceTypeSnowflake is a DataSourceType enum value
	DataSourceTypeSnowflake = "SNOWFLAKE"

	// DataSourceTypeSpark is a DataSourceType enum value
	DataSourceTypeSpark = "SPARK"

	// DataSourceTypeSqlserver is a DataSourceType enum value
	DataSourceTypeSqlserver = "SQLSERVER"

	// DataSourceTypeTeradata is a DataSourceType enum value
	DataSourceTypeTeradata = "TERADATA"

	// DataSourceTypeTwitter is a DataSourceType enum value
	DataSourceTypeTwitter = "TWITTER"

	// DataSourceTypeTimestream is a DataSourceType enum value
	DataSourceTypeTimestream = "TIMESTREAM"

	// DataSourceTypeAmazonOpensearch is a DataSourceType enum value
	DataSourceTypeAmazonOpensearch = "AMAZON_OPENSEARCH"

	// DataSourceTypeExasol is a DataSourceType enum value
	DataSourceTypeExasol = "EXASOL"

	// DataSourceTypeDatabricks is a DataSourceType enum value
	DataSourceTypeDatabricks = "DATABRICKS"
)
View Source
const (
	// DatasetParameterValueTypeMultiValued is a DatasetParameterValueType enum value
	DatasetParameterValueTypeMultiValued = "MULTI_VALUED"

	// DatasetParameterValueTypeSingleValued is a DatasetParameterValueType enum value
	DatasetParameterValueTypeSingleValued = "SINGLE_VALUED"
)
View Source
const (
	// DateAggregationFunctionCount is a DateAggregationFunction enum value
	DateAggregationFunctionCount = "COUNT"

	// DateAggregationFunctionDistinctCount is a DateAggregationFunction enum value
	DateAggregationFunctionDistinctCount = "DISTINCT_COUNT"

	// DateAggregationFunctionMin is a DateAggregationFunction enum value
	DateAggregationFunctionMin = "MIN"

	// DateAggregationFunctionMax is a DateAggregationFunction enum value
	DateAggregationFunctionMax = "MAX"
)
View Source
const (
	// DayOfWeekSunday is a DayOfWeek enum value
	DayOfWeekSunday = "SUNDAY"

	// DayOfWeekMonday is a DayOfWeek enum value
	DayOfWeekMonday = "MONDAY"

	// DayOfWeekTuesday is a DayOfWeek enum value
	DayOfWeekTuesday = "TUESDAY"

	// DayOfWeekWednesday is a DayOfWeek enum value
	DayOfWeekWednesday = "WEDNESDAY"

	// DayOfWeekThursday is a DayOfWeek enum value
	DayOfWeekThursday = "THURSDAY"

	// DayOfWeekFriday is a DayOfWeek enum value
	DayOfWeekFriday = "FRIDAY"

	// DayOfWeekSaturday is a DayOfWeek enum value
	DayOfWeekSaturday = "SATURDAY"
)
View Source
const (
	// DefaultAggregationSum is a DefaultAggregation enum value
	DefaultAggregationSum = "SUM"

	// DefaultAggregationMax is a DefaultAggregation enum value
	DefaultAggregationMax = "MAX"

	// DefaultAggregationMin is a DefaultAggregation enum value
	DefaultAggregationMin = "MIN"

	// DefaultAggregationCount is a DefaultAggregation enum value
	DefaultAggregationCount = "COUNT"

	// DefaultAggregationDistinctCount is a DefaultAggregation enum value
	DefaultAggregationDistinctCount = "DISTINCT_COUNT"

	// DefaultAggregationAverage is a DefaultAggregation enum value
	DefaultAggregationAverage = "AVERAGE"
)
View Source
const (
	// DisplayFormatAuto is a DisplayFormat enum value
	DisplayFormatAuto = "AUTO"

	// DisplayFormatPercent is a DisplayFormat enum value
	DisplayFormatPercent = "PERCENT"

	// DisplayFormatCurrency is a DisplayFormat enum value
	DisplayFormatCurrency = "CURRENCY"

	// DisplayFormatNumber is a DisplayFormat enum value
	DisplayFormatNumber = "NUMBER"

	// DisplayFormatDate is a DisplayFormat enum value
	DisplayFormatDate = "DATE"

	// DisplayFormatString is a DisplayFormat enum value
	DisplayFormatString = "STRING"
)
View Source
const (
	// EditionStandard is a Edition enum value
	EditionStandard = "STANDARD"

	// EditionEnterprise is a Edition enum value
	EditionEnterprise = "ENTERPRISE"

	// EditionEnterpriseAndQ is a Edition enum value
	EditionEnterpriseAndQ = "ENTERPRISE_AND_Q"
)
View Source
const (
	// EmbeddingIdentityTypeIam is a EmbeddingIdentityType enum value
	EmbeddingIdentityTypeIam = "IAM"

	// EmbeddingIdentityTypeQuicksight is a EmbeddingIdentityType enum value
	EmbeddingIdentityTypeQuicksight = "QUICKSIGHT"

	// EmbeddingIdentityTypeAnonymous is a EmbeddingIdentityType enum value
	EmbeddingIdentityTypeAnonymous = "ANONYMOUS"
)
View Source
const (
	// ExceptionResourceTypeUser is a ExceptionResourceType enum value
	ExceptionResourceTypeUser = "USER"

	// ExceptionResourceTypeGroup is a ExceptionResourceType enum value
	ExceptionResourceTypeGroup = "GROUP"

	// ExceptionResourceTypeNamespace is a ExceptionResourceType enum value
	ExceptionResourceTypeNamespace = "NAMESPACE"

	// ExceptionResourceTypeAccountSettings is a ExceptionResourceType enum value
	ExceptionResourceTypeAccountSettings = "ACCOUNT_SETTINGS"

	// ExceptionResourceTypeIampolicyAssignment is a ExceptionResourceType enum value
	ExceptionResourceTypeIampolicyAssignment = "IAMPOLICY_ASSIGNMENT"

	// ExceptionResourceTypeDataSource is a ExceptionResourceType enum value
	ExceptionResourceTypeDataSource = "DATA_SOURCE"

	// ExceptionResourceTypeDataSet is a ExceptionResourceType enum value
	ExceptionResourceTypeDataSet = "DATA_SET"

	// ExceptionResourceTypeVpcConnection is a ExceptionResourceType enum value
	ExceptionResourceTypeVpcConnection = "VPC_CONNECTION"

	// ExceptionResourceTypeIngestion is a ExceptionResourceType enum value
	ExceptionResourceTypeIngestion = "INGESTION"
)
View Source
const (
	// FileFormatCsv is a FileFormat enum value
	FileFormatCsv = "CSV"

	// FileFormatTsv is a FileFormat enum value
	FileFormatTsv = "TSV"

	// FileFormatClf is a FileFormat enum value
	FileFormatClf = "CLF"

	// FileFormatElf is a FileFormat enum value
	FileFormatElf = "ELF"

	// FileFormatXlsx is a FileFormat enum value
	FileFormatXlsx = "XLSX"

	// FileFormatJson is a FileFormat enum value
	FileFormatJson = "JSON"
)
View Source
const (
	// FilterClassEnforcedValueFilter is a FilterClass enum value
	FilterClassEnforcedValueFilter = "ENFORCED_VALUE_FILTER"

	// FilterClassConditionalValueFilter is a FilterClass enum value
	FilterClassConditionalValueFilter = "CONDITIONAL_VALUE_FILTER"

	// FilterClassNamedValueFilter is a FilterClass enum value
	FilterClassNamedValueFilter = "NAMED_VALUE_FILTER"
)
View Source
const (
	// FilterNullOptionAllValues is a FilterNullOption enum value
	FilterNullOptionAllValues = "ALL_VALUES"

	// FilterNullOptionNullsOnly is a FilterNullOption enum value
	FilterNullOptionNullsOnly = "NULLS_ONLY"

	// FilterNullOptionNonNullsOnly is a FilterNullOption enum value
	FilterNullOptionNonNullsOnly = "NON_NULLS_ONLY"
)
View Source
const (
	// FilterOperatorStringEquals is a FilterOperator enum value
	FilterOperatorStringEquals = "StringEquals"

	// FilterOperatorStringLike is a FilterOperator enum value
	FilterOperatorStringLike = "StringLike"
)
View Source
const (
	// FilterVisualScopeAllVisuals is a FilterVisualScope enum value
	FilterVisualScopeAllVisuals = "ALL_VISUALS"

	// FilterVisualScopeSelectedVisuals is a FilterVisualScope enum value
	FilterVisualScopeSelectedVisuals = "SELECTED_VISUALS"
)
View Source
const (
	// FolderFilterAttributeParentFolderArn is a FolderFilterAttribute enum value
	FolderFilterAttributeParentFolderArn = "PARENT_FOLDER_ARN"

	// FolderFilterAttributeDirectQuicksightOwner is a FolderFilterAttribute enum value
	FolderFilterAttributeDirectQuicksightOwner = "DIRECT_QUICKSIGHT_OWNER"

	// FolderFilterAttributeDirectQuicksightSoleOwner is a FolderFilterAttribute enum value
	FolderFilterAttributeDirectQuicksightSoleOwner = "DIRECT_QUICKSIGHT_SOLE_OWNER"

	// FolderFilterAttributeDirectQuicksightViewerOrOwner is a FolderFilterAttribute enum value
	FolderFilterAttributeDirectQuicksightViewerOrOwner = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"

	// FolderFilterAttributeQuicksightOwner is a FolderFilterAttribute enum value
	FolderFilterAttributeQuicksightOwner = "QUICKSIGHT_OWNER"

	// FolderFilterAttributeQuicksightViewerOrOwner is a FolderFilterAttribute enum value
	FolderFilterAttributeQuicksightViewerOrOwner = "QUICKSIGHT_VIEWER_OR_OWNER"

	// FolderFilterAttributeFolderName is a FolderFilterAttribute enum value
	FolderFilterAttributeFolderName = "FOLDER_NAME"
)
View Source
const (
	// FontDecorationUnderline is a FontDecoration enum value
	FontDecorationUnderline = "UNDERLINE"

	// FontDecorationNone is a FontDecoration enum value
	FontDecorationNone = "NONE"
)
View Source
const (
	// FontStyleNormal is a FontStyle enum value
	FontStyleNormal = "NORMAL"

	// FontStyleItalic is a FontStyle enum value
	FontStyleItalic = "ITALIC"
)
View Source
const (
	// FontWeightNameNormal is a FontWeightName enum value
	FontWeightNameNormal = "NORMAL"

	// FontWeightNameBold is a FontWeightName enum value
	FontWeightNameBold = "BOLD"
)
View Source
const (
	// ForecastComputationSeasonalityAutomatic is a ForecastComputationSeasonality enum value
	ForecastComputationSeasonalityAutomatic = "AUTOMATIC"

	// ForecastComputationSeasonalityCustom is a ForecastComputationSeasonality enum value
	ForecastComputationSeasonalityCustom = "CUSTOM"
)
View Source
const (
	// FunnelChartMeasureDataLabelStyleValueOnly is a FunnelChartMeasureDataLabelStyle enum value
	FunnelChartMeasureDataLabelStyleValueOnly = "VALUE_ONLY"

	// FunnelChartMeasureDataLabelStylePercentageByFirstStage is a FunnelChartMeasureDataLabelStyle enum value
	FunnelChartMeasureDataLabelStylePercentageByFirstStage = "PERCENTAGE_BY_FIRST_STAGE"

	// FunnelChartMeasureDataLabelStylePercentageByPreviousStage is a FunnelChartMeasureDataLabelStyle enum value
	FunnelChartMeasureDataLabelStylePercentageByPreviousStage = "PERCENTAGE_BY_PREVIOUS_STAGE"

	// FunnelChartMeasureDataLabelStyleValueAndPercentageByFirstStage is a FunnelChartMeasureDataLabelStyle enum value
	FunnelChartMeasureDataLabelStyleValueAndPercentageByFirstStage = "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE"

	// FunnelChartMeasureDataLabelStyleValueAndPercentageByPreviousStage is a FunnelChartMeasureDataLabelStyle enum value
	FunnelChartMeasureDataLabelStyleValueAndPercentageByPreviousStage = "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE"
)
View Source
const (
	// GeoSpatialDataRoleCountry is a GeoSpatialDataRole enum value
	GeoSpatialDataRoleCountry = "COUNTRY"

	// GeoSpatialDataRoleState is a GeoSpatialDataRole enum value
	GeoSpatialDataRoleState = "STATE"

	// GeoSpatialDataRoleCounty is a GeoSpatialDataRole enum value
	GeoSpatialDataRoleCounty = "COUNTY"

	// GeoSpatialDataRoleCity is a GeoSpatialDataRole enum value
	GeoSpatialDataRoleCity = "CITY"

	// GeoSpatialDataRolePostcode is a GeoSpatialDataRole enum value
	GeoSpatialDataRolePostcode = "POSTCODE"

	// GeoSpatialDataRoleLongitude is a GeoSpatialDataRole enum value
	GeoSpatialDataRoleLongitude = "LONGITUDE"

	// GeoSpatialDataRoleLatitude is a GeoSpatialDataRole enum value
	GeoSpatialDataRoleLatitude = "LATITUDE"
)
View Source
const (
	// GeospatialSelectedPointStylePoint is a GeospatialSelectedPointStyle enum value
	GeospatialSelectedPointStylePoint = "POINT"

	// GeospatialSelectedPointStyleCluster is a GeospatialSelectedPointStyle enum value
	GeospatialSelectedPointStyleCluster = "CLUSTER"

	// GeospatialSelectedPointStyleHeatmap is a GeospatialSelectedPointStyle enum value
	GeospatialSelectedPointStyleHeatmap = "HEATMAP"
)
View Source
const (
	// HistogramBinTypeBinCount is a HistogramBinType enum value
	HistogramBinTypeBinCount = "BIN_COUNT"

	// HistogramBinTypeBinWidth is a HistogramBinType enum value
	HistogramBinTypeBinWidth = "BIN_WIDTH"
)
View Source
const (
	// HorizontalTextAlignmentLeft is a HorizontalTextAlignment enum value
	HorizontalTextAlignmentLeft = "LEFT"

	// HorizontalTextAlignmentCenter is a HorizontalTextAlignment enum value
	HorizontalTextAlignmentCenter = "CENTER"

	// HorizontalTextAlignmentRight is a HorizontalTextAlignment enum value
	HorizontalTextAlignmentRight = "RIGHT"

	// HorizontalTextAlignmentAuto is a HorizontalTextAlignment enum value
	HorizontalTextAlignmentAuto = "AUTO"
)
View Source
const (
	// IconCaretUp is a Icon enum value
	IconCaretUp = "CARET_UP"

	// IconCaretDown is a Icon enum value
	IconCaretDown = "CARET_DOWN"

	// IconPlus is a Icon enum value
	IconPlus = "PLUS"

	// IconMinus is a Icon enum value
	IconMinus = "MINUS"

	// IconArrowUp is a Icon enum value
	IconArrowUp = "ARROW_UP"

	// IconArrowDown is a Icon enum value
	IconArrowDown = "ARROW_DOWN"

	// IconArrowLeft is a Icon enum value
	IconArrowLeft = "ARROW_LEFT"

	// IconArrowUpLeft is a Icon enum value
	IconArrowUpLeft = "ARROW_UP_LEFT"

	// IconArrowDownLeft is a Icon enum value
	IconArrowDownLeft = "ARROW_DOWN_LEFT"

	// IconArrowRight is a Icon enum value
	IconArrowRight = "ARROW_RIGHT"

	// IconArrowUpRight is a Icon enum value
	IconArrowUpRight = "ARROW_UP_RIGHT"

	// IconArrowDownRight is a Icon enum value
	IconArrowDownRight = "ARROW_DOWN_RIGHT"

	// IconFaceUp is a Icon enum value
	IconFaceUp = "FACE_UP"

	// IconFaceDown is a Icon enum value
	IconFaceDown = "FACE_DOWN"

	// IconFaceFlat is a Icon enum value
	IconFaceFlat = "FACE_FLAT"

	// IconOneBar is a Icon enum value
	IconOneBar = "ONE_BAR"

	// IconTwoBar is a Icon enum value
	IconTwoBar = "TWO_BAR"

	// IconThreeBar is a Icon enum value
	IconThreeBar = "THREE_BAR"

	// IconCircle is a Icon enum value
	IconCircle = "CIRCLE"

	// IconTriangle is a Icon enum value
	IconTriangle = "TRIANGLE"

	// IconSquare is a Icon enum value
	IconSquare = "SQUARE"

	// IconFlag is a Icon enum value
	IconFlag = "FLAG"

	// IconThumbsUp is a Icon enum value
	IconThumbsUp = "THUMBS_UP"

	// IconThumbsDown is a Icon enum value
	IconThumbsDown = "THUMBS_DOWN"

	// IconCheckmark is a Icon enum value
	IconCheckmark = "CHECKMARK"

	// IconX is a Icon enum value
	IconX = "X"
)
View Source
const (
	// IdentityTypeIam is a IdentityType enum value
	IdentityTypeIam = "IAM"

	// IdentityTypeQuicksight is a IdentityType enum value
	IdentityTypeQuicksight = "QUICKSIGHT"
)
View Source
const (
	// IngestionErrorTypeFailureToAssumeRole is a IngestionErrorType enum value
	IngestionErrorTypeFailureToAssumeRole = "FAILURE_TO_ASSUME_ROLE"

	// IngestionErrorTypeIngestionSuperseded is a IngestionErrorType enum value
	IngestionErrorTypeIngestionSuperseded = "INGESTION_SUPERSEDED"

	// IngestionErrorTypeIngestionCanceled is a IngestionErrorType enum value
	IngestionErrorTypeIngestionCanceled = "INGESTION_CANCELED"

	// IngestionErrorTypeDataSetDeleted is a IngestionErrorType enum value
	IngestionErrorTypeDataSetDeleted = "DATA_SET_DELETED"

	// IngestionErrorTypeDataSetNotSpice is a IngestionErrorType enum value
	IngestionErrorTypeDataSetNotSpice = "DATA_SET_NOT_SPICE"

	// IngestionErrorTypeS3UploadedFileDeleted is a IngestionErrorType enum value
	IngestionErrorTypeS3UploadedFileDeleted = "S3_UPLOADED_FILE_DELETED"

	// IngestionErrorTypeS3ManifestError is a IngestionErrorType enum value
	IngestionErrorTypeS3ManifestError = "S3_MANIFEST_ERROR"

	// IngestionErrorTypeDataToleranceException is a IngestionErrorType enum value
	IngestionErrorTypeDataToleranceException = "DATA_TOLERANCE_EXCEPTION"

	// IngestionErrorTypeSpiceTableNotFound is a IngestionErrorType enum value
	IngestionErrorTypeSpiceTableNotFound = "SPICE_TABLE_NOT_FOUND"

	// IngestionErrorTypeDataSetSizeLimitExceeded is a IngestionErrorType enum value
	IngestionErrorTypeDataSetSizeLimitExceeded = "DATA_SET_SIZE_LIMIT_EXCEEDED"

	// IngestionErrorTypeRowSizeLimitExceeded is a IngestionErrorType enum value
	IngestionErrorTypeRowSizeLimitExceeded = "ROW_SIZE_LIMIT_EXCEEDED"

	// IngestionErrorTypeAccountCapacityLimitExceeded is a IngestionErrorType enum value
	IngestionErrorTypeAccountCapacityLimitExceeded = "ACCOUNT_CAPACITY_LIMIT_EXCEEDED"

	// IngestionErrorTypeCustomerError is a IngestionErrorType enum value
	IngestionErrorTypeCustomerError = "CUSTOMER_ERROR"

	// IngestionErrorTypeDataSourceNotFound is a IngestionErrorType enum value
	IngestionErrorTypeDataSourceNotFound = "DATA_SOURCE_NOT_FOUND"

	// IngestionErrorTypeIamRoleNotAvailable is a IngestionErrorType enum value
	IngestionErrorTypeIamRoleNotAvailable = "IAM_ROLE_NOT_AVAILABLE"

	// IngestionErrorTypeConnectionFailure is a IngestionErrorType enum value
	IngestionErrorTypeConnectionFailure = "CONNECTION_FAILURE"

	// IngestionErrorTypeSqlTableNotFound is a IngestionErrorType enum value
	IngestionErrorTypeSqlTableNotFound = "SQL_TABLE_NOT_FOUND"

	// IngestionErrorTypePermissionDenied is a IngestionErrorType enum value
	IngestionErrorTypePermissionDenied = "PERMISSION_DENIED"

	// IngestionErrorTypeSslCertificateValidationFailure is a IngestionErrorType enum value
	IngestionErrorTypeSslCertificateValidationFailure = "SSL_CERTIFICATE_VALIDATION_FAILURE"

	// IngestionErrorTypeOauthTokenFailure is a IngestionErrorType enum value
	IngestionErrorTypeOauthTokenFailure = "OAUTH_TOKEN_FAILURE"

	// IngestionErrorTypeSourceApiLimitExceededFailure is a IngestionErrorType enum value
	IngestionErrorTypeSourceApiLimitExceededFailure = "SOURCE_API_LIMIT_EXCEEDED_FAILURE"

	// IngestionErrorTypePasswordAuthenticationFailure is a IngestionErrorType enum value
	IngestionErrorTypePasswordAuthenticationFailure = "PASSWORD_AUTHENTICATION_FAILURE"

	// IngestionErrorTypeSqlSchemaMismatchError is a IngestionErrorType enum value
	IngestionErrorTypeSqlSchemaMismatchError = "SQL_SCHEMA_MISMATCH_ERROR"

	// IngestionErrorTypeInvalidDateFormat is a IngestionErrorType enum value
	IngestionErrorTypeInvalidDateFormat = "INVALID_DATE_FORMAT"

	// IngestionErrorTypeInvalidDataprepSyntax is a IngestionErrorType enum value
	IngestionErrorTypeInvalidDataprepSyntax = "INVALID_DATAPREP_SYNTAX"

	// IngestionErrorTypeSourceResourceLimitExceeded is a IngestionErrorType enum value
	IngestionErrorTypeSourceResourceLimitExceeded = "SOURCE_RESOURCE_LIMIT_EXCEEDED"

	// IngestionErrorTypeSqlInvalidParameterValue is a IngestionErrorType enum value
	IngestionErrorTypeSqlInvalidParameterValue = "SQL_INVALID_PARAMETER_VALUE"

	// IngestionErrorTypeQueryTimeout is a IngestionErrorType enum value
	IngestionErrorTypeQueryTimeout = "QUERY_TIMEOUT"

	// IngestionErrorTypeSqlNumericOverflow is a IngestionErrorType enum value
	IngestionErrorTypeSqlNumericOverflow = "SQL_NUMERIC_OVERFLOW"

	// IngestionErrorTypeUnresolvableHost is a IngestionErrorType enum value
	IngestionErrorTypeUnresolvableHost = "UNRESOLVABLE_HOST"

	// IngestionErrorTypeUnroutableHost is a IngestionErrorType enum value
	IngestionErrorTypeUnroutableHost = "UNROUTABLE_HOST"

	// IngestionErrorTypeSqlException is a IngestionErrorType enum value
	IngestionErrorTypeSqlException = "SQL_EXCEPTION"

	// IngestionErrorTypeS3FileInaccessible is a IngestionErrorType enum value
	IngestionErrorTypeS3FileInaccessible = "S3_FILE_INACCESSIBLE"

	// IngestionErrorTypeIotFileNotFound is a IngestionErrorType enum value
	IngestionErrorTypeIotFileNotFound = "IOT_FILE_NOT_FOUND"

	// IngestionErrorTypeIotDataSetFileEmpty is a IngestionErrorType enum value
	IngestionErrorTypeIotDataSetFileEmpty = "IOT_DATA_SET_FILE_EMPTY"

	// IngestionErrorTypeInvalidDataSourceConfig is a IngestionErrorType enum value
	IngestionErrorTypeInvalidDataSourceConfig = "INVALID_DATA_SOURCE_CONFIG"

	// IngestionErrorTypeDataSourceAuthFailed is a IngestionErrorType enum value
	IngestionErrorTypeDataSourceAuthFailed = "DATA_SOURCE_AUTH_FAILED"

	// IngestionErrorTypeDataSourceConnectionFailed is a IngestionErrorType enum value
	IngestionErrorTypeDataSourceConnectionFailed = "DATA_SOURCE_CONNECTION_FAILED"

	// IngestionErrorTypeFailureToProcessJsonFile is a IngestionErrorType enum value
	IngestionErrorTypeFailureToProcessJsonFile = "FAILURE_TO_PROCESS_JSON_FILE"

	// IngestionErrorTypeInternalServiceError is a IngestionErrorType enum value
	IngestionErrorTypeInternalServiceError = "INTERNAL_SERVICE_ERROR"

	// IngestionErrorTypeRefreshSuppressedByEdit is a IngestionErrorType enum value
	IngestionErrorTypeRefreshSuppressedByEdit = "REFRESH_SUPPRESSED_BY_EDIT"

	// IngestionErrorTypePermissionNotFound is a IngestionErrorType enum value
	IngestionErrorTypePermissionNotFound = "PERMISSION_NOT_FOUND"

	// IngestionErrorTypeElasticsearchCursorNotEnabled is a IngestionErrorType enum value
	IngestionErrorTypeElasticsearchCursorNotEnabled = "ELASTICSEARCH_CURSOR_NOT_ENABLED"

	// IngestionErrorTypeCursorNotEnabled is a IngestionErrorType enum value
	IngestionErrorTypeCursorNotEnabled = "CURSOR_NOT_ENABLED"

	// IngestionErrorTypeDuplicateColumnNamesFound is a IngestionErrorType enum value
	IngestionErrorTypeDuplicateColumnNamesFound = "DUPLICATE_COLUMN_NAMES_FOUND"
)
View Source
const (
	// IngestionRequestSourceManual is a IngestionRequestSource enum value
	IngestionRequestSourceManual = "MANUAL"

	// IngestionRequestSourceScheduled is a IngestionRequestSource enum value
	IngestionRequestSourceScheduled = "SCHEDULED"
)
View Source
const (
	// IngestionRequestTypeInitialIngestion is a IngestionRequestType enum value
	IngestionRequestTypeInitialIngestion = "INITIAL_INGESTION"

	// IngestionRequestTypeEdit is a IngestionRequestType enum value
	IngestionRequestTypeEdit = "EDIT"

	// IngestionRequestTypeIncrementalRefresh is a IngestionRequestType enum value
	IngestionRequestTypeIncrementalRefresh = "INCREMENTAL_REFRESH"

	// IngestionRequestTypeFullRefresh is a IngestionRequestType enum value
	IngestionRequestTypeFullRefresh = "FULL_REFRESH"
)

This defines the type of ingestion request. This is returned as part of create ingestion response.

View Source
const (
	// IngestionStatusInitialized is a IngestionStatus enum value
	IngestionStatusInitialized = "INITIALIZED"

	// IngestionStatusQueued is a IngestionStatus enum value
	IngestionStatusQueued = "QUEUED"

	// IngestionStatusRunning is a IngestionStatus enum value
	IngestionStatusRunning = "RUNNING"

	// IngestionStatusFailed is a IngestionStatus enum value
	IngestionStatusFailed = "FAILED"

	// IngestionStatusCompleted is a IngestionStatus enum value
	IngestionStatusCompleted = "COMPLETED"

	// IngestionStatusCancelled is a IngestionStatus enum value
	IngestionStatusCancelled = "CANCELLED"
)
View Source
const (
	// IngestionTypeIncrementalRefresh is a IngestionType enum value
	IngestionTypeIncrementalRefresh = "INCREMENTAL_REFRESH"

	// IngestionTypeFullRefresh is a IngestionType enum value
	IngestionTypeFullRefresh = "FULL_REFRESH"
)

This defines the type of ingestion user wants to trigger. This is part of create ingestion request.

View Source
const (
	// InputColumnDataTypeString is a InputColumnDataType enum value
	InputColumnDataTypeString = "STRING"

	// InputColumnDataTypeInteger is a InputColumnDataType enum value
	InputColumnDataTypeInteger = "INTEGER"

	// InputColumnDataTypeDecimal is a InputColumnDataType enum value
	InputColumnDataTypeDecimal = "DECIMAL"

	// InputColumnDataTypeDatetime is a InputColumnDataType enum value
	InputColumnDataTypeDatetime = "DATETIME"

	// InputColumnDataTypeBit is a InputColumnDataType enum value
	InputColumnDataTypeBit = "BIT"

	// InputColumnDataTypeBoolean is a InputColumnDataType enum value
	InputColumnDataTypeBoolean = "BOOLEAN"

	// InputColumnDataTypeJson is a InputColumnDataType enum value
	InputColumnDataTypeJson = "JSON"
)
View Source
const (
	// JoinTypeInner is a JoinType enum value
	JoinTypeInner = "INNER"

	// JoinTypeOuter is a JoinType enum value
	JoinTypeOuter = "OUTER"

	// JoinTypeLeft is a JoinType enum value
	JoinTypeLeft = "LEFT"

	// JoinTypeRight is a JoinType enum value
	JoinTypeRight = "RIGHT"
)
View Source
const (
	// LayoutElementTypeVisual is a LayoutElementType enum value
	LayoutElementTypeVisual = "VISUAL"

	// LayoutElementTypeFilterControl is a LayoutElementType enum value
	LayoutElementTypeFilterControl = "FILTER_CONTROL"

	// LayoutElementTypeParameterControl is a LayoutElementType enum value
	LayoutElementTypeParameterControl = "PARAMETER_CONTROL"

	// LayoutElementTypeTextBox is a LayoutElementType enum value
	LayoutElementTypeTextBox = "TEXT_BOX"
)
View Source
const (
	// LegendPositionAuto is a LegendPosition enum value
	LegendPositionAuto = "AUTO"

	// LegendPositionRight is a LegendPosition enum value
	LegendPositionRight = "RIGHT"

	// LegendPositionBottom is a LegendPosition enum value
	LegendPositionBottom = "BOTTOM"

	// LegendPositionTop is a LegendPosition enum value
	LegendPositionTop = "TOP"
)
View Source
const (
	// LineChartLineStyleSolid is a LineChartLineStyle enum value
	LineChartLineStyleSolid = "SOLID"

	// LineChartLineStyleDotted is a LineChartLineStyle enum value
	LineChartLineStyleDotted = "DOTTED"

	// LineChartLineStyleDashed is a LineChartLineStyle enum value
	LineChartLineStyleDashed = "DASHED"
)
View Source
const (
	// LineChartMarkerShapeCircle is a LineChartMarkerShape enum value
	LineChartMarkerShapeCircle = "CIRCLE"

	// LineChartMarkerShapeTriangle is a LineChartMarkerShape enum value
	LineChartMarkerShapeTriangle = "TRIANGLE"

	// LineChartMarkerShapeSquare is a LineChartMarkerShape enum value
	LineChartMarkerShapeSquare = "SQUARE"

	// LineChartMarkerShapeDiamond is a LineChartMarkerShape enum value
	LineChartMarkerShapeDiamond = "DIAMOND"

	// LineChartMarkerShapeRoundedSquare is a LineChartMarkerShape enum value
	LineChartMarkerShapeRoundedSquare = "ROUNDED_SQUARE"
)
View Source
const (
	// LineChartTypeLine is a LineChartType enum value
	LineChartTypeLine = "LINE"

	// LineChartTypeArea is a LineChartType enum value
	LineChartTypeArea = "AREA"

	// LineChartTypeStackedArea is a LineChartType enum value
	LineChartTypeStackedArea = "STACKED_AREA"
)
View Source
const (
	// LineInterpolationLinear is a LineInterpolation enum value
	LineInterpolationLinear = "LINEAR"

	// LineInterpolationSmooth is a LineInterpolation enum value
	LineInterpolationSmooth = "SMOOTH"

	// LineInterpolationStepped is a LineInterpolation enum value
	LineInterpolationStepped = "STEPPED"
)
View Source
const (
	// LookbackWindowSizeUnitHour is a LookbackWindowSizeUnit enum value
	LookbackWindowSizeUnitHour = "HOUR"

	// LookbackWindowSizeUnitDay is a LookbackWindowSizeUnit enum value
	LookbackWindowSizeUnitDay = "DAY"

	// LookbackWindowSizeUnitWeek is a LookbackWindowSizeUnit enum value
	LookbackWindowSizeUnitWeek = "WEEK"
)
View Source
const (
	// MapZoomModeAuto is a MapZoomMode enum value
	MapZoomModeAuto = "AUTO"

	// MapZoomModeManual is a MapZoomMode enum value
	MapZoomModeManual = "MANUAL"
)
View Source
const (
	// MaximumMinimumComputationTypeMaximum is a MaximumMinimumComputationType enum value
	MaximumMinimumComputationTypeMaximum = "MAXIMUM"

	// MaximumMinimumComputationTypeMinimum is a MaximumMinimumComputationType enum value
	MaximumMinimumComputationTypeMinimum = "MINIMUM"
)
View Source
const (
	// MemberTypeDashboard is a MemberType enum value
	MemberTypeDashboard = "DASHBOARD"

	// MemberTypeAnalysis is a MemberType enum value
	MemberTypeAnalysis = "ANALYSIS"

	// MemberTypeDataset is a MemberType enum value
	MemberTypeDataset = "DATASET"
)
View Source
const (
	// MissingDataTreatmentOptionInterpolate is a MissingDataTreatmentOption enum value
	MissingDataTreatmentOptionInterpolate = "INTERPOLATE"

	// MissingDataTreatmentOptionShowAsZero is a MissingDataTreatmentOption enum value
	MissingDataTreatmentOptionShowAsZero = "SHOW_AS_ZERO"

	// MissingDataTreatmentOptionShowAsBlank is a MissingDataTreatmentOption enum value
	MissingDataTreatmentOptionShowAsBlank = "SHOW_AS_BLANK"
)
View Source
const (
	// NamedEntityAggTypeSum is a NamedEntityAggType enum value
	NamedEntityAggTypeSum = "SUM"

	// NamedEntityAggTypeMin is a NamedEntityAggType enum value
	NamedEntityAggTypeMin = "MIN"

	// NamedEntityAggTypeMax is a NamedEntityAggType enum value
	NamedEntityAggTypeMax = "MAX"

	// NamedEntityAggTypeCount is a NamedEntityAggType enum value
	NamedEntityAggTypeCount = "COUNT"

	// NamedEntityAggTypeAverage is a NamedEntityAggType enum value
	NamedEntityAggTypeAverage = "AVERAGE"

	// NamedEntityAggTypeDistinctCount is a NamedEntityAggType enum value
	NamedEntityAggTypeDistinctCount = "DISTINCT_COUNT"

	// NamedEntityAggTypeStdev is a NamedEntityAggType enum value
	NamedEntityAggTypeStdev = "STDEV"

	// NamedEntityAggTypeStdevp is a NamedEntityAggType enum value
	NamedEntityAggTypeStdevp = "STDEVP"

	// NamedEntityAggTypeVar is a NamedEntityAggType enum value
	NamedEntityAggTypeVar = "VAR"

	// NamedEntityAggTypeVarp is a NamedEntityAggType enum value
	NamedEntityAggTypeVarp = "VARP"

	// NamedEntityAggTypePercentile is a NamedEntityAggType enum value
	NamedEntityAggTypePercentile = "PERCENTILE"

	// NamedEntityAggTypeMedian is a NamedEntityAggType enum value
	NamedEntityAggTypeMedian = "MEDIAN"

	// NamedEntityAggTypeCustom is a NamedEntityAggType enum value
	NamedEntityAggTypeCustom = "CUSTOM"
)
View Source
const (
	// NamedFilterAggTypeNoAggregation is a NamedFilterAggType enum value
	NamedFilterAggTypeNoAggregation = "NO_AGGREGATION"

	// NamedFilterAggTypeSum is a NamedFilterAggType enum value
	NamedFilterAggTypeSum = "SUM"

	// NamedFilterAggTypeAverage is a NamedFilterAggType enum value
	NamedFilterAggTypeAverage = "AVERAGE"

	// NamedFilterAggTypeCount is a NamedFilterAggType enum value
	NamedFilterAggTypeCount = "COUNT"

	// NamedFilterAggTypeDistinctCount is a NamedFilterAggType enum value
	NamedFilterAggTypeDistinctCount = "DISTINCT_COUNT"

	// NamedFilterAggTypeMax is a NamedFilterAggType enum value
	NamedFilterAggTypeMax = "MAX"

	// NamedFilterAggTypeMedian is a NamedFilterAggType enum value
	NamedFilterAggTypeMedian = "MEDIAN"

	// NamedFilterAggTypeMin is a NamedFilterAggType enum value
	NamedFilterAggTypeMin = "MIN"

	// NamedFilterAggTypeStdev is a NamedFilterAggType enum value
	NamedFilterAggTypeStdev = "STDEV"

	// NamedFilterAggTypeStdevp is a NamedFilterAggType enum value
	NamedFilterAggTypeStdevp = "STDEVP"

	// NamedFilterAggTypeVar is a NamedFilterAggType enum value
	NamedFilterAggTypeVar = "VAR"

	// NamedFilterAggTypeVarp is a NamedFilterAggType enum value
	NamedFilterAggTypeVarp = "VARP"
)
View Source
const (
	// NamedFilterTypeCategoryFilter is a NamedFilterType enum value
	NamedFilterTypeCategoryFilter = "CATEGORY_FILTER"

	// NamedFilterTypeNumericEqualityFilter is a NamedFilterType enum value
	NamedFilterTypeNumericEqualityFilter = "NUMERIC_EQUALITY_FILTER"

	// NamedFilterTypeNumericRangeFilter is a NamedFilterType enum value
	NamedFilterTypeNumericRangeFilter = "NUMERIC_RANGE_FILTER"

	// NamedFilterTypeDateRangeFilter is a NamedFilterType enum value
	NamedFilterTypeDateRangeFilter = "DATE_RANGE_FILTER"

	// NamedFilterTypeRelativeDateFilter is a NamedFilterType enum value
	NamedFilterTypeRelativeDateFilter = "RELATIVE_DATE_FILTER"
)
View Source
const (
	// NamespaceErrorTypePermissionDenied is a NamespaceErrorType enum value
	NamespaceErrorTypePermissionDenied = "PERMISSION_DENIED"

	// NamespaceErrorTypeInternalServiceError is a NamespaceErrorType enum value
	NamespaceErrorTypeInternalServiceError = "INTERNAL_SERVICE_ERROR"
)
View Source
const (
	// NamespaceStatusCreated is a NamespaceStatus enum value
	NamespaceStatusCreated = "CREATED"

	// NamespaceStatusCreating is a NamespaceStatus enum value
	NamespaceStatusCreating = "CREATING"

	// NamespaceStatusDeleting is a NamespaceStatus enum value
	NamespaceStatusDeleting = "DELETING"

	// NamespaceStatusRetryableFailure is a NamespaceStatus enum value
	NamespaceStatusRetryableFailure = "RETRYABLE_FAILURE"

	// NamespaceStatusNonRetryableFailure is a NamespaceStatus enum value
	NamespaceStatusNonRetryableFailure = "NON_RETRYABLE_FAILURE"
)
View Source
const (
	// NegativeValueDisplayModePositive is a NegativeValueDisplayMode enum value
	NegativeValueDisplayModePositive = "POSITIVE"

	// NegativeValueDisplayModeNegative is a NegativeValueDisplayMode enum value
	NegativeValueDisplayModeNegative = "NEGATIVE"
)
View Source
const (
	// NetworkInterfaceStatusCreating is a NetworkInterfaceStatus enum value
	NetworkInterfaceStatusCreating = "CREATING"

	// NetworkInterfaceStatusAvailable is a NetworkInterfaceStatus enum value
	NetworkInterfaceStatusAvailable = "AVAILABLE"

	// NetworkInterfaceStatusCreationFailed is a NetworkInterfaceStatus enum value
	NetworkInterfaceStatusCreationFailed = "CREATION_FAILED"

	// NetworkInterfaceStatusUpdating is a NetworkInterfaceStatus enum value
	NetworkInterfaceStatusUpdating = "UPDATING"

	// NetworkInterfaceStatusUpdateFailed is a NetworkInterfaceStatus enum value
	NetworkInterfaceStatusUpdateFailed = "UPDATE_FAILED"

	// NetworkInterfaceStatusDeleting is a NetworkInterfaceStatus enum value
	NetworkInterfaceStatusDeleting = "DELETING"

	// NetworkInterfaceStatusDeleted is a NetworkInterfaceStatus enum value
	NetworkInterfaceStatusDeleted = "DELETED"

	// NetworkInterfaceStatusDeletionFailed is a NetworkInterfaceStatus enum value
	NetworkInterfaceStatusDeletionFailed = "DELETION_FAILED"

	// NetworkInterfaceStatusDeletionScheduled is a NetworkInterfaceStatus enum value
	NetworkInterfaceStatusDeletionScheduled = "DELETION_SCHEDULED"

	// NetworkInterfaceStatusAttachmentFailedRollbackFailed is a NetworkInterfaceStatus enum value
	NetworkInterfaceStatusAttachmentFailedRollbackFailed = "ATTACHMENT_FAILED_ROLLBACK_FAILED"
)
View Source
const (
	// NumberScaleNone is a NumberScale enum value
	NumberScaleNone = "NONE"

	// NumberScaleAuto is a NumberScale enum value
	NumberScaleAuto = "AUTO"

	// NumberScaleThousands is a NumberScale enum value
	NumberScaleThousands = "THOUSANDS"

	// NumberScaleMillions is a NumberScale enum value
	NumberScaleMillions = "MILLIONS"

	// NumberScaleBillions is a NumberScale enum value
	NumberScaleBillions = "BILLIONS"

	// NumberScaleTrillions is a NumberScale enum value
	NumberScaleTrillions = "TRILLIONS"
)
View Source
const (
	// NumericEqualityMatchOperatorEquals is a NumericEqualityMatchOperator enum value
	NumericEqualityMatchOperatorEquals = "EQUALS"

	// NumericEqualityMatchOperatorDoesNotEqual is a NumericEqualityMatchOperator enum value
	NumericEqualityMatchOperatorDoesNotEqual = "DOES_NOT_EQUAL"
)
View Source
const (
	// NumericSeparatorSymbolComma is a NumericSeparatorSymbol enum value
	NumericSeparatorSymbolComma = "COMMA"

	// NumericSeparatorSymbolDot is a NumericSeparatorSymbol enum value
	NumericSeparatorSymbolDot = "DOT"

	// NumericSeparatorSymbolSpace is a NumericSeparatorSymbol enum value
	NumericSeparatorSymbolSpace = "SPACE"
)
View Source
const (
	// OtherCategoriesInclude is a OtherCategories enum value
	OtherCategoriesInclude = "INCLUDE"

	// OtherCategoriesExclude is a OtherCategories enum value
	OtherCategoriesExclude = "EXCLUDE"
)
View Source
const (
	// PanelBorderStyleSolid is a PanelBorderStyle enum value
	PanelBorderStyleSolid = "SOLID"

	// PanelBorderStyleDashed is a PanelBorderStyle enum value
	PanelBorderStyleDashed = "DASHED"

	// PanelBorderStyleDotted is a PanelBorderStyle enum value
	PanelBorderStyleDotted = "DOTTED"
)
View Source
const (
	// PaperOrientationPortrait is a PaperOrientation enum value
	PaperOrientationPortrait = "PORTRAIT"

	// PaperOrientationLandscape is a PaperOrientation enum value
	PaperOrientationLandscape = "LANDSCAPE"
)
View Source
const (
	// PaperSizeUsLetter is a PaperSize enum value
	PaperSizeUsLetter = "US_LETTER"

	// PaperSizeUsLegal is a PaperSize enum value
	PaperSizeUsLegal = "US_LEGAL"

	// PaperSizeUsTabloidLedger is a PaperSize enum value
	PaperSizeUsTabloidLedger = "US_TABLOID_LEDGER"

	// PaperSizeA0 is a PaperSize enum value
	PaperSizeA0 = "A0"

	// PaperSizeA1 is a PaperSize enum value
	PaperSizeA1 = "A1"

	// PaperSizeA2 is a PaperSize enum value
	PaperSizeA2 = "A2"

	// PaperSizeA3 is a PaperSize enum value
	PaperSizeA3 = "A3"

	// PaperSizeA4 is a PaperSize enum value
	PaperSizeA4 = "A4"

	// PaperSizeA5 is a PaperSize enum value
	PaperSizeA5 = "A5"

	// PaperSizeJisB4 is a PaperSize enum value
	PaperSizeJisB4 = "JIS_B4"

	// PaperSizeJisB5 is a PaperSize enum value
	PaperSizeJisB5 = "JIS_B5"
)
View Source
const (
	// ParameterValueTypeMultiValued is a ParameterValueType enum value
	ParameterValueTypeMultiValued = "MULTI_VALUED"

	// ParameterValueTypeSingleValued is a ParameterValueType enum value
	ParameterValueTypeSingleValued = "SINGLE_VALUED"
)
View Source
const (
	// PivotTableConditionalFormattingScopeRoleField is a PivotTableConditionalFormattingScopeRole enum value
	PivotTableConditionalFormattingScopeRoleField = "FIELD"

	// PivotTableConditionalFormattingScopeRoleFieldTotal is a PivotTableConditionalFormattingScopeRole enum value
	PivotTableConditionalFormattingScopeRoleFieldTotal = "FIELD_TOTAL"

	// PivotTableConditionalFormattingScopeRoleGrandTotal is a PivotTableConditionalFormattingScopeRole enum value
	PivotTableConditionalFormattingScopeRoleGrandTotal = "GRAND_TOTAL"
)
View Source
const (
	// PivotTableFieldCollapseStateCollapsed is a PivotTableFieldCollapseState enum value
	PivotTableFieldCollapseStateCollapsed = "COLLAPSED"

	// PivotTableFieldCollapseStateExpanded is a PivotTableFieldCollapseState enum value
	PivotTableFieldCollapseStateExpanded = "EXPANDED"
)
View Source
const (
	// PivotTableMetricPlacementRow is a PivotTableMetricPlacement enum value
	PivotTableMetricPlacementRow = "ROW"

	// PivotTableMetricPlacementColumn is a PivotTableMetricPlacement enum value
	PivotTableMetricPlacementColumn = "COLUMN"
)
View Source
const (
	// PivotTableSubtotalLevelAll is a PivotTableSubtotalLevel enum value
	PivotTableSubtotalLevelAll = "ALL"

	// PivotTableSubtotalLevelCustom is a PivotTableSubtotalLevel enum value
	PivotTableSubtotalLevelCustom = "CUSTOM"

	// PivotTableSubtotalLevelLast is a PivotTableSubtotalLevel enum value
	PivotTableSubtotalLevelLast = "LAST"
)
View Source
const (
	// PrimaryValueDisplayTypeHidden is a PrimaryValueDisplayType enum value
	PrimaryValueDisplayTypeHidden = "HIDDEN"

	// PrimaryValueDisplayTypeComparison is a PrimaryValueDisplayType enum value
	PrimaryValueDisplayTypeComparison = "COMPARISON"

	// PrimaryValueDisplayTypeActual is a PrimaryValueDisplayType enum value
	PrimaryValueDisplayTypeActual = "ACTUAL"
)
View Source
const (
	// PropertyRolePrimary is a PropertyRole enum value
	PropertyRolePrimary = "PRIMARY"

	// PropertyRoleId is a PropertyRole enum value
	PropertyRoleId = "ID"
)
View Source
const (
	// PropertyUsageInherit is a PropertyUsage enum value
	PropertyUsageInherit = "INHERIT"

	// PropertyUsageDimension is a PropertyUsage enum value
	PropertyUsageDimension = "DIMENSION"

	// PropertyUsageMeasure is a PropertyUsage enum value
	PropertyUsageMeasure = "MEASURE"
)
View Source
const (
	// RadarChartAxesRangeScaleAuto is a RadarChartAxesRangeScale enum value
	RadarChartAxesRangeScaleAuto = "AUTO"

	// RadarChartAxesRangeScaleIndependent is a RadarChartAxesRangeScale enum value
	RadarChartAxesRangeScaleIndependent = "INDEPENDENT"

	// RadarChartAxesRangeScaleShared is a RadarChartAxesRangeScale enum value
	RadarChartAxesRangeScaleShared = "SHARED"
)
View Source
const (
	// RadarChartShapeCircle is a RadarChartShape enum value
	RadarChartShapeCircle = "CIRCLE"

	// RadarChartShapePolygon is a RadarChartShape enum value
	RadarChartShapePolygon = "POLYGON"
)
View Source
const (
	// ReferenceLineLabelHorizontalPositionLeft is a ReferenceLineLabelHorizontalPosition enum value
	ReferenceLineLabelHorizontalPositionLeft = "LEFT"

	// ReferenceLineLabelHorizontalPositionCenter is a ReferenceLineLabelHorizontalPosition enum value
	ReferenceLineLabelHorizontalPositionCenter = "CENTER"

	// ReferenceLineLabelHorizontalPositionRight is a ReferenceLineLabelHorizontalPosition enum value
	ReferenceLineLabelHorizontalPositionRight = "RIGHT"
)
View Source
const (
	// ReferenceLineLabelVerticalPositionAbove is a ReferenceLineLabelVerticalPosition enum value
	ReferenceLineLabelVerticalPositionAbove = "ABOVE"

	// ReferenceLineLabelVerticalPositionBelow is a ReferenceLineLabelVerticalPosition enum value
	ReferenceLineLabelVerticalPositionBelow = "BELOW"
)
View Source
const (
	// ReferenceLinePatternTypeSolid is a ReferenceLinePatternType enum value
	ReferenceLinePatternTypeSolid = "SOLID"

	// ReferenceLinePatternTypeDashed is a ReferenceLinePatternType enum value
	ReferenceLinePatternTypeDashed = "DASHED"

	// ReferenceLinePatternTypeDotted is a ReferenceLinePatternType enum value
	ReferenceLinePatternTypeDotted = "DOTTED"
)
View Source
const (
	// ReferenceLineValueLabelRelativePositionBeforeCustomLabel is a ReferenceLineValueLabelRelativePosition enum value
	ReferenceLineValueLabelRelativePositionBeforeCustomLabel = "BEFORE_CUSTOM_LABEL"

	// ReferenceLineValueLabelRelativePositionAfterCustomLabel is a ReferenceLineValueLabelRelativePosition enum value
	ReferenceLineValueLabelRelativePositionAfterCustomLabel = "AFTER_CUSTOM_LABEL"
)
View Source
const (
	// RefreshIntervalMinute15 is a RefreshInterval enum value
	RefreshIntervalMinute15 = "MINUTE15"

	// RefreshIntervalMinute30 is a RefreshInterval enum value
	RefreshIntervalMinute30 = "MINUTE30"

	// RefreshIntervalHourly is a RefreshInterval enum value
	RefreshIntervalHourly = "HOURLY"

	// RefreshIntervalDaily is a RefreshInterval enum value
	RefreshIntervalDaily = "DAILY"

	// RefreshIntervalWeekly is a RefreshInterval enum value
	RefreshIntervalWeekly = "WEEKLY"

	// RefreshIntervalMonthly is a RefreshInterval enum value
	RefreshIntervalMonthly = "MONTHLY"
)
View Source
const (
	// RelativeDateTypePrevious is a RelativeDateType enum value
	RelativeDateTypePrevious = "PREVIOUS"

	// RelativeDateTypeThis is a RelativeDateType enum value
	RelativeDateTypeThis = "THIS"

	// RelativeDateTypeLast is a RelativeDateType enum value
	RelativeDateTypeLast = "LAST"

	// RelativeDateTypeNow is a RelativeDateType enum value
	RelativeDateTypeNow = "NOW"

	// RelativeDateTypeNext is a RelativeDateType enum value
	RelativeDateTypeNext = "NEXT"
)
View Source
const (
	// RelativeFontSizeExtraSmall is a RelativeFontSize enum value
	RelativeFontSizeExtraSmall = "EXTRA_SMALL"

	// RelativeFontSizeSmall is a RelativeFontSize enum value
	RelativeFontSizeSmall = "SMALL"

	// RelativeFontSizeMedium is a RelativeFontSize enum value
	RelativeFontSizeMedium = "MEDIUM"

	// RelativeFontSizeLarge is a RelativeFontSize enum value
	RelativeFontSizeLarge = "LARGE"

	// RelativeFontSizeExtraLarge is a RelativeFontSize enum value
	RelativeFontSizeExtraLarge = "EXTRA_LARGE"
)
View Source
const (
	// ResizeOptionFixed is a ResizeOption enum value
	ResizeOptionFixed = "FIXED"

	// ResizeOptionResponsive is a ResizeOption enum value
	ResizeOptionResponsive = "RESPONSIVE"
)
View Source
const (
	// ResourceStatusCreationInProgress is a ResourceStatus enum value
	ResourceStatusCreationInProgress = "CREATION_IN_PROGRESS"

	// ResourceStatusCreationSuccessful is a ResourceStatus enum value
	ResourceStatusCreationSuccessful = "CREATION_SUCCESSFUL"

	// ResourceStatusCreationFailed is a ResourceStatus enum value
	ResourceStatusCreationFailed = "CREATION_FAILED"

	// ResourceStatusUpdateInProgress is a ResourceStatus enum value
	ResourceStatusUpdateInProgress = "UPDATE_IN_PROGRESS"

	// ResourceStatusUpdateSuccessful is a ResourceStatus enum value
	ResourceStatusUpdateSuccessful = "UPDATE_SUCCESSFUL"

	// ResourceStatusUpdateFailed is a ResourceStatus enum value
	ResourceStatusUpdateFailed = "UPDATE_FAILED"

	// ResourceStatusDeleted is a ResourceStatus enum value
	ResourceStatusDeleted = "DELETED"
)
View Source
const (
	// RowLevelPermissionFormatVersionVersion1 is a RowLevelPermissionFormatVersion enum value
	RowLevelPermissionFormatVersionVersion1 = "VERSION_1"

	// RowLevelPermissionFormatVersionVersion2 is a RowLevelPermissionFormatVersion enum value
	RowLevelPermissionFormatVersionVersion2 = "VERSION_2"
)
View Source
const (
	// RowLevelPermissionPolicyGrantAccess is a RowLevelPermissionPolicy enum value
	RowLevelPermissionPolicyGrantAccess = "GRANT_ACCESS"

	// RowLevelPermissionPolicyDenyAccess is a RowLevelPermissionPolicy enum value
	RowLevelPermissionPolicyDenyAccess = "DENY_ACCESS"
)
View Source
const (
	// SectionPageBreakStatusEnabled is a SectionPageBreakStatus enum value
	SectionPageBreakStatusEnabled = "ENABLED"

	// SectionPageBreakStatusDisabled is a SectionPageBreakStatus enum value
	SectionPageBreakStatusDisabled = "DISABLED"
)
View Source
const (
	// SelectedTooltipTypeBasic is a SelectedTooltipType enum value
	SelectedTooltipTypeBasic = "BASIC"

	// SelectedTooltipTypeDetailed is a SelectedTooltipType enum value
	SelectedTooltipTypeDetailed = "DETAILED"
)
View Source
const (
	// SheetContentTypePaginated is a SheetContentType enum value
	SheetContentTypePaginated = "PAGINATED"

	// SheetContentTypeInteractive is a SheetContentType enum value
	SheetContentTypeInteractive = "INTERACTIVE"
)
View Source
const (
	// SheetControlDateTimePickerTypeSingleValued is a SheetControlDateTimePickerType enum value
	SheetControlDateTimePickerTypeSingleValued = "SINGLE_VALUED"

	// SheetControlDateTimePickerTypeDateRange is a SheetControlDateTimePickerType enum value
	SheetControlDateTimePickerTypeDateRange = "DATE_RANGE"
)
View Source
const (
	// SheetControlListTypeMultiSelect is a SheetControlListType enum value
	SheetControlListTypeMultiSelect = "MULTI_SELECT"

	// SheetControlListTypeSingleSelect is a SheetControlListType enum value
	SheetControlListTypeSingleSelect = "SINGLE_SELECT"
)
View Source
const (
	// SheetControlSliderTypeSinglePoint is a SheetControlSliderType enum value
	SheetControlSliderTypeSinglePoint = "SINGLE_POINT"

	// SheetControlSliderTypeRange is a SheetControlSliderType enum value
	SheetControlSliderTypeRange = "RANGE"
)
View Source
const (
	// SimpleNumericalAggregationFunctionSum is a SimpleNumericalAggregationFunction enum value
	SimpleNumericalAggregationFunctionSum = "SUM"

	// SimpleNumericalAggregationFunctionAverage is a SimpleNumericalAggregationFunction enum value
	SimpleNumericalAggregationFunctionAverage = "AVERAGE"

	// SimpleNumericalAggregationFunctionMin is a SimpleNumericalAggregationFunction enum value
	SimpleNumericalAggregationFunctionMin = "MIN"

	// SimpleNumericalAggregationFunctionMax is a SimpleNumericalAggregationFunction enum value
	SimpleNumericalAggregationFunctionMax = "MAX"

	// SimpleNumericalAggregationFunctionCount is a SimpleNumericalAggregationFunction enum value
	SimpleNumericalAggregationFunctionCount = "COUNT"

	// SimpleNumericalAggregationFunctionDistinctCount is a SimpleNumericalAggregationFunction enum value
	SimpleNumericalAggregationFunctionDistinctCount = "DISTINCT_COUNT"

	// SimpleNumericalAggregationFunctionVar is a SimpleNumericalAggregationFunction enum value
	SimpleNumericalAggregationFunctionVar = "VAR"

	// SimpleNumericalAggregationFunctionVarp is a SimpleNumericalAggregationFunction enum value
	SimpleNumericalAggregationFunctionVarp = "VARP"

	// SimpleNumericalAggregationFunctionStdev is a SimpleNumericalAggregationFunction enum value
	SimpleNumericalAggregationFunctionStdev = "STDEV"

	// SimpleNumericalAggregationFunctionStdevp is a SimpleNumericalAggregationFunction enum value
	SimpleNumericalAggregationFunctionStdevp = "STDEVP"

	// SimpleNumericalAggregationFunctionMedian is a SimpleNumericalAggregationFunction enum value
	SimpleNumericalAggregationFunctionMedian = "MEDIAN"
)
View Source
const (
	// SmallMultiplesAxisPlacementOutside is a SmallMultiplesAxisPlacement enum value
	SmallMultiplesAxisPlacementOutside = "OUTSIDE"

	// SmallMultiplesAxisPlacementInside is a SmallMultiplesAxisPlacement enum value
	SmallMultiplesAxisPlacementInside = "INSIDE"
)
View Source
const (
	// SmallMultiplesAxisScaleShared is a SmallMultiplesAxisScale enum value
	SmallMultiplesAxisScaleShared = "SHARED"

	// SmallMultiplesAxisScaleIndependent is a SmallMultiplesAxisScale enum value
	SmallMultiplesAxisScaleIndependent = "INDEPENDENT"
)
View Source
const (
	// SnapshotFileFormatTypeCsv is a SnapshotFileFormatType enum value
	SnapshotFileFormatTypeCsv = "CSV"

	// SnapshotFileFormatTypePdf is a SnapshotFileFormatType enum value
	SnapshotFileFormatTypePdf = "PDF"
)
View Source
const (
	// SnapshotFileSheetSelectionScopeAllVisuals is a SnapshotFileSheetSelectionScope enum value
	SnapshotFileSheetSelectionScopeAllVisuals = "ALL_VISUALS"

	// SnapshotFileSheetSelectionScopeSelectedVisuals is a SnapshotFileSheetSelectionScope enum value
	SnapshotFileSheetSelectionScopeSelectedVisuals = "SELECTED_VISUALS"
)
View Source
const (
	// SnapshotJobStatusQueued is a SnapshotJobStatus enum value
	SnapshotJobStatusQueued = "QUEUED"

	// SnapshotJobStatusRunning is a SnapshotJobStatus enum value
	SnapshotJobStatusRunning = "RUNNING"

	// SnapshotJobStatusCompleted is a SnapshotJobStatus enum value
	SnapshotJobStatusCompleted = "COMPLETED"

	// SnapshotJobStatusFailed is a SnapshotJobStatus enum value
	SnapshotJobStatusFailed = "FAILED"
)
View Source
const (
	// SortDirectionAsc is a SortDirection enum value
	SortDirectionAsc = "ASC"

	// SortDirectionDesc is a SortDirection enum value
	SortDirectionDesc = "DESC"
)
View Source
const (
	// SpecialValueEmpty is a SpecialValue enum value
	SpecialValueEmpty = "EMPTY"

	// SpecialValueNull is a SpecialValue enum value
	SpecialValueNull = "NULL"

	// SpecialValueOther is a SpecialValue enum value
	SpecialValueOther = "OTHER"
)
View Source
const (
	// StatusEnabled is a Status enum value
	StatusEnabled = "ENABLED"

	// StatusDisabled is a Status enum value
	StatusDisabled = "DISABLED"
)
View Source
const (
	// TableBorderStyleNone is a TableBorderStyle enum value
	TableBorderStyleNone = "NONE"

	// TableBorderStyleSolid is a TableBorderStyle enum value
	TableBorderStyleSolid = "SOLID"
)
View Source
const (
	// TableCellImageScalingConfigurationFitToCellHeight is a TableCellImageScalingConfiguration enum value
	TableCellImageScalingConfigurationFitToCellHeight = "FIT_TO_CELL_HEIGHT"

	// TableCellImageScalingConfigurationFitToCellWidth is a TableCellImageScalingConfiguration enum value
	TableCellImageScalingConfigurationFitToCellWidth = "FIT_TO_CELL_WIDTH"

	// TableCellImageScalingConfigurationDoNotScale is a TableCellImageScalingConfiguration enum value
	TableCellImageScalingConfigurationDoNotScale = "DO_NOT_SCALE"
)
View Source
const (
	// TableOrientationVertical is a TableOrientation enum value
	TableOrientationVertical = "VERTICAL"

	// TableOrientationHorizontal is a TableOrientation enum value
	TableOrientationHorizontal = "HORIZONTAL"
)
View Source
const (
	// TableTotalsPlacementStart is a TableTotalsPlacement enum value
	TableTotalsPlacementStart = "START"

	// TableTotalsPlacementEnd is a TableTotalsPlacement enum value
	TableTotalsPlacementEnd = "END"
)
View Source
const (
	// TableTotalsScrollStatusPinned is a TableTotalsScrollStatus enum value
	TableTotalsScrollStatusPinned = "PINNED"

	// TableTotalsScrollStatusScrolled is a TableTotalsScrollStatus enum value
	TableTotalsScrollStatusScrolled = "SCROLLED"
)
View Source
const (
	// TemplateErrorTypeSourceNotFound is a TemplateErrorType enum value
	TemplateErrorTypeSourceNotFound = "SOURCE_NOT_FOUND"

	// TemplateErrorTypeDataSetNotFound is a TemplateErrorType enum value
	TemplateErrorTypeDataSetNotFound = "DATA_SET_NOT_FOUND"

	// TemplateErrorTypeInternalFailure is a TemplateErrorType enum value
	TemplateErrorTypeInternalFailure = "INTERNAL_FAILURE"

	// TemplateErrorTypeAccessDenied is a TemplateErrorType enum value
	TemplateErrorTypeAccessDenied = "ACCESS_DENIED"
)
View Source
const (
	// TextQualifierDoubleQuote is a TextQualifier enum value
	TextQualifierDoubleQuote = "DOUBLE_QUOTE"

	// TextQualifierSingleQuote is a TextQualifier enum value
	TextQualifierSingleQuote = "SINGLE_QUOTE"
)
View Source
const (
	// TextWrapNone is a TextWrap enum value
	TextWrapNone = "NONE"

	// TextWrapWrap is a TextWrap enum value
	TextWrapWrap = "WRAP"
)
View Source
const (
	// ThemeTypeQuicksight is a ThemeType enum value
	ThemeTypeQuicksight = "QUICKSIGHT"

	// ThemeTypeCustom is a ThemeType enum value
	ThemeTypeCustom = "CUSTOM"

	// ThemeTypeAll is a ThemeType enum value
	ThemeTypeAll = "ALL"
)
View Source
const (
	// TimeGranularityYear is a TimeGranularity enum value
	TimeGranularityYear = "YEAR"

	// TimeGranularityQuarter is a TimeGranularity enum value
	TimeGranularityQuarter = "QUARTER"

	// TimeGranularityMonth is a TimeGranularity enum value
	TimeGranularityMonth = "MONTH"

	// TimeGranularityWeek is a TimeGranularity enum value
	TimeGranularityWeek = "WEEK"

	// TimeGranularityDay is a TimeGranularity enum value
	TimeGranularityDay = "DAY"

	// TimeGranularityHour is a TimeGranularity enum value
	TimeGranularityHour = "HOUR"

	// TimeGranularityMinute is a TimeGranularity enum value
	TimeGranularityMinute = "MINUTE"

	// TimeGranularitySecond is a TimeGranularity enum value
	TimeGranularitySecond = "SECOND"

	// TimeGranularityMillisecond is a TimeGranularity enum value
	TimeGranularityMillisecond = "MILLISECOND"
)
View Source
const (
	// TooltipTitleTypeNone is a TooltipTitleType enum value
	TooltipTitleTypeNone = "NONE"

	// TooltipTitleTypePrimaryValue is a TooltipTitleType enum value
	TooltipTitleTypePrimaryValue = "PRIMARY_VALUE"
)
View Source
const (
	// TopBottomComputationTypeTop is a TopBottomComputationType enum value
	TopBottomComputationTypeTop = "TOP"

	// TopBottomComputationTypeBottom is a TopBottomComputationType enum value
	TopBottomComputationTypeBottom = "BOTTOM"
)
View Source
const (
	// TopBottomSortOrderPercentDifference is a TopBottomSortOrder enum value
	TopBottomSortOrderPercentDifference = "PERCENT_DIFFERENCE"

	// TopBottomSortOrderAbsoluteDifference is a TopBottomSortOrder enum value
	TopBottomSortOrderAbsoluteDifference = "ABSOLUTE_DIFFERENCE"
)
View Source
const (
	// TopicNumericSeparatorSymbolComma is a TopicNumericSeparatorSymbol enum value
	TopicNumericSeparatorSymbolComma = "COMMA"

	// TopicNumericSeparatorSymbolDot is a TopicNumericSeparatorSymbol enum value
	TopicNumericSeparatorSymbolDot = "DOT"
)
View Source
const (
	// TopicRefreshStatusInitialized is a TopicRefreshStatus enum value
	TopicRefreshStatusInitialized = "INITIALIZED"

	// TopicRefreshStatusRunning is a TopicRefreshStatus enum value
	TopicRefreshStatusRunning = "RUNNING"

	// TopicRefreshStatusFailed is a TopicRefreshStatus enum value
	TopicRefreshStatusFailed = "FAILED"

	// TopicRefreshStatusCompleted is a TopicRefreshStatus enum value
	TopicRefreshStatusCompleted = "COMPLETED"

	// TopicRefreshStatusCancelled is a TopicRefreshStatus enum value
	TopicRefreshStatusCancelled = "CANCELLED"
)
View Source
const (
	// TopicRelativeDateFilterFunctionPrevious is a TopicRelativeDateFilterFunction enum value
	TopicRelativeDateFilterFunctionPrevious = "PREVIOUS"

	// TopicRelativeDateFilterFunctionThis is a TopicRelativeDateFilterFunction enum value
	TopicRelativeDateFilterFunctionThis = "THIS"

	// TopicRelativeDateFilterFunctionLast is a TopicRelativeDateFilterFunction enum value
	TopicRelativeDateFilterFunctionLast = "LAST"

	// TopicRelativeDateFilterFunctionNext is a TopicRelativeDateFilterFunction enum value
	TopicRelativeDateFilterFunctionNext = "NEXT"

	// TopicRelativeDateFilterFunctionNow is a TopicRelativeDateFilterFunction enum value
	TopicRelativeDateFilterFunctionNow = "NOW"
)
View Source
const (
	// TopicScheduleTypeHourly is a TopicScheduleType enum value
	TopicScheduleTypeHourly = "HOURLY"

	// TopicScheduleTypeDaily is a TopicScheduleType enum value
	TopicScheduleTypeDaily = "DAILY"

	// TopicScheduleTypeWeekly is a TopicScheduleType enum value
	TopicScheduleTypeWeekly = "WEEKLY"

	// TopicScheduleTypeMonthly is a TopicScheduleType enum value
	TopicScheduleTypeMonthly = "MONTHLY"
)
View Source
const (
	// TopicTimeGranularitySecond is a TopicTimeGranularity enum value
	TopicTimeGranularitySecond = "SECOND"

	// TopicTimeGranularityMinute is a TopicTimeGranularity enum value
	TopicTimeGranularityMinute = "MINUTE"

	// TopicTimeGranularityHour is a TopicTimeGranularity enum value
	TopicTimeGranularityHour = "HOUR"

	// TopicTimeGranularityDay is a TopicTimeGranularity enum value
	TopicTimeGranularityDay = "DAY"

	// TopicTimeGranularityWeek is a TopicTimeGranularity enum value
	TopicTimeGranularityWeek = "WEEK"

	// TopicTimeGranularityMonth is a TopicTimeGranularity enum value
	TopicTimeGranularityMonth = "MONTH"

	// TopicTimeGranularityQuarter is a TopicTimeGranularity enum value
	TopicTimeGranularityQuarter = "QUARTER"

	// TopicTimeGranularityYear is a TopicTimeGranularity enum value
	TopicTimeGranularityYear = "YEAR"
)
View Source
const (
	// URLTargetConfigurationNewTab is a URLTargetConfiguration enum value
	URLTargetConfigurationNewTab = "NEW_TAB"

	// URLTargetConfigurationNewWindow is a URLTargetConfiguration enum value
	URLTargetConfigurationNewWindow = "NEW_WINDOW"

	// URLTargetConfigurationSameTab is a URLTargetConfiguration enum value
	URLTargetConfigurationSameTab = "SAME_TAB"
)
View Source
const (
	// UndefinedSpecifiedValueTypeLeast is a UndefinedSpecifiedValueType enum value
	UndefinedSpecifiedValueTypeLeast = "LEAST"

	// UndefinedSpecifiedValueTypeMost is a UndefinedSpecifiedValueType enum value
	UndefinedSpecifiedValueTypeMost = "MOST"
)
View Source
const (
	// UserRoleAdmin is a UserRole enum value
	UserRoleAdmin = "ADMIN"

	// UserRoleAuthor is a UserRole enum value
	UserRoleAuthor = "AUTHOR"

	// UserRoleReader is a UserRole enum value
	UserRoleReader = "READER"

	// UserRoleRestrictedAuthor is a UserRole enum value
	UserRoleRestrictedAuthor = "RESTRICTED_AUTHOR"

	// UserRoleRestrictedReader is a UserRole enum value
	UserRoleRestrictedReader = "RESTRICTED_READER"
)
View Source
const (
	// VPCConnectionAvailabilityStatusAvailable is a VPCConnectionAvailabilityStatus enum value
	VPCConnectionAvailabilityStatusAvailable = "AVAILABLE"

	// VPCConnectionAvailabilityStatusUnavailable is a VPCConnectionAvailabilityStatus enum value
	VPCConnectionAvailabilityStatusUnavailable = "UNAVAILABLE"

	// VPCConnectionAvailabilityStatusPartiallyAvailable is a VPCConnectionAvailabilityStatus enum value
	VPCConnectionAvailabilityStatusPartiallyAvailable = "PARTIALLY_AVAILABLE"
)
View Source
const (
	// VPCConnectionResourceStatusCreationInProgress is a VPCConnectionResourceStatus enum value
	VPCConnectionResourceStatusCreationInProgress = "CREATION_IN_PROGRESS"

	// VPCConnectionResourceStatusCreationSuccessful is a VPCConnectionResourceStatus enum value
	VPCConnectionResourceStatusCreationSuccessful = "CREATION_SUCCESSFUL"

	// VPCConnectionResourceStatusCreationFailed is a VPCConnectionResourceStatus enum value
	VPCConnectionResourceStatusCreationFailed = "CREATION_FAILED"

	// VPCConnectionResourceStatusUpdateInProgress is a VPCConnectionResourceStatus enum value
	VPCConnectionResourceStatusUpdateInProgress = "UPDATE_IN_PROGRESS"

	// VPCConnectionResourceStatusUpdateSuccessful is a VPCConnectionResourceStatus enum value
	VPCConnectionResourceStatusUpdateSuccessful = "UPDATE_SUCCESSFUL"

	// VPCConnectionResourceStatusUpdateFailed is a VPCConnectionResourceStatus enum value
	VPCConnectionResourceStatusUpdateFailed = "UPDATE_FAILED"

	// VPCConnectionResourceStatusDeletionInProgress is a VPCConnectionResourceStatus enum value
	VPCConnectionResourceStatusDeletionInProgress = "DELETION_IN_PROGRESS"

	// VPCConnectionResourceStatusDeletionFailed is a VPCConnectionResourceStatus enum value
	VPCConnectionResourceStatusDeletionFailed = "DELETION_FAILED"

	// VPCConnectionResourceStatusDeleted is a VPCConnectionResourceStatus enum value
	VPCConnectionResourceStatusDeleted = "DELETED"
)
View Source
const (
	// ValueWhenUnsetOptionRecommendedValue is a ValueWhenUnsetOption enum value
	ValueWhenUnsetOptionRecommendedValue = "RECOMMENDED_VALUE"

	// ValueWhenUnsetOptionNull is a ValueWhenUnsetOption enum value
	ValueWhenUnsetOptionNull = "NULL"
)
View Source
const (
	// VerticalTextAlignmentTop is a VerticalTextAlignment enum value
	VerticalTextAlignmentTop = "TOP"

	// VerticalTextAlignmentMiddle is a VerticalTextAlignment enum value
	VerticalTextAlignmentMiddle = "MIDDLE"

	// VerticalTextAlignmentBottom is a VerticalTextAlignment enum value
	VerticalTextAlignmentBottom = "BOTTOM"
)
View Source
const (
	// VisibilityHidden is a Visibility enum value
	VisibilityHidden = "HIDDEN"

	// VisibilityVisible is a Visibility enum value
	VisibilityVisible = "VISIBLE"
)
View Source
const (
	// VisualCustomActionTriggerDataPointClick is a VisualCustomActionTrigger enum value
	VisualCustomActionTriggerDataPointClick = "DATA_POINT_CLICK"

	// VisualCustomActionTriggerDataPointMenu is a VisualCustomActionTrigger enum value
	VisualCustomActionTriggerDataPointMenu = "DATA_POINT_MENU"
)
View Source
const (
	// WidgetStatusEnabled is a WidgetStatus enum value
	WidgetStatusEnabled = "ENABLED"

	// WidgetStatusDisabled is a WidgetStatus enum value
	WidgetStatusDisabled = "DISABLED"
)
View Source
const (
	// WordCloudCloudLayoutFluid is a WordCloudCloudLayout enum value
	WordCloudCloudLayoutFluid = "FLUID"

	// WordCloudCloudLayoutNormal is a WordCloudCloudLayout enum value
	WordCloudCloudLayoutNormal = "NORMAL"
)
View Source
const (
	// WordCloudWordCasingLowerCase is a WordCloudWordCasing enum value
	WordCloudWordCasingLowerCase = "LOWER_CASE"

	// WordCloudWordCasingExistingCase is a WordCloudWordCasing enum value
	WordCloudWordCasingExistingCase = "EXISTING_CASE"
)
View Source
const (
	// WordCloudWordOrientationHorizontal is a WordCloudWordOrientation enum value
	WordCloudWordOrientationHorizontal = "HORIZONTAL"

	// WordCloudWordOrientationHorizontalAndVertical is a WordCloudWordOrientation enum value
	WordCloudWordOrientationHorizontalAndVertical = "HORIZONTAL_AND_VERTICAL"
)
View Source
const (
	// WordCloudWordPaddingNone is a WordCloudWordPadding enum value
	WordCloudWordPaddingNone = "NONE"

	// WordCloudWordPaddingSmall is a WordCloudWordPadding enum value
	WordCloudWordPaddingSmall = "SMALL"

	// WordCloudWordPaddingMedium is a WordCloudWordPadding enum value
	WordCloudWordPaddingMedium = "MEDIUM"

	// WordCloudWordPaddingLarge is a WordCloudWordPadding enum value
	WordCloudWordPaddingLarge = "LARGE"
)
View Source
const (
	// WordCloudWordScalingEmphasize is a WordCloudWordScaling enum value
	WordCloudWordScalingEmphasize = "EMPHASIZE"

	// WordCloudWordScalingNormal is a WordCloudWordScaling enum value
	WordCloudWordScalingNormal = "NORMAL"
)
View Source
const (

	// ErrCodeAccessDeniedException for service response error code
	// "AccessDeniedException".
	//
	// You don't have access to this item. The provided credentials couldn't be
	// validated. You might not be authorized to carry out the request. Make sure
	// that your account is authorized to use the Amazon QuickSight service, that
	// your policies have the correct permissions, and that you are using the correct
	// credentials.
	ErrCodeAccessDeniedException = "AccessDeniedException"

	// ErrCodeConcurrentUpdatingException for service response error code
	// "ConcurrentUpdatingException".
	//
	// A resource is already in a state that indicates an operation is happening
	// that must complete before a new update can be applied.
	ErrCodeConcurrentUpdatingException = "ConcurrentUpdatingException"

	// ErrCodeConflictException for service response error code
	// "ConflictException".
	//
	// Updating or deleting a resource can cause an inconsistent state.
	ErrCodeConflictException = "ConflictException"

	// ErrCodeDomainNotWhitelistedException for service response error code
	// "DomainNotWhitelistedException".
	//
	// The domain specified isn't on the allow list. All domains for embedded dashboards
	// must be added to the approved list by an Amazon QuickSight admin.
	ErrCodeDomainNotWhitelistedException = "DomainNotWhitelistedException"

	// ErrCodeIdentityTypeNotSupportedException for service response error code
	// "IdentityTypeNotSupportedException".
	//
	// The identity type specified isn't supported. Supported identity types include
	// IAM and QUICKSIGHT.
	ErrCodeIdentityTypeNotSupportedException = "IdentityTypeNotSupportedException"

	// ErrCodeInternalFailureException for service response error code
	// "InternalFailureException".
	//
	// An internal failure occurred.
	ErrCodeInternalFailureException = "InternalFailureException"

	// ErrCodeInvalidNextTokenException for service response error code
	// "InvalidNextTokenException".
	//
	// The NextToken value isn't valid.
	ErrCodeInvalidNextTokenException = "InvalidNextTokenException"

	// ErrCodeInvalidParameterValueException for service response error code
	// "InvalidParameterValueException".
	//
	// One or more parameters has a value that isn't valid.
	ErrCodeInvalidParameterValueException = "InvalidParameterValueException"

	// ErrCodeInvalidRequestException for service response error code
	// "InvalidRequestException".
	//
	// You don't have this feature activated for your account. To fix this issue,
	// contact Amazon Web Services support.
	ErrCodeInvalidRequestException = "InvalidRequestException"

	// ErrCodeLimitExceededException for service response error code
	// "LimitExceededException".
	//
	// A limit is exceeded.
	ErrCodeLimitExceededException = "LimitExceededException"

	// ErrCodePreconditionNotMetException for service response error code
	// "PreconditionNotMetException".
	//
	// One or more preconditions aren't met.
	ErrCodePreconditionNotMetException = "PreconditionNotMetException"

	// ErrCodeResourceExistsException for service response error code
	// "ResourceExistsException".
	//
	// The resource specified already exists.
	ErrCodeResourceExistsException = "ResourceExistsException"

	// ErrCodeResourceNotFoundException for service response error code
	// "ResourceNotFoundException".
	//
	// One or more resources can't be found.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"

	// ErrCodeResourceUnavailableException for service response error code
	// "ResourceUnavailableException".
	//
	// This resource is currently unavailable.
	ErrCodeResourceUnavailableException = "ResourceUnavailableException"

	// ErrCodeSessionLifetimeInMinutesInvalidException for service response error code
	// "SessionLifetimeInMinutesInvalidException".
	//
	// The number of minutes specified for the lifetime of a session isn't valid.
	// The session lifetime must be 15-600 minutes.
	ErrCodeSessionLifetimeInMinutesInvalidException = "SessionLifetimeInMinutesInvalidException"

	// ErrCodeThrottlingException for service response error code
	// "ThrottlingException".
	//
	// Access is throttled.
	ErrCodeThrottlingException = "ThrottlingException"

	// ErrCodeUnsupportedPricingPlanException for service response error code
	// "UnsupportedPricingPlanException".
	//
	// This error indicates that you are calling an embedding operation in Amazon
	// QuickSight without the required pricing plan on your Amazon Web Services
	// account. Before you can use embedding for anonymous users, a QuickSight administrator
	// needs to add capacity pricing to Amazon QuickSight. You can do this on the
	// Manage Amazon QuickSight page.
	//
	// After capacity pricing is added, you can use the GetDashboardEmbedUrl (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html)
	// API operation with the --identity-type ANONYMOUS option.
	ErrCodeUnsupportedPricingPlanException = "UnsupportedPricingPlanException"

	// ErrCodeUnsupportedUserEditionException for service response error code
	// "UnsupportedUserEditionException".
	//
	// This error indicates that you are calling an operation on an Amazon QuickSight
	// subscription where the edition doesn't include support for that operation.
	// Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition.
	// Not every operation and capability is available in every edition.
	ErrCodeUnsupportedUserEditionException = "UnsupportedUserEditionException"

	// ErrCodeUserNotFoundException for service response error code
	// "QuickSightUserNotFoundException".
	//
	// The user with the provided name isn't found. This error can happen in any
	// operation that requires finding a user based on a provided user name, such
	// as DeleteUser, DescribeUser, and so on.
	ErrCodeUserNotFoundException = "QuickSightUserNotFoundException"
)
View Source
const (
	ServiceName = "QuickSight" // Name of service.
	EndpointsID = "quicksight" // ID to lookup a service endpoint with.
	ServiceID   = "QuickSight" // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (
	// AnchorOptionNow is a AnchorOption enum value
	AnchorOptionNow = "NOW"
)
View Source
const (
	// AssetBundleExportJobAnalysisPropertyToOverrideName is a AssetBundleExportJobAnalysisPropertyToOverride enum value
	AssetBundleExportJobAnalysisPropertyToOverrideName = "Name"
)
View Source
const (
	// AssetBundleExportJobDashboardPropertyToOverrideName is a AssetBundleExportJobDashboardPropertyToOverride enum value
	AssetBundleExportJobDashboardPropertyToOverrideName = "Name"
)
View Source
const (
	// AssetBundleExportJobDataSetPropertyToOverrideName is a AssetBundleExportJobDataSetPropertyToOverride enum value
	AssetBundleExportJobDataSetPropertyToOverrideName = "Name"
)
View Source
const (
	// AssetBundleExportJobRefreshSchedulePropertyToOverrideStartAfterDateTime is a AssetBundleExportJobRefreshSchedulePropertyToOverride enum value
	AssetBundleExportJobRefreshSchedulePropertyToOverrideStartAfterDateTime = "StartAfterDateTime"
)
View Source
const (
	// AssetBundleExportJobThemePropertyToOverrideName is a AssetBundleExportJobThemePropertyToOverride enum value
	AssetBundleExportJobThemePropertyToOverrideName = "Name"
)
View Source
const (
	// CategoryFilterSelectAllOptionsFilterAllValues is a CategoryFilterSelectAllOptions enum value
	CategoryFilterSelectAllOptionsFilterAllValues = "FILTER_ALL_VALUES"
)
View Source
const (
	// ConditionalFormattingIconDisplayOptionIconOnly is a ConditionalFormattingIconDisplayOption enum value
	ConditionalFormattingIconDisplayOptionIconOnly = "ICON_ONLY"
)
View Source
const (
	// FolderTypeShared is a FolderType enum value
	FolderTypeShared = "SHARED"
)
View Source
const (
	// GeoSpatialCountryCodeUs is a GeoSpatialCountryCode enum value
	GeoSpatialCountryCodeUs = "US"
)
View Source
const (
	// GroupFilterAttributeGroupName is a GroupFilterAttribute enum value
	GroupFilterAttributeGroupName = "GROUP_NAME"
)
View Source
const (
	// GroupFilterOperatorStartsWith is a GroupFilterOperator enum value
	GroupFilterOperatorStartsWith = "StartsWith"
)
View Source
const (
	// IdentityStoreQuicksight is a IdentityStore enum value
	IdentityStoreQuicksight = "QUICKSIGHT"
)
View Source
const (
	// NumericFilterSelectAllOptionsFilterAllValues is a NumericFilterSelectAllOptions enum value
	NumericFilterSelectAllOptionsFilterAllValues = "FILTER_ALL_VALUES"
)
View Source
const (
	// SelectAllValueOptionsAllValues is a SelectAllValueOptions enum value
	SelectAllValueOptionsAllValues = "ALL_VALUES"
)
View Source
const (
	// SelectedFieldOptionsAllFields is a SelectedFieldOptions enum value
	SelectedFieldOptionsAllFields = "ALL_FIELDS"
)
View Source
const (
	// SimpleAttributeAggregationFunctionUniqueValue is a SimpleAttributeAggregationFunction enum value
	SimpleAttributeAggregationFunctionUniqueValue = "UNIQUE_VALUE"
)
View Source
const (
	// TableFieldIconSetTypeLink is a TableFieldIconSetType enum value
	TableFieldIconSetTypeLink = "LINK"
)
View Source
const (
	// TargetVisualOptionsAllVisuals is a TargetVisualOptions enum value
	TargetVisualOptionsAllVisuals = "ALL_VISUALS"
)
View Source
const (
	// ThemeErrorTypeInternalFailure is a ThemeErrorType enum value
	ThemeErrorTypeInternalFailure = "INTERNAL_FAILURE"
)

Variables

This section is empty.

Functions

func AnalysisErrorType_Values

func AnalysisErrorType_Values() []string

AnalysisErrorType_Values returns all elements of the AnalysisErrorType enum

func AnalysisFilterAttribute_Values

func AnalysisFilterAttribute_Values() []string

AnalysisFilterAttribute_Values returns all elements of the AnalysisFilterAttribute enum

func AnchorOption_Values added in v1.42.9

func AnchorOption_Values() []string

AnchorOption_Values returns all elements of the AnchorOption enum

func ArcThicknessOptions_Values added in v1.42.9

func ArcThicknessOptions_Values() []string

ArcThicknessOptions_Values returns all elements of the ArcThicknessOptions enum

func ArcThickness_Values added in v1.42.9

func ArcThickness_Values() []string

ArcThickness_Values returns all elements of the ArcThickness enum

func AssetBundleExportFormat_Values added in v1.42.9

func AssetBundleExportFormat_Values() []string

AssetBundleExportFormat_Values returns all elements of the AssetBundleExportFormat enum

func AssetBundleExportJobAnalysisPropertyToOverride_Values added in v1.42.9

func AssetBundleExportJobAnalysisPropertyToOverride_Values() []string

AssetBundleExportJobAnalysisPropertyToOverride_Values returns all elements of the AssetBundleExportJobAnalysisPropertyToOverride enum

func AssetBundleExportJobDashboardPropertyToOverride_Values added in v1.42.9

func AssetBundleExportJobDashboardPropertyToOverride_Values() []string

AssetBundleExportJobDashboardPropertyToOverride_Values returns all elements of the AssetBundleExportJobDashboardPropertyToOverride enum

func AssetBundleExportJobDataSetPropertyToOverride_Values added in v1.42.9

func AssetBundleExportJobDataSetPropertyToOverride_Values() []string

AssetBundleExportJobDataSetPropertyToOverride_Values returns all elements of the AssetBundleExportJobDataSetPropertyToOverride enum

func AssetBundleExportJobDataSourcePropertyToOverride_Values added in v1.42.9

func AssetBundleExportJobDataSourcePropertyToOverride_Values() []string

AssetBundleExportJobDataSourcePropertyToOverride_Values returns all elements of the AssetBundleExportJobDataSourcePropertyToOverride enum

func AssetBundleExportJobRefreshSchedulePropertyToOverride_Values added in v1.42.9

func AssetBundleExportJobRefreshSchedulePropertyToOverride_Values() []string

AssetBundleExportJobRefreshSchedulePropertyToOverride_Values returns all elements of the AssetBundleExportJobRefreshSchedulePropertyToOverride enum

func AssetBundleExportJobStatus_Values added in v1.42.9

func AssetBundleExportJobStatus_Values() []string

AssetBundleExportJobStatus_Values returns all elements of the AssetBundleExportJobStatus enum

func AssetBundleExportJobThemePropertyToOverride_Values added in v1.42.9

func AssetBundleExportJobThemePropertyToOverride_Values() []string

AssetBundleExportJobThemePropertyToOverride_Values returns all elements of the AssetBundleExportJobThemePropertyToOverride enum

func AssetBundleExportJobVPCConnectionPropertyToOverride_Values added in v1.42.9

func AssetBundleExportJobVPCConnectionPropertyToOverride_Values() []string

AssetBundleExportJobVPCConnectionPropertyToOverride_Values returns all elements of the AssetBundleExportJobVPCConnectionPropertyToOverride enum

func AssetBundleImportFailureAction_Values added in v1.42.9

func AssetBundleImportFailureAction_Values() []string

AssetBundleImportFailureAction_Values returns all elements of the AssetBundleImportFailureAction enum

func AssetBundleImportJobStatus_Values added in v1.42.9

func AssetBundleImportJobStatus_Values() []string

AssetBundleImportJobStatus_Values returns all elements of the AssetBundleImportJobStatus enum

func AssignmentStatus_Values

func AssignmentStatus_Values() []string

AssignmentStatus_Values returns all elements of the AssignmentStatus enum

func AuthenticationMethodOption_Values added in v1.42.9

func AuthenticationMethodOption_Values() []string

AuthenticationMethodOption_Values returns all elements of the AuthenticationMethodOption enum

func AuthorSpecifiedAggregation_Values added in v1.42.9

func AuthorSpecifiedAggregation_Values() []string

AuthorSpecifiedAggregation_Values returns all elements of the AuthorSpecifiedAggregation enum

func AxisBinding_Values added in v1.42.9

func AxisBinding_Values() []string

AxisBinding_Values returns all elements of the AxisBinding enum

func BarChartOrientation_Values added in v1.42.9

func BarChartOrientation_Values() []string

BarChartOrientation_Values returns all elements of the BarChartOrientation enum

func BarsArrangement_Values added in v1.42.9

func BarsArrangement_Values() []string

BarsArrangement_Values returns all elements of the BarsArrangement enum

func BaseMapStyleType_Values added in v1.42.9

func BaseMapStyleType_Values() []string

BaseMapStyleType_Values returns all elements of the BaseMapStyleType enum

func BoxPlotFillStyle_Values added in v1.42.9

func BoxPlotFillStyle_Values() []string

BoxPlotFillStyle_Values returns all elements of the BoxPlotFillStyle enum

func CategoricalAggregationFunction_Values added in v1.42.9

func CategoricalAggregationFunction_Values() []string

CategoricalAggregationFunction_Values returns all elements of the CategoricalAggregationFunction enum

func CategoryFilterFunction_Values added in v1.42.9

func CategoryFilterFunction_Values() []string

CategoryFilterFunction_Values returns all elements of the CategoryFilterFunction enum

func CategoryFilterMatchOperator_Values added in v1.42.9

func CategoryFilterMatchOperator_Values() []string

CategoryFilterMatchOperator_Values returns all elements of the CategoryFilterMatchOperator enum

func CategoryFilterSelectAllOptions_Values added in v1.42.9

func CategoryFilterSelectAllOptions_Values() []string

CategoryFilterSelectAllOptions_Values returns all elements of the CategoryFilterSelectAllOptions enum

func CategoryFilterType_Values added in v1.42.9

func CategoryFilterType_Values() []string

CategoryFilterType_Values returns all elements of the CategoryFilterType enum

func ColorFillType_Values added in v1.42.9

func ColorFillType_Values() []string

ColorFillType_Values returns all elements of the ColorFillType enum

func ColumnDataRole_Values added in v1.42.9

func ColumnDataRole_Values() []string

ColumnDataRole_Values returns all elements of the ColumnDataRole enum

func ColumnDataType_Values

func ColumnDataType_Values() []string

ColumnDataType_Values returns all elements of the ColumnDataType enum

func ColumnOrderingType_Values added in v1.42.9

func ColumnOrderingType_Values() []string

ColumnOrderingType_Values returns all elements of the ColumnOrderingType enum

func ColumnRole_Values added in v1.42.9

func ColumnRole_Values() []string

ColumnRole_Values returns all elements of the ColumnRole enum

func ColumnTagName_Values

func ColumnTagName_Values() []string

ColumnTagName_Values returns all elements of the ColumnTagName enum

func ComparisonMethod_Values added in v1.42.9

func ComparisonMethod_Values() []string

ComparisonMethod_Values returns all elements of the ComparisonMethod enum

func ConditionalFormattingIconDisplayOption_Values added in v1.42.9

func ConditionalFormattingIconDisplayOption_Values() []string

ConditionalFormattingIconDisplayOption_Values returns all elements of the ConditionalFormattingIconDisplayOption enum

func ConditionalFormattingIconSetType_Values added in v1.42.9

func ConditionalFormattingIconSetType_Values() []string

ConditionalFormattingIconSetType_Values returns all elements of the ConditionalFormattingIconSetType enum

func ConstantType_Values added in v1.42.9

func ConstantType_Values() []string

ConstantType_Values returns all elements of the ConstantType enum

func CrossDatasetTypes_Values added in v1.42.9

func CrossDatasetTypes_Values() []string

CrossDatasetTypes_Values returns all elements of the CrossDatasetTypes enum

func CustomContentImageScalingConfiguration_Values added in v1.42.9

func CustomContentImageScalingConfiguration_Values() []string

CustomContentImageScalingConfiguration_Values returns all elements of the CustomContentImageScalingConfiguration enum

func CustomContentType_Values added in v1.42.9

func CustomContentType_Values() []string

CustomContentType_Values returns all elements of the CustomContentType enum

func DashboardBehavior_Values

func DashboardBehavior_Values() []string

DashboardBehavior_Values returns all elements of the DashboardBehavior enum

func DashboardErrorType_Values

func DashboardErrorType_Values() []string

DashboardErrorType_Values returns all elements of the DashboardErrorType enum

func DashboardFilterAttribute_Values

func DashboardFilterAttribute_Values() []string

DashboardFilterAttribute_Values returns all elements of the DashboardFilterAttribute enum

func DashboardUIState_Values

func DashboardUIState_Values() []string

DashboardUIState_Values returns all elements of the DashboardUIState enum

func DataLabelContent_Values added in v1.42.9

func DataLabelContent_Values() []string

DataLabelContent_Values returns all elements of the DataLabelContent enum

func DataLabelOverlap_Values added in v1.42.9

func DataLabelOverlap_Values() []string

DataLabelOverlap_Values returns all elements of the DataLabelOverlap enum

func DataLabelPosition_Values added in v1.42.9

func DataLabelPosition_Values() []string

DataLabelPosition_Values returns all elements of the DataLabelPosition enum

func DataSetFilterAttribute_Values added in v1.42.9

func DataSetFilterAttribute_Values() []string

DataSetFilterAttribute_Values returns all elements of the DataSetFilterAttribute enum

func DataSetImportMode_Values

func DataSetImportMode_Values() []string

DataSetImportMode_Values returns all elements of the DataSetImportMode enum

func DataSourceErrorInfoType_Values

func DataSourceErrorInfoType_Values() []string

DataSourceErrorInfoType_Values returns all elements of the DataSourceErrorInfoType enum

func DataSourceFilterAttribute_Values added in v1.42.9

func DataSourceFilterAttribute_Values() []string

DataSourceFilterAttribute_Values returns all elements of the DataSourceFilterAttribute enum

func DataSourceType_Values

func DataSourceType_Values() []string

DataSourceType_Values returns all elements of the DataSourceType enum

func DatasetParameterValueType_Values added in v1.42.9

func DatasetParameterValueType_Values() []string

DatasetParameterValueType_Values returns all elements of the DatasetParameterValueType enum

func DateAggregationFunction_Values added in v1.42.9

func DateAggregationFunction_Values() []string

DateAggregationFunction_Values returns all elements of the DateAggregationFunction enum

func DayOfWeek_Values added in v1.42.9

func DayOfWeek_Values() []string

DayOfWeek_Values returns all elements of the DayOfWeek enum

func DefaultAggregation_Values added in v1.42.9

func DefaultAggregation_Values() []string

DefaultAggregation_Values returns all elements of the DefaultAggregation enum

func DisplayFormat_Values added in v1.42.9

func DisplayFormat_Values() []string

DisplayFormat_Values returns all elements of the DisplayFormat enum

func Edition_Values

func Edition_Values() []string

Edition_Values returns all elements of the Edition enum

func EmbeddingIdentityType_Values

func EmbeddingIdentityType_Values() []string

EmbeddingIdentityType_Values returns all elements of the EmbeddingIdentityType enum

func ExceptionResourceType_Values

func ExceptionResourceType_Values() []string

ExceptionResourceType_Values returns all elements of the ExceptionResourceType enum

func FileFormat_Values

func FileFormat_Values() []string

FileFormat_Values returns all elements of the FileFormat enum

func FilterClass_Values added in v1.42.9

func FilterClass_Values() []string

FilterClass_Values returns all elements of the FilterClass enum

func FilterNullOption_Values added in v1.42.9

func FilterNullOption_Values() []string

FilterNullOption_Values returns all elements of the FilterNullOption enum

func FilterOperator_Values

func FilterOperator_Values() []string

FilterOperator_Values returns all elements of the FilterOperator enum

func FilterVisualScope_Values added in v1.42.9

func FilterVisualScope_Values() []string

FilterVisualScope_Values returns all elements of the FilterVisualScope enum

func FolderFilterAttribute_Values

func FolderFilterAttribute_Values() []string

FolderFilterAttribute_Values returns all elements of the FolderFilterAttribute enum

func FolderType_Values

func FolderType_Values() []string

FolderType_Values returns all elements of the FolderType enum

func FontDecoration_Values added in v1.42.9

func FontDecoration_Values() []string

FontDecoration_Values returns all elements of the FontDecoration enum

func FontStyle_Values added in v1.42.9

func FontStyle_Values() []string

FontStyle_Values returns all elements of the FontStyle enum

func FontWeightName_Values added in v1.42.9

func FontWeightName_Values() []string

FontWeightName_Values returns all elements of the FontWeightName enum

func ForecastComputationSeasonality_Values added in v1.42.9

func ForecastComputationSeasonality_Values() []string

ForecastComputationSeasonality_Values returns all elements of the ForecastComputationSeasonality enum

func FunnelChartMeasureDataLabelStyle_Values added in v1.42.9

func FunnelChartMeasureDataLabelStyle_Values() []string

FunnelChartMeasureDataLabelStyle_Values returns all elements of the FunnelChartMeasureDataLabelStyle enum

func GeoSpatialCountryCode_Values

func GeoSpatialCountryCode_Values() []string

GeoSpatialCountryCode_Values returns all elements of the GeoSpatialCountryCode enum

func GeoSpatialDataRole_Values

func GeoSpatialDataRole_Values() []string

GeoSpatialDataRole_Values returns all elements of the GeoSpatialDataRole enum

func GeospatialSelectedPointStyle_Values added in v1.42.9

func GeospatialSelectedPointStyle_Values() []string

GeospatialSelectedPointStyle_Values returns all elements of the GeospatialSelectedPointStyle enum

func GroupFilterAttribute_Values added in v1.42.9

func GroupFilterAttribute_Values() []string

GroupFilterAttribute_Values returns all elements of the GroupFilterAttribute enum

func GroupFilterOperator_Values added in v1.42.9

func GroupFilterOperator_Values() []string

GroupFilterOperator_Values returns all elements of the GroupFilterOperator enum

func HistogramBinType_Values added in v1.42.9

func HistogramBinType_Values() []string

HistogramBinType_Values returns all elements of the HistogramBinType enum

func HorizontalTextAlignment_Values added in v1.42.9

func HorizontalTextAlignment_Values() []string

HorizontalTextAlignment_Values returns all elements of the HorizontalTextAlignment enum

func Icon_Values added in v1.42.9

func Icon_Values() []string

Icon_Values returns all elements of the Icon enum

func IdentityStore_Values

func IdentityStore_Values() []string

IdentityStore_Values returns all elements of the IdentityStore enum

func IdentityType_Values

func IdentityType_Values() []string

IdentityType_Values returns all elements of the IdentityType enum

func IngestionErrorType_Values

func IngestionErrorType_Values() []string

IngestionErrorType_Values returns all elements of the IngestionErrorType enum

func IngestionRequestSource_Values

func IngestionRequestSource_Values() []string

IngestionRequestSource_Values returns all elements of the IngestionRequestSource enum

func IngestionRequestType_Values

func IngestionRequestType_Values() []string

IngestionRequestType_Values returns all elements of the IngestionRequestType enum

func IngestionStatus_Values

func IngestionStatus_Values() []string

IngestionStatus_Values returns all elements of the IngestionStatus enum

func IngestionType_Values

func IngestionType_Values() []string

IngestionType_Values returns all elements of the IngestionType enum

func InputColumnDataType_Values

func InputColumnDataType_Values() []string

InputColumnDataType_Values returns all elements of the InputColumnDataType enum

func JoinType_Values

func JoinType_Values() []string

JoinType_Values returns all elements of the JoinType enum

func LayoutElementType_Values added in v1.42.9

func LayoutElementType_Values() []string

LayoutElementType_Values returns all elements of the LayoutElementType enum

func LegendPosition_Values added in v1.42.9

func LegendPosition_Values() []string

LegendPosition_Values returns all elements of the LegendPosition enum

func LineChartLineStyle_Values added in v1.42.9

func LineChartLineStyle_Values() []string

LineChartLineStyle_Values returns all elements of the LineChartLineStyle enum

func LineChartMarkerShape_Values added in v1.42.9

func LineChartMarkerShape_Values() []string

LineChartMarkerShape_Values returns all elements of the LineChartMarkerShape enum

func LineChartType_Values added in v1.42.9

func LineChartType_Values() []string

LineChartType_Values returns all elements of the LineChartType enum

func LineInterpolation_Values added in v1.42.9

func LineInterpolation_Values() []string

LineInterpolation_Values returns all elements of the LineInterpolation enum

func LookbackWindowSizeUnit_Values added in v1.42.9

func LookbackWindowSizeUnit_Values() []string

LookbackWindowSizeUnit_Values returns all elements of the LookbackWindowSizeUnit enum

func MapZoomMode_Values added in v1.42.9

func MapZoomMode_Values() []string

MapZoomMode_Values returns all elements of the MapZoomMode enum

func MaximumMinimumComputationType_Values added in v1.42.9

func MaximumMinimumComputationType_Values() []string

MaximumMinimumComputationType_Values returns all elements of the MaximumMinimumComputationType enum

func MemberType_Values

func MemberType_Values() []string

MemberType_Values returns all elements of the MemberType enum

func MissingDataTreatmentOption_Values added in v1.42.9

func MissingDataTreatmentOption_Values() []string

MissingDataTreatmentOption_Values returns all elements of the MissingDataTreatmentOption enum

func NamedEntityAggType_Values added in v1.42.9

func NamedEntityAggType_Values() []string

NamedEntityAggType_Values returns all elements of the NamedEntityAggType enum

func NamedFilterAggType_Values added in v1.42.9

func NamedFilterAggType_Values() []string

NamedFilterAggType_Values returns all elements of the NamedFilterAggType enum

func NamedFilterType_Values added in v1.42.9

func NamedFilterType_Values() []string

NamedFilterType_Values returns all elements of the NamedFilterType enum

func NamespaceErrorType_Values

func NamespaceErrorType_Values() []string

NamespaceErrorType_Values returns all elements of the NamespaceErrorType enum

func NamespaceStatus_Values

func NamespaceStatus_Values() []string

NamespaceStatus_Values returns all elements of the NamespaceStatus enum

func NegativeValueDisplayMode_Values added in v1.42.9

func NegativeValueDisplayMode_Values() []string

NegativeValueDisplayMode_Values returns all elements of the NegativeValueDisplayMode enum

func NetworkInterfaceStatus_Values added in v1.42.9

func NetworkInterfaceStatus_Values() []string

NetworkInterfaceStatus_Values returns all elements of the NetworkInterfaceStatus enum

func NumberScale_Values added in v1.42.9

func NumberScale_Values() []string

NumberScale_Values returns all elements of the NumberScale enum

func NumericEqualityMatchOperator_Values added in v1.42.9

func NumericEqualityMatchOperator_Values() []string

NumericEqualityMatchOperator_Values returns all elements of the NumericEqualityMatchOperator enum

func NumericFilterSelectAllOptions_Values added in v1.42.9

func NumericFilterSelectAllOptions_Values() []string

NumericFilterSelectAllOptions_Values returns all elements of the NumericFilterSelectAllOptions enum

func NumericSeparatorSymbol_Values added in v1.42.9

func NumericSeparatorSymbol_Values() []string

NumericSeparatorSymbol_Values returns all elements of the NumericSeparatorSymbol enum

func OtherCategories_Values added in v1.42.9

func OtherCategories_Values() []string

OtherCategories_Values returns all elements of the OtherCategories enum

func PanelBorderStyle_Values added in v1.42.9

func PanelBorderStyle_Values() []string

PanelBorderStyle_Values returns all elements of the PanelBorderStyle enum

func PaperOrientation_Values added in v1.42.9

func PaperOrientation_Values() []string

PaperOrientation_Values returns all elements of the PaperOrientation enum

func PaperSize_Values added in v1.42.9

func PaperSize_Values() []string

PaperSize_Values returns all elements of the PaperSize enum

func ParameterValueType_Values added in v1.42.9

func ParameterValueType_Values() []string

ParameterValueType_Values returns all elements of the ParameterValueType enum

func PivotTableConditionalFormattingScopeRole_Values added in v1.42.9

func PivotTableConditionalFormattingScopeRole_Values() []string

PivotTableConditionalFormattingScopeRole_Values returns all elements of the PivotTableConditionalFormattingScopeRole enum

func PivotTableFieldCollapseState_Values added in v1.42.9

func PivotTableFieldCollapseState_Values() []string

PivotTableFieldCollapseState_Values returns all elements of the PivotTableFieldCollapseState enum

func PivotTableMetricPlacement_Values added in v1.42.9

func PivotTableMetricPlacement_Values() []string

PivotTableMetricPlacement_Values returns all elements of the PivotTableMetricPlacement enum

func PivotTableSubtotalLevel_Values added in v1.42.9

func PivotTableSubtotalLevel_Values() []string

PivotTableSubtotalLevel_Values returns all elements of the PivotTableSubtotalLevel enum

func PrimaryValueDisplayType_Values added in v1.42.9

func PrimaryValueDisplayType_Values() []string

PrimaryValueDisplayType_Values returns all elements of the PrimaryValueDisplayType enum

func PropertyRole_Values added in v1.42.9

func PropertyRole_Values() []string

PropertyRole_Values returns all elements of the PropertyRole enum

func PropertyUsage_Values added in v1.42.9

func PropertyUsage_Values() []string

PropertyUsage_Values returns all elements of the PropertyUsage enum

func RadarChartAxesRangeScale_Values added in v1.42.9

func RadarChartAxesRangeScale_Values() []string

RadarChartAxesRangeScale_Values returns all elements of the RadarChartAxesRangeScale enum

func RadarChartShape_Values added in v1.42.9

func RadarChartShape_Values() []string

RadarChartShape_Values returns all elements of the RadarChartShape enum

func ReferenceLineLabelHorizontalPosition_Values added in v1.42.9

func ReferenceLineLabelHorizontalPosition_Values() []string

ReferenceLineLabelHorizontalPosition_Values returns all elements of the ReferenceLineLabelHorizontalPosition enum

func ReferenceLineLabelVerticalPosition_Values added in v1.42.9

func ReferenceLineLabelVerticalPosition_Values() []string

ReferenceLineLabelVerticalPosition_Values returns all elements of the ReferenceLineLabelVerticalPosition enum

func ReferenceLinePatternType_Values added in v1.42.9

func ReferenceLinePatternType_Values() []string

ReferenceLinePatternType_Values returns all elements of the ReferenceLinePatternType enum

func ReferenceLineValueLabelRelativePosition_Values added in v1.42.9

func ReferenceLineValueLabelRelativePosition_Values() []string

ReferenceLineValueLabelRelativePosition_Values returns all elements of the ReferenceLineValueLabelRelativePosition enum

func RefreshInterval_Values added in v1.42.9

func RefreshInterval_Values() []string

RefreshInterval_Values returns all elements of the RefreshInterval enum

func RelativeDateType_Values added in v1.42.9

func RelativeDateType_Values() []string

RelativeDateType_Values returns all elements of the RelativeDateType enum

func RelativeFontSize_Values added in v1.42.9

func RelativeFontSize_Values() []string

RelativeFontSize_Values returns all elements of the RelativeFontSize enum

func ResizeOption_Values added in v1.42.9

func ResizeOption_Values() []string

ResizeOption_Values returns all elements of the ResizeOption enum

func ResourceStatus_Values

func ResourceStatus_Values() []string

ResourceStatus_Values returns all elements of the ResourceStatus enum

func RowLevelPermissionFormatVersion_Values

func RowLevelPermissionFormatVersion_Values() []string

RowLevelPermissionFormatVersion_Values returns all elements of the RowLevelPermissionFormatVersion enum

func RowLevelPermissionPolicy_Values

func RowLevelPermissionPolicy_Values() []string

RowLevelPermissionPolicy_Values returns all elements of the RowLevelPermissionPolicy enum

func SectionPageBreakStatus_Values added in v1.42.9

func SectionPageBreakStatus_Values() []string

SectionPageBreakStatus_Values returns all elements of the SectionPageBreakStatus enum

func SelectAllValueOptions_Values added in v1.42.9

func SelectAllValueOptions_Values() []string

SelectAllValueOptions_Values returns all elements of the SelectAllValueOptions enum

func SelectedFieldOptions_Values added in v1.42.9

func SelectedFieldOptions_Values() []string

SelectedFieldOptions_Values returns all elements of the SelectedFieldOptions enum

func SelectedTooltipType_Values added in v1.42.9

func SelectedTooltipType_Values() []string

SelectedTooltipType_Values returns all elements of the SelectedTooltipType enum

func SheetContentType_Values added in v1.42.9

func SheetContentType_Values() []string

SheetContentType_Values returns all elements of the SheetContentType enum

func SheetControlDateTimePickerType_Values added in v1.42.9

func SheetControlDateTimePickerType_Values() []string

SheetControlDateTimePickerType_Values returns all elements of the SheetControlDateTimePickerType enum

func SheetControlListType_Values added in v1.42.9

func SheetControlListType_Values() []string

SheetControlListType_Values returns all elements of the SheetControlListType enum

func SheetControlSliderType_Values added in v1.42.9

func SheetControlSliderType_Values() []string

SheetControlSliderType_Values returns all elements of the SheetControlSliderType enum

func SimpleAttributeAggregationFunction_Values added in v1.42.9

func SimpleAttributeAggregationFunction_Values() []string

SimpleAttributeAggregationFunction_Values returns all elements of the SimpleAttributeAggregationFunction enum

func SimpleNumericalAggregationFunction_Values added in v1.42.9

func SimpleNumericalAggregationFunction_Values() []string

SimpleNumericalAggregationFunction_Values returns all elements of the SimpleNumericalAggregationFunction enum

func SmallMultiplesAxisPlacement_Values added in v1.42.9

func SmallMultiplesAxisPlacement_Values() []string

SmallMultiplesAxisPlacement_Values returns all elements of the SmallMultiplesAxisPlacement enum

func SmallMultiplesAxisScale_Values added in v1.42.9

func SmallMultiplesAxisScale_Values() []string

SmallMultiplesAxisScale_Values returns all elements of the SmallMultiplesAxisScale enum

func SnapshotFileFormatType_Values added in v1.42.9

func SnapshotFileFormatType_Values() []string

SnapshotFileFormatType_Values returns all elements of the SnapshotFileFormatType enum

func SnapshotFileSheetSelectionScope_Values added in v1.42.9

func SnapshotFileSheetSelectionScope_Values() []string

SnapshotFileSheetSelectionScope_Values returns all elements of the SnapshotFileSheetSelectionScope enum

func SnapshotJobStatus_Values added in v1.42.9

func SnapshotJobStatus_Values() []string

SnapshotJobStatus_Values returns all elements of the SnapshotJobStatus enum

func SortDirection_Values added in v1.42.9

func SortDirection_Values() []string

SortDirection_Values returns all elements of the SortDirection enum

func SpecialValue_Values added in v1.42.9

func SpecialValue_Values() []string

SpecialValue_Values returns all elements of the SpecialValue enum

func Status_Values

func Status_Values() []string

Status_Values returns all elements of the Status enum

func TableBorderStyle_Values added in v1.42.9

func TableBorderStyle_Values() []string

TableBorderStyle_Values returns all elements of the TableBorderStyle enum

func TableCellImageScalingConfiguration_Values added in v1.42.9

func TableCellImageScalingConfiguration_Values() []string

TableCellImageScalingConfiguration_Values returns all elements of the TableCellImageScalingConfiguration enum

func TableFieldIconSetType_Values added in v1.42.9

func TableFieldIconSetType_Values() []string

TableFieldIconSetType_Values returns all elements of the TableFieldIconSetType enum

func TableOrientation_Values added in v1.42.9

func TableOrientation_Values() []string

TableOrientation_Values returns all elements of the TableOrientation enum

func TableTotalsPlacement_Values added in v1.42.9

func TableTotalsPlacement_Values() []string

TableTotalsPlacement_Values returns all elements of the TableTotalsPlacement enum

func TableTotalsScrollStatus_Values added in v1.42.9

func TableTotalsScrollStatus_Values() []string

TableTotalsScrollStatus_Values returns all elements of the TableTotalsScrollStatus enum

func TargetVisualOptions_Values added in v1.42.9

func TargetVisualOptions_Values() []string

TargetVisualOptions_Values returns all elements of the TargetVisualOptions enum

func TemplateErrorType_Values

func TemplateErrorType_Values() []string

TemplateErrorType_Values returns all elements of the TemplateErrorType enum

func TextQualifier_Values

func TextQualifier_Values() []string

TextQualifier_Values returns all elements of the TextQualifier enum

func TextWrap_Values added in v1.42.9

func TextWrap_Values() []string

TextWrap_Values returns all elements of the TextWrap enum

func ThemeErrorType_Values

func ThemeErrorType_Values() []string

ThemeErrorType_Values returns all elements of the ThemeErrorType enum

func ThemeType_Values

func ThemeType_Values() []string

ThemeType_Values returns all elements of the ThemeType enum

func TimeGranularity_Values added in v1.42.9

func TimeGranularity_Values() []string

TimeGranularity_Values returns all elements of the TimeGranularity enum

func TooltipTitleType_Values added in v1.42.9

func TooltipTitleType_Values() []string

TooltipTitleType_Values returns all elements of the TooltipTitleType enum

func TopBottomComputationType_Values added in v1.42.9

func TopBottomComputationType_Values() []string

TopBottomComputationType_Values returns all elements of the TopBottomComputationType enum

func TopBottomSortOrder_Values added in v1.42.9

func TopBottomSortOrder_Values() []string

TopBottomSortOrder_Values returns all elements of the TopBottomSortOrder enum

func TopicNumericSeparatorSymbol_Values added in v1.42.9

func TopicNumericSeparatorSymbol_Values() []string

TopicNumericSeparatorSymbol_Values returns all elements of the TopicNumericSeparatorSymbol enum

func TopicRefreshStatus_Values added in v1.42.9

func TopicRefreshStatus_Values() []string

TopicRefreshStatus_Values returns all elements of the TopicRefreshStatus enum

func TopicRelativeDateFilterFunction_Values added in v1.42.9

func TopicRelativeDateFilterFunction_Values() []string

TopicRelativeDateFilterFunction_Values returns all elements of the TopicRelativeDateFilterFunction enum

func TopicScheduleType_Values added in v1.42.9

func TopicScheduleType_Values() []string

TopicScheduleType_Values returns all elements of the TopicScheduleType enum

func TopicTimeGranularity_Values added in v1.42.9

func TopicTimeGranularity_Values() []string

TopicTimeGranularity_Values returns all elements of the TopicTimeGranularity enum

func URLTargetConfiguration_Values added in v1.42.9

func URLTargetConfiguration_Values() []string

URLTargetConfiguration_Values returns all elements of the URLTargetConfiguration enum

func UndefinedSpecifiedValueType_Values added in v1.42.9

func UndefinedSpecifiedValueType_Values() []string

UndefinedSpecifiedValueType_Values returns all elements of the UndefinedSpecifiedValueType enum

func UserRole_Values

func UserRole_Values() []string

UserRole_Values returns all elements of the UserRole enum

func VPCConnectionAvailabilityStatus_Values added in v1.42.9

func VPCConnectionAvailabilityStatus_Values() []string

VPCConnectionAvailabilityStatus_Values returns all elements of the VPCConnectionAvailabilityStatus enum

func VPCConnectionResourceStatus_Values added in v1.42.9

func VPCConnectionResourceStatus_Values() []string

VPCConnectionResourceStatus_Values returns all elements of the VPCConnectionResourceStatus enum

func ValueWhenUnsetOption_Values added in v1.42.9

func ValueWhenUnsetOption_Values() []string

ValueWhenUnsetOption_Values returns all elements of the ValueWhenUnsetOption enum

func VerticalTextAlignment_Values added in v1.42.9

func VerticalTextAlignment_Values() []string

VerticalTextAlignment_Values returns all elements of the VerticalTextAlignment enum

func Visibility_Values added in v1.42.9

func Visibility_Values() []string

Visibility_Values returns all elements of the Visibility enum

func VisualCustomActionTrigger_Values added in v1.42.9

func VisualCustomActionTrigger_Values() []string

VisualCustomActionTrigger_Values returns all elements of the VisualCustomActionTrigger enum

func WidgetStatus_Values added in v1.42.9

func WidgetStatus_Values() []string

WidgetStatus_Values returns all elements of the WidgetStatus enum

func WordCloudCloudLayout_Values added in v1.42.9

func WordCloudCloudLayout_Values() []string

WordCloudCloudLayout_Values returns all elements of the WordCloudCloudLayout enum

func WordCloudWordCasing_Values added in v1.42.9

func WordCloudWordCasing_Values() []string

WordCloudWordCasing_Values returns all elements of the WordCloudWordCasing enum

func WordCloudWordOrientation_Values added in v1.42.9

func WordCloudWordOrientation_Values() []string

WordCloudWordOrientation_Values returns all elements of the WordCloudWordOrientation enum

func WordCloudWordPadding_Values added in v1.42.9

func WordCloudWordPadding_Values() []string

WordCloudWordPadding_Values returns all elements of the WordCloudWordPadding enum

func WordCloudWordScaling_Values added in v1.42.9

func WordCloudWordScaling_Values() []string

WordCloudWordScaling_Values returns all elements of the WordCloudWordScaling enum

Types

type AccessDeniedException

type AccessDeniedException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountCustomization

type AccountCustomization struct {

	// The default email customization template.
	DefaultEmailCustomizationTemplate *string `type:"string"`

	// The default theme for this Amazon QuickSight subscription.
	DefaultTheme *string `type:"string"`
	// contains filtered or unexported fields
}

The Amazon QuickSight customizations associated with your Amazon Web Services account or a QuickSight namespace in a specific Amazon Web Services Region.

func (AccountCustomization) GoString

func (s AccountCustomization) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountCustomization) SetDefaultEmailCustomizationTemplate added in v1.42.9

func (s *AccountCustomization) SetDefaultEmailCustomizationTemplate(v string) *AccountCustomization

SetDefaultEmailCustomizationTemplate sets the DefaultEmailCustomizationTemplate field's value.

func (*AccountCustomization) SetDefaultTheme

func (s *AccountCustomization) SetDefaultTheme(v string) *AccountCustomization

SetDefaultTheme sets the DefaultTheme field's value.

func (AccountCustomization) String

func (s AccountCustomization) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountInfo added in v1.42.9

type AccountInfo struct {

	// The account name that you provided for the Amazon QuickSight subscription
	// in your Amazon Web Services account. You create this name when you sign up
	// for Amazon QuickSight. It's unique over all of Amazon Web Services, and it
	// appears only when users sign in.
	AccountName *string `type:"string"`

	// The status of your account subscription.
	AccountSubscriptionStatus *string `type:"string"`

	// The way that your Amazon QuickSight account is authenticated.
	AuthenticationType *string `type:"string"`

	// The edition of your Amazon QuickSight account.
	Edition *string `type:"string" enum:"Edition"`

	// The email address that will be used for Amazon QuickSight to send notifications
	// regarding your Amazon Web Services account or Amazon QuickSight subscription.
	NotificationEmail *string `type:"string"`
	// contains filtered or unexported fields
}

A structure that contains the following account information elements:

  • Your Amazon QuickSight account name.

  • The edition of Amazon QuickSight that your account is using.

  • The notification email address that is associated with the Amazon QuickSight account.

  • The authentication type of the Amazon QuickSight account.

  • The status of the Amazon QuickSight account's subscription.

func (AccountInfo) GoString added in v1.42.9

func (s AccountInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountInfo) SetAccountName added in v1.42.9

func (s *AccountInfo) SetAccountName(v string) *AccountInfo

SetAccountName sets the AccountName field's value.

func (*AccountInfo) SetAccountSubscriptionStatus added in v1.42.9

func (s *AccountInfo) SetAccountSubscriptionStatus(v string) *AccountInfo

SetAccountSubscriptionStatus sets the AccountSubscriptionStatus field's value.

func (*AccountInfo) SetAuthenticationType added in v1.42.9

func (s *AccountInfo) SetAuthenticationType(v string) *AccountInfo

SetAuthenticationType sets the AuthenticationType field's value.

func (*AccountInfo) SetEdition added in v1.42.9

func (s *AccountInfo) SetEdition(v string) *AccountInfo

SetEdition sets the Edition field's value.

func (*AccountInfo) SetNotificationEmail added in v1.42.9

func (s *AccountInfo) SetNotificationEmail(v string) *AccountInfo

SetNotificationEmail sets the NotificationEmail field's value.

func (AccountInfo) String added in v1.42.9

func (s AccountInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountSettings

type AccountSettings struct {

	// The "account name" you provided for the Amazon QuickSight subscription in
	// your Amazon Web Services account. You create this name when you sign up for
	// Amazon QuickSight. It is unique in all of Amazon Web Services and it appears
	// only when users sign in.
	AccountName *string `type:"string"`

	// The default Amazon QuickSight namespace for your Amazon Web Services account.
	DefaultNamespace *string `type:"string"`

	// The edition of Amazon QuickSight that you're currently subscribed to: Enterprise
	// edition or Standard edition.
	Edition *string `type:"string" enum:"Edition"`

	// The main notification email for your Amazon QuickSight subscription.
	NotificationEmail *string `type:"string"`

	// A Boolean value that indicates whether public sharing is turned on for an
	// Amazon QuickSight account. For more information about turning on public sharing,
	// see UpdatePublicSharingSettings (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdatePublicSharingSettings.html).
	PublicSharingEnabled *bool `type:"boolean"`

	// A boolean value that determines whether or not an Amazon QuickSight account
	// can be deleted. A True value doesn't allow the account to be deleted and
	// results in an error message if a user tries to make a DeleteAccountSubsctiption
	// request. A False value will allow the ccount to be deleted.
	TerminationProtectionEnabled *bool `type:"boolean"`
	// contains filtered or unexported fields
}

The Amazon QuickSight settings associated with your Amazon Web Services account.

func (AccountSettings) GoString

func (s AccountSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountSettings) SetAccountName

func (s *AccountSettings) SetAccountName(v string) *AccountSettings

SetAccountName sets the AccountName field's value.

func (*AccountSettings) SetDefaultNamespace

func (s *AccountSettings) SetDefaultNamespace(v string) *AccountSettings

SetDefaultNamespace sets the DefaultNamespace field's value.

func (*AccountSettings) SetEdition

func (s *AccountSettings) SetEdition(v string) *AccountSettings

SetEdition sets the Edition field's value.

func (*AccountSettings) SetNotificationEmail

func (s *AccountSettings) SetNotificationEmail(v string) *AccountSettings

SetNotificationEmail sets the NotificationEmail field's value.

func (*AccountSettings) SetPublicSharingEnabled added in v1.42.9

func (s *AccountSettings) SetPublicSharingEnabled(v bool) *AccountSettings

SetPublicSharingEnabled sets the PublicSharingEnabled field's value.

func (*AccountSettings) SetTerminationProtectionEnabled added in v1.42.9

func (s *AccountSettings) SetTerminationProtectionEnabled(v bool) *AccountSettings

SetTerminationProtectionEnabled sets the TerminationProtectionEnabled field's value.

func (AccountSettings) String

func (s AccountSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ActiveIAMPolicyAssignment

type ActiveIAMPolicyAssignment struct {

	// A name for the IAM policy assignment.
	AssignmentName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the resource.
	PolicyArn *string `type:"string"`
	// contains filtered or unexported fields
}

The active Identity and Access Management (IAM) policy assignment.

func (ActiveIAMPolicyAssignment) GoString

func (s ActiveIAMPolicyAssignment) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ActiveIAMPolicyAssignment) SetAssignmentName

SetAssignmentName sets the AssignmentName field's value.

func (*ActiveIAMPolicyAssignment) SetPolicyArn

SetPolicyArn sets the PolicyArn field's value.

func (ActiveIAMPolicyAssignment) String

func (s ActiveIAMPolicyAssignment) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AdHocFilteringOption

type AdHocFilteringOption struct {

	// Availability status.
	AvailabilityStatus *string `type:"string" enum:"DashboardBehavior"`
	// contains filtered or unexported fields
}

An ad hoc (one-time) filtering option.

func (AdHocFilteringOption) GoString

func (s AdHocFilteringOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdHocFilteringOption) SetAvailabilityStatus

func (s *AdHocFilteringOption) SetAvailabilityStatus(v string) *AdHocFilteringOption

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (AdHocFilteringOption) String

func (s AdHocFilteringOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AggregationFunction added in v1.42.9

type AggregationFunction struct {

	// Aggregation for attributes.
	AttributeAggregationFunction *AttributeAggregationFunction `type:"structure"`

	// Aggregation for categorical values.
	//
	//    * COUNT: Aggregate by the total number of values, including duplicates.
	//
	//    * DISTINCT_COUNT: Aggregate by the total number of distinct values.
	CategoricalAggregationFunction *string `type:"string" enum:"CategoricalAggregationFunction"`

	// Aggregation for date values.
	//
	//    * COUNT: Aggregate by the total number of values, including duplicates.
	//
	//    * DISTINCT_COUNT: Aggregate by the total number of distinct values.
	//
	//    * MIN: Select the smallest date value.
	//
	//    * MAX: Select the largest date value.
	DateAggregationFunction *string `type:"string" enum:"DateAggregationFunction"`

	// Aggregation for numerical values.
	NumericalAggregationFunction *NumericalAggregationFunction `type:"structure"`
	// contains filtered or unexported fields
}

An aggregation function aggregates values from a dimension or measure.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (AggregationFunction) GoString added in v1.42.9

func (s AggregationFunction) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AggregationFunction) SetAttributeAggregationFunction added in v1.42.9

func (s *AggregationFunction) SetAttributeAggregationFunction(v *AttributeAggregationFunction) *AggregationFunction

SetAttributeAggregationFunction sets the AttributeAggregationFunction field's value.

func (*AggregationFunction) SetCategoricalAggregationFunction added in v1.42.9

func (s *AggregationFunction) SetCategoricalAggregationFunction(v string) *AggregationFunction

SetCategoricalAggregationFunction sets the CategoricalAggregationFunction field's value.

func (*AggregationFunction) SetDateAggregationFunction added in v1.42.9

func (s *AggregationFunction) SetDateAggregationFunction(v string) *AggregationFunction

SetDateAggregationFunction sets the DateAggregationFunction field's value.

func (*AggregationFunction) SetNumericalAggregationFunction added in v1.42.9

func (s *AggregationFunction) SetNumericalAggregationFunction(v *NumericalAggregationFunction) *AggregationFunction

SetNumericalAggregationFunction sets the NumericalAggregationFunction field's value.

func (AggregationFunction) String added in v1.42.9

func (s AggregationFunction) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AggregationSortConfiguration added in v1.42.9

type AggregationSortConfiguration struct {

	// The function that aggregates the values in Column.
	AggregationFunction *AggregationFunction `type:"structure"`

	// The column that determines the sort order of aggregated values.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The sort direction of values.
	//
	//    * ASC: Sort in ascending order.
	//
	//    * DESC: Sort in descending order.
	//
	// SortDirection is a required field
	SortDirection *string `type:"string" required:"true" enum:"SortDirection"`
	// contains filtered or unexported fields
}

The configuration options to sort aggregated values.

func (AggregationSortConfiguration) GoString added in v1.42.9

func (s AggregationSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AggregationSortConfiguration) SetAggregationFunction added in v1.42.9

SetAggregationFunction sets the AggregationFunction field's value.

func (*AggregationSortConfiguration) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*AggregationSortConfiguration) SetSortDirection added in v1.42.9

SetSortDirection sets the SortDirection field's value.

func (AggregationSortConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AggregationSortConfiguration) Validate added in v1.42.9

func (s *AggregationSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AmazonElasticsearchParameters

type AmazonElasticsearchParameters struct {

	// The OpenSearch domain.
	//
	// Domain is a required field
	Domain *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The parameters for OpenSearch.

func (AmazonElasticsearchParameters) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AmazonElasticsearchParameters) SetDomain

SetDomain sets the Domain field's value.

func (AmazonElasticsearchParameters) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AmazonElasticsearchParameters) Validate

func (s *AmazonElasticsearchParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AmazonOpenSearchParameters

type AmazonOpenSearchParameters struct {

	// The OpenSearch domain.
	//
	// Domain is a required field
	Domain *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The parameters for OpenSearch.

func (AmazonOpenSearchParameters) GoString

func (s AmazonOpenSearchParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AmazonOpenSearchParameters) SetDomain

SetDomain sets the Domain field's value.

func (AmazonOpenSearchParameters) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AmazonOpenSearchParameters) Validate

func (s *AmazonOpenSearchParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Analysis

type Analysis struct {

	// The ID of the analysis.
	AnalysisId *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the analysis.
	Arn *string `type:"string"`

	// The time that the analysis was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The ARNs of the datasets of the analysis.
	DataSetArns []*string `type:"list"`

	// Errors associated with the analysis.
	Errors []*AnalysisError `min:"1" type:"list"`

	// The time that the analysis was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The descriptive name of the analysis.
	Name *string `min:"1" type:"string"`

	// A list of the associated sheets with the unique identifier and name of each
	// sheet.
	Sheets []*Sheet `type:"list"`

	// Status associated with the analysis.
	Status *string `type:"string" enum:"ResourceStatus"`

	// The ARN of the theme of the analysis.
	ThemeArn *string `type:"string"`
	// contains filtered or unexported fields
}

Metadata structure for an analysis in Amazon QuickSight

func (Analysis) GoString

func (s Analysis) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Analysis) SetAnalysisId

func (s *Analysis) SetAnalysisId(v string) *Analysis

SetAnalysisId sets the AnalysisId field's value.

func (*Analysis) SetArn

func (s *Analysis) SetArn(v string) *Analysis

SetArn sets the Arn field's value.

func (*Analysis) SetCreatedTime

func (s *Analysis) SetCreatedTime(v time.Time) *Analysis

SetCreatedTime sets the CreatedTime field's value.

func (*Analysis) SetDataSetArns

func (s *Analysis) SetDataSetArns(v []*string) *Analysis

SetDataSetArns sets the DataSetArns field's value.

func (*Analysis) SetErrors

func (s *Analysis) SetErrors(v []*AnalysisError) *Analysis

SetErrors sets the Errors field's value.

func (*Analysis) SetLastUpdatedTime

func (s *Analysis) SetLastUpdatedTime(v time.Time) *Analysis

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*Analysis) SetName

func (s *Analysis) SetName(v string) *Analysis

SetName sets the Name field's value.

func (*Analysis) SetSheets

func (s *Analysis) SetSheets(v []*Sheet) *Analysis

SetSheets sets the Sheets field's value.

func (*Analysis) SetStatus

func (s *Analysis) SetStatus(v string) *Analysis

SetStatus sets the Status field's value.

func (*Analysis) SetThemeArn

func (s *Analysis) SetThemeArn(v string) *Analysis

SetThemeArn sets the ThemeArn field's value.

func (Analysis) String

func (s Analysis) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AnalysisDefaults added in v1.42.9

type AnalysisDefaults struct {

	// The configuration for default new sheet settings.
	//
	// DefaultNewSheetConfiguration is a required field
	DefaultNewSheetConfiguration *DefaultNewSheetConfiguration `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The configuration for default analysis settings.

func (AnalysisDefaults) GoString added in v1.42.9

func (s AnalysisDefaults) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnalysisDefaults) SetDefaultNewSheetConfiguration added in v1.42.9

func (s *AnalysisDefaults) SetDefaultNewSheetConfiguration(v *DefaultNewSheetConfiguration) *AnalysisDefaults

SetDefaultNewSheetConfiguration sets the DefaultNewSheetConfiguration field's value.

func (AnalysisDefaults) String added in v1.42.9

func (s AnalysisDefaults) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnalysisDefaults) Validate added in v1.42.9

func (s *AnalysisDefaults) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AnalysisDefinition added in v1.42.9

type AnalysisDefinition struct {

	// The configuration for default analysis settings.
	AnalysisDefaults *AnalysisDefaults `type:"structure"`

	// An array of calculated field definitions for the analysis.
	CalculatedFields []*CalculatedField `type:"list"`

	// An array of analysis-level column configurations. Column configurations can
	// be used to set default formatting for a column to be used throughout an analysis.
	ColumnConfigurations []*ColumnConfiguration `type:"list"`

	// An array of dataset identifier declarations. This mapping allows the usage
	// of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
	//
	// DataSetIdentifierDeclarations is a required field
	DataSetIdentifierDeclarations []*DataSetIdentifierDeclaration `min:"1" type:"list" required:"true"`

	// Filter definitions for an analysis.
	//
	// For more information, see Filtering Data in Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html)
	// in the Amazon QuickSight User Guide.
	FilterGroups []*FilterGroup `type:"list"`

	// An array of parameter declarations for an analysis.
	//
	// Parameters are named variables that can transfer a value for use by an action
	// or an object.
	//
	// For more information, see Parameters in Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html)
	// in the Amazon QuickSight User Guide.
	ParameterDeclarations []*ParameterDeclaration `type:"list"`

	// An array of sheet definitions for an analysis. Each SheetDefinition provides
	// detailed information about a sheet within this analysis.
	Sheets []*SheetDefinition `type:"list"`
	// contains filtered or unexported fields
}

The definition of an analysis.

func (AnalysisDefinition) GoString added in v1.42.9

func (s AnalysisDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnalysisDefinition) SetAnalysisDefaults added in v1.42.9

func (s *AnalysisDefinition) SetAnalysisDefaults(v *AnalysisDefaults) *AnalysisDefinition

SetAnalysisDefaults sets the AnalysisDefaults field's value.

func (*AnalysisDefinition) SetCalculatedFields added in v1.42.9

func (s *AnalysisDefinition) SetCalculatedFields(v []*CalculatedField) *AnalysisDefinition

SetCalculatedFields sets the CalculatedFields field's value.

func (*AnalysisDefinition) SetColumnConfigurations added in v1.42.9

func (s *AnalysisDefinition) SetColumnConfigurations(v []*ColumnConfiguration) *AnalysisDefinition

SetColumnConfigurations sets the ColumnConfigurations field's value.

func (*AnalysisDefinition) SetDataSetIdentifierDeclarations added in v1.42.9

func (s *AnalysisDefinition) SetDataSetIdentifierDeclarations(v []*DataSetIdentifierDeclaration) *AnalysisDefinition

SetDataSetIdentifierDeclarations sets the DataSetIdentifierDeclarations field's value.

func (*AnalysisDefinition) SetFilterGroups added in v1.42.9

func (s *AnalysisDefinition) SetFilterGroups(v []*FilterGroup) *AnalysisDefinition

SetFilterGroups sets the FilterGroups field's value.

func (*AnalysisDefinition) SetParameterDeclarations added in v1.42.9

func (s *AnalysisDefinition) SetParameterDeclarations(v []*ParameterDeclaration) *AnalysisDefinition

SetParameterDeclarations sets the ParameterDeclarations field's value.

func (*AnalysisDefinition) SetSheets added in v1.42.9

SetSheets sets the Sheets field's value.

func (AnalysisDefinition) String added in v1.42.9

func (s AnalysisDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnalysisDefinition) Validate added in v1.42.9

func (s *AnalysisDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AnalysisError

type AnalysisError struct {

	// The message associated with the analysis error.
	Message *string `type:"string"`

	// The type of the analysis error.
	Type *string `type:"string" enum:"AnalysisErrorType"`

	// Lists the violated entities that caused the analysis error
	ViolatedEntities []*Entity `type:"list"`
	// contains filtered or unexported fields
}

Analysis error.

func (AnalysisError) GoString

func (s AnalysisError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnalysisError) SetMessage

func (s *AnalysisError) SetMessage(v string) *AnalysisError

SetMessage sets the Message field's value.

func (*AnalysisError) SetType

func (s *AnalysisError) SetType(v string) *AnalysisError

SetType sets the Type field's value.

func (*AnalysisError) SetViolatedEntities added in v1.42.9

func (s *AnalysisError) SetViolatedEntities(v []*Entity) *AnalysisError

SetViolatedEntities sets the ViolatedEntities field's value.

func (AnalysisError) String

func (s AnalysisError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AnalysisSearchFilter

type AnalysisSearchFilter struct {

	// The name of the value that you want to use as a filter, for example "Name":
	// "QUICKSIGHT_OWNER".
	//
	// Valid values are defined as follows:
	//
	//    * QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any
	//    analyses with that ARN listed as one of the analysis' owners or viewers
	//    are returned. Implicit permissions from folders or groups are considered.
	//
	//    * QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any analyses
	//    with that ARN listed as one of the owners of the analyses are returned.
	//    Implicit permissions from folders or groups are considered.
	//
	//    * DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and
	//    any analyses with that ARN listed as the only owner of the analysis are
	//    returned. Implicit permissions from folders or groups are not considered.
	//
	//    * DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any
	//    analyses with that ARN listed as one of the owners of the analyses are
	//    returned. Implicit permissions from folders or groups are not considered.
	//
	//    * DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group,
	//    and any analyses with that ARN listed as one of the owners or viewers
	//    of the analyses are returned. Implicit permissions from folders or groups
	//    are not considered.
	//
	//    * ANALYSIS_NAME: Any analyses whose names have a substring match to this
	//    value will be returned.
	Name *string `type:"string" enum:"AnalysisFilterAttribute"`

	// The comparison operator that you want to use as a filter, for example "Operator":
	// "StringEquals". Valid values are "StringEquals" and "StringLike".
	//
	// If you set the operator value to "StringEquals", you need to provide an ownership
	// related filter in the "NAME" field and the arn of the user or group whose
	// folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER",
	// "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
	//
	// If you set the value to "StringLike", you need to provide the name of the
	// folders you are searching for. For example, "Name":"ANALYSIS_NAME", "Operator":
	// "StringLike", "Value": "Test". The "StringLike" operator only supports the
	// NAME value ANALYSIS_NAME.
	Operator *string `type:"string" enum:"FilterOperator"`

	// The value of the named item, in this case QUICKSIGHT_USER, that you want
	// to use as a filter, for example "Value". An example is "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

A filter that you apply when searching for one or more analyses.

func (AnalysisSearchFilter) GoString

func (s AnalysisSearchFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnalysisSearchFilter) SetName

SetName sets the Name field's value.

func (*AnalysisSearchFilter) SetOperator

SetOperator sets the Operator field's value.

func (*AnalysisSearchFilter) SetValue

SetValue sets the Value field's value.

func (AnalysisSearchFilter) String

func (s AnalysisSearchFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AnalysisSourceEntity

type AnalysisSourceEntity struct {

	// The source template for the source entity of the analysis.
	SourceTemplate *AnalysisSourceTemplate `type:"structure"`
	// contains filtered or unexported fields
}

The source entity of an analysis.

func (AnalysisSourceEntity) GoString

func (s AnalysisSourceEntity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnalysisSourceEntity) SetSourceTemplate

SetSourceTemplate sets the SourceTemplate field's value.

func (AnalysisSourceEntity) String

func (s AnalysisSourceEntity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnalysisSourceEntity) Validate

func (s *AnalysisSourceEntity) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AnalysisSourceTemplate

type AnalysisSourceTemplate struct {

	// The Amazon Resource Name (ARN) of the source template of an analysis.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// The dataset references of the source template of an analysis.
	//
	// DataSetReferences is a required field
	DataSetReferences []*DataSetReference `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

The source template of an analysis.

func (AnalysisSourceTemplate) GoString

func (s AnalysisSourceTemplate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnalysisSourceTemplate) SetArn

SetArn sets the Arn field's value.

func (*AnalysisSourceTemplate) SetDataSetReferences

func (s *AnalysisSourceTemplate) SetDataSetReferences(v []*DataSetReference) *AnalysisSourceTemplate

SetDataSetReferences sets the DataSetReferences field's value.

func (AnalysisSourceTemplate) String

func (s AnalysisSourceTemplate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnalysisSourceTemplate) Validate

func (s *AnalysisSourceTemplate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AnalysisSummary

type AnalysisSummary struct {

	// The ID of the analysis. This ID displays in the URL.
	AnalysisId *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) for the analysis.
	Arn *string `type:"string"`

	// The time that the analysis was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The time that the analysis was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The name of the analysis. This name is displayed in the Amazon QuickSight
	// console.
	Name *string `min:"1" type:"string"`

	// The last known status for the analysis.
	Status *string `type:"string" enum:"ResourceStatus"`
	// contains filtered or unexported fields
}

The summary metadata that describes an analysis.

func (AnalysisSummary) GoString

func (s AnalysisSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnalysisSummary) SetAnalysisId

func (s *AnalysisSummary) SetAnalysisId(v string) *AnalysisSummary

SetAnalysisId sets the AnalysisId field's value.

func (*AnalysisSummary) SetArn

func (s *AnalysisSummary) SetArn(v string) *AnalysisSummary

SetArn sets the Arn field's value.

func (*AnalysisSummary) SetCreatedTime

func (s *AnalysisSummary) SetCreatedTime(v time.Time) *AnalysisSummary

SetCreatedTime sets the CreatedTime field's value.

func (*AnalysisSummary) SetLastUpdatedTime

func (s *AnalysisSummary) SetLastUpdatedTime(v time.Time) *AnalysisSummary

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*AnalysisSummary) SetName

func (s *AnalysisSummary) SetName(v string) *AnalysisSummary

SetName sets the Name field's value.

func (*AnalysisSummary) SetStatus

func (s *AnalysisSummary) SetStatus(v string) *AnalysisSummary

SetStatus sets the Status field's value.

func (AnalysisSummary) String

func (s AnalysisSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AnchorDateConfiguration added in v1.42.9

type AnchorDateConfiguration struct {

	// The options for the date configuration. Choose one of the options below:
	//
	//    * NOW
	AnchorOption *string `type:"string" enum:"AnchorOption"`

	// The name of the parameter that is used for the anchor date configuration.
	ParameterName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The date configuration of the filter.

func (AnchorDateConfiguration) GoString added in v1.42.9

func (s AnchorDateConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnchorDateConfiguration) SetAnchorOption added in v1.42.9

SetAnchorOption sets the AnchorOption field's value.

func (*AnchorDateConfiguration) SetParameterName added in v1.42.9

func (s *AnchorDateConfiguration) SetParameterName(v string) *AnchorDateConfiguration

SetParameterName sets the ParameterName field's value.

func (AnchorDateConfiguration) String added in v1.42.9

func (s AnchorDateConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnchorDateConfiguration) Validate added in v1.42.9

func (s *AnchorDateConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AnonymousUserDashboardEmbeddingConfiguration

type AnonymousUserDashboardEmbeddingConfiguration struct {

	// The dashboard ID for the dashboard that you want the user to see first. This
	// ID is included in the output URL. When the URL in response is accessed, Amazon
	// QuickSight renders this dashboard.
	//
	// The Amazon Resource Name (ARN) of this dashboard must be included in the
	// AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.
	//
	// InitialDashboardId is a required field
	InitialDashboardId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information about the dashboard that you want to embed.

func (AnonymousUserDashboardEmbeddingConfiguration) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnonymousUserDashboardEmbeddingConfiguration) SetInitialDashboardId

SetInitialDashboardId sets the InitialDashboardId field's value.

func (AnonymousUserDashboardEmbeddingConfiguration) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnonymousUserDashboardEmbeddingConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type AnonymousUserDashboardVisualEmbeddingConfiguration added in v1.42.9

type AnonymousUserDashboardVisualEmbeddingConfiguration struct {

	// The visual ID for the visual that you want the user to see. This ID is included
	// in the output URL. When the URL in response is accessed, Amazon QuickSight
	// renders this visual.
	//
	// The Amazon Resource Name (ARN) of the dashboard that the visual belongs to
	// must be included in the AuthorizedResourceArns parameter. Otherwise, the
	// request will fail with InvalidParameterValueException.
	//
	// InitialDashboardVisualId is a required field
	InitialDashboardVisualId *DashboardVisualId `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.

func (AnonymousUserDashboardVisualEmbeddingConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnonymousUserDashboardVisualEmbeddingConfiguration) SetInitialDashboardVisualId added in v1.42.9

SetInitialDashboardVisualId sets the InitialDashboardVisualId field's value.

func (AnonymousUserDashboardVisualEmbeddingConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnonymousUserDashboardVisualEmbeddingConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AnonymousUserEmbeddingExperienceConfiguration

type AnonymousUserEmbeddingExperienceConfiguration struct {

	// The type of embedding experience. In this case, Amazon QuickSight dashboards.
	Dashboard *AnonymousUserDashboardEmbeddingConfiguration `type:"structure"`

	// The type of embedding experience. In this case, Amazon QuickSight visuals.
	DashboardVisual *AnonymousUserDashboardVisualEmbeddingConfiguration `type:"structure"`

	// The Q search bar that you want to use for anonymous user embedding.
	QSearchBar *AnonymousUserQSearchBarEmbeddingConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The type of experience you want to embed. For anonymous users, you can embed Amazon QuickSight dashboards.

func (AnonymousUserEmbeddingExperienceConfiguration) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnonymousUserEmbeddingExperienceConfiguration) SetDashboard

SetDashboard sets the Dashboard field's value.

func (*AnonymousUserEmbeddingExperienceConfiguration) SetDashboardVisual added in v1.42.9

SetDashboardVisual sets the DashboardVisual field's value.

func (*AnonymousUserEmbeddingExperienceConfiguration) SetQSearchBar added in v1.42.9

SetQSearchBar sets the QSearchBar field's value.

func (AnonymousUserEmbeddingExperienceConfiguration) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnonymousUserEmbeddingExperienceConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type AnonymousUserQSearchBarEmbeddingConfiguration added in v1.42.9

type AnonymousUserQSearchBarEmbeddingConfiguration struct {

	// The QuickSight Q topic ID of the topic that you want the anonymous user to
	// see first. This ID is included in the output URL. When the URL in response
	// is accessed, Amazon QuickSight renders the Q search bar with this topic pre-selected.
	//
	// The Amazon Resource Name (ARN) of this Q topic must be included in the AuthorizedResourceArns
	// parameter. Otherwise, the request will fail with InvalidParameterValueException.
	//
	// InitialTopicId is a required field
	InitialTopicId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The settings that you want to use with the Q search bar.

func (AnonymousUserQSearchBarEmbeddingConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnonymousUserQSearchBarEmbeddingConfiguration) SetInitialTopicId added in v1.42.9

SetInitialTopicId sets the InitialTopicId field's value.

func (AnonymousUserQSearchBarEmbeddingConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnonymousUserQSearchBarEmbeddingConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AnonymousUserSnapshotJobResult added in v1.42.9

type AnonymousUserSnapshotJobResult struct {

	// A list of SnapshotJobResultFileGroup objects that contain information on
	// the files that are requested during a StartDashboardSnapshotJob API call.
	// If the job succeeds, these objects contain the location where the snapshot
	// artifacts are stored. If the job fails, the objects contain information about
	// the error that caused the job to fail.
	FileGroups []*SnapshotJobResultFileGroup `type:"list"`
	// contains filtered or unexported fields
}

A structure that contains the file groups that are requested for the artifact generation in a StartDashboardSnapshotJob API call.

func (AnonymousUserSnapshotJobResult) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnonymousUserSnapshotJobResult) SetFileGroups added in v1.42.9

SetFileGroups sets the FileGroups field's value.

func (AnonymousUserSnapshotJobResult) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ArcAxisConfiguration added in v1.42.9

type ArcAxisConfiguration struct {

	// The arc axis range of a GaugeChartVisual.
	Range *ArcAxisDisplayRange `type:"structure"`

	// The reserved range of the arc axis.
	ReserveRange *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The arc axis configuration of a GaugeChartVisual.

func (ArcAxisConfiguration) GoString added in v1.42.9

func (s ArcAxisConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArcAxisConfiguration) SetRange added in v1.42.9

SetRange sets the Range field's value.

func (*ArcAxisConfiguration) SetReserveRange added in v1.42.9

func (s *ArcAxisConfiguration) SetReserveRange(v int64) *ArcAxisConfiguration

SetReserveRange sets the ReserveRange field's value.

func (ArcAxisConfiguration) String added in v1.42.9

func (s ArcAxisConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ArcAxisDisplayRange added in v1.42.9

type ArcAxisDisplayRange struct {

	// The maximum value of the arc axis range.
	Max *float64 `type:"double"`

	// The minimum value of the arc axis range.
	Min *float64 `type:"double"`
	// contains filtered or unexported fields
}

The arc axis range of a GaugeChartVisual.

func (ArcAxisDisplayRange) GoString added in v1.42.9

func (s ArcAxisDisplayRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArcAxisDisplayRange) SetMax added in v1.42.9

SetMax sets the Max field's value.

func (*ArcAxisDisplayRange) SetMin added in v1.42.9

SetMin sets the Min field's value.

func (ArcAxisDisplayRange) String added in v1.42.9

func (s ArcAxisDisplayRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ArcConfiguration added in v1.42.9

type ArcConfiguration struct {

	// The option that determines the arc angle of a GaugeChartVisual.
	ArcAngle *float64 `type:"double"`

	// The options that determine the arc thickness of a GaugeChartVisual.
	ArcThickness *string `type:"string" enum:"ArcThicknessOptions"`
	// contains filtered or unexported fields
}

The arc configuration of a GaugeChartVisual.

func (ArcConfiguration) GoString added in v1.42.9

func (s ArcConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArcConfiguration) SetArcAngle added in v1.42.9

func (s *ArcConfiguration) SetArcAngle(v float64) *ArcConfiguration

SetArcAngle sets the ArcAngle field's value.

func (*ArcConfiguration) SetArcThickness added in v1.42.9

func (s *ArcConfiguration) SetArcThickness(v string) *ArcConfiguration

SetArcThickness sets the ArcThickness field's value.

func (ArcConfiguration) String added in v1.42.9

func (s ArcConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ArcOptions added in v1.42.9

type ArcOptions struct {

	// The arc thickness of a GaugeChartVisual.
	ArcThickness *string `type:"string" enum:"ArcThickness"`
	// contains filtered or unexported fields
}

The options that determine the arc thickness of a GaugeChartVisual.

func (ArcOptions) GoString added in v1.42.9

func (s ArcOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArcOptions) SetArcThickness added in v1.42.9

func (s *ArcOptions) SetArcThickness(v string) *ArcOptions

SetArcThickness sets the ArcThickness field's value.

func (ArcOptions) String added in v1.42.9

func (s ArcOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssetBundleCloudFormationOverridePropertyConfiguration added in v1.42.9

type AssetBundleCloudFormationOverridePropertyConfiguration struct {

	// An optional list of structures that control how Analysis resources are parameterized
	// in the returned CloudFormation template.
	Analyses []*AssetBundleExportJobAnalysisOverrideProperties `min:"1" type:"list"`

	// An optional list of structures that control how Dashboard resources are parameterized
	// in the returned CloudFormation template.
	Dashboards []*AssetBundleExportJobDashboardOverrideProperties `min:"1" type:"list"`

	// An optional list of structures that control how DataSet resources are parameterized
	// in the returned CloudFormation template.
	DataSets []*AssetBundleExportJobDataSetOverrideProperties `min:"1" type:"list"`

	// An optional list of structures that control how DataSource resources are
	// parameterized in the returned CloudFormation template.
	DataSources []*AssetBundleExportJobDataSourceOverrideProperties `min:"1" type:"list"`

	// An optional list of structures that control how RefreshSchedule resources
	// are parameterized in the returned CloudFormation template.
	RefreshSchedules []*AssetBundleExportJobRefreshScheduleOverrideProperties `min:"1" type:"list"`

	// An optional list of structures that control how resource IDs are parameterized
	// in the returned CloudFormation template.
	ResourceIdOverrideConfiguration *AssetBundleExportJobResourceIdOverrideConfiguration `type:"structure"`

	// An optional list of structures that control how Theme resources are parameterized
	// in the returned CloudFormation template.
	Themes []*AssetBundleExportJobThemeOverrideProperties `min:"1" type:"list"`

	// An optional list of structures that control how VPCConnection resources are
	// parameterized in the returned CloudFormation template.
	VPCConnections []*AssetBundleExportJobVPCConnectionOverrideProperties `min:"1" type:"list"`
	// contains filtered or unexported fields
}

An optional collection of CloudFormation property configurations that control how the export job is generated.

func (AssetBundleCloudFormationOverridePropertyConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetAnalyses added in v1.42.9

SetAnalyses sets the Analyses field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetDashboards added in v1.42.9

SetDashboards sets the Dashboards field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetDataSets added in v1.42.9

SetDataSets sets the DataSets field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetDataSources added in v1.42.9

SetDataSources sets the DataSources field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetRefreshSchedules added in v1.42.9

SetRefreshSchedules sets the RefreshSchedules field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetResourceIdOverrideConfiguration added in v1.42.9

SetResourceIdOverrideConfiguration sets the ResourceIdOverrideConfiguration field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetThemes added in v1.42.9

SetThemes sets the Themes field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetVPCConnections added in v1.42.9

SetVPCConnections sets the VPCConnections field's value.

func (AssetBundleCloudFormationOverridePropertyConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleCloudFormationOverridePropertyConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleExportJobAnalysisOverrideProperties added in v1.42.9

type AssetBundleExportJobAnalysisOverrideProperties struct {

	// The ARN of the specific Analysis resource whose override properties are configured
	// in this structure.
	Arn *string `type:"string"`

	// A list of Analysis resource properties to generate variables for in the returned
	// CloudFormation template.
	//
	// Properties is a required field
	Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobAnalysisPropertyToOverride"`
	// contains filtered or unexported fields
}

Controls how a specific Analysis resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobAnalysisOverrideProperties) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobAnalysisOverrideProperties) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*AssetBundleExportJobAnalysisOverrideProperties) SetProperties added in v1.42.9

SetProperties sets the Properties field's value.

func (AssetBundleExportJobAnalysisOverrideProperties) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobAnalysisOverrideProperties) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleExportJobDashboardOverrideProperties added in v1.42.9

type AssetBundleExportJobDashboardOverrideProperties struct {

	// The ARN of the specific Dashboard resource whose override properties are
	// configured in this structure.
	Arn *string `type:"string"`

	// A list of Dashboard resource properties to generate variables for in the
	// returned CloudFormation template.
	//
	// Properties is a required field
	Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobDashboardPropertyToOverride"`
	// contains filtered or unexported fields
}

Controls how a specific Dashboard resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobDashboardOverrideProperties) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobDashboardOverrideProperties) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*AssetBundleExportJobDashboardOverrideProperties) SetProperties added in v1.42.9

SetProperties sets the Properties field's value.

func (AssetBundleExportJobDashboardOverrideProperties) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobDashboardOverrideProperties) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleExportJobDataSetOverrideProperties added in v1.42.9

type AssetBundleExportJobDataSetOverrideProperties struct {

	// The ARN of the specific DataSet resource whose override properties are configured
	// in this structure.
	Arn *string `type:"string"`

	// A list of DataSet resource properties to generate variables for in the returned
	// CloudFormation template.
	//
	// Properties is a required field
	Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobDataSetPropertyToOverride"`
	// contains filtered or unexported fields
}

Controls how a specific DataSet resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobDataSetOverrideProperties) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobDataSetOverrideProperties) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*AssetBundleExportJobDataSetOverrideProperties) SetProperties added in v1.42.9

SetProperties sets the Properties field's value.

func (AssetBundleExportJobDataSetOverrideProperties) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobDataSetOverrideProperties) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleExportJobDataSourceOverrideProperties added in v1.42.9

type AssetBundleExportJobDataSourceOverrideProperties struct {

	// The ARN of the specific DataSource resource whose override properties are
	// configured in this structure.
	Arn *string `type:"string"`

	// A list of DataSource resource properties to generate variables for in the
	// returned CloudFormation template.
	//
	// Properties is a required field
	Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobDataSourcePropertyToOverride"`
	// contains filtered or unexported fields
}

Controls how a specific DataSource resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobDataSourceOverrideProperties) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobDataSourceOverrideProperties) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*AssetBundleExportJobDataSourceOverrideProperties) SetProperties added in v1.42.9

SetProperties sets the Properties field's value.

func (AssetBundleExportJobDataSourceOverrideProperties) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobDataSourceOverrideProperties) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleExportJobError added in v1.42.9

type AssetBundleExportJobError struct {

	// The ARN of the resource whose processing caused an error.
	Arn *string `type:"string"`

	// A description of the error.
	Message *string `type:"string"`

	// The specific error type of the error that occurred.
	Type *string `type:"string"`
	// contains filtered or unexported fields
}

Describes an error that occurred during an Asset Bundle export job.

func (AssetBundleExportJobError) GoString added in v1.42.9

func (s AssetBundleExportJobError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobError) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*AssetBundleExportJobError) SetMessage added in v1.42.9

SetMessage sets the Message field's value.

func (*AssetBundleExportJobError) SetType added in v1.42.9

SetType sets the Type field's value.

func (AssetBundleExportJobError) String added in v1.42.9

func (s AssetBundleExportJobError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssetBundleExportJobRefreshScheduleOverrideProperties added in v1.42.9

type AssetBundleExportJobRefreshScheduleOverrideProperties struct {

	// The ARN of the specific RefreshSchedule resource whose override properties
	// are configured in this structure.
	Arn *string `type:"string"`

	// A list of RefreshSchedule resource properties to generate variables for in
	// the returned CloudFormation template.
	//
	// Properties is a required field
	Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobRefreshSchedulePropertyToOverride"`
	// contains filtered or unexported fields
}

Controls how a specific RefreshSchedule resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobRefreshScheduleOverrideProperties) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobRefreshScheduleOverrideProperties) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*AssetBundleExportJobRefreshScheduleOverrideProperties) SetProperties added in v1.42.9

SetProperties sets the Properties field's value.

func (AssetBundleExportJobRefreshScheduleOverrideProperties) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobRefreshScheduleOverrideProperties) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleExportJobResourceIdOverrideConfiguration added in v1.42.9

type AssetBundleExportJobResourceIdOverrideConfiguration struct {

	// An option to request a CloudFormation variable for a prefix to be prepended
	// to each resource's ID before import. The prefix is only added to the asset
	// IDs and does not change the name of the asset.
	PrefixForAllResources *bool `type:"boolean"`
	// contains filtered or unexported fields
}

An optional structure that configures resource ID overrides for the export job.

func (AssetBundleExportJobResourceIdOverrideConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobResourceIdOverrideConfiguration) SetPrefixForAllResources added in v1.42.9

SetPrefixForAllResources sets the PrefixForAllResources field's value.

func (AssetBundleExportJobResourceIdOverrideConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssetBundleExportJobSummary added in v1.42.9

type AssetBundleExportJobSummary struct {

	// The ARN of the export job.
	Arn *string `type:"string"`

	// The ID of the export job.
	AssetBundleExportJobId *string `min:"1" type:"string"`

	// The time that the export job was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The format for the export job.
	ExportFormat *string `type:"string" enum:"AssetBundleExportFormat"`

	// The flag that determines the inclusion of resource dependencies in the returned
	// asset bundle.
	IncludeAllDependencies *bool `type:"boolean"`

	// The current status of the export job.
	JobStatus *string `type:"string" enum:"AssetBundleExportJobStatus"`
	// contains filtered or unexported fields
}

A summary of the export job that includes details of the job's configuration and its current status.

func (AssetBundleExportJobSummary) GoString added in v1.42.9

func (s AssetBundleExportJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobSummary) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*AssetBundleExportJobSummary) SetAssetBundleExportJobId added in v1.42.9

func (s *AssetBundleExportJobSummary) SetAssetBundleExportJobId(v string) *AssetBundleExportJobSummary

SetAssetBundleExportJobId sets the AssetBundleExportJobId field's value.

func (*AssetBundleExportJobSummary) SetCreatedTime added in v1.42.9

SetCreatedTime sets the CreatedTime field's value.

func (*AssetBundleExportJobSummary) SetExportFormat added in v1.42.9

SetExportFormat sets the ExportFormat field's value.

func (*AssetBundleExportJobSummary) SetIncludeAllDependencies added in v1.42.9

func (s *AssetBundleExportJobSummary) SetIncludeAllDependencies(v bool) *AssetBundleExportJobSummary

SetIncludeAllDependencies sets the IncludeAllDependencies field's value.

func (*AssetBundleExportJobSummary) SetJobStatus added in v1.42.9

SetJobStatus sets the JobStatus field's value.

func (AssetBundleExportJobSummary) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssetBundleExportJobThemeOverrideProperties added in v1.42.9

type AssetBundleExportJobThemeOverrideProperties struct {

	// The ARN of the specific Theme resource whose override properties are configured
	// in this structure.
	Arn *string `type:"string"`

	// A list of Theme resource properties to generate variables for in the returned
	// CloudFormation template.
	//
	// Properties is a required field
	Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobThemePropertyToOverride"`
	// contains filtered or unexported fields
}

Controls how a specific Theme resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobThemeOverrideProperties) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobThemeOverrideProperties) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*AssetBundleExportJobThemeOverrideProperties) SetProperties added in v1.42.9

SetProperties sets the Properties field's value.

func (AssetBundleExportJobThemeOverrideProperties) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobThemeOverrideProperties) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleExportJobVPCConnectionOverrideProperties added in v1.42.9

type AssetBundleExportJobVPCConnectionOverrideProperties struct {

	// The ARN of the specific VPCConnection resource whose override properties
	// are configured in this structure.
	Arn *string `type:"string"`

	// A list of VPCConnection resource properties to generate variables for in
	// the returned CloudFormation template.
	//
	// Properties is a required field
	Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobVPCConnectionPropertyToOverride"`
	// contains filtered or unexported fields
}

Controls how a specific VPCConnection resource is parameterized in the outputted CloudFormation template.

func (AssetBundleExportJobVPCConnectionOverrideProperties) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobVPCConnectionOverrideProperties) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*AssetBundleExportJobVPCConnectionOverrideProperties) SetProperties added in v1.42.9

SetProperties sets the Properties field's value.

func (AssetBundleExportJobVPCConnectionOverrideProperties) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleExportJobVPCConnectionOverrideProperties) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleImportJobAnalysisOverrideParameters added in v1.42.9

type AssetBundleImportJobAnalysisOverrideParameters struct {

	// The ID of the analysis that you ant to apply overrides to.
	//
	// AnalysisId is a required field
	AnalysisId *string `type:"string" required:"true"`

	// A new name for the analysis.
	Name *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The override parameters for a single analysis that is being imported.

func (AssetBundleImportJobAnalysisOverrideParameters) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobAnalysisOverrideParameters) SetAnalysisId added in v1.42.9

SetAnalysisId sets the AnalysisId field's value.

func (*AssetBundleImportJobAnalysisOverrideParameters) SetName added in v1.42.9

SetName sets the Name field's value.

func (AssetBundleImportJobAnalysisOverrideParameters) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobAnalysisOverrideParameters) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleImportJobDashboardOverrideParameters added in v1.42.9

type AssetBundleImportJobDashboardOverrideParameters struct {

	// The ID of the dashboard that you want to apply overrides to.
	//
	// DashboardId is a required field
	DashboardId *string `type:"string" required:"true"`

	// A new name for the dashboard.
	Name *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The override parameters for a single dashboard that is being imported.

func (AssetBundleImportJobDashboardOverrideParameters) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobDashboardOverrideParameters) SetDashboardId added in v1.42.9

SetDashboardId sets the DashboardId field's value.

func (*AssetBundleImportJobDashboardOverrideParameters) SetName added in v1.42.9

SetName sets the Name field's value.

func (AssetBundleImportJobDashboardOverrideParameters) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobDashboardOverrideParameters) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleImportJobDataSetOverrideParameters added in v1.42.9

type AssetBundleImportJobDataSetOverrideParameters struct {

	// The ID of the dataset to apply overrides to.
	//
	// DataSetId is a required field
	DataSetId *string `type:"string" required:"true"`

	// A new name for the dataset.
	Name *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The override parameters for a single dataset that is being imported.

func (AssetBundleImportJobDataSetOverrideParameters) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobDataSetOverrideParameters) SetDataSetId added in v1.42.9

SetDataSetId sets the DataSetId field's value.

func (*AssetBundleImportJobDataSetOverrideParameters) SetName added in v1.42.9

SetName sets the Name field's value.

func (AssetBundleImportJobDataSetOverrideParameters) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobDataSetOverrideParameters) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleImportJobDataSourceCredentialPair added in v1.42.9

type AssetBundleImportJobDataSourceCredentialPair struct {

	// The password for the data source connection.
	//
	// Password is a required field
	Password *string `min:"1" type:"string" required:"true"`

	// The username for the data source connection.
	//
	// Username is a required field
	Username *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A username and password credential pair to use to import a data source resource.

func (AssetBundleImportJobDataSourceCredentialPair) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobDataSourceCredentialPair) SetPassword added in v1.42.9

SetPassword sets the Password field's value.

func (*AssetBundleImportJobDataSourceCredentialPair) SetUsername added in v1.42.9

SetUsername sets the Username field's value.

func (AssetBundleImportJobDataSourceCredentialPair) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobDataSourceCredentialPair) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleImportJobDataSourceCredentials added in v1.42.9

type AssetBundleImportJobDataSourceCredentials struct {

	// A username and password credential pair to be used to create the imported
	// data source. Keep this field blank if you are using a Secrets Manager secret
	// to provide credentials.
	//
	// CredentialPair is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by AssetBundleImportJobDataSourceCredentials's
	// String and GoString methods.
	CredentialPair *AssetBundleImportJobDataSourceCredentialPair `type:"structure" sensitive:"true"`

	// The ARN of the Secrets Manager secret that's used to create the imported
	// data source. Keep this field blank, unless you are using a secret in place
	// of a credential pair.
	SecretArn *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The login credentials to use to import a data source resource.

func (AssetBundleImportJobDataSourceCredentials) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobDataSourceCredentials) SetCredentialPair added in v1.42.9

SetCredentialPair sets the CredentialPair field's value.

func (*AssetBundleImportJobDataSourceCredentials) SetSecretArn added in v1.42.9

SetSecretArn sets the SecretArn field's value.

func (AssetBundleImportJobDataSourceCredentials) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobDataSourceCredentials) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleImportJobDataSourceOverrideParameters added in v1.42.9

type AssetBundleImportJobDataSourceOverrideParameters struct {

	// An optional structure that provides the credentials to be used to create
	// the imported data source.
	Credentials *AssetBundleImportJobDataSourceCredentials `type:"structure"`

	// The ID of the data source to apply overrides to.
	//
	// DataSourceId is a required field
	DataSourceId *string `type:"string" required:"true"`

	// The parameters that Amazon QuickSight uses to connect to your underlying
	// data source. This is a variant type structure. For this structure to be valid,
	// only one of the attributes can be non-null.
	DataSourceParameters *DataSourceParameters `type:"structure"`

	// A new name for the data source.
	Name *string `min:"1" type:"string"`

	// Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects
	// to your underlying data source.
	SslProperties *SslProperties `type:"structure"`

	// VPC connection properties.
	VpcConnectionProperties *VpcConnectionProperties `type:"structure"`
	// contains filtered or unexported fields
}

The override parameters for a single data source that is being imported.

func (AssetBundleImportJobDataSourceOverrideParameters) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobDataSourceOverrideParameters) SetCredentials added in v1.42.9

SetCredentials sets the Credentials field's value.

func (*AssetBundleImportJobDataSourceOverrideParameters) SetDataSourceId added in v1.42.9

SetDataSourceId sets the DataSourceId field's value.

func (*AssetBundleImportJobDataSourceOverrideParameters) SetDataSourceParameters added in v1.42.9

SetDataSourceParameters sets the DataSourceParameters field's value.

func (*AssetBundleImportJobDataSourceOverrideParameters) SetName added in v1.42.9

SetName sets the Name field's value.

func (*AssetBundleImportJobDataSourceOverrideParameters) SetSslProperties added in v1.42.9

SetSslProperties sets the SslProperties field's value.

func (*AssetBundleImportJobDataSourceOverrideParameters) SetVpcConnectionProperties added in v1.42.9

SetVpcConnectionProperties sets the VpcConnectionProperties field's value.

func (AssetBundleImportJobDataSourceOverrideParameters) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobDataSourceOverrideParameters) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleImportJobError added in v1.42.9

type AssetBundleImportJobError struct {

	// The ARN of the resource whose processing caused an error.
	Arn *string `type:"string"`

	// A description of the error.
	Message *string `type:"string"`

	// The specific error type or the error that occurred.
	Type *string `type:"string"`
	// contains filtered or unexported fields
}

Describes an error that occurred within an Asset Bundle import execution.

func (AssetBundleImportJobError) GoString added in v1.42.9

func (s AssetBundleImportJobError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobError) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*AssetBundleImportJobError) SetMessage added in v1.42.9

SetMessage sets the Message field's value.

func (*AssetBundleImportJobError) SetType added in v1.42.9

SetType sets the Type field's value.

func (AssetBundleImportJobError) String added in v1.42.9

func (s AssetBundleImportJobError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssetBundleImportJobOverrideParameters added in v1.42.9

type AssetBundleImportJobOverrideParameters struct {

	// A list of overrides for any Analysis resources that are present in the asset
	// bundle that is imported.
	Analyses []*AssetBundleImportJobAnalysisOverrideParameters `min:"1" type:"list"`

	// A list of overrides for any Dashboard resources that are present in the asset
	// bundle that is imported.
	Dashboards []*AssetBundleImportJobDashboardOverrideParameters `min:"1" type:"list"`

	// A list of overrides for any DataSet resources that are present in the asset
	// bundle that is imported.
	DataSets []*AssetBundleImportJobDataSetOverrideParameters `min:"1" type:"list"`

	// A list of overrides for any DataSource resources that are present in the
	// asset bundle that is imported.
	DataSources []*AssetBundleImportJobDataSourceOverrideParameters `min:"1" type:"list"`

	// A list of overrides for any RefreshSchedule resources that are present in
	// the asset bundle that is imported.
	RefreshSchedules []*AssetBundleImportJobRefreshScheduleOverrideParameters `min:"1" type:"list"`

	// An optional structure that configures resource ID overrides to be applied
	// within the import job.
	ResourceIdOverrideConfiguration *AssetBundleImportJobResourceIdOverrideConfiguration `type:"structure"`

	// A list of overrides for any Theme resources that are present in the asset
	// bundle that is imported.
	Themes []*AssetBundleImportJobThemeOverrideParameters `min:"1" type:"list"`

	// A list of overrides for any VPCConnection resources that are present in the
	// asset bundle that is imported.
	VPCConnections []*AssetBundleImportJobVPCConnectionOverrideParameters `min:"1" type:"list"`
	// contains filtered or unexported fields
}

A list of overrides that modify the asset bundle resource configuration before the resource is imported.

func (AssetBundleImportJobOverrideParameters) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobOverrideParameters) SetAnalyses added in v1.42.9

SetAnalyses sets the Analyses field's value.

func (*AssetBundleImportJobOverrideParameters) SetDashboards added in v1.42.9

SetDashboards sets the Dashboards field's value.

func (*AssetBundleImportJobOverrideParameters) SetDataSets added in v1.42.9

SetDataSets sets the DataSets field's value.

func (*AssetBundleImportJobOverrideParameters) SetDataSources added in v1.42.9

SetDataSources sets the DataSources field's value.

func (*AssetBundleImportJobOverrideParameters) SetRefreshSchedules added in v1.42.9

SetRefreshSchedules sets the RefreshSchedules field's value.

func (*AssetBundleImportJobOverrideParameters) SetResourceIdOverrideConfiguration added in v1.42.9

SetResourceIdOverrideConfiguration sets the ResourceIdOverrideConfiguration field's value.

func (*AssetBundleImportJobOverrideParameters) SetThemes added in v1.42.9

SetThemes sets the Themes field's value.

func (*AssetBundleImportJobOverrideParameters) SetVPCConnections added in v1.42.9

SetVPCConnections sets the VPCConnections field's value.

func (AssetBundleImportJobOverrideParameters) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobOverrideParameters) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleImportJobRefreshScheduleOverrideParameters added in v1.42.9

type AssetBundleImportJobRefreshScheduleOverrideParameters struct {

	// A partial identifier for the specific RefreshSchedule resource that is being
	// overridden. This structure is used together with the ScheduleID structure.
	//
	// DataSetId is a required field
	DataSetId *string `type:"string" required:"true"`

	// A partial identifier for the specific RefreshSchedule resource being overridden.
	// This structure is used together with the DataSetId structure.
	//
	// ScheduleId is a required field
	ScheduleId *string `type:"string" required:"true"`

	// An override for the StartAfterDateTime of a RefreshSchedule. Make sure that
	// the StartAfterDateTime is set to a time that takes place in the future.
	StartAfterDateTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

A list of overrides for a specific RefreshsSchedule resource that is present in the asset bundle that is imported.

func (AssetBundleImportJobRefreshScheduleOverrideParameters) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobRefreshScheduleOverrideParameters) SetDataSetId added in v1.42.9

SetDataSetId sets the DataSetId field's value.

func (*AssetBundleImportJobRefreshScheduleOverrideParameters) SetScheduleId added in v1.42.9

SetScheduleId sets the ScheduleId field's value.

func (*AssetBundleImportJobRefreshScheduleOverrideParameters) SetStartAfterDateTime added in v1.42.9

SetStartAfterDateTime sets the StartAfterDateTime field's value.

func (AssetBundleImportJobRefreshScheduleOverrideParameters) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobRefreshScheduleOverrideParameters) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleImportJobResourceIdOverrideConfiguration added in v1.42.9

type AssetBundleImportJobResourceIdOverrideConfiguration struct {

	// An option to request a CloudFormation variable for a prefix to be prepended
	// to each resource's ID before import. The prefix is only added to the asset
	// IDs and does not change the name of the asset.
	PrefixForAllResources *string `type:"string"`
	// contains filtered or unexported fields
}

An optional structure that configures resource ID overrides for the import job.

func (AssetBundleImportJobResourceIdOverrideConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobResourceIdOverrideConfiguration) SetPrefixForAllResources added in v1.42.9

SetPrefixForAllResources sets the PrefixForAllResources field's value.

func (AssetBundleImportJobResourceIdOverrideConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssetBundleImportJobSummary added in v1.42.9

type AssetBundleImportJobSummary struct {

	// The ARN of the import job.
	Arn *string `type:"string"`

	// The ID of the job. This ID is unique while the job is running. After the
	// job is completed, you can reuse this ID for another job.
	AssetBundleImportJobId *string `min:"1" type:"string"`

	// The time that the import job was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The failure action for the import job.
	FailureAction *string `type:"string" enum:"AssetBundleImportFailureAction"`

	// The current status of the import job.
	JobStatus *string `type:"string" enum:"AssetBundleImportJobStatus"`
	// contains filtered or unexported fields
}

A summary of the import job that includes details of the requested job's configuration and its current status.

func (AssetBundleImportJobSummary) GoString added in v1.42.9

func (s AssetBundleImportJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobSummary) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*AssetBundleImportJobSummary) SetAssetBundleImportJobId added in v1.42.9

func (s *AssetBundleImportJobSummary) SetAssetBundleImportJobId(v string) *AssetBundleImportJobSummary

SetAssetBundleImportJobId sets the AssetBundleImportJobId field's value.

func (*AssetBundleImportJobSummary) SetCreatedTime added in v1.42.9

SetCreatedTime sets the CreatedTime field's value.

func (*AssetBundleImportJobSummary) SetFailureAction added in v1.42.9

SetFailureAction sets the FailureAction field's value.

func (*AssetBundleImportJobSummary) SetJobStatus added in v1.42.9

SetJobStatus sets the JobStatus field's value.

func (AssetBundleImportJobSummary) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssetBundleImportJobThemeOverrideParameters added in v1.42.9

type AssetBundleImportJobThemeOverrideParameters struct {

	// A new name for the theme.
	Name *string `min:"1" type:"string"`

	// The ID of the theme to apply overrides to.
	//
	// ThemeId is a required field
	ThemeId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The override parameters for a single theme that is imported.

func (AssetBundleImportJobThemeOverrideParameters) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobThemeOverrideParameters) SetName added in v1.42.9

SetName sets the Name field's value.

func (*AssetBundleImportJobThemeOverrideParameters) SetThemeId added in v1.42.9

SetThemeId sets the ThemeId field's value.

func (AssetBundleImportJobThemeOverrideParameters) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobThemeOverrideParameters) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleImportJobVPCConnectionOverrideParameters added in v1.42.9

type AssetBundleImportJobVPCConnectionOverrideParameters struct {

	// An optional override of DNS resolvers to be used by the VPC connection.
	DnsResolvers []*string `type:"list"`

	// A new name for the VPC connection.
	Name *string `min:"1" type:"string"`

	// An optional override of the role ARN to be used by the VPC connection.
	RoleArn *string `min:"20" type:"string"`

	// A new security group ID for the VPC connection you are importing. This field
	// is required if you are importing the VPC connection from another Amazon Web
	// Services account or Region.
	SecurityGroupIds []*string `min:"1" type:"list"`

	// A list of new subnet IDs for the VPC connection you are importing. This field
	// is required if you are importing the VPC connection from another Amazon Web
	// Services account or Region.
	SubnetIds []*string `min:"2" type:"list"`

	// The ID of the VPC Connection to apply overrides to.
	//
	// VPCConnectionId is a required field
	VPCConnectionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The override parameters for a single VPC connection that is imported.

func (AssetBundleImportJobVPCConnectionOverrideParameters) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetDnsResolvers added in v1.42.9

SetDnsResolvers sets the DnsResolvers field's value.

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetName added in v1.42.9

SetName sets the Name field's value.

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetRoleArn added in v1.42.9

SetRoleArn sets the RoleArn field's value.

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetSecurityGroupIds added in v1.42.9

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetSubnetIds added in v1.42.9

SetSubnetIds sets the SubnetIds field's value.

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetVPCConnectionId added in v1.42.9

SetVPCConnectionId sets the VPCConnectionId field's value.

func (AssetBundleImportJobVPCConnectionOverrideParameters) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportJobVPCConnectionOverrideParameters) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type AssetBundleImportSource added in v1.42.9

type AssetBundleImportSource struct {

	// The bytes of the base64 encoded asset bundle import zip file. This file can't
	// exceed 20 MB.
	//
	// If you are calling the API operations from the Amazon Web Services SDK for
	// Java, JavaScript, Python, or PHP, the SDK encodes base64 automatically to
	// allow the direct setting of the zip file's bytes. If you are using an SDK
	// for a different language or receiving related errors, try to base64 encode
	// your data.
	//
	// Body is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by AssetBundleImportSource's
	// String and GoString methods.
	//
	// Body is automatically base64 encoded/decoded by the SDK.
	Body []byte `type:"blob" sensitive:"true"`

	// The Amazon S3 URI for an asset bundle import file that exists in an Amazon
	// S3 bucket that the caller has read access to. The file must be a zip format
	// file and can't exceed 20 MB.
	S3Uri *string `type:"string"`
	// contains filtered or unexported fields
}

The source of the asset bundle zip file that contains the data that you want to import. The file must be in QUICKSIGHT_JSON format.

func (AssetBundleImportSource) GoString added in v1.42.9

func (s AssetBundleImportSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportSource) SetBody added in v1.42.9

SetBody sets the Body field's value.

func (*AssetBundleImportSource) SetS3Uri added in v1.42.9

SetS3Uri sets the S3Uri field's value.

func (AssetBundleImportSource) String added in v1.42.9

func (s AssetBundleImportSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssetBundleImportSourceDescription added in v1.42.9

type AssetBundleImportSourceDescription struct {

	// An HTTPS download URL for the provided asset bundle that you optionally provided
	// at the start of the import job. This URL is valid for five minutes after
	// issuance. Call DescribeAssetBundleExportJob again for a fresh URL if needed.
	// The downloaded asset bundle is a .qs zip file.
	Body *string `type:"string"`

	// The Amazon S3 URI that you provided at the start of the import job.
	S3Uri *string `type:"string"`
	// contains filtered or unexported fields
}

A description of the import source that you provide at the start of an import job. This value is set to either Body or S3Uri, depending on how the StartAssetBundleImportJobRequest is configured.

func (AssetBundleImportSourceDescription) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetBundleImportSourceDescription) SetBody added in v1.42.9

SetBody sets the Body field's value.

func (*AssetBundleImportSourceDescription) SetS3Uri added in v1.42.9

SetS3Uri sets the S3Uri field's value.

func (AssetBundleImportSourceDescription) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AthenaParameters

type AthenaParameters struct {

	// Use the RoleArn structure to override an account-wide role for a specific
	// Athena data source. For example, say an account administrator has turned
	// off all Athena access with an account-wide role. The administrator can then
	// use RoleArn to bypass the account-wide role and allow Athena access for the
	// single Athena data source that is specified in the structure, even if the
	// account-wide role forbidding Athena access is still active.
	RoleArn *string `min:"20" type:"string"`

	// The workgroup that Amazon Athena uses.
	WorkGroup *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Parameters for Amazon Athena.

func (AthenaParameters) GoString

func (s AthenaParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AthenaParameters) SetRoleArn added in v1.42.9

func (s *AthenaParameters) SetRoleArn(v string) *AthenaParameters

SetRoleArn sets the RoleArn field's value.

func (*AthenaParameters) SetWorkGroup

func (s *AthenaParameters) SetWorkGroup(v string) *AthenaParameters

SetWorkGroup sets the WorkGroup field's value.

func (AthenaParameters) String

func (s AthenaParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AthenaParameters) Validate

func (s *AthenaParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AttributeAggregationFunction added in v1.42.9

type AttributeAggregationFunction struct {

	// The built-in aggregation functions for attributes.
	//
	//    * UNIQUE_VALUE: Returns the unique value for a field, aggregated by the
	//    dimension fields.
	SimpleAttributeAggregation *string `type:"string" enum:"SimpleAttributeAggregationFunction"`

	// Used by the UNIQUE_VALUE aggregation function. If there are multiple values
	// for the field used by the aggregation, the value for this property will be
	// returned instead. Defaults to '*'.
	ValueForMultipleValues *string `type:"string"`
	// contains filtered or unexported fields
}

Aggregation for attributes.

func (AttributeAggregationFunction) GoString added in v1.42.9

func (s AttributeAggregationFunction) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttributeAggregationFunction) SetSimpleAttributeAggregation added in v1.42.9

func (s *AttributeAggregationFunction) SetSimpleAttributeAggregation(v string) *AttributeAggregationFunction

SetSimpleAttributeAggregation sets the SimpleAttributeAggregation field's value.

func (*AttributeAggregationFunction) SetValueForMultipleValues added in v1.42.9

func (s *AttributeAggregationFunction) SetValueForMultipleValues(v string) *AttributeAggregationFunction

SetValueForMultipleValues sets the ValueForMultipleValues field's value.

func (AttributeAggregationFunction) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuroraParameters

type AuroraParameters struct {

	// Database.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// Host.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// Port.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Parameters for Amazon Aurora.

func (AuroraParameters) GoString

func (s AuroraParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuroraParameters) SetDatabase

func (s *AuroraParameters) SetDatabase(v string) *AuroraParameters

SetDatabase sets the Database field's value.

func (*AuroraParameters) SetHost

func (s *AuroraParameters) SetHost(v string) *AuroraParameters

SetHost sets the Host field's value.

func (*AuroraParameters) SetPort

func (s *AuroraParameters) SetPort(v int64) *AuroraParameters

SetPort sets the Port field's value.

func (AuroraParameters) String

func (s AuroraParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuroraParameters) Validate

func (s *AuroraParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AuroraPostgreSqlParameters

type AuroraPostgreSqlParameters struct {

	// The Amazon Aurora PostgreSQL database to connect to.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// The Amazon Aurora PostgreSQL-Compatible host to connect to.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// The port that Amazon Aurora PostgreSQL is listening on.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Parameters for Amazon Aurora PostgreSQL-Compatible Edition.

func (AuroraPostgreSqlParameters) GoString

func (s AuroraPostgreSqlParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuroraPostgreSqlParameters) SetDatabase

SetDatabase sets the Database field's value.

func (*AuroraPostgreSqlParameters) SetHost

SetHost sets the Host field's value.

func (*AuroraPostgreSqlParameters) SetPort

SetPort sets the Port field's value.

func (AuroraPostgreSqlParameters) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuroraPostgreSqlParameters) Validate

func (s *AuroraPostgreSqlParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AwsIotAnalyticsParameters

type AwsIotAnalyticsParameters struct {

	// Dataset name.
	//
	// DataSetName is a required field
	DataSetName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The parameters for IoT Analytics.

func (AwsIotAnalyticsParameters) GoString

func (s AwsIotAnalyticsParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AwsIotAnalyticsParameters) SetDataSetName

SetDataSetName sets the DataSetName field's value.

func (AwsIotAnalyticsParameters) String

func (s AwsIotAnalyticsParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AwsIotAnalyticsParameters) Validate

func (s *AwsIotAnalyticsParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AxisDataOptions added in v1.42.9

type AxisDataOptions struct {

	// The options for an axis with a date field.
	DateAxisOptions *DateAxisOptions `type:"structure"`

	// The options for an axis with a numeric field.
	NumericAxisOptions *NumericAxisOptions `type:"structure"`
	// contains filtered or unexported fields
}

The data options for an axis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (AxisDataOptions) GoString added in v1.42.9

func (s AxisDataOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisDataOptions) SetDateAxisOptions added in v1.42.9

func (s *AxisDataOptions) SetDateAxisOptions(v *DateAxisOptions) *AxisDataOptions

SetDateAxisOptions sets the DateAxisOptions field's value.

func (*AxisDataOptions) SetNumericAxisOptions added in v1.42.9

func (s *AxisDataOptions) SetNumericAxisOptions(v *NumericAxisOptions) *AxisDataOptions

SetNumericAxisOptions sets the NumericAxisOptions field's value.

func (AxisDataOptions) String added in v1.42.9

func (s AxisDataOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AxisDisplayDataDrivenRange added in v1.42.9

type AxisDisplayDataDrivenRange struct {
	// contains filtered or unexported fields
}

The options that are saved for future extension.

func (AxisDisplayDataDrivenRange) GoString added in v1.42.9

func (s AxisDisplayDataDrivenRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AxisDisplayDataDrivenRange) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AxisDisplayMinMaxRange added in v1.42.9

type AxisDisplayMinMaxRange struct {

	// The maximum setup for an axis display range.
	Maximum *float64 `type:"double"`

	// The minimum setup for an axis display range.
	Minimum *float64 `type:"double"`
	// contains filtered or unexported fields
}

The minimum and maximum setup for an axis display range.

func (AxisDisplayMinMaxRange) GoString added in v1.42.9

func (s AxisDisplayMinMaxRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisDisplayMinMaxRange) SetMaximum added in v1.42.9

SetMaximum sets the Maximum field's value.

func (*AxisDisplayMinMaxRange) SetMinimum added in v1.42.9

SetMinimum sets the Minimum field's value.

func (AxisDisplayMinMaxRange) String added in v1.42.9

func (s AxisDisplayMinMaxRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AxisDisplayOptions added in v1.42.9

type AxisDisplayOptions struct {

	// Determines whether or not the axis line is visible.
	AxisLineVisibility *string `type:"string" enum:"Visibility"`

	// The offset value that determines the starting placement of the axis within
	// a visual's bounds.
	AxisOffset *string `type:"string"`

	// The data options for an axis.
	DataOptions *AxisDataOptions `type:"structure"`

	// Determines whether or not the grid line is visible.
	GridLineVisibility *string `type:"string" enum:"Visibility"`

	// The scroll bar options for an axis.
	ScrollbarOptions *ScrollBarOptions `type:"structure"`

	// The tick label options of an axis.
	TickLabelOptions *AxisTickLabelOptions `type:"structure"`
	// contains filtered or unexported fields
}

The display options for the axis label.

func (AxisDisplayOptions) GoString added in v1.42.9

func (s AxisDisplayOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisDisplayOptions) SetAxisLineVisibility added in v1.42.9

func (s *AxisDisplayOptions) SetAxisLineVisibility(v string) *AxisDisplayOptions

SetAxisLineVisibility sets the AxisLineVisibility field's value.

func (*AxisDisplayOptions) SetAxisOffset added in v1.42.9

func (s *AxisDisplayOptions) SetAxisOffset(v string) *AxisDisplayOptions

SetAxisOffset sets the AxisOffset field's value.

func (*AxisDisplayOptions) SetDataOptions added in v1.42.9

func (s *AxisDisplayOptions) SetDataOptions(v *AxisDataOptions) *AxisDisplayOptions

SetDataOptions sets the DataOptions field's value.

func (*AxisDisplayOptions) SetGridLineVisibility added in v1.42.9

func (s *AxisDisplayOptions) SetGridLineVisibility(v string) *AxisDisplayOptions

SetGridLineVisibility sets the GridLineVisibility field's value.

func (*AxisDisplayOptions) SetScrollbarOptions added in v1.42.9

func (s *AxisDisplayOptions) SetScrollbarOptions(v *ScrollBarOptions) *AxisDisplayOptions

SetScrollbarOptions sets the ScrollbarOptions field's value.

func (*AxisDisplayOptions) SetTickLabelOptions added in v1.42.9

func (s *AxisDisplayOptions) SetTickLabelOptions(v *AxisTickLabelOptions) *AxisDisplayOptions

SetTickLabelOptions sets the TickLabelOptions field's value.

func (AxisDisplayOptions) String added in v1.42.9

func (s AxisDisplayOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AxisDisplayRange added in v1.42.9

type AxisDisplayRange struct {

	// The data-driven setup of an axis display range.
	DataDriven *AxisDisplayDataDrivenRange `type:"structure"`

	// The minimum and maximum setup of an axis display range.
	MinMax *AxisDisplayMinMaxRange `type:"structure"`
	// contains filtered or unexported fields
}

The range setup of a numeric axis display range.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (AxisDisplayRange) GoString added in v1.42.9

func (s AxisDisplayRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisDisplayRange) SetDataDriven added in v1.42.9

SetDataDriven sets the DataDriven field's value.

func (*AxisDisplayRange) SetMinMax added in v1.42.9

SetMinMax sets the MinMax field's value.

func (AxisDisplayRange) String added in v1.42.9

func (s AxisDisplayRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AxisLabelOptions added in v1.42.9

type AxisLabelOptions struct {

	// The options that indicate which field the label belongs to.
	ApplyTo *AxisLabelReferenceOptions `type:"structure"`

	// The text for the axis label.
	CustomLabel *string `type:"string"`

	// The font configuration of the axis label.
	FontConfiguration *FontConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The label options for a chart axis. You must specify the field that the label is targeted to.

func (AxisLabelOptions) GoString added in v1.42.9

func (s AxisLabelOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisLabelOptions) SetApplyTo added in v1.42.9

SetApplyTo sets the ApplyTo field's value.

func (*AxisLabelOptions) SetCustomLabel added in v1.42.9

func (s *AxisLabelOptions) SetCustomLabel(v string) *AxisLabelOptions

SetCustomLabel sets the CustomLabel field's value.

func (*AxisLabelOptions) SetFontConfiguration added in v1.42.9

func (s *AxisLabelOptions) SetFontConfiguration(v *FontConfiguration) *AxisLabelOptions

SetFontConfiguration sets the FontConfiguration field's value.

func (AxisLabelOptions) String added in v1.42.9

func (s AxisLabelOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisLabelOptions) Validate added in v1.42.9

func (s *AxisLabelOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AxisLabelReferenceOptions added in v1.42.9

type AxisLabelReferenceOptions struct {

	// The column that the axis label is targeted to.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The field that the axis label is targeted to.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The reference that specifies where the axis label is applied to.

func (AxisLabelReferenceOptions) GoString added in v1.42.9

func (s AxisLabelReferenceOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisLabelReferenceOptions) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*AxisLabelReferenceOptions) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (AxisLabelReferenceOptions) String added in v1.42.9

func (s AxisLabelReferenceOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisLabelReferenceOptions) Validate added in v1.42.9

func (s *AxisLabelReferenceOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AxisLinearScale added in v1.42.9

type AxisLinearScale struct {

	// The step count setup of a linear axis.
	StepCount *int64 `type:"integer"`

	// The step size setup of a linear axis.
	StepSize *float64 `type:"double"`
	// contains filtered or unexported fields
}

The liner axis scale setup.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (AxisLinearScale) GoString added in v1.42.9

func (s AxisLinearScale) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisLinearScale) SetStepCount added in v1.42.9

func (s *AxisLinearScale) SetStepCount(v int64) *AxisLinearScale

SetStepCount sets the StepCount field's value.

func (*AxisLinearScale) SetStepSize added in v1.42.9

func (s *AxisLinearScale) SetStepSize(v float64) *AxisLinearScale

SetStepSize sets the StepSize field's value.

func (AxisLinearScale) String added in v1.42.9

func (s AxisLinearScale) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AxisLogarithmicScale added in v1.42.9

type AxisLogarithmicScale struct {

	// The base setup of a logarithmic axis scale.
	Base *float64 `type:"double"`
	// contains filtered or unexported fields
}

The logarithmic axis scale setup.

func (AxisLogarithmicScale) GoString added in v1.42.9

func (s AxisLogarithmicScale) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisLogarithmicScale) SetBase added in v1.42.9

SetBase sets the Base field's value.

func (AxisLogarithmicScale) String added in v1.42.9

func (s AxisLogarithmicScale) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AxisScale added in v1.42.9

type AxisScale struct {

	// The linear axis scale setup.
	Linear *AxisLinearScale `type:"structure"`

	// The logarithmic axis scale setup.
	Logarithmic *AxisLogarithmicScale `type:"structure"`
	// contains filtered or unexported fields
}

The scale setup options for a numeric axis display.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (AxisScale) GoString added in v1.42.9

func (s AxisScale) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisScale) SetLinear added in v1.42.9

func (s *AxisScale) SetLinear(v *AxisLinearScale) *AxisScale

SetLinear sets the Linear field's value.

func (*AxisScale) SetLogarithmic added in v1.42.9

func (s *AxisScale) SetLogarithmic(v *AxisLogarithmicScale) *AxisScale

SetLogarithmic sets the Logarithmic field's value.

func (AxisScale) String added in v1.42.9

func (s AxisScale) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AxisTickLabelOptions added in v1.42.9

type AxisTickLabelOptions struct {

	// Determines whether or not the axis ticks are visible.
	LabelOptions *LabelOptions `type:"structure"`

	// The rotation angle of the axis tick labels.
	RotationAngle *float64 `type:"double"`
	// contains filtered or unexported fields
}

The tick label options of an axis.

func (AxisTickLabelOptions) GoString added in v1.42.9

func (s AxisTickLabelOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AxisTickLabelOptions) SetLabelOptions added in v1.42.9

func (s *AxisTickLabelOptions) SetLabelOptions(v *LabelOptions) *AxisTickLabelOptions

SetLabelOptions sets the LabelOptions field's value.

func (*AxisTickLabelOptions) SetRotationAngle added in v1.42.9

func (s *AxisTickLabelOptions) SetRotationAngle(v float64) *AxisTickLabelOptions

SetRotationAngle sets the RotationAngle field's value.

func (AxisTickLabelOptions) String added in v1.42.9

func (s AxisTickLabelOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BarChartAggregatedFieldWells added in v1.42.9

type BarChartAggregatedFieldWells struct {

	// The category (y-axis) field well of a bar chart.
	Category []*DimensionField `type:"list"`

	// The color (group/color) field well of a bar chart.
	Colors []*DimensionField `type:"list"`

	// The small multiples field well of a bar chart.
	SmallMultiples []*DimensionField `type:"list"`

	// The value field wells of a bar chart. Values are aggregated by category.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The aggregated field wells of a bar chart.

func (BarChartAggregatedFieldWells) GoString added in v1.42.9

func (s BarChartAggregatedFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BarChartAggregatedFieldWells) SetCategory added in v1.42.9

SetCategory sets the Category field's value.

func (*BarChartAggregatedFieldWells) SetColors added in v1.42.9

SetColors sets the Colors field's value.

func (*BarChartAggregatedFieldWells) SetSmallMultiples added in v1.42.9

SetSmallMultiples sets the SmallMultiples field's value.

func (*BarChartAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (BarChartAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BarChartAggregatedFieldWells) Validate added in v1.42.9

func (s *BarChartAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BarChartConfiguration added in v1.42.9

type BarChartConfiguration struct {

	// Determines the arrangement of the bars. The orientation and arrangement of
	// bars determine the type of bar that is used in the visual.
	BarsArrangement *string `type:"string" enum:"BarsArrangement"`

	// The label display options (grid line, range, scale, axis step) for bar chart
	// category.
	CategoryAxis *AxisDisplayOptions `type:"structure"`

	// The label options (label text, label visibility and sort icon visibility)
	// for a bar chart.
	CategoryLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The label options (label text, label visibility and sort icon visibility)
	// for a color that is used in a bar chart.
	ColorLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The contribution analysis (anomaly configuration) setup of the visual.
	ContributionAnalysisDefaults []*ContributionAnalysisDefault `min:"1" type:"list"`

	// The options that determine if visual data labels are displayed.
	DataLabels *DataLabelOptions `type:"structure"`

	// The field wells of the visual.
	FieldWells *BarChartFieldWells `type:"structure"`

	// The legend display setup of the visual.
	Legend *LegendOptions `type:"structure"`

	// The orientation of the bars in a bar chart visual. There are two valid values
	// in this structure:
	//
	//    * HORIZONTAL: Used for charts that have horizontal bars. Visuals that
	//    use this value are horizontal bar charts, horizontal stacked bar charts,
	//    and horizontal stacked 100% bar charts.
	//
	//    * VERTICAL: Used for charts that have vertical bars. Visuals that use
	//    this value are vertical bar charts, vertical stacked bar charts, and vertical
	//    stacked 100% bar charts.
	Orientation *string `type:"string" enum:"BarChartOrientation"`

	// The reference line setup of the visual.
	ReferenceLines []*ReferenceLine `type:"list"`

	// The small multiples setup for the visual.
	SmallMultiplesOptions *SmallMultiplesOptions `type:"structure"`

	// The sort configuration of a BarChartVisual.
	SortConfiguration *BarChartSortConfiguration `type:"structure"`

	// The tooltip display setup of the visual.
	Tooltip *TooltipOptions `type:"structure"`

	// The label display options (grid line, range, scale, axis step) for a bar
	// chart value.
	ValueAxis *AxisDisplayOptions `type:"structure"`

	// The label options (label text, label visibility and sort icon visibility)
	// for a bar chart value.
	ValueLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The palette (chart color) display setup of the visual.
	VisualPalette *VisualPalette `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a BarChartVisual.

func (BarChartConfiguration) GoString added in v1.42.9

func (s BarChartConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BarChartConfiguration) SetBarsArrangement added in v1.42.9

func (s *BarChartConfiguration) SetBarsArrangement(v string) *BarChartConfiguration

SetBarsArrangement sets the BarsArrangement field's value.

func (*BarChartConfiguration) SetCategoryAxis added in v1.42.9

SetCategoryAxis sets the CategoryAxis field's value.

func (*BarChartConfiguration) SetCategoryLabelOptions added in v1.42.9

func (s *BarChartConfiguration) SetCategoryLabelOptions(v *ChartAxisLabelOptions) *BarChartConfiguration

SetCategoryLabelOptions sets the CategoryLabelOptions field's value.

func (*BarChartConfiguration) SetColorLabelOptions added in v1.42.9

SetColorLabelOptions sets the ColorLabelOptions field's value.

func (*BarChartConfiguration) SetContributionAnalysisDefaults added in v1.42.9

func (s *BarChartConfiguration) SetContributionAnalysisDefaults(v []*ContributionAnalysisDefault) *BarChartConfiguration

SetContributionAnalysisDefaults sets the ContributionAnalysisDefaults field's value.

func (*BarChartConfiguration) SetDataLabels added in v1.42.9

SetDataLabels sets the DataLabels field's value.

func (*BarChartConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*BarChartConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*BarChartConfiguration) SetOrientation added in v1.42.9

func (s *BarChartConfiguration) SetOrientation(v string) *BarChartConfiguration

SetOrientation sets the Orientation field's value.

func (*BarChartConfiguration) SetReferenceLines added in v1.42.9

func (s *BarChartConfiguration) SetReferenceLines(v []*ReferenceLine) *BarChartConfiguration

SetReferenceLines sets the ReferenceLines field's value.

func (*BarChartConfiguration) SetSmallMultiplesOptions added in v1.42.9

func (s *BarChartConfiguration) SetSmallMultiplesOptions(v *SmallMultiplesOptions) *BarChartConfiguration

SetSmallMultiplesOptions sets the SmallMultiplesOptions field's value.

func (*BarChartConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*BarChartConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (*BarChartConfiguration) SetValueAxis added in v1.42.9

SetValueAxis sets the ValueAxis field's value.

func (*BarChartConfiguration) SetValueLabelOptions added in v1.42.9

SetValueLabelOptions sets the ValueLabelOptions field's value.

func (*BarChartConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (BarChartConfiguration) String added in v1.42.9

func (s BarChartConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BarChartConfiguration) Validate added in v1.42.9

func (s *BarChartConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BarChartFieldWells added in v1.42.9

type BarChartFieldWells struct {

	// The aggregated field wells of a bar chart.
	BarChartAggregatedFieldWells *BarChartAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field wells of a BarChartVisual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (BarChartFieldWells) GoString added in v1.42.9

func (s BarChartFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BarChartFieldWells) SetBarChartAggregatedFieldWells added in v1.42.9

func (s *BarChartFieldWells) SetBarChartAggregatedFieldWells(v *BarChartAggregatedFieldWells) *BarChartFieldWells

SetBarChartAggregatedFieldWells sets the BarChartAggregatedFieldWells field's value.

func (BarChartFieldWells) String added in v1.42.9

func (s BarChartFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BarChartFieldWells) Validate added in v1.42.9

func (s *BarChartFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BarChartSortConfiguration added in v1.42.9

type BarChartSortConfiguration struct {

	// The limit on the number of categories displayed in a bar chart.
	CategoryItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of category fields.
	CategorySort []*FieldSortOptions `type:"list"`

	// The limit on the number of values displayed in a bar chart.
	ColorItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of color fields in a bar chart.
	ColorSort []*FieldSortOptions `type:"list"`

	// The limit on the number of small multiples panels that are displayed.
	SmallMultiplesLimitConfiguration *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of the small multiples field.
	SmallMultiplesSort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

sort-configuration-description

func (BarChartSortConfiguration) GoString added in v1.42.9

func (s BarChartSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BarChartSortConfiguration) SetCategoryItemsLimit added in v1.42.9

SetCategoryItemsLimit sets the CategoryItemsLimit field's value.

func (*BarChartSortConfiguration) SetCategorySort added in v1.42.9

SetCategorySort sets the CategorySort field's value.

func (*BarChartSortConfiguration) SetColorItemsLimit added in v1.42.9

SetColorItemsLimit sets the ColorItemsLimit field's value.

func (*BarChartSortConfiguration) SetColorSort added in v1.42.9

SetColorSort sets the ColorSort field's value.

func (*BarChartSortConfiguration) SetSmallMultiplesLimitConfiguration added in v1.42.9

func (s *BarChartSortConfiguration) SetSmallMultiplesLimitConfiguration(v *ItemsLimitConfiguration) *BarChartSortConfiguration

SetSmallMultiplesLimitConfiguration sets the SmallMultiplesLimitConfiguration field's value.

func (*BarChartSortConfiguration) SetSmallMultiplesSort added in v1.42.9

SetSmallMultiplesSort sets the SmallMultiplesSort field's value.

func (BarChartSortConfiguration) String added in v1.42.9

func (s BarChartSortConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BarChartSortConfiguration) Validate added in v1.42.9

func (s *BarChartSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BarChartVisual added in v1.42.9

type BarChartVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration settings of the visual.
	ChartConfiguration *BarChartConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A bar chart.

The BarChartVisual structure describes a visual that is a member of the bar chart family. The following charts can be described using this structure:

  • Horizontal bar chart

  • Vertical bar chart

  • Horizontal stacked bar chart

  • Vertical stacked bar chart

  • Horizontal stacked 100% bar chart

  • Vertical stacked 100% bar chart

For more information, see Using bar charts (https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the Amazon QuickSight User Guide.

func (BarChartVisual) GoString added in v1.42.9

func (s BarChartVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BarChartVisual) SetActions added in v1.42.9

func (s *BarChartVisual) SetActions(v []*VisualCustomAction) *BarChartVisual

SetActions sets the Actions field's value.

func (*BarChartVisual) SetChartConfiguration added in v1.42.9

func (s *BarChartVisual) SetChartConfiguration(v *BarChartConfiguration) *BarChartVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*BarChartVisual) SetColumnHierarchies added in v1.42.9

func (s *BarChartVisual) SetColumnHierarchies(v []*ColumnHierarchy) *BarChartVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*BarChartVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*BarChartVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*BarChartVisual) SetVisualId added in v1.42.9

func (s *BarChartVisual) SetVisualId(v string) *BarChartVisual

SetVisualId sets the VisualId field's value.

func (BarChartVisual) String added in v1.42.9

func (s BarChartVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BarChartVisual) Validate added in v1.42.9

func (s *BarChartVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BinCountOptions added in v1.42.9

type BinCountOptions struct {

	// The options that determine the bin count value.
	Value *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The options that determine the bin count of a histogram.

func (BinCountOptions) GoString added in v1.42.9

func (s BinCountOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BinCountOptions) SetValue added in v1.42.9

func (s *BinCountOptions) SetValue(v int64) *BinCountOptions

SetValue sets the Value field's value.

func (BinCountOptions) String added in v1.42.9

func (s BinCountOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BinWidthOptions added in v1.42.9

type BinWidthOptions struct {

	// The options that determine the bin count limit.
	BinCountLimit *int64 `type:"long"`

	// The options that determine the bin width value.
	Value *float64 `type:"double"`
	// contains filtered or unexported fields
}

The options that determine the bin width of a histogram.

func (BinWidthOptions) GoString added in v1.42.9

func (s BinWidthOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BinWidthOptions) SetBinCountLimit added in v1.42.9

func (s *BinWidthOptions) SetBinCountLimit(v int64) *BinWidthOptions

SetBinCountLimit sets the BinCountLimit field's value.

func (*BinWidthOptions) SetValue added in v1.42.9

func (s *BinWidthOptions) SetValue(v float64) *BinWidthOptions

SetValue sets the Value field's value.

func (BinWidthOptions) String added in v1.42.9

func (s BinWidthOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BodySectionConfiguration added in v1.42.9

type BodySectionConfiguration struct {

	// The configuration of content in a body section.
	//
	// Content is a required field
	Content *BodySectionContent `type:"structure" required:"true"`

	// The configuration of a page break for a section.
	PageBreakConfiguration *SectionPageBreakConfiguration `type:"structure"`

	// The unique identifier of a body section.
	//
	// SectionId is a required field
	SectionId *string `min:"1" type:"string" required:"true"`

	// The style options of a body section.
	Style *SectionStyle `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a body section.

func (BodySectionConfiguration) GoString added in v1.42.9

func (s BodySectionConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BodySectionConfiguration) SetContent added in v1.42.9

SetContent sets the Content field's value.

func (*BodySectionConfiguration) SetPageBreakConfiguration added in v1.42.9

SetPageBreakConfiguration sets the PageBreakConfiguration field's value.

func (*BodySectionConfiguration) SetSectionId added in v1.42.9

SetSectionId sets the SectionId field's value.

func (*BodySectionConfiguration) SetStyle added in v1.42.9

SetStyle sets the Style field's value.

func (BodySectionConfiguration) String added in v1.42.9

func (s BodySectionConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BodySectionConfiguration) Validate added in v1.42.9

func (s *BodySectionConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BodySectionContent added in v1.42.9

type BodySectionContent struct {

	// The layout configuration of a body section.
	Layout *SectionLayoutConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of content in a body section.

func (BodySectionContent) GoString added in v1.42.9

func (s BodySectionContent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BodySectionContent) SetLayout added in v1.42.9

SetLayout sets the Layout field's value.

func (BodySectionContent) String added in v1.42.9

func (s BodySectionContent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BodySectionContent) Validate added in v1.42.9

func (s *BodySectionContent) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BookmarksConfigurations added in v1.42.9

type BookmarksConfigurations struct {

	// A Boolean value that determines whether a user can bookmark an embedded dashboard.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

The bookmarks configuration of an embedded dashboard.

func (BookmarksConfigurations) GoString added in v1.42.9

func (s BookmarksConfigurations) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BookmarksConfigurations) SetEnabled added in v1.42.9

SetEnabled sets the Enabled field's value.

func (BookmarksConfigurations) String added in v1.42.9

func (s BookmarksConfigurations) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BookmarksConfigurations) Validate added in v1.42.9

func (s *BookmarksConfigurations) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BorderStyle

type BorderStyle struct {

	// The option to enable display of borders for visuals.
	Show *bool `type:"boolean"`
	// contains filtered or unexported fields
}

The display options for tile borders for visuals.

func (BorderStyle) GoString

func (s BorderStyle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BorderStyle) SetShow

func (s *BorderStyle) SetShow(v bool) *BorderStyle

SetShow sets the Show field's value.

func (BorderStyle) String

func (s BorderStyle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BoxPlotAggregatedFieldWells added in v1.42.9

type BoxPlotAggregatedFieldWells struct {

	// The group by field well of a box plot chart. Values are grouped based on
	// group by fields.
	GroupBy []*DimensionField `type:"list"`

	// The value field well of a box plot chart. Values are aggregated based on
	// group by fields.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The aggregated field well for a box plot.

func (BoxPlotAggregatedFieldWells) GoString added in v1.42.9

func (s BoxPlotAggregatedFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotAggregatedFieldWells) SetGroupBy added in v1.42.9

SetGroupBy sets the GroupBy field's value.

func (*BoxPlotAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (BoxPlotAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotAggregatedFieldWells) Validate added in v1.42.9

func (s *BoxPlotAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BoxPlotChartConfiguration added in v1.42.9

type BoxPlotChartConfiguration struct {

	// The box plot chart options for a box plot visual
	BoxPlotOptions *BoxPlotOptions `type:"structure"`

	// The label display options (grid line, range, scale, axis step) of a box plot
	// category.
	CategoryAxis *AxisDisplayOptions `type:"structure"`

	// The label options (label text, label visibility and sort Icon visibility)
	// of a box plot category.
	CategoryLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The field wells of the visual.
	FieldWells *BoxPlotFieldWells `type:"structure"`

	// The options for the legend setup of a visual.
	Legend *LegendOptions `type:"structure"`

	// The label display options (grid line, range, scale, axis step) of a box plot
	// category.
	PrimaryYAxisDisplayOptions *AxisDisplayOptions `type:"structure"`

	// The label options (label text, label visibility and sort icon visibility)
	// of a box plot value.
	PrimaryYAxisLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The reference line setup of the visual.
	ReferenceLines []*ReferenceLine `type:"list"`

	// The sort configuration of a BoxPlotVisual.
	SortConfiguration *BoxPlotSortConfiguration `type:"structure"`

	// The tooltip display setup of the visual.
	Tooltip *TooltipOptions `type:"structure"`

	// The palette (chart color) display setup of the visual.
	VisualPalette *VisualPalette `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a BoxPlotVisual.

func (BoxPlotChartConfiguration) GoString added in v1.42.9

func (s BoxPlotChartConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotChartConfiguration) SetBoxPlotOptions added in v1.42.9

SetBoxPlotOptions sets the BoxPlotOptions field's value.

func (*BoxPlotChartConfiguration) SetCategoryAxis added in v1.42.9

SetCategoryAxis sets the CategoryAxis field's value.

func (*BoxPlotChartConfiguration) SetCategoryLabelOptions added in v1.42.9

SetCategoryLabelOptions sets the CategoryLabelOptions field's value.

func (*BoxPlotChartConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*BoxPlotChartConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*BoxPlotChartConfiguration) SetPrimaryYAxisDisplayOptions added in v1.42.9

func (s *BoxPlotChartConfiguration) SetPrimaryYAxisDisplayOptions(v *AxisDisplayOptions) *BoxPlotChartConfiguration

SetPrimaryYAxisDisplayOptions sets the PrimaryYAxisDisplayOptions field's value.

func (*BoxPlotChartConfiguration) SetPrimaryYAxisLabelOptions added in v1.42.9

SetPrimaryYAxisLabelOptions sets the PrimaryYAxisLabelOptions field's value.

func (*BoxPlotChartConfiguration) SetReferenceLines added in v1.42.9

SetReferenceLines sets the ReferenceLines field's value.

func (*BoxPlotChartConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*BoxPlotChartConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (*BoxPlotChartConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (BoxPlotChartConfiguration) String added in v1.42.9

func (s BoxPlotChartConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotChartConfiguration) Validate added in v1.42.9

func (s *BoxPlotChartConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BoxPlotFieldWells added in v1.42.9

type BoxPlotFieldWells struct {

	// The aggregated field wells of a box plot.
	BoxPlotAggregatedFieldWells *BoxPlotAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field wells of a BoxPlotVisual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (BoxPlotFieldWells) GoString added in v1.42.9

func (s BoxPlotFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotFieldWells) SetBoxPlotAggregatedFieldWells added in v1.42.9

func (s *BoxPlotFieldWells) SetBoxPlotAggregatedFieldWells(v *BoxPlotAggregatedFieldWells) *BoxPlotFieldWells

SetBoxPlotAggregatedFieldWells sets the BoxPlotAggregatedFieldWells field's value.

func (BoxPlotFieldWells) String added in v1.42.9

func (s BoxPlotFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotFieldWells) Validate added in v1.42.9

func (s *BoxPlotFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BoxPlotOptions added in v1.42.9

type BoxPlotOptions struct {

	// Determines the visibility of all data points of the box plot.
	AllDataPointsVisibility *string `type:"string" enum:"Visibility"`

	// Determines the visibility of the outlier in a box plot.
	OutlierVisibility *string `type:"string" enum:"Visibility"`

	// The style options of the box plot.
	StyleOptions *BoxPlotStyleOptions `type:"structure"`
	// contains filtered or unexported fields
}

The options of a box plot visual.

func (BoxPlotOptions) GoString added in v1.42.9

func (s BoxPlotOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotOptions) SetAllDataPointsVisibility added in v1.42.9

func (s *BoxPlotOptions) SetAllDataPointsVisibility(v string) *BoxPlotOptions

SetAllDataPointsVisibility sets the AllDataPointsVisibility field's value.

func (*BoxPlotOptions) SetOutlierVisibility added in v1.42.9

func (s *BoxPlotOptions) SetOutlierVisibility(v string) *BoxPlotOptions

SetOutlierVisibility sets the OutlierVisibility field's value.

func (*BoxPlotOptions) SetStyleOptions added in v1.42.9

func (s *BoxPlotOptions) SetStyleOptions(v *BoxPlotStyleOptions) *BoxPlotOptions

SetStyleOptions sets the StyleOptions field's value.

func (BoxPlotOptions) String added in v1.42.9

func (s BoxPlotOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BoxPlotSortConfiguration added in v1.42.9

type BoxPlotSortConfiguration struct {

	// The sort configuration of a group by fields.
	CategorySort []*FieldSortOptions `type:"list"`

	// The pagination configuration of a table visual or box plot.
	PaginationConfiguration *PaginationConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The sort configuration of a BoxPlotVisual.

func (BoxPlotSortConfiguration) GoString added in v1.42.9

func (s BoxPlotSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotSortConfiguration) SetCategorySort added in v1.42.9

SetCategorySort sets the CategorySort field's value.

func (*BoxPlotSortConfiguration) SetPaginationConfiguration added in v1.42.9

SetPaginationConfiguration sets the PaginationConfiguration field's value.

func (BoxPlotSortConfiguration) String added in v1.42.9

func (s BoxPlotSortConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotSortConfiguration) Validate added in v1.42.9

func (s *BoxPlotSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BoxPlotStyleOptions added in v1.42.9

type BoxPlotStyleOptions struct {

	// The fill styles (solid, transparent) of the box plot.
	FillStyle *string `type:"string" enum:"BoxPlotFillStyle"`
	// contains filtered or unexported fields
}

The style options of the box plot.

func (BoxPlotStyleOptions) GoString added in v1.42.9

func (s BoxPlotStyleOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotStyleOptions) SetFillStyle added in v1.42.9

func (s *BoxPlotStyleOptions) SetFillStyle(v string) *BoxPlotStyleOptions

SetFillStyle sets the FillStyle field's value.

func (BoxPlotStyleOptions) String added in v1.42.9

func (s BoxPlotStyleOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BoxPlotVisual added in v1.42.9

type BoxPlotVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration settings of the visual.
	ChartConfiguration *BoxPlotChartConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers..
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A box plot.

For more information, see Using box plots (https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the Amazon QuickSight User Guide.

func (BoxPlotVisual) GoString added in v1.42.9

func (s BoxPlotVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotVisual) SetActions added in v1.42.9

func (s *BoxPlotVisual) SetActions(v []*VisualCustomAction) *BoxPlotVisual

SetActions sets the Actions field's value.

func (*BoxPlotVisual) SetChartConfiguration added in v1.42.9

func (s *BoxPlotVisual) SetChartConfiguration(v *BoxPlotChartConfiguration) *BoxPlotVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*BoxPlotVisual) SetColumnHierarchies added in v1.42.9

func (s *BoxPlotVisual) SetColumnHierarchies(v []*ColumnHierarchy) *BoxPlotVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*BoxPlotVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*BoxPlotVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*BoxPlotVisual) SetVisualId added in v1.42.9

func (s *BoxPlotVisual) SetVisualId(v string) *BoxPlotVisual

SetVisualId sets the VisualId field's value.

func (BoxPlotVisual) String added in v1.42.9

func (s BoxPlotVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoxPlotVisual) Validate added in v1.42.9

func (s *BoxPlotVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CalculatedColumn

type CalculatedColumn struct {

	// A unique ID to identify a calculated column. During a dataset update, if
	// the column ID of a calculated column matches that of an existing calculated
	// column, Amazon QuickSight preserves the existing calculated column.
	//
	// ColumnId is a required field
	ColumnId *string `min:"1" type:"string" required:"true"`

	// Column name.
	//
	// ColumnName is a required field
	ColumnName *string `min:"1" type:"string" required:"true"`

	// An expression that defines the calculated column.
	//
	// Expression is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CalculatedColumn's
	// String and GoString methods.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

A calculated column for a dataset.

func (CalculatedColumn) GoString

func (s CalculatedColumn) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CalculatedColumn) SetColumnId

func (s *CalculatedColumn) SetColumnId(v string) *CalculatedColumn

SetColumnId sets the ColumnId field's value.

func (*CalculatedColumn) SetColumnName

func (s *CalculatedColumn) SetColumnName(v string) *CalculatedColumn

SetColumnName sets the ColumnName field's value.

func (*CalculatedColumn) SetExpression

func (s *CalculatedColumn) SetExpression(v string) *CalculatedColumn

SetExpression sets the Expression field's value.

func (CalculatedColumn) String

func (s CalculatedColumn) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CalculatedColumn) Validate

func (s *CalculatedColumn) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CalculatedField added in v1.42.9

type CalculatedField struct {

	// The data set that is used in this calculated field.
	//
	// DataSetIdentifier is a required field
	DataSetIdentifier *string `min:"1" type:"string" required:"true"`

	// The expression of the calculated field.
	//
	// Expression is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CalculatedField's
	// String and GoString methods.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// The name of the calculated field.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The calculated field of an analysis.

func (CalculatedField) GoString added in v1.42.9

func (s CalculatedField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CalculatedField) SetDataSetIdentifier added in v1.42.9

func (s *CalculatedField) SetDataSetIdentifier(v string) *CalculatedField

SetDataSetIdentifier sets the DataSetIdentifier field's value.

func (*CalculatedField) SetExpression added in v1.42.9

func (s *CalculatedField) SetExpression(v string) *CalculatedField

SetExpression sets the Expression field's value.

func (*CalculatedField) SetName added in v1.42.9

func (s *CalculatedField) SetName(v string) *CalculatedField

SetName sets the Name field's value.

func (CalculatedField) String added in v1.42.9

func (s CalculatedField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CalculatedField) Validate added in v1.42.9

func (s *CalculatedField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CalculatedMeasureField added in v1.42.9

type CalculatedMeasureField struct {

	// The expression in the table calculation.
	//
	// Expression is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CalculatedMeasureField's
	// String and GoString methods.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// The custom field ID.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The table calculation measure field for pivot tables.

func (CalculatedMeasureField) GoString added in v1.42.9

func (s CalculatedMeasureField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CalculatedMeasureField) SetExpression added in v1.42.9

SetExpression sets the Expression field's value.

func (*CalculatedMeasureField) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (CalculatedMeasureField) String added in v1.42.9

func (s CalculatedMeasureField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CalculatedMeasureField) Validate added in v1.42.9

func (s *CalculatedMeasureField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelIngestionInput

type CancelIngestionInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset used in the ingestion.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`

	// An ID for the ingestion.
	//
	// IngestionId is a required field
	IngestionId *string `location:"uri" locationName:"IngestionId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CancelIngestionInput) GoString

func (s CancelIngestionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelIngestionInput) SetAwsAccountId

func (s *CancelIngestionInput) SetAwsAccountId(v string) *CancelIngestionInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CancelIngestionInput) SetDataSetId

func (s *CancelIngestionInput) SetDataSetId(v string) *CancelIngestionInput

SetDataSetId sets the DataSetId field's value.

func (*CancelIngestionInput) SetIngestionId

func (s *CancelIngestionInput) SetIngestionId(v string) *CancelIngestionInput

SetIngestionId sets the IngestionId field's value.

func (CancelIngestionInput) String

func (s CancelIngestionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelIngestionInput) Validate

func (s *CancelIngestionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelIngestionOutput

type CancelIngestionOutput struct {

	// The Amazon Resource Name (ARN) for the data ingestion.
	Arn *string `type:"string"`

	// An ID for the ingestion.
	IngestionId *string `min:"1" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CancelIngestionOutput) GoString

func (s CancelIngestionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelIngestionOutput) SetArn

SetArn sets the Arn field's value.

func (*CancelIngestionOutput) SetIngestionId

func (s *CancelIngestionOutput) SetIngestionId(v string) *CancelIngestionOutput

SetIngestionId sets the IngestionId field's value.

func (*CancelIngestionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CancelIngestionOutput) SetStatus

SetStatus sets the Status field's value.

func (CancelIngestionOutput) String

func (s CancelIngestionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CascadingControlConfiguration added in v1.42.9

type CascadingControlConfiguration struct {

	// A list of source controls that determine the values that are used in the
	// current control.
	SourceControls []*CascadingControlSource `type:"list"`
	// contains filtered or unexported fields
}

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

func (CascadingControlConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CascadingControlConfiguration) SetSourceControls added in v1.42.9

SetSourceControls sets the SourceControls field's value.

func (CascadingControlConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CascadingControlConfiguration) Validate added in v1.42.9

func (s *CascadingControlConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CascadingControlSource added in v1.42.9

type CascadingControlSource struct {

	// The column identifier that determines which column to look up for the source
	// sheet control.
	ColumnToMatch *ColumnIdentifier `type:"structure"`

	// The source sheet control ID of a CascadingControlSource.
	SourceSheetControlId *string `type:"string"`
	// contains filtered or unexported fields
}

The source controls that are used in a CascadingControlConfiguration.

func (CascadingControlSource) GoString added in v1.42.9

func (s CascadingControlSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CascadingControlSource) SetColumnToMatch added in v1.42.9

SetColumnToMatch sets the ColumnToMatch field's value.

func (*CascadingControlSource) SetSourceSheetControlId added in v1.42.9

func (s *CascadingControlSource) SetSourceSheetControlId(v string) *CascadingControlSource

SetSourceSheetControlId sets the SourceSheetControlId field's value.

func (CascadingControlSource) String added in v1.42.9

func (s CascadingControlSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CascadingControlSource) Validate added in v1.42.9

func (s *CascadingControlSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CastColumnTypeOperation

type CastColumnTypeOperation struct {

	// Column name.
	//
	// ColumnName is a required field
	ColumnName *string `min:"1" type:"string" required:"true"`

	// When casting a column from string to datetime type, you can supply a string
	// in a format supported by Amazon QuickSight to denote the source data format.
	Format *string `type:"string"`

	// New column data type.
	//
	// NewColumnType is a required field
	NewColumnType *string `type:"string" required:"true" enum:"ColumnDataType"`
	// contains filtered or unexported fields
}

A transform operation that casts a column to a different type.

func (CastColumnTypeOperation) GoString

func (s CastColumnTypeOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CastColumnTypeOperation) SetColumnName

SetColumnName sets the ColumnName field's value.

func (*CastColumnTypeOperation) SetFormat

SetFormat sets the Format field's value.

func (*CastColumnTypeOperation) SetNewColumnType

func (s *CastColumnTypeOperation) SetNewColumnType(v string) *CastColumnTypeOperation

SetNewColumnType sets the NewColumnType field's value.

func (CastColumnTypeOperation) String

func (s CastColumnTypeOperation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CastColumnTypeOperation) Validate

func (s *CastColumnTypeOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CategoricalDimensionField added in v1.42.9

type CategoricalDimensionField struct {

	// The column that is used in the CategoricalDimensionField.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The custom field ID.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The format configuration of the field.
	FormatConfiguration *StringFormatConfiguration `type:"structure"`

	// The custom hierarchy ID.
	HierarchyId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The dimension type field with categorical type columns..

func (CategoricalDimensionField) GoString added in v1.42.9

func (s CategoricalDimensionField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoricalDimensionField) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*CategoricalDimensionField) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (*CategoricalDimensionField) SetFormatConfiguration added in v1.42.9

SetFormatConfiguration sets the FormatConfiguration field's value.

func (*CategoricalDimensionField) SetHierarchyId added in v1.42.9

SetHierarchyId sets the HierarchyId field's value.

func (CategoricalDimensionField) String added in v1.42.9

func (s CategoricalDimensionField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoricalDimensionField) Validate added in v1.42.9

func (s *CategoricalDimensionField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CategoricalMeasureField added in v1.42.9

type CategoricalMeasureField struct {

	// The aggregation function of the measure field.
	AggregationFunction *string `type:"string" enum:"CategoricalAggregationFunction"`

	// The column that is used in the CategoricalMeasureField.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The custom field ID.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The format configuration of the field.
	FormatConfiguration *StringFormatConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The measure type field with categorical type columns.

func (CategoricalMeasureField) GoString added in v1.42.9

func (s CategoricalMeasureField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoricalMeasureField) SetAggregationFunction added in v1.42.9

func (s *CategoricalMeasureField) SetAggregationFunction(v string) *CategoricalMeasureField

SetAggregationFunction sets the AggregationFunction field's value.

func (*CategoricalMeasureField) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*CategoricalMeasureField) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (*CategoricalMeasureField) SetFormatConfiguration added in v1.42.9

SetFormatConfiguration sets the FormatConfiguration field's value.

func (CategoricalMeasureField) String added in v1.42.9

func (s CategoricalMeasureField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoricalMeasureField) Validate added in v1.42.9

func (s *CategoricalMeasureField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CategoryDrillDownFilter added in v1.42.9

type CategoryDrillDownFilter struct {

	// A list of the string inputs that are the values of the category drill down
	// filter.
	//
	// CategoryValues is a required field
	CategoryValues []*string `type:"list" required:"true"`

	// The column that the filter is applied to.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The numeric equality type drill down filter.

func (CategoryDrillDownFilter) GoString added in v1.42.9

func (s CategoryDrillDownFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoryDrillDownFilter) SetCategoryValues added in v1.42.9

func (s *CategoryDrillDownFilter) SetCategoryValues(v []*string) *CategoryDrillDownFilter

SetCategoryValues sets the CategoryValues field's value.

func (*CategoryDrillDownFilter) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (CategoryDrillDownFilter) String added in v1.42.9

func (s CategoryDrillDownFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoryDrillDownFilter) Validate added in v1.42.9

func (s *CategoryDrillDownFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CategoryFilter added in v1.42.9

type CategoryFilter struct {

	// The column that the filter is applied to.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The configuration for a CategoryFilter.
	//
	// Configuration is a required field
	Configuration *CategoryFilterConfiguration `type:"structure" required:"true"`

	// An identifier that uniquely identifies a filter within a dashboard, analysis,
	// or template.
	//
	// FilterId is a required field
	FilterId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A CategoryFilter filters text values.

For more information, see Adding text filters (https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the Amazon QuickSight User Guide.

func (CategoryFilter) GoString added in v1.42.9

func (s CategoryFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoryFilter) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*CategoryFilter) SetConfiguration added in v1.42.9

SetConfiguration sets the Configuration field's value.

func (*CategoryFilter) SetFilterId added in v1.42.9

func (s *CategoryFilter) SetFilterId(v string) *CategoryFilter

SetFilterId sets the FilterId field's value.

func (CategoryFilter) String added in v1.42.9

func (s CategoryFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoryFilter) Validate added in v1.42.9

func (s *CategoryFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CategoryFilterConfiguration added in v1.42.9

type CategoryFilterConfiguration struct {

	// A custom filter that filters based on a single value. This filter can be
	// partially matched.
	CustomFilterConfiguration *CustomFilterConfiguration `type:"structure"`

	// A list of custom filter values. In the Amazon QuickSight console, this filter
	// type is called a custom filter list.
	CustomFilterListConfiguration *CustomFilterListConfiguration `type:"structure"`

	// A list of filter configurations. In the Amazon QuickSight console, this filter
	// type is called a filter list.
	FilterListConfiguration *FilterListConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The configuration for a CategoryFilter.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (CategoryFilterConfiguration) GoString added in v1.42.9

func (s CategoryFilterConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoryFilterConfiguration) SetCustomFilterConfiguration added in v1.42.9

SetCustomFilterConfiguration sets the CustomFilterConfiguration field's value.

func (*CategoryFilterConfiguration) SetCustomFilterListConfiguration added in v1.42.9

SetCustomFilterListConfiguration sets the CustomFilterListConfiguration field's value.

func (*CategoryFilterConfiguration) SetFilterListConfiguration added in v1.42.9

SetFilterListConfiguration sets the FilterListConfiguration field's value.

func (CategoryFilterConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoryFilterConfiguration) Validate added in v1.42.9

func (s *CategoryFilterConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CellValueSynonym added in v1.42.9

type CellValueSynonym struct {

	// The cell value.
	CellValue *string `type:"string"`

	// Other names or aliases for the cell value.
	Synonyms []*string `type:"list"`
	// contains filtered or unexported fields
}

A structure that represents the cell value synonym.

func (CellValueSynonym) GoString added in v1.42.9

func (s CellValueSynonym) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CellValueSynonym) SetCellValue added in v1.42.9

func (s *CellValueSynonym) SetCellValue(v string) *CellValueSynonym

SetCellValue sets the CellValue field's value.

func (*CellValueSynonym) SetSynonyms added in v1.42.9

func (s *CellValueSynonym) SetSynonyms(v []*string) *CellValueSynonym

SetSynonyms sets the Synonyms field's value.

func (CellValueSynonym) String added in v1.42.9

func (s CellValueSynonym) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ChartAxisLabelOptions added in v1.42.9

type ChartAxisLabelOptions struct {

	// The label options for a chart axis.
	AxisLabelOptions []*AxisLabelOptions `type:"list"`

	// The visibility configuration of the sort icon on a chart's axis label.
	SortIconVisibility *string `type:"string" enum:"Visibility"`

	// The visibility of an axis label on a chart. Choose one of the following options:
	//
	//    * VISIBLE: Shows the axis.
	//
	//    * HIDDEN: Hides the axis.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The label options for an axis on a chart.

func (ChartAxisLabelOptions) GoString added in v1.42.9

func (s ChartAxisLabelOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ChartAxisLabelOptions) SetAxisLabelOptions added in v1.42.9

func (s *ChartAxisLabelOptions) SetAxisLabelOptions(v []*AxisLabelOptions) *ChartAxisLabelOptions

SetAxisLabelOptions sets the AxisLabelOptions field's value.

func (*ChartAxisLabelOptions) SetSortIconVisibility added in v1.42.9

func (s *ChartAxisLabelOptions) SetSortIconVisibility(v string) *ChartAxisLabelOptions

SetSortIconVisibility sets the SortIconVisibility field's value.

func (*ChartAxisLabelOptions) SetVisibility added in v1.42.9

func (s *ChartAxisLabelOptions) SetVisibility(v string) *ChartAxisLabelOptions

SetVisibility sets the Visibility field's value.

func (ChartAxisLabelOptions) String added in v1.42.9

func (s ChartAxisLabelOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ChartAxisLabelOptions) Validate added in v1.42.9

func (s *ChartAxisLabelOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ClusterMarker added in v1.42.9

type ClusterMarker struct {

	// The simple cluster marker of the cluster marker.
	SimpleClusterMarker *SimpleClusterMarker `type:"structure"`
	// contains filtered or unexported fields
}

The cluster marker that is a part of the cluster marker configuration.

func (ClusterMarker) GoString added in v1.42.9

func (s ClusterMarker) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterMarker) SetSimpleClusterMarker added in v1.42.9

func (s *ClusterMarker) SetSimpleClusterMarker(v *SimpleClusterMarker) *ClusterMarker

SetSimpleClusterMarker sets the SimpleClusterMarker field's value.

func (ClusterMarker) String added in v1.42.9

func (s ClusterMarker) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterMarkerConfiguration added in v1.42.9

type ClusterMarkerConfiguration struct {

	// The cluster marker that is a part of the cluster marker configuration.
	ClusterMarker *ClusterMarker `type:"structure"`
	// contains filtered or unexported fields
}

The cluster marker configuration of the geospatial map selected point style.

func (ClusterMarkerConfiguration) GoString added in v1.42.9

func (s ClusterMarkerConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterMarkerConfiguration) SetClusterMarker added in v1.42.9

SetClusterMarker sets the ClusterMarker field's value.

func (ClusterMarkerConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CollectiveConstant added in v1.42.9

type CollectiveConstant struct {

	// A list of values for the collective constant.
	ValueList []*string `type:"list"`
	// contains filtered or unexported fields
}

A structure that represents a collective constant.

func (CollectiveConstant) GoString added in v1.42.9

func (s CollectiveConstant) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CollectiveConstant) SetValueList added in v1.42.9

func (s *CollectiveConstant) SetValueList(v []*string) *CollectiveConstant

SetValueList sets the ValueList field's value.

func (CollectiveConstant) String added in v1.42.9

func (s CollectiveConstant) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ColorScale added in v1.42.9

type ColorScale struct {

	// Determines the color fill type.
	//
	// ColorFillType is a required field
	ColorFillType *string `type:"string" required:"true" enum:"ColorFillType"`

	// Determines the list of colors that are applied to the visual.
	//
	// Colors is a required field
	Colors []*DataColor `min:"2" type:"list" required:"true"`

	// Determines the color that is applied to null values.
	NullValueColor *DataColor `type:"structure"`
	// contains filtered or unexported fields
}

Determines the color scale that is applied to the visual.

func (ColorScale) GoString added in v1.42.9

func (s ColorScale) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColorScale) SetColorFillType added in v1.42.9

func (s *ColorScale) SetColorFillType(v string) *ColorScale

SetColorFillType sets the ColorFillType field's value.

func (*ColorScale) SetColors added in v1.42.9

func (s *ColorScale) SetColors(v []*DataColor) *ColorScale

SetColors sets the Colors field's value.

func (*ColorScale) SetNullValueColor added in v1.42.9

func (s *ColorScale) SetNullValueColor(v *DataColor) *ColorScale

SetNullValueColor sets the NullValueColor field's value.

func (ColorScale) String added in v1.42.9

func (s ColorScale) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColorScale) Validate added in v1.42.9

func (s *ColorScale) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ColorsConfiguration added in v1.42.9

type ColorsConfiguration struct {

	// A list of up to 50 custom colors.
	CustomColors []*CustomColor `type:"list"`
	// contains filtered or unexported fields
}

The color configurations for a column.

func (ColorsConfiguration) GoString added in v1.42.9

func (s ColorsConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColorsConfiguration) SetCustomColors added in v1.42.9

func (s *ColorsConfiguration) SetCustomColors(v []*CustomColor) *ColorsConfiguration

SetCustomColors sets the CustomColors field's value.

func (ColorsConfiguration) String added in v1.42.9

func (s ColorsConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColorsConfiguration) Validate added in v1.42.9

func (s *ColorsConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ColumnConfiguration added in v1.42.9

type ColumnConfiguration struct {

	// The color configurations of the column.
	ColorsConfiguration *ColorsConfiguration `type:"structure"`

	// The column.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The format configuration of a column.
	FormatConfiguration *FormatConfiguration `type:"structure"`

	// The role of the column.
	Role *string `type:"string" enum:"ColumnRole"`
	// contains filtered or unexported fields
}

The general configuration of a column.

func (ColumnConfiguration) GoString added in v1.42.9

func (s ColumnConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnConfiguration) SetColorsConfiguration added in v1.42.9

func (s *ColumnConfiguration) SetColorsConfiguration(v *ColorsConfiguration) *ColumnConfiguration

SetColorsConfiguration sets the ColorsConfiguration field's value.

func (*ColumnConfiguration) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*ColumnConfiguration) SetFormatConfiguration added in v1.42.9

func (s *ColumnConfiguration) SetFormatConfiguration(v *FormatConfiguration) *ColumnConfiguration

SetFormatConfiguration sets the FormatConfiguration field's value.

func (*ColumnConfiguration) SetRole added in v1.42.9

SetRole sets the Role field's value.

func (ColumnConfiguration) String added in v1.42.9

func (s ColumnConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnConfiguration) Validate added in v1.42.9

func (s *ColumnConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ColumnDescription

type ColumnDescription struct {

	// The text of a description for a column.
	Text *string `type:"string"`
	// contains filtered or unexported fields
}

Metadata that contains a description for a column.

func (ColumnDescription) GoString

func (s ColumnDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnDescription) SetText

SetText sets the Text field's value.

func (ColumnDescription) String

func (s ColumnDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ColumnGroup

type ColumnGroup struct {

	// Geospatial column group that denotes a hierarchy.
	GeoSpatialColumnGroup *GeoSpatialColumnGroup `type:"structure"`
	// contains filtered or unexported fields
}

Groupings of columns that work together in certain Amazon QuickSight features. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

func (ColumnGroup) GoString

func (s ColumnGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnGroup) SetGeoSpatialColumnGroup

func (s *ColumnGroup) SetGeoSpatialColumnGroup(v *GeoSpatialColumnGroup) *ColumnGroup

SetGeoSpatialColumnGroup sets the GeoSpatialColumnGroup field's value.

func (ColumnGroup) String

func (s ColumnGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnGroup) Validate

func (s *ColumnGroup) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ColumnGroupColumnSchema

type ColumnGroupColumnSchema struct {

	// The name of the column group's column schema.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

A structure describing the name, data type, and geographic role of the columns.

func (ColumnGroupColumnSchema) GoString

func (s ColumnGroupColumnSchema) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnGroupColumnSchema) SetName

SetName sets the Name field's value.

func (ColumnGroupColumnSchema) String

func (s ColumnGroupColumnSchema) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ColumnGroupSchema

type ColumnGroupSchema struct {

	// A structure containing the list of schemas for column group columns.
	ColumnGroupColumnSchemaList []*ColumnGroupColumnSchema `type:"list"`

	// The name of the column group schema.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

The column group schema.

func (ColumnGroupSchema) GoString

func (s ColumnGroupSchema) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnGroupSchema) SetColumnGroupColumnSchemaList

func (s *ColumnGroupSchema) SetColumnGroupColumnSchemaList(v []*ColumnGroupColumnSchema) *ColumnGroupSchema

SetColumnGroupColumnSchemaList sets the ColumnGroupColumnSchemaList field's value.

func (*ColumnGroupSchema) SetName

SetName sets the Name field's value.

func (ColumnGroupSchema) String

func (s ColumnGroupSchema) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ColumnHierarchy added in v1.42.9

type ColumnHierarchy struct {

	// The option that determines the hierarchy of any DateTime fields.
	DateTimeHierarchy *DateTimeHierarchy `type:"structure"`

	// The option that determines the hierarchy of the fields that are built within
	// a visual's field wells. These fields can't be duplicated to other visuals.
	ExplicitHierarchy *ExplicitHierarchy `type:"structure"`

	// The option that determines the hierarchy of the fields that are defined during
	// data preparation. These fields are available to use in any analysis that
	// uses the data source.
	PredefinedHierarchy *PredefinedHierarchy `type:"structure"`
	// contains filtered or unexported fields
}

The option that determines the hierarchy of the fields for a visual element.

func (ColumnHierarchy) GoString added in v1.42.9

func (s ColumnHierarchy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnHierarchy) SetDateTimeHierarchy added in v1.42.9

func (s *ColumnHierarchy) SetDateTimeHierarchy(v *DateTimeHierarchy) *ColumnHierarchy

SetDateTimeHierarchy sets the DateTimeHierarchy field's value.

func (*ColumnHierarchy) SetExplicitHierarchy added in v1.42.9

func (s *ColumnHierarchy) SetExplicitHierarchy(v *ExplicitHierarchy) *ColumnHierarchy

SetExplicitHierarchy sets the ExplicitHierarchy field's value.

func (*ColumnHierarchy) SetPredefinedHierarchy added in v1.42.9

func (s *ColumnHierarchy) SetPredefinedHierarchy(v *PredefinedHierarchy) *ColumnHierarchy

SetPredefinedHierarchy sets the PredefinedHierarchy field's value.

func (ColumnHierarchy) String added in v1.42.9

func (s ColumnHierarchy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnHierarchy) Validate added in v1.42.9

func (s *ColumnHierarchy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ColumnIdentifier added in v1.42.9

type ColumnIdentifier struct {

	// The name of the column.
	//
	// ColumnName is a required field
	ColumnName *string `min:"1" type:"string" required:"true"`

	// The data set that the column belongs to.
	//
	// DataSetIdentifier is a required field
	DataSetIdentifier *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A column of a data set.

func (ColumnIdentifier) GoString added in v1.42.9

func (s ColumnIdentifier) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnIdentifier) SetColumnName added in v1.42.9

func (s *ColumnIdentifier) SetColumnName(v string) *ColumnIdentifier

SetColumnName sets the ColumnName field's value.

func (*ColumnIdentifier) SetDataSetIdentifier added in v1.42.9

func (s *ColumnIdentifier) SetDataSetIdentifier(v string) *ColumnIdentifier

SetDataSetIdentifier sets the DataSetIdentifier field's value.

func (ColumnIdentifier) String added in v1.42.9

func (s ColumnIdentifier) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnIdentifier) Validate added in v1.42.9

func (s *ColumnIdentifier) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ColumnLevelPermissionRule

type ColumnLevelPermissionRule struct {

	// An array of column names.
	ColumnNames []*string `min:"1" type:"list"`

	// An array of Amazon Resource Names (ARNs) for Amazon QuickSight users or groups.
	Principals []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

A rule defined to grant access on one or more restricted columns. Each dataset can have multiple rules. To create a restricted column, you add it to one or more rules. Each rule must contain at least one column and at least one user or group. To be able to see a restricted column, a user or group needs to be added to a rule for that column.

func (ColumnLevelPermissionRule) GoString

func (s ColumnLevelPermissionRule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnLevelPermissionRule) SetColumnNames

SetColumnNames sets the ColumnNames field's value.

func (*ColumnLevelPermissionRule) SetPrincipals

SetPrincipals sets the Principals field's value.

func (ColumnLevelPermissionRule) String

func (s ColumnLevelPermissionRule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnLevelPermissionRule) Validate

func (s *ColumnLevelPermissionRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ColumnSchema

type ColumnSchema struct {

	// The data type of the column schema.
	DataType *string `type:"string"`

	// The geographic role of the column schema.
	GeographicRole *string `type:"string"`

	// The name of the column schema.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

The column schema.

func (ColumnSchema) GoString

func (s ColumnSchema) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnSchema) SetDataType

func (s *ColumnSchema) SetDataType(v string) *ColumnSchema

SetDataType sets the DataType field's value.

func (*ColumnSchema) SetGeographicRole

func (s *ColumnSchema) SetGeographicRole(v string) *ColumnSchema

SetGeographicRole sets the GeographicRole field's value.

func (*ColumnSchema) SetName

func (s *ColumnSchema) SetName(v string) *ColumnSchema

SetName sets the Name field's value.

func (ColumnSchema) String

func (s ColumnSchema) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ColumnSort added in v1.42.9

type ColumnSort struct {

	// The aggregation function that is defined in the column sort.
	AggregationFunction *AggregationFunction `type:"structure"`

	// The sort direction.
	//
	// Direction is a required field
	Direction *string `type:"string" required:"true" enum:"SortDirection"`

	// A column of a data set.
	//
	// SortBy is a required field
	SortBy *ColumnIdentifier `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The sort configuration for a column that is not used in a field well.

func (ColumnSort) GoString added in v1.42.9

func (s ColumnSort) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnSort) SetAggregationFunction added in v1.42.9

func (s *ColumnSort) SetAggregationFunction(v *AggregationFunction) *ColumnSort

SetAggregationFunction sets the AggregationFunction field's value.

func (*ColumnSort) SetDirection added in v1.42.9

func (s *ColumnSort) SetDirection(v string) *ColumnSort

SetDirection sets the Direction field's value.

func (*ColumnSort) SetSortBy added in v1.42.9

func (s *ColumnSort) SetSortBy(v *ColumnIdentifier) *ColumnSort

SetSortBy sets the SortBy field's value.

func (ColumnSort) String added in v1.42.9

func (s ColumnSort) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnSort) Validate added in v1.42.9

func (s *ColumnSort) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ColumnTag

type ColumnTag struct {

	// A description for a column.
	ColumnDescription *ColumnDescription `type:"structure"`

	// A geospatial role for a column.
	ColumnGeographicRole *string `type:"string" enum:"GeoSpatialDataRole"`
	// contains filtered or unexported fields
}

A tag for a column in a TagColumnOperation (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_TagColumnOperation.html) structure. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

func (ColumnTag) GoString

func (s ColumnTag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnTag) SetColumnDescription

func (s *ColumnTag) SetColumnDescription(v *ColumnDescription) *ColumnTag

SetColumnDescription sets the ColumnDescription field's value.

func (*ColumnTag) SetColumnGeographicRole

func (s *ColumnTag) SetColumnGeographicRole(v string) *ColumnTag

SetColumnGeographicRole sets the ColumnGeographicRole field's value.

func (ColumnTag) String

func (s ColumnTag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ColumnTooltipItem added in v1.42.9

type ColumnTooltipItem struct {

	// The aggregation function of the column tooltip item.
	Aggregation *AggregationFunction `type:"structure"`

	// The target column of the tooltip item.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The label of the tooltip item.
	Label *string `type:"string"`

	// The visibility of the tooltip item.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The tooltip item for the columns that are not part of a field well.

func (ColumnTooltipItem) GoString added in v1.42.9

func (s ColumnTooltipItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnTooltipItem) SetAggregation added in v1.42.9

SetAggregation sets the Aggregation field's value.

func (*ColumnTooltipItem) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*ColumnTooltipItem) SetLabel added in v1.42.9

func (s *ColumnTooltipItem) SetLabel(v string) *ColumnTooltipItem

SetLabel sets the Label field's value.

func (*ColumnTooltipItem) SetVisibility added in v1.42.9

func (s *ColumnTooltipItem) SetVisibility(v string) *ColumnTooltipItem

SetVisibility sets the Visibility field's value.

func (ColumnTooltipItem) String added in v1.42.9

func (s ColumnTooltipItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColumnTooltipItem) Validate added in v1.42.9

func (s *ColumnTooltipItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComboChartAggregatedFieldWells added in v1.42.9

type ComboChartAggregatedFieldWells struct {

	// The aggregated BarValues field well of a combo chart.
	BarValues []*MeasureField `type:"list"`

	// The aggregated category field wells of a combo chart.
	Category []*DimensionField `type:"list"`

	// The aggregated colors field well of a combo chart.
	Colors []*DimensionField `type:"list"`

	// The aggregated LineValues field well of a combo chart.
	LineValues []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The aggregated field wells of a combo chart.

func (ComboChartAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComboChartAggregatedFieldWells) SetBarValues added in v1.42.9

SetBarValues sets the BarValues field's value.

func (*ComboChartAggregatedFieldWells) SetCategory added in v1.42.9

SetCategory sets the Category field's value.

func (*ComboChartAggregatedFieldWells) SetColors added in v1.42.9

SetColors sets the Colors field's value.

func (*ComboChartAggregatedFieldWells) SetLineValues added in v1.42.9

SetLineValues sets the LineValues field's value.

func (ComboChartAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComboChartAggregatedFieldWells) Validate added in v1.42.9

func (s *ComboChartAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComboChartConfiguration added in v1.42.9

type ComboChartConfiguration struct {

	// The options that determine if visual data labels are displayed.
	//
	// The data label options for a bar in a combo chart.
	BarDataLabels *DataLabelOptions `type:"structure"`

	// Determines the bar arrangement in a combo chart. The following are valid
	// values in this structure:
	//
	//    * CLUSTERED: For clustered bar combo charts.
	//
	//    * STACKED: For stacked bar combo charts.
	//
	//    * STACKED_PERCENT: Do not use. If you use this value, the operation returns
	//    a validation error.
	BarsArrangement *string `type:"string" enum:"BarsArrangement"`

	// The category axis of a combo chart.
	CategoryAxis *AxisDisplayOptions `type:"structure"`

	// The label options (label text, label visibility, and sort icon visibility)
	// of a combo chart category (group/color) field well.
	CategoryLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The label options (label text, label visibility, and sort icon visibility)
	// of a combo chart's color field well.
	ColorLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The field wells of the visual.
	FieldWells *ComboChartFieldWells `type:"structure"`

	// The legend display setup of the visual.
	Legend *LegendOptions `type:"structure"`

	// The options that determine if visual data labels are displayed.
	//
	// The data label options for a line in a combo chart.
	LineDataLabels *DataLabelOptions `type:"structure"`

	// The label display options (grid line, range, scale, and axis step) of a combo
	// chart's primary y-axis (bar) field well.
	PrimaryYAxisDisplayOptions *AxisDisplayOptions `type:"structure"`

	// The label options (label text, label visibility, and sort icon visibility)
	// of a combo chart's primary y-axis (bar) field well.
	PrimaryYAxisLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The reference line setup of the visual.
	ReferenceLines []*ReferenceLine `type:"list"`

	// The label display options (grid line, range, scale, axis step) of a combo
	// chart's secondary y-axis (line) field well.
	SecondaryYAxisDisplayOptions *AxisDisplayOptions `type:"structure"`

	// The label options (label text, label visibility, and sort icon visibility)
	// of a combo chart's secondary y-axis(line) field well.
	SecondaryYAxisLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The sort configuration of a ComboChartVisual.
	SortConfiguration *ComboChartSortConfiguration `type:"structure"`

	// The legend display setup of the visual.
	Tooltip *TooltipOptions `type:"structure"`

	// The palette (chart color) display setup of the visual.
	VisualPalette *VisualPalette `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a ComboChartVisual.

func (ComboChartConfiguration) GoString added in v1.42.9

func (s ComboChartConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComboChartConfiguration) SetBarDataLabels added in v1.42.9

SetBarDataLabels sets the BarDataLabels field's value.

func (*ComboChartConfiguration) SetBarsArrangement added in v1.42.9

func (s *ComboChartConfiguration) SetBarsArrangement(v string) *ComboChartConfiguration

SetBarsArrangement sets the BarsArrangement field's value.

func (*ComboChartConfiguration) SetCategoryAxis added in v1.42.9

SetCategoryAxis sets the CategoryAxis field's value.

func (*ComboChartConfiguration) SetCategoryLabelOptions added in v1.42.9

SetCategoryLabelOptions sets the CategoryLabelOptions field's value.

func (*ComboChartConfiguration) SetColorLabelOptions added in v1.42.9

SetColorLabelOptions sets the ColorLabelOptions field's value.

func (*ComboChartConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*ComboChartConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*ComboChartConfiguration) SetLineDataLabels added in v1.42.9

SetLineDataLabels sets the LineDataLabels field's value.

func (*ComboChartConfiguration) SetPrimaryYAxisDisplayOptions added in v1.42.9

func (s *ComboChartConfiguration) SetPrimaryYAxisDisplayOptions(v *AxisDisplayOptions) *ComboChartConfiguration

SetPrimaryYAxisDisplayOptions sets the PrimaryYAxisDisplayOptions field's value.

func (*ComboChartConfiguration) SetPrimaryYAxisLabelOptions added in v1.42.9

func (s *ComboChartConfiguration) SetPrimaryYAxisLabelOptions(v *ChartAxisLabelOptions) *ComboChartConfiguration

SetPrimaryYAxisLabelOptions sets the PrimaryYAxisLabelOptions field's value.

func (*ComboChartConfiguration) SetReferenceLines added in v1.42.9

SetReferenceLines sets the ReferenceLines field's value.

func (*ComboChartConfiguration) SetSecondaryYAxisDisplayOptions added in v1.42.9

func (s *ComboChartConfiguration) SetSecondaryYAxisDisplayOptions(v *AxisDisplayOptions) *ComboChartConfiguration

SetSecondaryYAxisDisplayOptions sets the SecondaryYAxisDisplayOptions field's value.

func (*ComboChartConfiguration) SetSecondaryYAxisLabelOptions added in v1.42.9

func (s *ComboChartConfiguration) SetSecondaryYAxisLabelOptions(v *ChartAxisLabelOptions) *ComboChartConfiguration

SetSecondaryYAxisLabelOptions sets the SecondaryYAxisLabelOptions field's value.

func (*ComboChartConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*ComboChartConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (*ComboChartConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (ComboChartConfiguration) String added in v1.42.9

func (s ComboChartConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComboChartConfiguration) Validate added in v1.42.9

func (s *ComboChartConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComboChartFieldWells added in v1.42.9

type ComboChartFieldWells struct {

	// The aggregated field wells of a combo chart. Combo charts only have aggregated
	// field wells. Columns in a combo chart are aggregated by category.
	ComboChartAggregatedFieldWells *ComboChartAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field wells of the visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (ComboChartFieldWells) GoString added in v1.42.9

func (s ComboChartFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComboChartFieldWells) SetComboChartAggregatedFieldWells added in v1.42.9

func (s *ComboChartFieldWells) SetComboChartAggregatedFieldWells(v *ComboChartAggregatedFieldWells) *ComboChartFieldWells

SetComboChartAggregatedFieldWells sets the ComboChartAggregatedFieldWells field's value.

func (ComboChartFieldWells) String added in v1.42.9

func (s ComboChartFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComboChartFieldWells) Validate added in v1.42.9

func (s *ComboChartFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComboChartSortConfiguration added in v1.42.9

type ComboChartSortConfiguration struct {

	// The item limit configuration for the category field well of a combo chart.
	CategoryItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of the category field well in a combo chart.
	CategorySort []*FieldSortOptions `type:"list"`

	// The item limit configuration of the color field well in a combo chart.
	ColorItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of the color field well in a combo chart.
	ColorSort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a ComboChartVisual.

func (ComboChartSortConfiguration) GoString added in v1.42.9

func (s ComboChartSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComboChartSortConfiguration) SetCategoryItemsLimit added in v1.42.9

SetCategoryItemsLimit sets the CategoryItemsLimit field's value.

func (*ComboChartSortConfiguration) SetCategorySort added in v1.42.9

SetCategorySort sets the CategorySort field's value.

func (*ComboChartSortConfiguration) SetColorItemsLimit added in v1.42.9

SetColorItemsLimit sets the ColorItemsLimit field's value.

func (*ComboChartSortConfiguration) SetColorSort added in v1.42.9

SetColorSort sets the ColorSort field's value.

func (ComboChartSortConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComboChartSortConfiguration) Validate added in v1.42.9

func (s *ComboChartSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComboChartVisual added in v1.42.9

type ComboChartVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration settings of the visual.
	ChartConfiguration *ComboChartConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A combo chart.

The ComboChartVisual includes stacked bar combo charts and clustered bar combo charts

For more information, see Using combo charts (https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the Amazon QuickSight User Guide.

func (ComboChartVisual) GoString added in v1.42.9

func (s ComboChartVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComboChartVisual) SetActions added in v1.42.9

SetActions sets the Actions field's value.

func (*ComboChartVisual) SetChartConfiguration added in v1.42.9

func (s *ComboChartVisual) SetChartConfiguration(v *ComboChartConfiguration) *ComboChartVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*ComboChartVisual) SetColumnHierarchies added in v1.42.9

func (s *ComboChartVisual) SetColumnHierarchies(v []*ColumnHierarchy) *ComboChartVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*ComboChartVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*ComboChartVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*ComboChartVisual) SetVisualId added in v1.42.9

func (s *ComboChartVisual) SetVisualId(v string) *ComboChartVisual

SetVisualId sets the VisualId field's value.

func (ComboChartVisual) String added in v1.42.9

func (s ComboChartVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComboChartVisual) Validate added in v1.42.9

func (s *ComboChartVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComparativeOrder added in v1.42.9

type ComparativeOrder struct {

	// The list of columns to be used in the ordering.
	SpecifedOrder []*string `type:"list"`

	// The treat of undefined specified values. Valid values for this structure
	// are LEAST and MOST.
	TreatUndefinedSpecifiedValues *string `type:"string" enum:"UndefinedSpecifiedValueType"`

	// The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER,
	// LESSER_IS_BETTER and SPECIFIED.
	UseOrdering *string `type:"string" enum:"ColumnOrderingType"`
	// contains filtered or unexported fields
}

A structure that represents a comparative order.

func (ComparativeOrder) GoString added in v1.42.9

func (s ComparativeOrder) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComparativeOrder) SetSpecifedOrder added in v1.42.9

func (s *ComparativeOrder) SetSpecifedOrder(v []*string) *ComparativeOrder

SetSpecifedOrder sets the SpecifedOrder field's value.

func (*ComparativeOrder) SetTreatUndefinedSpecifiedValues added in v1.42.9

func (s *ComparativeOrder) SetTreatUndefinedSpecifiedValues(v string) *ComparativeOrder

SetTreatUndefinedSpecifiedValues sets the TreatUndefinedSpecifiedValues field's value.

func (*ComparativeOrder) SetUseOrdering added in v1.42.9

func (s *ComparativeOrder) SetUseOrdering(v string) *ComparativeOrder

SetUseOrdering sets the UseOrdering field's value.

func (ComparativeOrder) String added in v1.42.9

func (s ComparativeOrder) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComparisonConfiguration added in v1.42.9

type ComparisonConfiguration struct {

	// The format of the comparison.
	ComparisonFormat *ComparisonFormatConfiguration `type:"structure"`

	// The method of the comparison. Choose from the following options:
	//
	//    * DIFFERENCE
	//
	//    * PERCENT_DIFFERENCE
	//
	//    * PERCENT
	ComparisonMethod *string `type:"string" enum:"ComparisonMethod"`
	// contains filtered or unexported fields
}

The comparison display configuration of a KPI or gauge chart.

func (ComparisonConfiguration) GoString added in v1.42.9

func (s ComparisonConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComparisonConfiguration) SetComparisonFormat added in v1.42.9

SetComparisonFormat sets the ComparisonFormat field's value.

func (*ComparisonConfiguration) SetComparisonMethod added in v1.42.9

func (s *ComparisonConfiguration) SetComparisonMethod(v string) *ComparisonConfiguration

SetComparisonMethod sets the ComparisonMethod field's value.

func (ComparisonConfiguration) String added in v1.42.9

func (s ComparisonConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComparisonConfiguration) Validate added in v1.42.9

func (s *ComparisonConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComparisonFormatConfiguration added in v1.42.9

type ComparisonFormatConfiguration struct {

	// The number display format.
	NumberDisplayFormatConfiguration *NumberDisplayFormatConfiguration `type:"structure"`

	// The percentage display format.
	PercentageDisplayFormatConfiguration *PercentageDisplayFormatConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The format of the comparison.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (ComparisonFormatConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComparisonFormatConfiguration) SetNumberDisplayFormatConfiguration added in v1.42.9

SetNumberDisplayFormatConfiguration sets the NumberDisplayFormatConfiguration field's value.

func (*ComparisonFormatConfiguration) SetPercentageDisplayFormatConfiguration added in v1.42.9

SetPercentageDisplayFormatConfiguration sets the PercentageDisplayFormatConfiguration field's value.

func (ComparisonFormatConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComparisonFormatConfiguration) Validate added in v1.42.9

func (s *ComparisonFormatConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Computation added in v1.42.9

type Computation struct {

	// The forecast computation configuration.
	Forecast *ForecastComputation `type:"structure"`

	// The growth rate computation configuration.
	GrowthRate *GrowthRateComputation `type:"structure"`

	// The maximum and minimum computation configuration.
	MaximumMinimum *MaximumMinimumComputation `type:"structure"`

	// The metric comparison computation configuration.
	MetricComparison *MetricComparisonComputation `type:"structure"`

	// The period over period computation configuration.
	PeriodOverPeriod *PeriodOverPeriodComputation `type:"structure"`

	// The period to DataSetIdentifier computation configuration.
	PeriodToDate *PeriodToDateComputation `type:"structure"`

	// The top movers and bottom movers computation configuration.
	TopBottomMovers *TopBottomMoversComputation `type:"structure"`

	// The top ranked and bottom ranked computation configuration.
	TopBottomRanked *TopBottomRankedComputation `type:"structure"`

	// The total aggregation computation configuration.
	TotalAggregation *TotalAggregationComputation `type:"structure"`

	// The unique values computation configuration.
	UniqueValues *UniqueValuesComputation `type:"structure"`
	// contains filtered or unexported fields
}

The computation union that is used in an insight visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (Computation) GoString added in v1.42.9

func (s Computation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Computation) SetForecast added in v1.42.9

func (s *Computation) SetForecast(v *ForecastComputation) *Computation

SetForecast sets the Forecast field's value.

func (*Computation) SetGrowthRate added in v1.42.9

func (s *Computation) SetGrowthRate(v *GrowthRateComputation) *Computation

SetGrowthRate sets the GrowthRate field's value.

func (*Computation) SetMaximumMinimum added in v1.42.9

func (s *Computation) SetMaximumMinimum(v *MaximumMinimumComputation) *Computation

SetMaximumMinimum sets the MaximumMinimum field's value.

func (*Computation) SetMetricComparison added in v1.42.9

func (s *Computation) SetMetricComparison(v *MetricComparisonComputation) *Computation

SetMetricComparison sets the MetricComparison field's value.

func (*Computation) SetPeriodOverPeriod added in v1.42.9

func (s *Computation) SetPeriodOverPeriod(v *PeriodOverPeriodComputation) *Computation

SetPeriodOverPeriod sets the PeriodOverPeriod field's value.

func (*Computation) SetPeriodToDate added in v1.42.9

func (s *Computation) SetPeriodToDate(v *PeriodToDateComputation) *Computation

SetPeriodToDate sets the PeriodToDate field's value.

func (*Computation) SetTopBottomMovers added in v1.42.9

func (s *Computation) SetTopBottomMovers(v *TopBottomMoversComputation) *Computation

SetTopBottomMovers sets the TopBottomMovers field's value.

func (*Computation) SetTopBottomRanked added in v1.42.9

func (s *Computation) SetTopBottomRanked(v *TopBottomRankedComputation) *Computation

SetTopBottomRanked sets the TopBottomRanked field's value.

func (*Computation) SetTotalAggregation added in v1.42.9

func (s *Computation) SetTotalAggregation(v *TotalAggregationComputation) *Computation

SetTotalAggregation sets the TotalAggregation field's value.

func (*Computation) SetUniqueValues added in v1.42.9

func (s *Computation) SetUniqueValues(v *UniqueValuesComputation) *Computation

SetUniqueValues sets the UniqueValues field's value.

func (Computation) String added in v1.42.9

func (s Computation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Computation) Validate added in v1.42.9

func (s *Computation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConcurrentUpdatingException

type ConcurrentUpdatingException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

A resource is already in a state that indicates an operation is happening that must complete before a new update can be applied.

func (*ConcurrentUpdatingException) Code

Code returns the exception type name.

func (*ConcurrentUpdatingException) Error

func (ConcurrentUpdatingException) GoString

func (s ConcurrentUpdatingException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConcurrentUpdatingException) Message

func (s *ConcurrentUpdatingException) Message() string

Message returns the exception's message.

func (*ConcurrentUpdatingException) OrigErr

func (s *ConcurrentUpdatingException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConcurrentUpdatingException) RequestID

func (s *ConcurrentUpdatingException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConcurrentUpdatingException) StatusCode

func (s *ConcurrentUpdatingException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConcurrentUpdatingException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConditionalFormattingColor added in v1.42.9

type ConditionalFormattingColor struct {

	// Formatting configuration for gradient color.
	Gradient *ConditionalFormattingGradientColor `type:"structure"`

	// Formatting configuration for solid color.
	Solid *ConditionalFormattingSolidColor `type:"structure"`
	// contains filtered or unexported fields
}

The formatting configuration for the color.

func (ConditionalFormattingColor) GoString added in v1.42.9

func (s ConditionalFormattingColor) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingColor) SetGradient added in v1.42.9

SetGradient sets the Gradient field's value.

func (*ConditionalFormattingColor) SetSolid added in v1.42.9

SetSolid sets the Solid field's value.

func (ConditionalFormattingColor) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingColor) Validate added in v1.42.9

func (s *ConditionalFormattingColor) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConditionalFormattingCustomIconCondition added in v1.42.9

type ConditionalFormattingCustomIconCondition struct {

	// Determines the color of the icon.
	Color *string `type:"string"`

	// Determines the icon display configuration.
	DisplayConfiguration *ConditionalFormattingIconDisplayConfiguration `type:"structure"`

	// The expression that determines the condition of the icon set.
	//
	// Expression is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ConditionalFormattingCustomIconCondition's
	// String and GoString methods.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// Custom icon options for an icon set.
	//
	// IconOptions is a required field
	IconOptions *ConditionalFormattingCustomIconOptions `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Determines the custom condition for an icon set.

func (ConditionalFormattingCustomIconCondition) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingCustomIconCondition) SetColor added in v1.42.9

SetColor sets the Color field's value.

func (*ConditionalFormattingCustomIconCondition) SetDisplayConfiguration added in v1.42.9

SetDisplayConfiguration sets the DisplayConfiguration field's value.

func (*ConditionalFormattingCustomIconCondition) SetExpression added in v1.42.9

SetExpression sets the Expression field's value.

func (*ConditionalFormattingCustomIconCondition) SetIconOptions added in v1.42.9

SetIconOptions sets the IconOptions field's value.

func (ConditionalFormattingCustomIconCondition) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingCustomIconCondition) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type ConditionalFormattingCustomIconOptions added in v1.42.9

type ConditionalFormattingCustomIconOptions struct {

	// Determines the type of icon.
	Icon *string `type:"string" enum:"Icon"`

	// Determines the Unicode icon type.
	UnicodeIcon *string `type:"string"`
	// contains filtered or unexported fields
}

Custom icon options for an icon set.

func (ConditionalFormattingCustomIconOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingCustomIconOptions) SetIcon added in v1.42.9

SetIcon sets the Icon field's value.

func (*ConditionalFormattingCustomIconOptions) SetUnicodeIcon added in v1.42.9

SetUnicodeIcon sets the UnicodeIcon field's value.

func (ConditionalFormattingCustomIconOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConditionalFormattingGradientColor added in v1.42.9

type ConditionalFormattingGradientColor struct {

	// Determines the color.
	//
	// Color is a required field
	Color *GradientColor `type:"structure" required:"true"`

	// The expression that determines the formatting configuration for gradient
	// color.
	//
	// Expression is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ConditionalFormattingGradientColor's
	// String and GoString methods.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

Formatting configuration for gradient color.

func (ConditionalFormattingGradientColor) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingGradientColor) SetColor added in v1.42.9

SetColor sets the Color field's value.

func (*ConditionalFormattingGradientColor) SetExpression added in v1.42.9

SetExpression sets the Expression field's value.

func (ConditionalFormattingGradientColor) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingGradientColor) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type ConditionalFormattingIcon added in v1.42.9

type ConditionalFormattingIcon struct {

	// Determines the custom condition for an icon set.
	CustomCondition *ConditionalFormattingCustomIconCondition `type:"structure"`

	// Formatting configuration for icon set.
	IconSet *ConditionalFormattingIconSet `type:"structure"`
	// contains filtered or unexported fields
}

The formatting configuration for the icon.

func (ConditionalFormattingIcon) GoString added in v1.42.9

func (s ConditionalFormattingIcon) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingIcon) SetCustomCondition added in v1.42.9

SetCustomCondition sets the CustomCondition field's value.

func (*ConditionalFormattingIcon) SetIconSet added in v1.42.9

SetIconSet sets the IconSet field's value.

func (ConditionalFormattingIcon) String added in v1.42.9

func (s ConditionalFormattingIcon) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingIcon) Validate added in v1.42.9

func (s *ConditionalFormattingIcon) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConditionalFormattingIconDisplayConfiguration added in v1.42.9

type ConditionalFormattingIconDisplayConfiguration struct {

	// Determines the icon display configuration.
	IconDisplayOption *string `type:"string" enum:"ConditionalFormattingIconDisplayOption"`
	// contains filtered or unexported fields
}

Determines the icon display configuration.

func (ConditionalFormattingIconDisplayConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingIconDisplayConfiguration) SetIconDisplayOption added in v1.42.9

SetIconDisplayOption sets the IconDisplayOption field's value.

func (ConditionalFormattingIconDisplayConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConditionalFormattingIconSet added in v1.42.9

type ConditionalFormattingIconSet struct {

	// The expression that determines the formatting configuration for the icon
	// set.
	//
	// Expression is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ConditionalFormattingIconSet's
	// String and GoString methods.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// Determines the icon set type.
	IconSetType *string `type:"string" enum:"ConditionalFormattingIconSetType"`
	// contains filtered or unexported fields
}

Formatting configuration for icon set.

func (ConditionalFormattingIconSet) GoString added in v1.42.9

func (s ConditionalFormattingIconSet) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingIconSet) SetExpression added in v1.42.9

SetExpression sets the Expression field's value.

func (*ConditionalFormattingIconSet) SetIconSetType added in v1.42.9

SetIconSetType sets the IconSetType field's value.

func (ConditionalFormattingIconSet) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingIconSet) Validate added in v1.42.9

func (s *ConditionalFormattingIconSet) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConditionalFormattingSolidColor added in v1.42.9

type ConditionalFormattingSolidColor struct {

	// Determines the color.
	Color *string `type:"string"`

	// The expression that determines the formatting configuration for solid color.
	//
	// Expression is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ConditionalFormattingSolidColor's
	// String and GoString methods.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

Formatting configuration for solid color.

func (ConditionalFormattingSolidColor) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingSolidColor) SetColor added in v1.42.9

SetColor sets the Color field's value.

func (*ConditionalFormattingSolidColor) SetExpression added in v1.42.9

SetExpression sets the Expression field's value.

func (ConditionalFormattingSolidColor) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalFormattingSolidColor) Validate added in v1.42.9

func (s *ConditionalFormattingSolidColor) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConflictException

type ConflictException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

Updating or deleting a resource can cause an inconsistent state.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ContributionAnalysisDefault added in v1.42.9

type ContributionAnalysisDefault struct {

	// The dimensions columns that are used in the contribution analysis, usually
	// a list of ColumnIdentifiers.
	//
	// ContributorDimensions is a required field
	ContributorDimensions []*ColumnIdentifier `min:"1" type:"list" required:"true"`

	// The measure field that is used in the contribution analysis.
	//
	// MeasureFieldId is a required field
	MeasureFieldId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The contribution analysis visual display for a line, pie, or bar chart.

func (ContributionAnalysisDefault) GoString added in v1.42.9

func (s ContributionAnalysisDefault) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContributionAnalysisDefault) SetContributorDimensions added in v1.42.9

SetContributorDimensions sets the ContributorDimensions field's value.

func (*ContributionAnalysisDefault) SetMeasureFieldId added in v1.42.9

SetMeasureFieldId sets the MeasureFieldId field's value.

func (ContributionAnalysisDefault) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContributionAnalysisDefault) Validate added in v1.42.9

func (s *ContributionAnalysisDefault) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccountCustomizationInput

type CreateAccountCustomizationInput struct {

	// The Amazon QuickSight customizations you're adding in the current Amazon
	// Web Services Region. You can add these to an Amazon Web Services account
	// and a QuickSight namespace.
	//
	// For example, you can add a default theme by setting AccountCustomization
	// to the midnight theme: "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT"
	// }. Or, you can add a custom theme by specifying "AccountCustomization": {
	// "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
	// }.
	//
	// AccountCustomization is a required field
	AccountCustomization *AccountCustomization `type:"structure" required:"true"`

	// The ID for the Amazon Web Services account that you want to customize Amazon
	// QuickSight for.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The Amazon QuickSight namespace that you want to add customizations to.
	Namespace *string `location:"querystring" locationName:"namespace" type:"string"`

	// A list of the tags that you want to attach to this resource.
	Tags []*Tag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (CreateAccountCustomizationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccountCustomizationInput) SetAccountCustomization

SetAccountCustomization sets the AccountCustomization field's value.

func (*CreateAccountCustomizationInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateAccountCustomizationInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*CreateAccountCustomizationInput) SetTags

SetTags sets the Tags field's value.

func (CreateAccountCustomizationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccountCustomizationInput) Validate

func (s *CreateAccountCustomizationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccountCustomizationOutput

type CreateAccountCustomizationOutput struct {

	// The Amazon QuickSight customizations you're adding in the current Amazon
	// Web Services Region.
	AccountCustomization *AccountCustomization `type:"structure"`

	// The Amazon Resource Name (ARN) for the customization that you created for
	// this Amazon Web Services account.
	Arn *string `type:"string"`

	// The ID for the Amazon Web Services account that you want to customize Amazon
	// QuickSight for.
	AwsAccountId *string `min:"12" type:"string"`

	// The namespace associated with the customization you're creating.
	Namespace *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateAccountCustomizationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccountCustomizationOutput) SetAccountCustomization

SetAccountCustomization sets the AccountCustomization field's value.

func (*CreateAccountCustomizationOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateAccountCustomizationOutput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateAccountCustomizationOutput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*CreateAccountCustomizationOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateAccountCustomizationOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateAccountCustomizationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAccountSubscriptionInput added in v1.42.9

type CreateAccountSubscriptionInput struct {

	// The name of your Amazon QuickSight account. This name is unique over all
	// of Amazon Web Services, and it appears only when users sign in. You can't
	// change AccountName value after the Amazon QuickSight account is created.
	//
	// AccountName is a required field
	AccountName *string `type:"string" required:"true"`

	// The name of your Active Directory. This field is required if ACTIVE_DIRECTORY
	// is the selected authentication method of the new Amazon QuickSight account.
	ActiveDirectoryName *string `type:"string"`

	// The admin group associated with your Active Directory. This field is required
	// if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon
	// QuickSight account. For more information about using Active Directory in
	// Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise
	// Edition (https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html)
	// in the Amazon QuickSight User Guide.
	AdminGroup []*string `type:"list"`

	// The method that you want to use to authenticate your Amazon QuickSight account.
	// Currently, the valid values for this parameter are IAM_AND_QUICKSIGHT, IAM_ONLY,
	// and ACTIVE_DIRECTORY.
	//
	// If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an AdminGroup
	// associated with your Active Directory.
	//
	// AuthenticationMethod is a required field
	AuthenticationMethod *string `type:"string" required:"true" enum:"AuthenticationMethodOption"`

	// The author group associated with your Active Directory. For more information
	// about using Active Directory in Amazon QuickSight, see Using Active Directory
	// with Amazon QuickSight Enterprise Edition (https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html)
	// in the Amazon QuickSight User Guide.
	AuthorGroup []*string `type:"list"`

	// The Amazon Web Services account ID of the account that you're using to create
	// your Amazon QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// A 10-digit phone number for the author of the Amazon QuickSight account to
	// use for future communications. This field is required if ENTERPPRISE_AND_Q
	// is the selected edition of the new Amazon QuickSight account.
	ContactNumber *string `type:"string"`

	// The ID of the Active Directory that is associated with your Amazon QuickSight
	// account.
	DirectoryId *string `type:"string"`

	// The edition of Amazon QuickSight that you want your account to have. Currently,
	// you can choose from ENTERPRISE or ENTERPRISE_AND_Q.
	//
	// If you choose ENTERPRISE_AND_Q, the following parameters are required:
	//
	//    * FirstName
	//
	//    * LastName
	//
	//    * EmailAddress
	//
	//    * ContactNumber
	//
	// Edition is a required field
	Edition *string `type:"string" required:"true" enum:"Edition"`

	// The email address of the author of the Amazon QuickSight account to use for
	// future communications. This field is required if ENTERPPRISE_AND_Q is the
	// selected edition of the new Amazon QuickSight account.
	EmailAddress *string `type:"string"`

	// The first name of the author of the Amazon QuickSight account to use for
	// future communications. This field is required if ENTERPPRISE_AND_Q is the
	// selected edition of the new Amazon QuickSight account.
	FirstName *string `type:"string"`

	// The last name of the author of the Amazon QuickSight account to use for future
	// communications. This field is required if ENTERPPRISE_AND_Q is the selected
	// edition of the new Amazon QuickSight account.
	LastName *string `type:"string"`

	// The email address that you want Amazon QuickSight to send notifications to
	// regarding your Amazon QuickSight account or Amazon QuickSight subscription.
	//
	// NotificationEmail is a required field
	NotificationEmail *string `type:"string" required:"true"`

	// The reader group associated with your Active Direcrtory. For more information
	// about using Active Directory in Amazon QuickSight, see Using Active Directory
	// with Amazon QuickSight Enterprise Edition (https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html)
	// in the Amazon QuickSight User Guide.
	ReaderGroup []*string `type:"list"`

	// The realm of the Active Directory that is associated with your Amazon QuickSight
	// account. This field is required if ACTIVE_DIRECTORY is the selected authentication
	// method of the new Amazon QuickSight account.
	Realm *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateAccountSubscriptionInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccountSubscriptionInput) SetAccountName added in v1.42.9

SetAccountName sets the AccountName field's value.

func (*CreateAccountSubscriptionInput) SetActiveDirectoryName added in v1.42.9

SetActiveDirectoryName sets the ActiveDirectoryName field's value.

func (*CreateAccountSubscriptionInput) SetAdminGroup added in v1.42.9

SetAdminGroup sets the AdminGroup field's value.

func (*CreateAccountSubscriptionInput) SetAuthenticationMethod added in v1.42.9

SetAuthenticationMethod sets the AuthenticationMethod field's value.

func (*CreateAccountSubscriptionInput) SetAuthorGroup added in v1.42.9

SetAuthorGroup sets the AuthorGroup field's value.

func (*CreateAccountSubscriptionInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateAccountSubscriptionInput) SetContactNumber added in v1.42.9

SetContactNumber sets the ContactNumber field's value.

func (*CreateAccountSubscriptionInput) SetDirectoryId added in v1.42.9

SetDirectoryId sets the DirectoryId field's value.

func (*CreateAccountSubscriptionInput) SetEdition added in v1.42.9

SetEdition sets the Edition field's value.

func (*CreateAccountSubscriptionInput) SetEmailAddress added in v1.42.9

SetEmailAddress sets the EmailAddress field's value.

func (*CreateAccountSubscriptionInput) SetFirstName added in v1.42.9

SetFirstName sets the FirstName field's value.

func (*CreateAccountSubscriptionInput) SetLastName added in v1.42.9

SetLastName sets the LastName field's value.

func (*CreateAccountSubscriptionInput) SetNotificationEmail added in v1.42.9

SetNotificationEmail sets the NotificationEmail field's value.

func (*CreateAccountSubscriptionInput) SetReaderGroup added in v1.42.9

SetReaderGroup sets the ReaderGroup field's value.

func (*CreateAccountSubscriptionInput) SetRealm added in v1.42.9

SetRealm sets the Realm field's value.

func (CreateAccountSubscriptionInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccountSubscriptionInput) Validate added in v1.42.9

func (s *CreateAccountSubscriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccountSubscriptionOutput added in v1.42.9

type CreateAccountSubscriptionOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// A SignupResponse object that returns information about a newly created Amazon
	// QuickSight account.
	SignupResponse *SignupResponse `type:"structure"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateAccountSubscriptionOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccountSubscriptionOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*CreateAccountSubscriptionOutput) SetSignupResponse added in v1.42.9

SetSignupResponse sets the SignupResponse field's value.

func (*CreateAccountSubscriptionOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (CreateAccountSubscriptionOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAnalysisInput

type CreateAnalysisInput struct {

	// The ID for the analysis that you're creating. This ID displays in the URL
	// of the analysis.
	//
	// AnalysisId is a required field
	AnalysisId *string `location:"uri" locationName:"AnalysisId" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account where you are creating an analysis.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The definition of an analysis.
	//
	// A definition is the data model of all features in a Dashboard, Template,
	// or Analysis.
	//
	// Either a SourceEntity or a Definition must be provided in order for the request
	// to be valid.
	Definition *AnalysisDefinition `type:"structure"`

	// A descriptive name for the analysis that you're creating. This name displays
	// for the analysis in the Amazon QuickSight console.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The parameter names and override values that you want to use. An analysis
	// can have any parameter type, and some parameters might accept multiple values.
	Parameters *Parameters `type:"structure"`

	// A structure that describes the principals and the resource-level permissions
	// on an analysis. You can use the Permissions structure to grant permissions
	// by providing a list of Identity and Access Management (IAM) action information
	// for each principal listed by Amazon Resource Name (ARN).
	//
	// To specify no permissions, omit Permissions.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// A source entity to use for the analysis that you're creating. This metadata
	// structure contains details that describe a source template and one or more
	// datasets.
	//
	// Either a SourceEntity or a Definition must be provided in order for the request
	// to be valid.
	SourceEntity *AnalysisSourceEntity `type:"structure"`

	// Contains a map of the key-value pairs for the resource tag or tags assigned
	// to the analysis.
	Tags []*Tag `min:"1" type:"list"`

	// The ARN for the theme to apply to the analysis that you're creating. To see
	// the theme in the Amazon QuickSight console, make sure that you have access
	// to it.
	ThemeArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateAnalysisInput) GoString

func (s CreateAnalysisInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAnalysisInput) SetAnalysisId

func (s *CreateAnalysisInput) SetAnalysisId(v string) *CreateAnalysisInput

SetAnalysisId sets the AnalysisId field's value.

func (*CreateAnalysisInput) SetAwsAccountId

func (s *CreateAnalysisInput) SetAwsAccountId(v string) *CreateAnalysisInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateAnalysisInput) SetDefinition added in v1.42.9

SetDefinition sets the Definition field's value.

func (*CreateAnalysisInput) SetName

SetName sets the Name field's value.

func (*CreateAnalysisInput) SetParameters

func (s *CreateAnalysisInput) SetParameters(v *Parameters) *CreateAnalysisInput

SetParameters sets the Parameters field's value.

func (*CreateAnalysisInput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*CreateAnalysisInput) SetSourceEntity

SetSourceEntity sets the SourceEntity field's value.

func (*CreateAnalysisInput) SetTags

func (s *CreateAnalysisInput) SetTags(v []*Tag) *CreateAnalysisInput

SetTags sets the Tags field's value.

func (*CreateAnalysisInput) SetThemeArn

func (s *CreateAnalysisInput) SetThemeArn(v string) *CreateAnalysisInput

SetThemeArn sets the ThemeArn field's value.

func (CreateAnalysisInput) String

func (s CreateAnalysisInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAnalysisInput) Validate

func (s *CreateAnalysisInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAnalysisOutput

type CreateAnalysisOutput struct {

	// The ID of the analysis.
	AnalysisId *string `min:"1" type:"string"`

	// The ARN for the analysis.
	Arn *string `type:"string"`

	// The status of the creation of the analysis.
	CreationStatus *string `type:"string" enum:"ResourceStatus"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateAnalysisOutput) GoString

func (s CreateAnalysisOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAnalysisOutput) SetAnalysisId

func (s *CreateAnalysisOutput) SetAnalysisId(v string) *CreateAnalysisOutput

SetAnalysisId sets the AnalysisId field's value.

func (*CreateAnalysisOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateAnalysisOutput) SetCreationStatus

func (s *CreateAnalysisOutput) SetCreationStatus(v string) *CreateAnalysisOutput

SetCreationStatus sets the CreationStatus field's value.

func (*CreateAnalysisOutput) SetRequestId

func (s *CreateAnalysisOutput) SetRequestId(v string) *CreateAnalysisOutput

SetRequestId sets the RequestId field's value.

func (*CreateAnalysisOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateAnalysisOutput) String

func (s CreateAnalysisOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateColumnsOperation

type CreateColumnsOperation struct {

	// Calculated columns to create.
	//
	// Columns is a required field
	Columns []*CalculatedColumn `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A transform operation that creates calculated columns. Columns created in one such operation form a lexical closure.

func (CreateColumnsOperation) GoString

func (s CreateColumnsOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateColumnsOperation) SetColumns

SetColumns sets the Columns field's value.

func (CreateColumnsOperation) String

func (s CreateColumnsOperation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateColumnsOperation) Validate

func (s *CreateColumnsOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDashboardInput

type CreateDashboardInput struct {

	// The ID of the Amazon Web Services account where you want to create the dashboard.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dashboard, also added to the IAM policy.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// Options for publishing the dashboard when you create it:
	//
	//    * AvailabilityStatus for AdHocFilteringOption - This status can be either
	//    ENABLED or DISABLED. When this is set to DISABLED, Amazon QuickSight disables
	//    the left filter pane on the published dashboard, which can be used for
	//    ad hoc (one-time) filtering. This option is ENABLED by default.
	//
	//    * AvailabilityStatus for ExportToCSVOption - This status can be either
	//    ENABLED or DISABLED. The visual option to export data to .CSV format isn't
	//    enabled when this is set to DISABLED. This option is ENABLED by default.
	//
	//    * VisibilityState for SheetControlsOption - This visibility state can
	//    be either COLLAPSED or EXPANDED. This option is COLLAPSED by default.
	DashboardPublishOptions *DashboardPublishOptions `type:"structure"`

	// The definition of a dashboard.
	//
	// A definition is the data model of all features in a Dashboard, Template,
	// or Analysis.
	//
	// Either a SourceEntity or a Definition must be provided in order for the request
	// to be valid.
	Definition *DashboardVersionDefinition `type:"structure"`

	// The display name of the dashboard.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The parameters for the creation of the dashboard, which you want to use to
	// override the default settings. A dashboard can have any type of parameters,
	// and some parameters might accept multiple values.
	Parameters *Parameters `type:"structure"`

	// A structure that contains the permissions of the dashboard. You can use this
	// structure for granting permissions by providing a list of IAM action information
	// for each principal ARN.
	//
	// To specify no permissions, omit the permissions list.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The entity that you are using as a source when you create the dashboard.
	// In SourceEntity, you specify the type of object you're using as source. You
	// can only create a dashboard from a template, so you use a SourceTemplate
	// entity. If you need to create a dashboard from an analysis, first convert
	// the analysis to a template by using the CreateTemplate (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html)
	// API operation. For SourceTemplate, specify the Amazon Resource Name (ARN)
	// of the source template. The SourceTemplateARN can contain any Amazon Web
	// Services account and any Amazon QuickSight-supported Amazon Web Services
	// Region.
	//
	// Use the DataSetReferences entity within SourceTemplate to list the replacement
	// datasets for the placeholders listed in the original. The schema in each
	// dataset must match its placeholder.
	//
	// Either a SourceEntity or a Definition must be provided in order for the request
	// to be valid.
	SourceEntity *DashboardSourceEntity `type:"structure"`

	// Contains a map of the key-value pairs for the resource tag or tags assigned
	// to the dashboard.
	Tags []*Tag `min:"1" type:"list"`

	// The Amazon Resource Name (ARN) of the theme that is being used for this dashboard.
	// If you add a value for this field, it overrides the value that is used in
	// the source entity. The theme ARN must exist in the same Amazon Web Services
	// account where you create the dashboard.
	ThemeArn *string `type:"string"`

	// A description for the first version of the dashboard being created.
	VersionDescription *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateDashboardInput) GoString

func (s CreateDashboardInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDashboardInput) SetAwsAccountId

func (s *CreateDashboardInput) SetAwsAccountId(v string) *CreateDashboardInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateDashboardInput) SetDashboardId

func (s *CreateDashboardInput) SetDashboardId(v string) *CreateDashboardInput

SetDashboardId sets the DashboardId field's value.

func (*CreateDashboardInput) SetDashboardPublishOptions

func (s *CreateDashboardInput) SetDashboardPublishOptions(v *DashboardPublishOptions) *CreateDashboardInput

SetDashboardPublishOptions sets the DashboardPublishOptions field's value.

func (*CreateDashboardInput) SetDefinition added in v1.42.9

SetDefinition sets the Definition field's value.

func (*CreateDashboardInput) SetName

SetName sets the Name field's value.

func (*CreateDashboardInput) SetParameters

SetParameters sets the Parameters field's value.

func (*CreateDashboardInput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*CreateDashboardInput) SetSourceEntity

SetSourceEntity sets the SourceEntity field's value.

func (*CreateDashboardInput) SetTags

func (s *CreateDashboardInput) SetTags(v []*Tag) *CreateDashboardInput

SetTags sets the Tags field's value.

func (*CreateDashboardInput) SetThemeArn

SetThemeArn sets the ThemeArn field's value.

func (*CreateDashboardInput) SetVersionDescription

func (s *CreateDashboardInput) SetVersionDescription(v string) *CreateDashboardInput

SetVersionDescription sets the VersionDescription field's value.

func (CreateDashboardInput) String

func (s CreateDashboardInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDashboardInput) Validate

func (s *CreateDashboardInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDashboardOutput

type CreateDashboardOutput struct {

	// The ARN of the dashboard.
	Arn *string `type:"string"`

	// The status of the dashboard creation request.
	CreationStatus *string `type:"string" enum:"ResourceStatus"`

	// The ID for the dashboard.
	DashboardId *string `min:"1" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ARN of the dashboard, including the version number of the first version
	// that is created.
	VersionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateDashboardOutput) GoString

func (s CreateDashboardOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDashboardOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateDashboardOutput) SetCreationStatus

func (s *CreateDashboardOutput) SetCreationStatus(v string) *CreateDashboardOutput

SetCreationStatus sets the CreationStatus field's value.

func (*CreateDashboardOutput) SetDashboardId

func (s *CreateDashboardOutput) SetDashboardId(v string) *CreateDashboardOutput

SetDashboardId sets the DashboardId field's value.

func (*CreateDashboardOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateDashboardOutput) SetStatus

SetStatus sets the Status field's value.

func (*CreateDashboardOutput) SetVersionArn

func (s *CreateDashboardOutput) SetVersionArn(v string) *CreateDashboardOutput

SetVersionArn sets the VersionArn field's value.

func (CreateDashboardOutput) String

func (s CreateDashboardOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDataSetInput

type CreateDataSetInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// Groupings of columns that work together in certain Amazon QuickSight features.
	// Currently, only geospatial hierarchy is supported.
	ColumnGroups []*ColumnGroup `min:"1" type:"list"`

	// A set of one or more definitions of a ColumnLevelPermissionRule (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html) .
	ColumnLevelPermissionRules []*ColumnLevelPermissionRule `min:"1" type:"list"`

	// An ID for the dataset that you want to create. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// DataSetId is a required field
	DataSetId *string `type:"string" required:"true"`

	// The usage configuration to apply to child datasets that reference this dataset
	// as a source.
	DataSetUsageConfiguration *DataSetUsageConfiguration `type:"structure"`

	// The parameter declarations of the dataset.
	DatasetParameters []*DatasetParameter `min:"1" type:"list"`

	// The folder that contains fields and nested subfolders for your dataset.
	FieldFolders map[string]*FieldFolder `type:"map"`

	// Indicates whether you want to import the data into SPICE.
	//
	// ImportMode is a required field
	ImportMode *string `type:"string" required:"true" enum:"DataSetImportMode"`

	// Configures the combination and transformation of the data from the physical
	// tables.
	LogicalTableMap map[string]*LogicalTable `min:"1" type:"map"`

	// The display name for the dataset.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// A list of resource permissions on the dataset.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// Declares the physical tables that are available in the underlying data sources.
	//
	// PhysicalTableMap is a required field
	PhysicalTableMap map[string]*PhysicalTable `type:"map" required:"true"`

	// The row-level security configuration for the data that you want to create.
	RowLevelPermissionDataSet *RowLevelPermissionDataSet `type:"structure"`

	// The configuration of tags on a dataset to set row-level security. Row-level
	// security tags are currently supported for anonymous embedding only.
	RowLevelPermissionTagConfiguration *RowLevelPermissionTagConfiguration `type:"structure"`

	// Contains a map of the key-value pairs for the resource tag or tags assigned
	// to the dataset.
	Tags []*Tag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (CreateDataSetInput) GoString

func (s CreateDataSetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDataSetInput) SetAwsAccountId

func (s *CreateDataSetInput) SetAwsAccountId(v string) *CreateDataSetInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateDataSetInput) SetColumnGroups

func (s *CreateDataSetInput) SetColumnGroups(v []*ColumnGroup) *CreateDataSetInput

SetColumnGroups sets the ColumnGroups field's value.

func (*CreateDataSetInput) SetColumnLevelPermissionRules

func (s *CreateDataSetInput) SetColumnLevelPermissionRules(v []*ColumnLevelPermissionRule) *CreateDataSetInput

SetColumnLevelPermissionRules sets the ColumnLevelPermissionRules field's value.

func (*CreateDataSetInput) SetDataSetId

func (s *CreateDataSetInput) SetDataSetId(v string) *CreateDataSetInput

SetDataSetId sets the DataSetId field's value.

func (*CreateDataSetInput) SetDataSetUsageConfiguration

func (s *CreateDataSetInput) SetDataSetUsageConfiguration(v *DataSetUsageConfiguration) *CreateDataSetInput

SetDataSetUsageConfiguration sets the DataSetUsageConfiguration field's value.

func (*CreateDataSetInput) SetDatasetParameters added in v1.42.9

func (s *CreateDataSetInput) SetDatasetParameters(v []*DatasetParameter) *CreateDataSetInput

SetDatasetParameters sets the DatasetParameters field's value.

func (*CreateDataSetInput) SetFieldFolders

func (s *CreateDataSetInput) SetFieldFolders(v map[string]*FieldFolder) *CreateDataSetInput

SetFieldFolders sets the FieldFolders field's value.

func (*CreateDataSetInput) SetImportMode

func (s *CreateDataSetInput) SetImportMode(v string) *CreateDataSetInput

SetImportMode sets the ImportMode field's value.

func (*CreateDataSetInput) SetLogicalTableMap

func (s *CreateDataSetInput) SetLogicalTableMap(v map[string]*LogicalTable) *CreateDataSetInput

SetLogicalTableMap sets the LogicalTableMap field's value.

func (*CreateDataSetInput) SetName

SetName sets the Name field's value.

func (*CreateDataSetInput) SetPermissions

func (s *CreateDataSetInput) SetPermissions(v []*ResourcePermission) *CreateDataSetInput

SetPermissions sets the Permissions field's value.

func (*CreateDataSetInput) SetPhysicalTableMap

func (s *CreateDataSetInput) SetPhysicalTableMap(v map[string]*PhysicalTable) *CreateDataSetInput

SetPhysicalTableMap sets the PhysicalTableMap field's value.

func (*CreateDataSetInput) SetRowLevelPermissionDataSet

func (s *CreateDataSetInput) SetRowLevelPermissionDataSet(v *RowLevelPermissionDataSet) *CreateDataSetInput

SetRowLevelPermissionDataSet sets the RowLevelPermissionDataSet field's value.

func (*CreateDataSetInput) SetRowLevelPermissionTagConfiguration

func (s *CreateDataSetInput) SetRowLevelPermissionTagConfiguration(v *RowLevelPermissionTagConfiguration) *CreateDataSetInput

SetRowLevelPermissionTagConfiguration sets the RowLevelPermissionTagConfiguration field's value.

func (*CreateDataSetInput) SetTags

func (s *CreateDataSetInput) SetTags(v []*Tag) *CreateDataSetInput

SetTags sets the Tags field's value.

func (CreateDataSetInput) String

func (s CreateDataSetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDataSetInput) Validate

func (s *CreateDataSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDataSetOutput

type CreateDataSetOutput struct {

	// The Amazon Resource Name (ARN) of the dataset.
	Arn *string `type:"string"`

	// The ID for the dataset that you want to create. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	DataSetId *string `type:"string"`

	// The ARN for the ingestion, which is triggered as a result of dataset creation
	// if the import mode is SPICE.
	IngestionArn *string `type:"string"`

	// The ID of the ingestion, which is triggered as a result of dataset creation
	// if the import mode is SPICE.
	IngestionId *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateDataSetOutput) GoString

func (s CreateDataSetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDataSetOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateDataSetOutput) SetDataSetId

func (s *CreateDataSetOutput) SetDataSetId(v string) *CreateDataSetOutput

SetDataSetId sets the DataSetId field's value.

func (*CreateDataSetOutput) SetIngestionArn

func (s *CreateDataSetOutput) SetIngestionArn(v string) *CreateDataSetOutput

SetIngestionArn sets the IngestionArn field's value.

func (*CreateDataSetOutput) SetIngestionId

func (s *CreateDataSetOutput) SetIngestionId(v string) *CreateDataSetOutput

SetIngestionId sets the IngestionId field's value.

func (*CreateDataSetOutput) SetRequestId

func (s *CreateDataSetOutput) SetRequestId(v string) *CreateDataSetOutput

SetRequestId sets the RequestId field's value.

func (*CreateDataSetOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateDataSetOutput) String

func (s CreateDataSetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDataSourceInput

type CreateDataSourceInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The credentials Amazon QuickSight that uses to connect to your underlying
	// source. Currently, only credentials based on user name and password are supported.
	//
	// Credentials is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateDataSourceInput's
	// String and GoString methods.
	Credentials *DataSourceCredentials `type:"structure" sensitive:"true"`

	// An ID for the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	//
	// DataSourceId is a required field
	DataSourceId *string `type:"string" required:"true"`

	// The parameters that Amazon QuickSight uses to connect to your underlying
	// source.
	DataSourceParameters *DataSourceParameters `type:"structure"`

	// A display name for the data source.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// A list of resource permissions on the data source.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects
	// to your underlying source.
	SslProperties *SslProperties `type:"structure"`

	// Contains a map of the key-value pairs for the resource tag or tags assigned
	// to the data source.
	Tags []*Tag `min:"1" type:"list"`

	// The type of the data source. To return a list of all data sources, use ListDataSources.
	//
	// Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"DataSourceType"`

	// Use this parameter only when you want Amazon QuickSight to use a VPC connection
	// when connecting to your underlying source.
	VpcConnectionProperties *VpcConnectionProperties `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateDataSourceInput) GoString

func (s CreateDataSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDataSourceInput) SetAwsAccountId

func (s *CreateDataSourceInput) SetAwsAccountId(v string) *CreateDataSourceInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateDataSourceInput) SetCredentials

SetCredentials sets the Credentials field's value.

func (*CreateDataSourceInput) SetDataSourceId

func (s *CreateDataSourceInput) SetDataSourceId(v string) *CreateDataSourceInput

SetDataSourceId sets the DataSourceId field's value.

func (*CreateDataSourceInput) SetDataSourceParameters

func (s *CreateDataSourceInput) SetDataSourceParameters(v *DataSourceParameters) *CreateDataSourceInput

SetDataSourceParameters sets the DataSourceParameters field's value.

func (*CreateDataSourceInput) SetName

SetName sets the Name field's value.

func (*CreateDataSourceInput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*CreateDataSourceInput) SetSslProperties

SetSslProperties sets the SslProperties field's value.

func (*CreateDataSourceInput) SetTags

SetTags sets the Tags field's value.

func (*CreateDataSourceInput) SetType

SetType sets the Type field's value.

func (*CreateDataSourceInput) SetVpcConnectionProperties

func (s *CreateDataSourceInput) SetVpcConnectionProperties(v *VpcConnectionProperties) *CreateDataSourceInput

SetVpcConnectionProperties sets the VpcConnectionProperties field's value.

func (CreateDataSourceInput) String

func (s CreateDataSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDataSourceInput) Validate

func (s *CreateDataSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDataSourceOutput

type CreateDataSourceOutput struct {

	// The Amazon Resource Name (ARN) of the data source.
	Arn *string `type:"string"`

	// The status of creating the data source.
	CreationStatus *string `type:"string" enum:"ResourceStatus"`

	// The ID of the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	DataSourceId *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateDataSourceOutput) GoString

func (s CreateDataSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDataSourceOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateDataSourceOutput) SetCreationStatus

func (s *CreateDataSourceOutput) SetCreationStatus(v string) *CreateDataSourceOutput

SetCreationStatus sets the CreationStatus field's value.

func (*CreateDataSourceOutput) SetDataSourceId

func (s *CreateDataSourceOutput) SetDataSourceId(v string) *CreateDataSourceOutput

SetDataSourceId sets the DataSourceId field's value.

func (*CreateDataSourceOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateDataSourceOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateDataSourceOutput) String

func (s CreateDataSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateFolderInput

type CreateFolderInput struct {

	// The ID for the Amazon Web Services account where you want to create the folder.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the folder.
	//
	// FolderId is a required field
	FolderId *string `location:"uri" locationName:"FolderId" min:"1" type:"string" required:"true"`

	// The type of folder. By default, folderType is SHARED.
	FolderType *string `type:"string" enum:"FolderType"`

	// The name of the folder.
	Name *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) for the parent folder.
	//
	// ParentFolderArn can be null. An empty parentFolderArn creates a root-level
	// folder.
	ParentFolderArn *string `type:"string"`

	// A structure that describes the principals and the resource-level permissions
	// of a folder.
	//
	// To specify no permissions, omit Permissions.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// Tags for the folder.
	Tags []*Tag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (CreateFolderInput) GoString

func (s CreateFolderInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFolderInput) SetAwsAccountId

func (s *CreateFolderInput) SetAwsAccountId(v string) *CreateFolderInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateFolderInput) SetFolderId

func (s *CreateFolderInput) SetFolderId(v string) *CreateFolderInput

SetFolderId sets the FolderId field's value.

func (*CreateFolderInput) SetFolderType

func (s *CreateFolderInput) SetFolderType(v string) *CreateFolderInput

SetFolderType sets the FolderType field's value.

func (*CreateFolderInput) SetName

SetName sets the Name field's value.

func (*CreateFolderInput) SetParentFolderArn

func (s *CreateFolderInput) SetParentFolderArn(v string) *CreateFolderInput

SetParentFolderArn sets the ParentFolderArn field's value.

func (*CreateFolderInput) SetPermissions

func (s *CreateFolderInput) SetPermissions(v []*ResourcePermission) *CreateFolderInput

SetPermissions sets the Permissions field's value.

func (*CreateFolderInput) SetTags

func (s *CreateFolderInput) SetTags(v []*Tag) *CreateFolderInput

SetTags sets the Tags field's value.

func (CreateFolderInput) String

func (s CreateFolderInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFolderInput) Validate

func (s *CreateFolderInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateFolderMembershipInput

type CreateFolderMembershipInput struct {

	// The ID for the Amazon Web Services account that contains the folder.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the folder.
	//
	// FolderId is a required field
	FolderId *string `location:"uri" locationName:"FolderId" min:"1" type:"string" required:"true"`

	// The ID of the asset (the dashboard, analysis, or dataset).
	//
	// MemberId is a required field
	MemberId *string `location:"uri" locationName:"MemberId" min:"1" type:"string" required:"true"`

	// The type of the member, including DASHBOARD, ANALYSIS, and DATASET.
	//
	// MemberType is a required field
	MemberType *string `location:"uri" locationName:"MemberType" type:"string" required:"true" enum:"MemberType"`
	// contains filtered or unexported fields
}

func (CreateFolderMembershipInput) GoString

func (s CreateFolderMembershipInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFolderMembershipInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateFolderMembershipInput) SetFolderId

SetFolderId sets the FolderId field's value.

func (*CreateFolderMembershipInput) SetMemberId

SetMemberId sets the MemberId field's value.

func (*CreateFolderMembershipInput) SetMemberType

SetMemberType sets the MemberType field's value.

func (CreateFolderMembershipInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFolderMembershipInput) Validate

func (s *CreateFolderMembershipInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateFolderMembershipOutput

type CreateFolderMembershipOutput struct {

	// Information about the member in the folder.
	FolderMember *FolderMember `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (CreateFolderMembershipOutput) GoString

func (s CreateFolderMembershipOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFolderMembershipOutput) SetFolderMember

SetFolderMember sets the FolderMember field's value.

func (*CreateFolderMembershipOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateFolderMembershipOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateFolderMembershipOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateFolderOutput

type CreateFolderOutput struct {

	// The Amazon Resource Name (ARN) for the newly created folder.
	Arn *string `type:"string"`

	// The folder ID for the newly created folder.
	FolderId *string `min:"1" type:"string"`

	// The request ID for the newly created folder.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateFolderOutput) GoString

func (s CreateFolderOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFolderOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateFolderOutput) SetFolderId

func (s *CreateFolderOutput) SetFolderId(v string) *CreateFolderOutput

SetFolderId sets the FolderId field's value.

func (*CreateFolderOutput) SetRequestId

func (s *CreateFolderOutput) SetRequestId(v string) *CreateFolderOutput

SetRequestId sets the RequestId field's value.

func (*CreateFolderOutput) SetStatus

func (s *CreateFolderOutput) SetStatus(v int64) *CreateFolderOutput

SetStatus sets the Status field's value.

func (CreateFolderOutput) String

func (s CreateFolderOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateGroupInput

type CreateGroupInput struct {

	// The ID for the Amazon Web Services account that the group is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// A description for the group that you want to create.
	Description *string `min:"1" type:"string"`

	// A name for the group that you want to create.
	//
	// GroupName is a required field
	GroupName *string `min:"1" type:"string" required:"true"`

	// The namespace that you want the group to be a part of.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request object for this operation.

func (CreateGroupInput) GoString

func (s CreateGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateGroupInput) SetAwsAccountId

func (s *CreateGroupInput) SetAwsAccountId(v string) *CreateGroupInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateGroupInput) SetDescription

func (s *CreateGroupInput) SetDescription(v string) *CreateGroupInput

SetDescription sets the Description field's value.

func (*CreateGroupInput) SetGroupName

func (s *CreateGroupInput) SetGroupName(v string) *CreateGroupInput

SetGroupName sets the GroupName field's value.

func (*CreateGroupInput) SetNamespace

func (s *CreateGroupInput) SetNamespace(v string) *CreateGroupInput

SetNamespace sets the Namespace field's value.

func (CreateGroupInput) String

func (s CreateGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateGroupInput) Validate

func (s *CreateGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateGroupMembershipInput

type CreateGroupMembershipInput struct {

	// The ID for the Amazon Web Services account that the group is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The name of the group that you want to add the user to.
	//
	// GroupName is a required field
	GroupName *string `location:"uri" locationName:"GroupName" min:"1" type:"string" required:"true"`

	// The name of the user that you want to add to the group membership.
	//
	// MemberName is a required field
	MemberName *string `location:"uri" locationName:"MemberName" min:"1" type:"string" required:"true"`

	// The namespace that you want the user to be a part of.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateGroupMembershipInput) GoString

func (s CreateGroupMembershipInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateGroupMembershipInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateGroupMembershipInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*CreateGroupMembershipInput) SetMemberName

SetMemberName sets the MemberName field's value.

func (*CreateGroupMembershipInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (CreateGroupMembershipInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateGroupMembershipInput) Validate

func (s *CreateGroupMembershipInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateGroupMembershipOutput

type CreateGroupMembershipOutput struct {

	// The group member.
	GroupMember *GroupMember `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateGroupMembershipOutput) GoString

func (s CreateGroupMembershipOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateGroupMembershipOutput) SetGroupMember

SetGroupMember sets the GroupMember field's value.

func (*CreateGroupMembershipOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateGroupMembershipOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateGroupMembershipOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateGroupOutput

type CreateGroupOutput struct {

	// The name of the group.
	Group *Group `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

The response object for this operation.

func (CreateGroupOutput) GoString

func (s CreateGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateGroupOutput) SetGroup

func (s *CreateGroupOutput) SetGroup(v *Group) *CreateGroupOutput

SetGroup sets the Group field's value.

func (*CreateGroupOutput) SetRequestId

func (s *CreateGroupOutput) SetRequestId(v string) *CreateGroupOutput

SetRequestId sets the RequestId field's value.

func (*CreateGroupOutput) SetStatus

func (s *CreateGroupOutput) SetStatus(v int64) *CreateGroupOutput

SetStatus sets the Status field's value.

func (CreateGroupOutput) String

func (s CreateGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateIAMPolicyAssignmentInput

type CreateIAMPolicyAssignmentInput struct {

	// The name of the assignment, also called a rule. The name must be unique within
	// the Amazon Web Services account.
	//
	// AssignmentName is a required field
	AssignmentName *string `min:"1" type:"string" required:"true"`

	// The status of the assignment. Possible values are as follows:
	//
	//    * ENABLED - Anything specified in this assignment is used when creating
	//    the data source.
	//
	//    * DISABLED - This assignment isn't used when creating the data source.
	//
	//    * DRAFT - This assignment is an unfinished draft and isn't used when creating
	//    the data source.
	//
	// AssignmentStatus is a required field
	AssignmentStatus *string `type:"string" required:"true" enum:"AssignmentStatus"`

	// The ID of the Amazon Web Services account where you want to assign an IAM
	// policy to Amazon QuickSight users or groups.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The Amazon QuickSight users, groups, or both that you want to assign the
	// policy to.
	Identities map[string][]*string `type:"map"`

	// The namespace that contains the assignment.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// The ARN for the IAM policy to apply to the Amazon QuickSight users and groups
	// specified in this assignment.
	PolicyArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateIAMPolicyAssignmentInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIAMPolicyAssignmentInput) SetAssignmentName

SetAssignmentName sets the AssignmentName field's value.

func (*CreateIAMPolicyAssignmentInput) SetAssignmentStatus

SetAssignmentStatus sets the AssignmentStatus field's value.

func (*CreateIAMPolicyAssignmentInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateIAMPolicyAssignmentInput) SetIdentities

SetIdentities sets the Identities field's value.

func (*CreateIAMPolicyAssignmentInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*CreateIAMPolicyAssignmentInput) SetPolicyArn

SetPolicyArn sets the PolicyArn field's value.

func (CreateIAMPolicyAssignmentInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIAMPolicyAssignmentInput) Validate

func (s *CreateIAMPolicyAssignmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateIAMPolicyAssignmentOutput

type CreateIAMPolicyAssignmentOutput struct {

	// The ID for the assignment.
	AssignmentId *string `type:"string"`

	// The name of the assignment. The name must be unique within the Amazon Web
	// Services account.
	AssignmentName *string `min:"1" type:"string"`

	// The status of the assignment. Possible values are as follows:
	//
	//    * ENABLED - Anything specified in this assignment is used when creating
	//    the data source.
	//
	//    * DISABLED - This assignment isn't used when creating the data source.
	//
	//    * DRAFT - This assignment is an unfinished draft and isn't used when creating
	//    the data source.
	AssignmentStatus *string `type:"string" enum:"AssignmentStatus"`

	// The Amazon QuickSight users, groups, or both that the IAM policy is assigned
	// to.
	Identities map[string][]*string `type:"map"`

	// The ARN for the IAM policy that is applied to the Amazon QuickSight users
	// and groups specified in this assignment.
	PolicyArn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateIAMPolicyAssignmentOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIAMPolicyAssignmentOutput) SetAssignmentId

SetAssignmentId sets the AssignmentId field's value.

func (*CreateIAMPolicyAssignmentOutput) SetAssignmentName

SetAssignmentName sets the AssignmentName field's value.

func (*CreateIAMPolicyAssignmentOutput) SetAssignmentStatus

SetAssignmentStatus sets the AssignmentStatus field's value.

func (*CreateIAMPolicyAssignmentOutput) SetIdentities

SetIdentities sets the Identities field's value.

func (*CreateIAMPolicyAssignmentOutput) SetPolicyArn

SetPolicyArn sets the PolicyArn field's value.

func (*CreateIAMPolicyAssignmentOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateIAMPolicyAssignmentOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateIAMPolicyAssignmentOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateIngestionInput

type CreateIngestionInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset used in the ingestion.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`

	// An ID for the ingestion.
	//
	// IngestionId is a required field
	IngestionId *string `location:"uri" locationName:"IngestionId" min:"1" type:"string" required:"true"`

	// The type of ingestion that you want to create.
	IngestionType *string `type:"string" enum:"IngestionType"`
	// contains filtered or unexported fields
}

func (CreateIngestionInput) GoString

func (s CreateIngestionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIngestionInput) SetAwsAccountId

func (s *CreateIngestionInput) SetAwsAccountId(v string) *CreateIngestionInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateIngestionInput) SetDataSetId

func (s *CreateIngestionInput) SetDataSetId(v string) *CreateIngestionInput

SetDataSetId sets the DataSetId field's value.

func (*CreateIngestionInput) SetIngestionId

func (s *CreateIngestionInput) SetIngestionId(v string) *CreateIngestionInput

SetIngestionId sets the IngestionId field's value.

func (*CreateIngestionInput) SetIngestionType

func (s *CreateIngestionInput) SetIngestionType(v string) *CreateIngestionInput

SetIngestionType sets the IngestionType field's value.

func (CreateIngestionInput) String

func (s CreateIngestionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIngestionInput) Validate

func (s *CreateIngestionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateIngestionOutput

type CreateIngestionOutput struct {

	// The Amazon Resource Name (ARN) for the data ingestion.
	Arn *string `type:"string"`

	// An ID for the ingestion.
	IngestionId *string `min:"1" type:"string"`

	// The ingestion status.
	IngestionStatus *string `type:"string" enum:"IngestionStatus"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateIngestionOutput) GoString

func (s CreateIngestionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIngestionOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateIngestionOutput) SetIngestionId

func (s *CreateIngestionOutput) SetIngestionId(v string) *CreateIngestionOutput

SetIngestionId sets the IngestionId field's value.

func (*CreateIngestionOutput) SetIngestionStatus

func (s *CreateIngestionOutput) SetIngestionStatus(v string) *CreateIngestionOutput

SetIngestionStatus sets the IngestionStatus field's value.

func (*CreateIngestionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateIngestionOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateIngestionOutput) String

func (s CreateIngestionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateNamespaceInput

type CreateNamespaceInput struct {

	// The ID for the Amazon Web Services account that you want to create the Amazon
	// QuickSight namespace in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// Specifies the type of your user identity directory. Currently, this supports
	// users with an identity type of QUICKSIGHT.
	//
	// IdentityStore is a required field
	IdentityStore *string `type:"string" required:"true" enum:"IdentityStore"`

	// The name that you want to use to describe the new namespace.
	//
	// Namespace is a required field
	Namespace *string `type:"string" required:"true"`

	// The tags that you want to associate with the namespace that you're creating.
	Tags []*Tag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (CreateNamespaceInput) GoString

func (s CreateNamespaceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateNamespaceInput) SetAwsAccountId

func (s *CreateNamespaceInput) SetAwsAccountId(v string) *CreateNamespaceInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateNamespaceInput) SetIdentityStore

func (s *CreateNamespaceInput) SetIdentityStore(v string) *CreateNamespaceInput

SetIdentityStore sets the IdentityStore field's value.

func (*CreateNamespaceInput) SetNamespace

func (s *CreateNamespaceInput) SetNamespace(v string) *CreateNamespaceInput

SetNamespace sets the Namespace field's value.

func (*CreateNamespaceInput) SetTags

func (s *CreateNamespaceInput) SetTags(v []*Tag) *CreateNamespaceInput

SetTags sets the Tags field's value.

func (CreateNamespaceInput) String

func (s CreateNamespaceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateNamespaceInput) Validate

func (s *CreateNamespaceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateNamespaceOutput

type CreateNamespaceOutput struct {

	// The ARN of the Amazon QuickSight namespace you created.
	Arn *string `type:"string"`

	// The Amazon Web Services Region; that you want to use for the free SPICE capacity
	// for the new namespace. This is set to the region that you run CreateNamespace
	// in.
	CapacityRegion *string `type:"string"`

	// The status of the creation of the namespace. This is an asynchronous process.
	// A status of CREATED means that your namespace is ready to use. If an error
	// occurs, it indicates if the process is retryable or non-retryable. In the
	// case of a non-retryable error, refer to the error message for follow-up tasks.
	CreationStatus *string `type:"string" enum:"NamespaceStatus"`

	// Specifies the type of your user identity directory. Currently, this supports
	// users with an identity type of QUICKSIGHT.
	IdentityStore *string `type:"string" enum:"IdentityStore"`

	// The name of the new namespace that you created.
	Name *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateNamespaceOutput) GoString

func (s CreateNamespaceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateNamespaceOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateNamespaceOutput) SetCapacityRegion

func (s *CreateNamespaceOutput) SetCapacityRegion(v string) *CreateNamespaceOutput

SetCapacityRegion sets the CapacityRegion field's value.

func (*CreateNamespaceOutput) SetCreationStatus

func (s *CreateNamespaceOutput) SetCreationStatus(v string) *CreateNamespaceOutput

SetCreationStatus sets the CreationStatus field's value.

func (*CreateNamespaceOutput) SetIdentityStore

func (s *CreateNamespaceOutput) SetIdentityStore(v string) *CreateNamespaceOutput

SetIdentityStore sets the IdentityStore field's value.

func (*CreateNamespaceOutput) SetName

SetName sets the Name field's value.

func (*CreateNamespaceOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateNamespaceOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateNamespaceOutput) String

func (s CreateNamespaceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateRefreshScheduleInput added in v1.42.9

type CreateRefreshScheduleInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`

	// The refresh schedule.
	//
	// Schedule is a required field
	Schedule *RefreshSchedule `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateRefreshScheduleInput) GoString added in v1.42.9

func (s CreateRefreshScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRefreshScheduleInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateRefreshScheduleInput) SetDataSetId added in v1.42.9

SetDataSetId sets the DataSetId field's value.

func (*CreateRefreshScheduleInput) SetSchedule added in v1.42.9

SetSchedule sets the Schedule field's value.

func (CreateRefreshScheduleInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRefreshScheduleInput) Validate added in v1.42.9

func (s *CreateRefreshScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateRefreshScheduleOutput added in v1.42.9

type CreateRefreshScheduleOutput struct {

	// The Amazon Resource Name (ARN) for the refresh schedule.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The ID of the refresh schedule.
	ScheduleId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateRefreshScheduleOutput) GoString added in v1.42.9

func (s CreateRefreshScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRefreshScheduleOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*CreateRefreshScheduleOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*CreateRefreshScheduleOutput) SetScheduleId added in v1.42.9

SetScheduleId sets the ScheduleId field's value.

func (*CreateRefreshScheduleOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (CreateRefreshScheduleOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateTemplateAliasInput

type CreateTemplateAliasInput struct {

	// The name that you want to give to the template alias that you're creating.
	// Don't start the alias name with the $ character. Alias names that start with
	// $ are reserved by Amazon QuickSight.
	//
	// AliasName is a required field
	AliasName *string `location:"uri" locationName:"AliasName" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the template that
	// you creating an alias for.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// An ID for the template.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`

	// The version number of the template.
	//
	// TemplateVersionNumber is a required field
	TemplateVersionNumber *int64 `min:"1" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTemplateAliasInput) GoString

func (s CreateTemplateAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTemplateAliasInput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*CreateTemplateAliasInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateTemplateAliasInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (*CreateTemplateAliasInput) SetTemplateVersionNumber

func (s *CreateTemplateAliasInput) SetTemplateVersionNumber(v int64) *CreateTemplateAliasInput

SetTemplateVersionNumber sets the TemplateVersionNumber field's value.

func (CreateTemplateAliasInput) String

func (s CreateTemplateAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTemplateAliasInput) Validate

func (s *CreateTemplateAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTemplateAliasOutput

type CreateTemplateAliasOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// Information about the template alias.
	TemplateAlias *TemplateAlias `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateTemplateAliasOutput) GoString

func (s CreateTemplateAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTemplateAliasOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateTemplateAliasOutput) SetStatus

SetStatus sets the Status field's value.

func (*CreateTemplateAliasOutput) SetTemplateAlias

SetTemplateAlias sets the TemplateAlias field's value.

func (CreateTemplateAliasOutput) String

func (s CreateTemplateAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateTemplateInput

type CreateTemplateInput struct {

	// The ID for the Amazon Web Services account that the group is in. You use
	// the ID for the Amazon Web Services account that contains your Amazon QuickSight
	// account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The definition of a template.
	//
	// A definition is the data model of all features in a Dashboard, Template,
	// or Analysis.
	//
	// Either a SourceEntity or a Definition must be provided in order for the request
	// to be valid.
	Definition *TemplateVersionDefinition `type:"structure"`

	// A display name for the template.
	Name *string `min:"1" type:"string"`

	// A list of resource permissions to be set on the template.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The entity that you are using as a source when you create the template. In
	// SourceEntity, you specify the type of object you're using as source: SourceTemplate
	// for a template or SourceAnalysis for an analysis. Both of these require an
	// Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source
	// template. For SourceAnalysis, specify the ARN of the source analysis. The
	// SourceTemplate ARN can contain any Amazon Web Services account and any Amazon
	// QuickSight-supported Amazon Web Services Region.
	//
	// Use the DataSetReferences entity within SourceTemplate or SourceAnalysis
	// to list the replacement datasets for the placeholders listed in the original.
	// The schema in each dataset must match its placeholder.
	//
	// Either a SourceEntity or a Definition must be provided in order for the request
	// to be valid.
	SourceEntity *TemplateSourceEntity `type:"structure"`

	// Contains a map of the key-value pairs for the resource tag or tags assigned
	// to the resource.
	Tags []*Tag `min:"1" type:"list"`

	// An ID for the template that you want to create. This template is unique per
	// Amazon Web Services Region; in each Amazon Web Services account.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`

	// A description of the current template version being created. This API operation
	// creates the first version of the template. Every time UpdateTemplate is called,
	// a new version is created. Each version of the template maintains a description
	// of the version in the VersionDescription field.
	VersionDescription *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateTemplateInput) GoString

func (s CreateTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTemplateInput) SetAwsAccountId

func (s *CreateTemplateInput) SetAwsAccountId(v string) *CreateTemplateInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateTemplateInput) SetDefinition added in v1.42.9

SetDefinition sets the Definition field's value.

func (*CreateTemplateInput) SetName

SetName sets the Name field's value.

func (*CreateTemplateInput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*CreateTemplateInput) SetSourceEntity

SetSourceEntity sets the SourceEntity field's value.

func (*CreateTemplateInput) SetTags

func (s *CreateTemplateInput) SetTags(v []*Tag) *CreateTemplateInput

SetTags sets the Tags field's value.

func (*CreateTemplateInput) SetTemplateId

func (s *CreateTemplateInput) SetTemplateId(v string) *CreateTemplateInput

SetTemplateId sets the TemplateId field's value.

func (*CreateTemplateInput) SetVersionDescription

func (s *CreateTemplateInput) SetVersionDescription(v string) *CreateTemplateInput

SetVersionDescription sets the VersionDescription field's value.

func (CreateTemplateInput) String

func (s CreateTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTemplateInput) Validate

func (s *CreateTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTemplateOutput

type CreateTemplateOutput struct {

	// The ARN for the template.
	Arn *string `type:"string"`

	// The template creation status.
	CreationStatus *string `type:"string" enum:"ResourceStatus"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ID of the template.
	TemplateId *string `min:"1" type:"string"`

	// The ARN for the template, including the version information of the first
	// version.
	VersionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTemplateOutput) GoString

func (s CreateTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTemplateOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateTemplateOutput) SetCreationStatus

func (s *CreateTemplateOutput) SetCreationStatus(v string) *CreateTemplateOutput

SetCreationStatus sets the CreationStatus field's value.

func (*CreateTemplateOutput) SetRequestId

func (s *CreateTemplateOutput) SetRequestId(v string) *CreateTemplateOutput

SetRequestId sets the RequestId field's value.

func (*CreateTemplateOutput) SetStatus

SetStatus sets the Status field's value.

func (*CreateTemplateOutput) SetTemplateId

func (s *CreateTemplateOutput) SetTemplateId(v string) *CreateTemplateOutput

SetTemplateId sets the TemplateId field's value.

func (*CreateTemplateOutput) SetVersionArn

func (s *CreateTemplateOutput) SetVersionArn(v string) *CreateTemplateOutput

SetVersionArn sets the VersionArn field's value.

func (CreateTemplateOutput) String

func (s CreateTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateThemeAliasInput

type CreateThemeAliasInput struct {

	// The name that you want to give to the theme alias that you are creating.
	// The alias name can't begin with a $. Alias names that start with $ are reserved
	// by Amazon QuickSight.
	//
	// AliasName is a required field
	AliasName *string `location:"uri" locationName:"AliasName" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the theme for the
	// new theme alias.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// An ID for the theme alias.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`

	// The version number of the theme.
	//
	// ThemeVersionNumber is a required field
	ThemeVersionNumber *int64 `min:"1" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (CreateThemeAliasInput) GoString

func (s CreateThemeAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateThemeAliasInput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*CreateThemeAliasInput) SetAwsAccountId

func (s *CreateThemeAliasInput) SetAwsAccountId(v string) *CreateThemeAliasInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateThemeAliasInput) SetThemeId

SetThemeId sets the ThemeId field's value.

func (*CreateThemeAliasInput) SetThemeVersionNumber

func (s *CreateThemeAliasInput) SetThemeVersionNumber(v int64) *CreateThemeAliasInput

SetThemeVersionNumber sets the ThemeVersionNumber field's value.

func (CreateThemeAliasInput) String

func (s CreateThemeAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateThemeAliasInput) Validate

func (s *CreateThemeAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateThemeAliasOutput

type CreateThemeAliasOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// Information about the theme alias.
	ThemeAlias *ThemeAlias `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateThemeAliasOutput) GoString

func (s CreateThemeAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateThemeAliasOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateThemeAliasOutput) SetStatus

SetStatus sets the Status field's value.

func (*CreateThemeAliasOutput) SetThemeAlias

SetThemeAlias sets the ThemeAlias field's value.

func (CreateThemeAliasOutput) String

func (s CreateThemeAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateThemeInput

type CreateThemeInput struct {

	// The ID of the Amazon Web Services account where you want to store the new
	// theme.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the theme that a custom theme will inherit from. All themes inherit
	// from one of the starting themes defined by Amazon QuickSight. For a list
	// of the starting themes, use ListThemes or choose Themes from within an analysis.
	//
	// BaseThemeId is a required field
	BaseThemeId *string `min:"1" type:"string" required:"true"`

	// The theme configuration, which contains the theme display properties.
	//
	// Configuration is a required field
	Configuration *ThemeConfiguration `type:"structure" required:"true"`

	// A display name for the theme.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// A valid grouping of resource permissions to apply to the new theme.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// A map of the key-value pairs for the resource tag or tags that you want to
	// add to the resource.
	Tags []*Tag `min:"1" type:"list"`

	// An ID for the theme that you want to create. The theme ID is unique per Amazon
	// Web Services Region in each Amazon Web Services account.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`

	// A description of the first version of the theme that you're creating. Every
	// time UpdateTheme is called, a new version is created. Each version of the
	// theme has a description of the version in the VersionDescription field.
	VersionDescription *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateThemeInput) GoString

func (s CreateThemeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateThemeInput) SetAwsAccountId

func (s *CreateThemeInput) SetAwsAccountId(v string) *CreateThemeInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateThemeInput) SetBaseThemeId

func (s *CreateThemeInput) SetBaseThemeId(v string) *CreateThemeInput

SetBaseThemeId sets the BaseThemeId field's value.

func (*CreateThemeInput) SetConfiguration

func (s *CreateThemeInput) SetConfiguration(v *ThemeConfiguration) *CreateThemeInput

SetConfiguration sets the Configuration field's value.

func (*CreateThemeInput) SetName

func (s *CreateThemeInput) SetName(v string) *CreateThemeInput

SetName sets the Name field's value.

func (*CreateThemeInput) SetPermissions

func (s *CreateThemeInput) SetPermissions(v []*ResourcePermission) *CreateThemeInput

SetPermissions sets the Permissions field's value.

func (*CreateThemeInput) SetTags

func (s *CreateThemeInput) SetTags(v []*Tag) *CreateThemeInput

SetTags sets the Tags field's value.

func (*CreateThemeInput) SetThemeId

func (s *CreateThemeInput) SetThemeId(v string) *CreateThemeInput

SetThemeId sets the ThemeId field's value.

func (*CreateThemeInput) SetVersionDescription

func (s *CreateThemeInput) SetVersionDescription(v string) *CreateThemeInput

SetVersionDescription sets the VersionDescription field's value.

func (CreateThemeInput) String

func (s CreateThemeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateThemeInput) Validate

func (s *CreateThemeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateThemeOutput

type CreateThemeOutput struct {

	// The Amazon Resource Name (ARN) for the theme.
	Arn *string `type:"string"`

	// The theme creation status.
	CreationStatus *string `type:"string" enum:"ResourceStatus"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ID of the theme.
	ThemeId *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) for the new theme.
	VersionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateThemeOutput) GoString

func (s CreateThemeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateThemeOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateThemeOutput) SetCreationStatus

func (s *CreateThemeOutput) SetCreationStatus(v string) *CreateThemeOutput

SetCreationStatus sets the CreationStatus field's value.

func (*CreateThemeOutput) SetRequestId

func (s *CreateThemeOutput) SetRequestId(v string) *CreateThemeOutput

SetRequestId sets the RequestId field's value.

func (*CreateThemeOutput) SetStatus

func (s *CreateThemeOutput) SetStatus(v int64) *CreateThemeOutput

SetStatus sets the Status field's value.

func (*CreateThemeOutput) SetThemeId

func (s *CreateThemeOutput) SetThemeId(v string) *CreateThemeOutput

SetThemeId sets the ThemeId field's value.

func (*CreateThemeOutput) SetVersionArn

func (s *CreateThemeOutput) SetVersionArn(v string) *CreateThemeOutput

SetVersionArn sets the VersionArn field's value.

func (CreateThemeOutput) String

func (s CreateThemeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateTopicInput added in v1.42.9

type CreateTopicInput struct {

	// The ID of the Amazon Web Services account that you want to create a topic
	// in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// Contains a map of the key-value pairs for the resource tag or tags that are
	// assigned to the dataset.
	Tags []*Tag `min:"1" type:"list"`

	// The definition of a topic to create.
	//
	// Topic is a required field
	Topic *TopicDetails `type:"structure" required:"true"`

	// The ID for the topic that you want to create. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// TopicId is a required field
	TopicId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTopicInput) GoString added in v1.42.9

func (s CreateTopicInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTopicInput) SetAwsAccountId added in v1.42.9

func (s *CreateTopicInput) SetAwsAccountId(v string) *CreateTopicInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateTopicInput) SetTags added in v1.42.9

func (s *CreateTopicInput) SetTags(v []*Tag) *CreateTopicInput

SetTags sets the Tags field's value.

func (*CreateTopicInput) SetTopic added in v1.42.9

SetTopic sets the Topic field's value.

func (*CreateTopicInput) SetTopicId added in v1.42.9

func (s *CreateTopicInput) SetTopicId(v string) *CreateTopicInput

SetTopicId sets the TopicId field's value.

func (CreateTopicInput) String added in v1.42.9

func (s CreateTopicInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTopicInput) Validate added in v1.42.9

func (s *CreateTopicInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTopicOutput added in v1.42.9

type CreateTopicOutput struct {

	// The Amazon Resource Name (ARN) of the topic.
	Arn *string `type:"string"`

	// The Amazon Resource Name (ARN) of the topic refresh.
	RefreshArn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ID for the topic that you want to create. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTopicOutput) GoString added in v1.42.9

func (s CreateTopicOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTopicOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*CreateTopicOutput) SetRefreshArn added in v1.42.9

func (s *CreateTopicOutput) SetRefreshArn(v string) *CreateTopicOutput

SetRefreshArn sets the RefreshArn field's value.

func (*CreateTopicOutput) SetRequestId added in v1.42.9

func (s *CreateTopicOutput) SetRequestId(v string) *CreateTopicOutput

SetRequestId sets the RequestId field's value.

func (*CreateTopicOutput) SetStatus added in v1.42.9

func (s *CreateTopicOutput) SetStatus(v int64) *CreateTopicOutput

SetStatus sets the Status field's value.

func (*CreateTopicOutput) SetTopicId added in v1.42.9

func (s *CreateTopicOutput) SetTopicId(v string) *CreateTopicOutput

SetTopicId sets the TopicId field's value.

func (CreateTopicOutput) String added in v1.42.9

func (s CreateTopicOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateTopicRefreshScheduleInput added in v1.42.9

type CreateTopicRefreshScheduleInput struct {

	// The ID of the Amazon Web Services account that contains the topic you're
	// creating a refresh schedule for.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the dataset.
	//
	// DatasetArn is a required field
	DatasetArn *string `type:"string" required:"true"`

	// The name of the dataset.
	DatasetName *string `type:"string"`

	// The definition of a refresh schedule.
	//
	// RefreshSchedule is a required field
	RefreshSchedule *TopicRefreshSchedule `type:"structure" required:"true"`

	// The ID of the topic that you want to modify. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// TopicId is a required field
	TopicId *string `location:"uri" locationName:"TopicId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTopicRefreshScheduleInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTopicRefreshScheduleInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateTopicRefreshScheduleInput) SetDatasetArn added in v1.42.9

SetDatasetArn sets the DatasetArn field's value.

func (*CreateTopicRefreshScheduleInput) SetDatasetName added in v1.42.9

SetDatasetName sets the DatasetName field's value.

func (*CreateTopicRefreshScheduleInput) SetRefreshSchedule added in v1.42.9

SetRefreshSchedule sets the RefreshSchedule field's value.

func (*CreateTopicRefreshScheduleInput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (CreateTopicRefreshScheduleInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTopicRefreshScheduleInput) Validate added in v1.42.9

func (s *CreateTopicRefreshScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTopicRefreshScheduleOutput added in v1.42.9

type CreateTopicRefreshScheduleOutput struct {

	// The Amazon Resource Name (ARN) of the dataset.
	DatasetArn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon Resource Name (ARN) of the topic.
	TopicArn *string `type:"string"`

	// The ID of the topic that you want to modify. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTopicRefreshScheduleOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTopicRefreshScheduleOutput) SetDatasetArn added in v1.42.9

SetDatasetArn sets the DatasetArn field's value.

func (*CreateTopicRefreshScheduleOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*CreateTopicRefreshScheduleOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*CreateTopicRefreshScheduleOutput) SetTopicArn added in v1.42.9

SetTopicArn sets the TopicArn field's value.

func (*CreateTopicRefreshScheduleOutput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (CreateTopicRefreshScheduleOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateVPCConnectionInput added in v1.42.9

type CreateVPCConnectionInput struct {

	// The Amazon Web Services account ID of the account where you want to create
	// a new VPC connection.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// A list of IP addresses of DNS resolver endpoints for the VPC connection.
	DnsResolvers []*string `type:"list"`

	// The display name for the VPC connection.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The IAM role to associate with the VPC connection.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A list of security group IDs for the VPC connection.
	//
	// SecurityGroupIds is a required field
	SecurityGroupIds []*string `min:"1" type:"list" required:"true"`

	// A list of subnet IDs for the VPC connection.
	//
	// SubnetIds is a required field
	SubnetIds []*string `min:"2" type:"list" required:"true"`

	// A map of the key-value pairs for the resource tag or tags assigned to the
	// VPC connection.
	Tags []*Tag `min:"1" type:"list"`

	// The ID of the VPC connection that you're creating. This ID is a unique identifier
	// for each Amazon Web Services Region in an Amazon Web Services account.
	//
	// VPCConnectionId is a required field
	VPCConnectionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateVPCConnectionInput) GoString added in v1.42.9

func (s CreateVPCConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVPCConnectionInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateVPCConnectionInput) SetDnsResolvers added in v1.42.9

func (s *CreateVPCConnectionInput) SetDnsResolvers(v []*string) *CreateVPCConnectionInput

SetDnsResolvers sets the DnsResolvers field's value.

func (*CreateVPCConnectionInput) SetName added in v1.42.9

SetName sets the Name field's value.

func (*CreateVPCConnectionInput) SetRoleArn added in v1.42.9

SetRoleArn sets the RoleArn field's value.

func (*CreateVPCConnectionInput) SetSecurityGroupIds added in v1.42.9

func (s *CreateVPCConnectionInput) SetSecurityGroupIds(v []*string) *CreateVPCConnectionInput

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*CreateVPCConnectionInput) SetSubnetIds added in v1.42.9

SetSubnetIds sets the SubnetIds field's value.

func (*CreateVPCConnectionInput) SetTags added in v1.42.9

SetTags sets the Tags field's value.

func (*CreateVPCConnectionInput) SetVPCConnectionId added in v1.42.9

func (s *CreateVPCConnectionInput) SetVPCConnectionId(v string) *CreateVPCConnectionInput

SetVPCConnectionId sets the VPCConnectionId field's value.

func (CreateVPCConnectionInput) String added in v1.42.9

func (s CreateVPCConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVPCConnectionInput) Validate added in v1.42.9

func (s *CreateVPCConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateVPCConnectionOutput added in v1.42.9

type CreateVPCConnectionOutput struct {

	// The Amazon Resource Name (ARN) of the VPC connection.
	Arn *string `type:"string"`

	// The availability status of the VPC connection.
	AvailabilityStatus *string `type:"string" enum:"VPCConnectionAvailabilityStatus"`

	// The status of the creation of the VPC connection.
	CreationStatus *string `type:"string" enum:"VPCConnectionResourceStatus"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ID for the VPC connection that you're creating. This ID is unique per
	// Amazon Web Services Region for each Amazon Web Services account.
	VPCConnectionId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateVPCConnectionOutput) GoString added in v1.42.9

func (s CreateVPCConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVPCConnectionOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*CreateVPCConnectionOutput) SetAvailabilityStatus added in v1.42.9

func (s *CreateVPCConnectionOutput) SetAvailabilityStatus(v string) *CreateVPCConnectionOutput

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (*CreateVPCConnectionOutput) SetCreationStatus added in v1.42.9

SetCreationStatus sets the CreationStatus field's value.

func (*CreateVPCConnectionOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*CreateVPCConnectionOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*CreateVPCConnectionOutput) SetVPCConnectionId added in v1.42.9

SetVPCConnectionId sets the VPCConnectionId field's value.

func (CreateVPCConnectionOutput) String added in v1.42.9

func (s CreateVPCConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CredentialPair

type CredentialPair struct {

	// A set of alternate data source parameters that you want to share for these
	// credentials. The credentials are applied in tandem with the data source parameters
	// when you copy a data source by using a create or update request. The API
	// operation compares the DataSourceParameters structure that's in the request
	// with the structures in the AlternateDataSourceParameters allow list. If the
	// structures are an exact match, the request is allowed to use the new data
	// source with the existing credentials. If the AlternateDataSourceParameters
	// list is null, the DataSourceParameters originally used with these Credentials
	// is automatically allowed.
	AlternateDataSourceParameters []*DataSourceParameters `min:"1" type:"list"`

	// Password.
	//
	// Password is a required field
	Password *string `min:"1" type:"string" required:"true"`

	// User name.
	//
	// Username is a required field
	Username *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The combination of user name and password that are used as credentials.

func (CredentialPair) GoString

func (s CredentialPair) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CredentialPair) SetAlternateDataSourceParameters

func (s *CredentialPair) SetAlternateDataSourceParameters(v []*DataSourceParameters) *CredentialPair

SetAlternateDataSourceParameters sets the AlternateDataSourceParameters field's value.

func (*CredentialPair) SetPassword

func (s *CredentialPair) SetPassword(v string) *CredentialPair

SetPassword sets the Password field's value.

func (*CredentialPair) SetUsername

func (s *CredentialPair) SetUsername(v string) *CredentialPair

SetUsername sets the Username field's value.

func (CredentialPair) String

func (s CredentialPair) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CredentialPair) Validate

func (s *CredentialPair) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CurrencyDisplayFormatConfiguration added in v1.42.9

type CurrencyDisplayFormatConfiguration struct {

	// The option that determines the decimal places configuration.
	DecimalPlacesConfiguration *DecimalPlacesConfiguration `type:"structure"`

	// The options that determine the negative value configuration.
	NegativeValueConfiguration *NegativeValueConfiguration `type:"structure"`

	// The options that determine the null value format configuration.
	NullValueFormatConfiguration *NullValueFormatConfiguration `type:"structure"`

	// Determines the number scale value for the currency format.
	NumberScale *string `type:"string" enum:"NumberScale"`

	// Determines the prefix value of the currency format.
	//
	// Prefix is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CurrencyDisplayFormatConfiguration's
	// String and GoString methods.
	Prefix *string `min:"1" type:"string" sensitive:"true"`

	// The options that determine the numeric separator configuration.
	SeparatorConfiguration *NumericSeparatorConfiguration `type:"structure"`

	// Determines the suffix value of the currency format.
	//
	// Suffix is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CurrencyDisplayFormatConfiguration's
	// String and GoString methods.
	Suffix *string `min:"1" type:"string" sensitive:"true"`

	// Determines the symbol for the currency format.
	Symbol *string `type:"string"`
	// contains filtered or unexported fields
}

The options that determine the currency display format configuration.

func (CurrencyDisplayFormatConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CurrencyDisplayFormatConfiguration) SetDecimalPlacesConfiguration added in v1.42.9

SetDecimalPlacesConfiguration sets the DecimalPlacesConfiguration field's value.

func (*CurrencyDisplayFormatConfiguration) SetNegativeValueConfiguration added in v1.42.9

SetNegativeValueConfiguration sets the NegativeValueConfiguration field's value.

func (*CurrencyDisplayFormatConfiguration) SetNullValueFormatConfiguration added in v1.42.9

SetNullValueFormatConfiguration sets the NullValueFormatConfiguration field's value.

func (*CurrencyDisplayFormatConfiguration) SetNumberScale added in v1.42.9

SetNumberScale sets the NumberScale field's value.

func (*CurrencyDisplayFormatConfiguration) SetPrefix added in v1.42.9

SetPrefix sets the Prefix field's value.

func (*CurrencyDisplayFormatConfiguration) SetSeparatorConfiguration added in v1.42.9

SetSeparatorConfiguration sets the SeparatorConfiguration field's value.

func (*CurrencyDisplayFormatConfiguration) SetSuffix added in v1.42.9

SetSuffix sets the Suffix field's value.

func (*CurrencyDisplayFormatConfiguration) SetSymbol added in v1.42.9

SetSymbol sets the Symbol field's value.

func (CurrencyDisplayFormatConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CurrencyDisplayFormatConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type CustomActionFilterOperation added in v1.42.9

type CustomActionFilterOperation struct {

	// The configuration that chooses the fields to be filtered.
	//
	// SelectedFieldsConfiguration is a required field
	SelectedFieldsConfiguration *FilterOperationSelectedFieldsConfiguration `type:"structure" required:"true"`

	// The configuration that chooses the target visuals to be filtered.
	//
	// TargetVisualsConfiguration is a required field
	TargetVisualsConfiguration *FilterOperationTargetVisualsConfiguration `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The filter operation that filters data included in a visual or in an entire sheet.

func (CustomActionFilterOperation) GoString added in v1.42.9

func (s CustomActionFilterOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomActionFilterOperation) SetSelectedFieldsConfiguration added in v1.42.9

SetSelectedFieldsConfiguration sets the SelectedFieldsConfiguration field's value.

func (*CustomActionFilterOperation) SetTargetVisualsConfiguration added in v1.42.9

SetTargetVisualsConfiguration sets the TargetVisualsConfiguration field's value.

func (CustomActionFilterOperation) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomActionFilterOperation) Validate added in v1.42.9

func (s *CustomActionFilterOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomActionNavigationOperation added in v1.42.9

type CustomActionNavigationOperation struct {

	// The configuration that chooses the navigation target.
	LocalNavigationConfiguration *LocalNavigationConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The navigation operation that navigates between different sheets in the same analysis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (CustomActionNavigationOperation) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomActionNavigationOperation) SetLocalNavigationConfiguration added in v1.42.9

SetLocalNavigationConfiguration sets the LocalNavigationConfiguration field's value.

func (CustomActionNavigationOperation) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomActionNavigationOperation) Validate added in v1.42.9

func (s *CustomActionNavigationOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomActionSetParametersOperation added in v1.42.9

type CustomActionSetParametersOperation struct {

	// The parameter that determines the value configuration.
	//
	// ParameterValueConfigurations is a required field
	ParameterValueConfigurations []*SetParameterValueConfiguration `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

The set parameter operation that sets parameters in custom action.

func (CustomActionSetParametersOperation) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomActionSetParametersOperation) SetParameterValueConfigurations added in v1.42.9

SetParameterValueConfigurations sets the ParameterValueConfigurations field's value.

func (CustomActionSetParametersOperation) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomActionSetParametersOperation) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type CustomActionURLOperation added in v1.42.9

type CustomActionURLOperation struct {

	// The target of the CustomActionURLOperation.
	//
	// Valid values are defined as follows:
	//
	//    * NEW_TAB: Opens the target URL in a new browser tab.
	//
	//    * NEW_WINDOW: Opens the target URL in a new browser window.
	//
	//    * SAME_TAB: Opens the target URL in the same browser tab.
	//
	// URLTarget is a required field
	URLTarget *string `type:"string" required:"true" enum:"URLTargetConfiguration"`

	// THe URL link of the CustomActionURLOperation.
	//
	// URLTemplate is a required field
	URLTemplate *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The URL operation that opens a link to another webpage.

func (CustomActionURLOperation) GoString added in v1.42.9

func (s CustomActionURLOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomActionURLOperation) SetURLTarget added in v1.42.9

SetURLTarget sets the URLTarget field's value.

func (*CustomActionURLOperation) SetURLTemplate added in v1.42.9

SetURLTemplate sets the URLTemplate field's value.

func (CustomActionURLOperation) String added in v1.42.9

func (s CustomActionURLOperation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomActionURLOperation) Validate added in v1.42.9

func (s *CustomActionURLOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomColor added in v1.42.9

type CustomColor struct {

	// The color that is applied to the data value.
	//
	// Color is a required field
	Color *string `type:"string" required:"true"`

	// The data value that the color is applied to.
	//
	// FieldValue is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CustomColor's
	// String and GoString methods.
	FieldValue *string `type:"string" sensitive:"true"`

	// The value of a special data value.
	SpecialValue *string `type:"string" enum:"SpecialValue"`
	// contains filtered or unexported fields
}

Determines the color that's applied to a particular data value in a column.

func (CustomColor) GoString added in v1.42.9

func (s CustomColor) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomColor) SetColor added in v1.42.9

func (s *CustomColor) SetColor(v string) *CustomColor

SetColor sets the Color field's value.

func (*CustomColor) SetFieldValue added in v1.42.9

func (s *CustomColor) SetFieldValue(v string) *CustomColor

SetFieldValue sets the FieldValue field's value.

func (*CustomColor) SetSpecialValue added in v1.42.9

func (s *CustomColor) SetSpecialValue(v string) *CustomColor

SetSpecialValue sets the SpecialValue field's value.

func (CustomColor) String added in v1.42.9

func (s CustomColor) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomColor) Validate added in v1.42.9

func (s *CustomColor) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomContentConfiguration added in v1.42.9

type CustomContentConfiguration struct {

	// The content type of the custom content visual. You can use this to have the
	// visual render as an image.
	ContentType *string `type:"string" enum:"CustomContentType"`

	// The input URL that links to the custom content that you want in the custom
	// visual.
	ContentUrl *string `min:"1" type:"string"`

	// The sizing options for the size of the custom content visual. This structure
	// is required when the ContentType of the visual is 'IMAGE'.
	ImageScaling *string `type:"string" enum:"CustomContentImageScalingConfiguration"`
	// contains filtered or unexported fields
}

The configuration of a CustomContentVisual.

func (CustomContentConfiguration) GoString added in v1.42.9

func (s CustomContentConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomContentConfiguration) SetContentType added in v1.42.9

SetContentType sets the ContentType field's value.

func (*CustomContentConfiguration) SetContentUrl added in v1.42.9

SetContentUrl sets the ContentUrl field's value.

func (*CustomContentConfiguration) SetImageScaling added in v1.42.9

SetImageScaling sets the ImageScaling field's value.

func (CustomContentConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomContentConfiguration) Validate added in v1.42.9

func (s *CustomContentConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomContentVisual added in v1.42.9

type CustomContentVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration of a CustomContentVisual.
	ChartConfiguration *CustomContentConfiguration `type:"structure"`

	// The dataset that is used to create the custom content visual. You can't create
	// a visual without a dataset.
	//
	// DataSetIdentifier is a required field
	DataSetIdentifier *string `min:"1" type:"string" required:"true"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A visual that contains custom content.

For more information, see Using custom visual content (https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the Amazon QuickSight User Guide.

func (CustomContentVisual) GoString added in v1.42.9

func (s CustomContentVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomContentVisual) SetActions added in v1.42.9

SetActions sets the Actions field's value.

func (*CustomContentVisual) SetChartConfiguration added in v1.42.9

SetChartConfiguration sets the ChartConfiguration field's value.

func (*CustomContentVisual) SetDataSetIdentifier added in v1.42.9

func (s *CustomContentVisual) SetDataSetIdentifier(v string) *CustomContentVisual

SetDataSetIdentifier sets the DataSetIdentifier field's value.

func (*CustomContentVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*CustomContentVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*CustomContentVisual) SetVisualId added in v1.42.9

func (s *CustomContentVisual) SetVisualId(v string) *CustomContentVisual

SetVisualId sets the VisualId field's value.

func (CustomContentVisual) String added in v1.42.9

func (s CustomContentVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomContentVisual) Validate added in v1.42.9

func (s *CustomContentVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomFilterConfiguration added in v1.42.9

type CustomFilterConfiguration struct {

	// The category value for the filter.
	//
	// This field is mutually exclusive to ParameterName.
	CategoryValue *string `type:"string"`

	// The match operator that is used to determine if a filter should be applied.
	//
	// MatchOperator is a required field
	MatchOperator *string `type:"string" required:"true" enum:"CategoryFilterMatchOperator"`

	// This option determines how null values should be treated when filtering data.
	//
	//    * ALL_VALUES: Include null values in filtered results.
	//
	//    * NULLS_ONLY: Only include null values in filtered results.
	//
	//    * NON_NULLS_ONLY: Exclude null values from filtered results.
	//
	// NullOption is a required field
	NullOption *string `type:"string" required:"true" enum:"FilterNullOption"`

	// The parameter whose value should be used for the filter value.
	//
	// This field is mutually exclusive to CategoryValue.
	ParameterName *string `min:"1" type:"string"`

	// Select all of the values. Null is not the assigned value of select all.
	//
	//    * FILTER_ALL_VALUES
	SelectAllOptions *string `type:"string" enum:"CategoryFilterSelectAllOptions"`
	// contains filtered or unexported fields
}

A custom filter that filters based on a single value. This filter can be partially matched.

func (CustomFilterConfiguration) GoString added in v1.42.9

func (s CustomFilterConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomFilterConfiguration) SetCategoryValue added in v1.42.9

SetCategoryValue sets the CategoryValue field's value.

func (*CustomFilterConfiguration) SetMatchOperator added in v1.42.9

SetMatchOperator sets the MatchOperator field's value.

func (*CustomFilterConfiguration) SetNullOption added in v1.42.9

SetNullOption sets the NullOption field's value.

func (*CustomFilterConfiguration) SetParameterName added in v1.42.9

SetParameterName sets the ParameterName field's value.

func (*CustomFilterConfiguration) SetSelectAllOptions added in v1.42.9

func (s *CustomFilterConfiguration) SetSelectAllOptions(v string) *CustomFilterConfiguration

SetSelectAllOptions sets the SelectAllOptions field's value.

func (CustomFilterConfiguration) String added in v1.42.9

func (s CustomFilterConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomFilterConfiguration) Validate added in v1.42.9

func (s *CustomFilterConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomFilterListConfiguration added in v1.42.9

type CustomFilterListConfiguration struct {

	// The list of category values for the filter.
	CategoryValues []*string `type:"list"`

	// The match operator that is used to determine if a filter should be applied.
	//
	// MatchOperator is a required field
	MatchOperator *string `type:"string" required:"true" enum:"CategoryFilterMatchOperator"`

	// This option determines how null values should be treated when filtering data.
	//
	//    * ALL_VALUES: Include null values in filtered results.
	//
	//    * NULLS_ONLY: Only include null values in filtered results.
	//
	//    * NON_NULLS_ONLY: Exclude null values from filtered results.
	//
	// NullOption is a required field
	NullOption *string `type:"string" required:"true" enum:"FilterNullOption"`

	// Select all of the values. Null is not the assigned value of select all.
	//
	//    * FILTER_ALL_VALUES
	SelectAllOptions *string `type:"string" enum:"CategoryFilterSelectAllOptions"`
	// contains filtered or unexported fields
}

A list of custom filter values.

func (CustomFilterListConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomFilterListConfiguration) SetCategoryValues added in v1.42.9

SetCategoryValues sets the CategoryValues field's value.

func (*CustomFilterListConfiguration) SetMatchOperator added in v1.42.9

SetMatchOperator sets the MatchOperator field's value.

func (*CustomFilterListConfiguration) SetNullOption added in v1.42.9

SetNullOption sets the NullOption field's value.

func (*CustomFilterListConfiguration) SetSelectAllOptions added in v1.42.9

SetSelectAllOptions sets the SelectAllOptions field's value.

func (CustomFilterListConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomFilterListConfiguration) Validate added in v1.42.9

func (s *CustomFilterListConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomNarrativeOptions added in v1.42.9

type CustomNarrativeOptions struct {

	// The string input of custom narrative.
	//
	// Narrative is a required field
	Narrative *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The custom narrative options.

func (CustomNarrativeOptions) GoString added in v1.42.9

func (s CustomNarrativeOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomNarrativeOptions) SetNarrative added in v1.42.9

SetNarrative sets the Narrative field's value.

func (CustomNarrativeOptions) String added in v1.42.9

func (s CustomNarrativeOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomNarrativeOptions) Validate added in v1.42.9

func (s *CustomNarrativeOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomParameterValues added in v1.42.9

type CustomParameterValues struct {

	// A list of datetime-type parameter values.
	DateTimeValues []*time.Time `type:"list"`

	// A list of decimal-type parameter values.
	DecimalValues []*float64 `type:"list"`

	// A list of integer-type parameter values.
	IntegerValues []*int64 `type:"list"`

	// A list of string-type parameter values.
	StringValues []*string `type:"list"`
	// contains filtered or unexported fields
}

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (CustomParameterValues) GoString added in v1.42.9

func (s CustomParameterValues) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomParameterValues) SetDateTimeValues added in v1.42.9

func (s *CustomParameterValues) SetDateTimeValues(v []*time.Time) *CustomParameterValues

SetDateTimeValues sets the DateTimeValues field's value.

func (*CustomParameterValues) SetDecimalValues added in v1.42.9

func (s *CustomParameterValues) SetDecimalValues(v []*float64) *CustomParameterValues

SetDecimalValues sets the DecimalValues field's value.

func (*CustomParameterValues) SetIntegerValues added in v1.42.9

func (s *CustomParameterValues) SetIntegerValues(v []*int64) *CustomParameterValues

SetIntegerValues sets the IntegerValues field's value.

func (*CustomParameterValues) SetStringValues added in v1.42.9

func (s *CustomParameterValues) SetStringValues(v []*string) *CustomParameterValues

SetStringValues sets the StringValues field's value.

func (CustomParameterValues) String added in v1.42.9

func (s CustomParameterValues) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomSql

type CustomSql struct {

	// The column schema from the SQL query result set.
	Columns []*InputColumn `min:"1" type:"list"`

	// The Amazon Resource Name (ARN) of the data source.
	//
	// DataSourceArn is a required field
	DataSourceArn *string `type:"string" required:"true"`

	// A display name for the SQL query result.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The SQL query.
	//
	// SqlQuery is a required field
	SqlQuery *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A physical table type built from the results of the custom SQL query.

func (CustomSql) GoString

func (s CustomSql) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomSql) SetColumns

func (s *CustomSql) SetColumns(v []*InputColumn) *CustomSql

SetColumns sets the Columns field's value.

func (*CustomSql) SetDataSourceArn

func (s *CustomSql) SetDataSourceArn(v string) *CustomSql

SetDataSourceArn sets the DataSourceArn field's value.

func (*CustomSql) SetName

func (s *CustomSql) SetName(v string) *CustomSql

SetName sets the Name field's value.

func (*CustomSql) SetSqlQuery

func (s *CustomSql) SetSqlQuery(v string) *CustomSql

SetSqlQuery sets the SqlQuery field's value.

func (CustomSql) String

func (s CustomSql) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomSql) Validate

func (s *CustomSql) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomValuesConfiguration added in v1.42.9

type CustomValuesConfiguration struct {

	// The customized parameter values.
	//
	// This is a union type structure. For this structure to be valid, only one
	// of the attributes can be defined.
	//
	// CustomValues is a required field
	CustomValues *CustomParameterValues `type:"structure" required:"true"`

	// Includes the null value in custom action parameter values.
	IncludeNullValue *bool `type:"boolean"`
	// contains filtered or unexported fields
}

The configuration of custom values for the destination parameter in DestinationParameterValueConfiguration.

func (CustomValuesConfiguration) GoString added in v1.42.9

func (s CustomValuesConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomValuesConfiguration) SetCustomValues added in v1.42.9

SetCustomValues sets the CustomValues field's value.

func (*CustomValuesConfiguration) SetIncludeNullValue added in v1.42.9

func (s *CustomValuesConfiguration) SetIncludeNullValue(v bool) *CustomValuesConfiguration

SetIncludeNullValue sets the IncludeNullValue field's value.

func (CustomValuesConfiguration) String added in v1.42.9

func (s CustomValuesConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomValuesConfiguration) Validate added in v1.42.9

func (s *CustomValuesConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Dashboard

type Dashboard struct {

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `type:"string"`

	// The time that this dashboard was created.
	CreatedTime *time.Time `type:"timestamp"`

	// Dashboard ID.
	DashboardId *string `min:"1" type:"string"`

	// The last time that this dashboard was published.
	LastPublishedTime *time.Time `type:"timestamp"`

	// The last time that this dashboard was updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// A display name for the dashboard.
	Name *string `min:"1" type:"string"`

	// Version.
	Version *DashboardVersion `type:"structure"`
	// contains filtered or unexported fields
}

Dashboard.

func (Dashboard) GoString

func (s Dashboard) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Dashboard) SetArn

func (s *Dashboard) SetArn(v string) *Dashboard

SetArn sets the Arn field's value.

func (*Dashboard) SetCreatedTime

func (s *Dashboard) SetCreatedTime(v time.Time) *Dashboard

SetCreatedTime sets the CreatedTime field's value.

func (*Dashboard) SetDashboardId

func (s *Dashboard) SetDashboardId(v string) *Dashboard

SetDashboardId sets the DashboardId field's value.

func (*Dashboard) SetLastPublishedTime

func (s *Dashboard) SetLastPublishedTime(v time.Time) *Dashboard

SetLastPublishedTime sets the LastPublishedTime field's value.

func (*Dashboard) SetLastUpdatedTime

func (s *Dashboard) SetLastUpdatedTime(v time.Time) *Dashboard

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*Dashboard) SetName

func (s *Dashboard) SetName(v string) *Dashboard

SetName sets the Name field's value.

func (*Dashboard) SetVersion

func (s *Dashboard) SetVersion(v *DashboardVersion) *Dashboard

SetVersion sets the Version field's value.

func (Dashboard) String

func (s Dashboard) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DashboardError

type DashboardError struct {

	// Message.
	Message *string `type:"string"`

	// Type.
	Type *string `type:"string" enum:"DashboardErrorType"`

	// Lists the violated entities that caused the dashboard error.
	ViolatedEntities []*Entity `type:"list"`
	// contains filtered or unexported fields
}

Dashboard error.

func (DashboardError) GoString

func (s DashboardError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardError) SetMessage

func (s *DashboardError) SetMessage(v string) *DashboardError

SetMessage sets the Message field's value.

func (*DashboardError) SetType

func (s *DashboardError) SetType(v string) *DashboardError

SetType sets the Type field's value.

func (*DashboardError) SetViolatedEntities added in v1.42.9

func (s *DashboardError) SetViolatedEntities(v []*Entity) *DashboardError

SetViolatedEntities sets the ViolatedEntities field's value.

func (DashboardError) String

func (s DashboardError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DashboardPublishOptions

type DashboardPublishOptions struct {

	// Ad hoc (one-time) filtering option.
	AdHocFilteringOption *AdHocFilteringOption `type:"structure"`

	// The drill-down options of data points in a dashboard.
	DataPointDrillUpDownOption *DataPointDrillUpDownOption `type:"structure"`

	// The data point menu label options of a dashboard.
	DataPointMenuLabelOption *DataPointMenuLabelOption `type:"structure"`

	// The data point tool tip options of a dashboard.
	DataPointTooltipOption *DataPointTooltipOption `type:"structure"`

	// Export to .csv option.
	ExportToCSVOption *ExportToCSVOption `type:"structure"`

	// Determines if hidden fields are exported with a dashboard.
	ExportWithHiddenFieldsOption *ExportWithHiddenFieldsOption `type:"structure"`

	// Sheet controls option.
	SheetControlsOption *SheetControlsOption `type:"structure"`

	// The sheet layout maximization options of a dashbaord.
	SheetLayoutElementMaximizationOption *SheetLayoutElementMaximizationOption `type:"structure"`

	// The axis sort options of a dashboard.
	VisualAxisSortOption *VisualAxisSortOption `type:"structure"`

	// The menu options of a visual in a dashboard.
	VisualMenuOption *VisualMenuOption `type:"structure"`

	// The visual publish options of a visual in a dashboard.
	//
	// Deprecated: VisualPublishOptions property will reach its end of standard support in a future release. To perform this action, use ExportWithHiddenFields.
	VisualPublishOptions *DashboardVisualPublishOptions `deprecated:"true" type:"structure"`
	// contains filtered or unexported fields
}

Dashboard publish options.

func (DashboardPublishOptions) GoString

func (s DashboardPublishOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardPublishOptions) SetAdHocFilteringOption

SetAdHocFilteringOption sets the AdHocFilteringOption field's value.

func (*DashboardPublishOptions) SetDataPointDrillUpDownOption added in v1.42.9

func (s *DashboardPublishOptions) SetDataPointDrillUpDownOption(v *DataPointDrillUpDownOption) *DashboardPublishOptions

SetDataPointDrillUpDownOption sets the DataPointDrillUpDownOption field's value.

func (*DashboardPublishOptions) SetDataPointMenuLabelOption added in v1.42.9

func (s *DashboardPublishOptions) SetDataPointMenuLabelOption(v *DataPointMenuLabelOption) *DashboardPublishOptions

SetDataPointMenuLabelOption sets the DataPointMenuLabelOption field's value.

func (*DashboardPublishOptions) SetDataPointTooltipOption added in v1.42.9

SetDataPointTooltipOption sets the DataPointTooltipOption field's value.

func (*DashboardPublishOptions) SetExportToCSVOption

SetExportToCSVOption sets the ExportToCSVOption field's value.

func (*DashboardPublishOptions) SetExportWithHiddenFieldsOption added in v1.42.9

func (s *DashboardPublishOptions) SetExportWithHiddenFieldsOption(v *ExportWithHiddenFieldsOption) *DashboardPublishOptions

SetExportWithHiddenFieldsOption sets the ExportWithHiddenFieldsOption field's value.

func (*DashboardPublishOptions) SetSheetControlsOption

SetSheetControlsOption sets the SheetControlsOption field's value.

func (*DashboardPublishOptions) SetSheetLayoutElementMaximizationOption added in v1.42.9

func (s *DashboardPublishOptions) SetSheetLayoutElementMaximizationOption(v *SheetLayoutElementMaximizationOption) *DashboardPublishOptions

SetSheetLayoutElementMaximizationOption sets the SheetLayoutElementMaximizationOption field's value.

func (*DashboardPublishOptions) SetVisualAxisSortOption added in v1.42.9

SetVisualAxisSortOption sets the VisualAxisSortOption field's value.

func (*DashboardPublishOptions) SetVisualMenuOption added in v1.42.9

SetVisualMenuOption sets the VisualMenuOption field's value.

func (*DashboardPublishOptions) SetVisualPublishOptions added in v1.42.9

SetVisualPublishOptions sets the VisualPublishOptions field's value.

func (DashboardPublishOptions) String

func (s DashboardPublishOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DashboardSearchFilter

type DashboardSearchFilter struct {

	// The name of the value that you want to use as a filter, for example, "Name":
	// "QUICKSIGHT_OWNER".
	//
	// Valid values are defined as follows:
	//
	//    * QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any
	//    dashboards with that ARN listed as one of the dashboards's owners or viewers
	//    are returned. Implicit permissions from folders or groups are considered.
	//
	//    * QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any dashboards
	//    with that ARN listed as one of the owners of the dashboards are returned.
	//    Implicit permissions from folders or groups are considered.
	//
	//    * DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and
	//    any dashboards with that ARN listed as the only owner of the dashboard
	//    are returned. Implicit permissions from folders or groups are not considered.
	//
	//    * DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any
	//    dashboards with that ARN listed as one of the owners of the dashboards
	//    are returned. Implicit permissions from folders or groups are not considered.
	//
	//    * DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group,
	//    and any dashboards with that ARN listed as one of the owners or viewers
	//    of the dashboards are returned. Implicit permissions from folders or groups
	//    are not considered.
	//
	//    * DASHBOARD_NAME: Any dashboards whose names have a substring match to
	//    this value will be returned.
	Name *string `type:"string" enum:"DashboardFilterAttribute"`

	// The comparison operator that you want to use as a filter, for example "Operator":
	// "StringEquals". Valid values are "StringEquals" and "StringLike".
	//
	// If you set the operator value to "StringEquals", you need to provide an ownership
	// related filter in the "NAME" field and the arn of the user or group whose
	// folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER",
	// "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
	//
	// If you set the value to "StringLike", you need to provide the name of the
	// folders you are searching for. For example, "Name":"DASHBOARD_NAME", "Operator":
	// "StringLike", "Value": "Test". The "StringLike" operator only supports the
	// NAME value DASHBOARD_NAME.
	//
	// Operator is a required field
	Operator *string `type:"string" required:"true" enum:"FilterOperator"`

	// The value of the named item, in this case QUICKSIGHT_USER, that you want
	// to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

A filter that you apply when searching for dashboards.

func (DashboardSearchFilter) GoString

func (s DashboardSearchFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardSearchFilter) SetName

SetName sets the Name field's value.

func (*DashboardSearchFilter) SetOperator

SetOperator sets the Operator field's value.

func (*DashboardSearchFilter) SetValue

SetValue sets the Value field's value.

func (DashboardSearchFilter) String

func (s DashboardSearchFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardSearchFilter) Validate

func (s *DashboardSearchFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DashboardSourceEntity

type DashboardSourceEntity struct {

	// Source template.
	SourceTemplate *DashboardSourceTemplate `type:"structure"`
	// contains filtered or unexported fields
}

Dashboard source entity.

func (DashboardSourceEntity) GoString

func (s DashboardSourceEntity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardSourceEntity) SetSourceTemplate

SetSourceTemplate sets the SourceTemplate field's value.

func (DashboardSourceEntity) String

func (s DashboardSourceEntity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardSourceEntity) Validate

func (s *DashboardSourceEntity) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DashboardSourceTemplate

type DashboardSourceTemplate struct {

	// The Amazon Resource Name (ARN) of the resource.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// Dataset references.
	//
	// DataSetReferences is a required field
	DataSetReferences []*DataSetReference `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Dashboard source template.

func (DashboardSourceTemplate) GoString

func (s DashboardSourceTemplate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardSourceTemplate) SetArn

SetArn sets the Arn field's value.

func (*DashboardSourceTemplate) SetDataSetReferences

func (s *DashboardSourceTemplate) SetDataSetReferences(v []*DataSetReference) *DashboardSourceTemplate

SetDataSetReferences sets the DataSetReferences field's value.

func (DashboardSourceTemplate) String

func (s DashboardSourceTemplate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardSourceTemplate) Validate

func (s *DashboardSourceTemplate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DashboardSummary

type DashboardSummary struct {

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `type:"string"`

	// The time that this dashboard was created.
	CreatedTime *time.Time `type:"timestamp"`

	// Dashboard ID.
	DashboardId *string `min:"1" type:"string"`

	// The last time that this dashboard was published.
	LastPublishedTime *time.Time `type:"timestamp"`

	// The last time that this dashboard was updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// A display name for the dashboard.
	Name *string `min:"1" type:"string"`

	// Published version number.
	PublishedVersionNumber *int64 `min:"1" type:"long"`
	// contains filtered or unexported fields
}

Dashboard summary.

func (DashboardSummary) GoString

func (s DashboardSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardSummary) SetArn

SetArn sets the Arn field's value.

func (*DashboardSummary) SetCreatedTime

func (s *DashboardSummary) SetCreatedTime(v time.Time) *DashboardSummary

SetCreatedTime sets the CreatedTime field's value.

func (*DashboardSummary) SetDashboardId

func (s *DashboardSummary) SetDashboardId(v string) *DashboardSummary

SetDashboardId sets the DashboardId field's value.

func (*DashboardSummary) SetLastPublishedTime

func (s *DashboardSummary) SetLastPublishedTime(v time.Time) *DashboardSummary

SetLastPublishedTime sets the LastPublishedTime field's value.

func (*DashboardSummary) SetLastUpdatedTime

func (s *DashboardSummary) SetLastUpdatedTime(v time.Time) *DashboardSummary

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*DashboardSummary) SetName

func (s *DashboardSummary) SetName(v string) *DashboardSummary

SetName sets the Name field's value.

func (*DashboardSummary) SetPublishedVersionNumber

func (s *DashboardSummary) SetPublishedVersionNumber(v int64) *DashboardSummary

SetPublishedVersionNumber sets the PublishedVersionNumber field's value.

func (DashboardSummary) String

func (s DashboardSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DashboardVersion

type DashboardVersion struct {

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `type:"string"`

	// The time that this dashboard version was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Numbers (ARNs) for the datasets that are associated with
	// this version of the dashboard.
	DataSetArns []*string `type:"list"`

	// Description.
	Description *string `min:"1" type:"string"`

	// Errors associated with this dashboard version.
	Errors []*DashboardError `min:"1" type:"list"`

	// A list of the associated sheets with the unique identifier and name of each
	// sheet.
	Sheets []*Sheet `type:"list"`

	// Source entity ARN.
	SourceEntityArn *string `type:"string"`

	// The HTTP status of the request.
	Status *string `type:"string" enum:"ResourceStatus"`

	// The ARN of the theme associated with a version of the dashboard.
	ThemeArn *string `type:"string"`

	// Version number for this version of the dashboard.
	VersionNumber *int64 `min:"1" type:"long"`
	// contains filtered or unexported fields
}

Dashboard version.

func (DashboardVersion) GoString

func (s DashboardVersion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardVersion) SetArn

SetArn sets the Arn field's value.

func (*DashboardVersion) SetCreatedTime

func (s *DashboardVersion) SetCreatedTime(v time.Time) *DashboardVersion

SetCreatedTime sets the CreatedTime field's value.

func (*DashboardVersion) SetDataSetArns

func (s *DashboardVersion) SetDataSetArns(v []*string) *DashboardVersion

SetDataSetArns sets the DataSetArns field's value.

func (*DashboardVersion) SetDescription

func (s *DashboardVersion) SetDescription(v string) *DashboardVersion

SetDescription sets the Description field's value.

func (*DashboardVersion) SetErrors

func (s *DashboardVersion) SetErrors(v []*DashboardError) *DashboardVersion

SetErrors sets the Errors field's value.

func (*DashboardVersion) SetSheets

func (s *DashboardVersion) SetSheets(v []*Sheet) *DashboardVersion

SetSheets sets the Sheets field's value.

func (*DashboardVersion) SetSourceEntityArn

func (s *DashboardVersion) SetSourceEntityArn(v string) *DashboardVersion

SetSourceEntityArn sets the SourceEntityArn field's value.

func (*DashboardVersion) SetStatus

func (s *DashboardVersion) SetStatus(v string) *DashboardVersion

SetStatus sets the Status field's value.

func (*DashboardVersion) SetThemeArn

func (s *DashboardVersion) SetThemeArn(v string) *DashboardVersion

SetThemeArn sets the ThemeArn field's value.

func (*DashboardVersion) SetVersionNumber

func (s *DashboardVersion) SetVersionNumber(v int64) *DashboardVersion

SetVersionNumber sets the VersionNumber field's value.

func (DashboardVersion) String

func (s DashboardVersion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DashboardVersionDefinition added in v1.42.9

type DashboardVersionDefinition struct {

	// The configuration for default analysis settings.
	AnalysisDefaults *AnalysisDefaults `type:"structure"`

	// An array of calculated field definitions for the dashboard.
	CalculatedFields []*CalculatedField `type:"list"`

	// An array of dashboard-level column configurations. Column configurations
	// are used to set the default formatting for a column that is used throughout
	// a dashboard.
	ColumnConfigurations []*ColumnConfiguration `type:"list"`

	// An array of dataset identifier declarations. With this mapping,you can use
	// dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout
	// the dashboard's sub-structures.
	//
	// DataSetIdentifierDeclarations is a required field
	DataSetIdentifierDeclarations []*DataSetIdentifierDeclaration `min:"1" type:"list" required:"true"`

	// The filter definitions for a dashboard.
	//
	// For more information, see Filtering Data in Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html)
	// in the Amazon QuickSight User Guide.
	FilterGroups []*FilterGroup `type:"list"`

	// The parameter declarations for a dashboard. Parameters are named variables
	// that can transfer a value for use by an action or an object.
	//
	// For more information, see Parameters in Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html)
	// in the Amazon QuickSight User Guide.
	ParameterDeclarations []*ParameterDeclaration `type:"list"`

	// An array of sheet definitions for a dashboard.
	Sheets []*SheetDefinition `type:"list"`
	// contains filtered or unexported fields
}

The contents of a dashboard.

func (DashboardVersionDefinition) GoString added in v1.42.9

func (s DashboardVersionDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardVersionDefinition) SetAnalysisDefaults added in v1.42.9

SetAnalysisDefaults sets the AnalysisDefaults field's value.

func (*DashboardVersionDefinition) SetCalculatedFields added in v1.42.9

SetCalculatedFields sets the CalculatedFields field's value.

func (*DashboardVersionDefinition) SetColumnConfigurations added in v1.42.9

SetColumnConfigurations sets the ColumnConfigurations field's value.

func (*DashboardVersionDefinition) SetDataSetIdentifierDeclarations added in v1.42.9

func (s *DashboardVersionDefinition) SetDataSetIdentifierDeclarations(v []*DataSetIdentifierDeclaration) *DashboardVersionDefinition

SetDataSetIdentifierDeclarations sets the DataSetIdentifierDeclarations field's value.

func (*DashboardVersionDefinition) SetFilterGroups added in v1.42.9

SetFilterGroups sets the FilterGroups field's value.

func (*DashboardVersionDefinition) SetParameterDeclarations added in v1.42.9

SetParameterDeclarations sets the ParameterDeclarations field's value.

func (*DashboardVersionDefinition) SetSheets added in v1.42.9

SetSheets sets the Sheets field's value.

func (DashboardVersionDefinition) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardVersionDefinition) Validate added in v1.42.9

func (s *DashboardVersionDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DashboardVersionSummary

type DashboardVersionSummary struct {

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `type:"string"`

	// The time that this dashboard version was created.
	CreatedTime *time.Time `type:"timestamp"`

	// Description.
	Description *string `min:"1" type:"string"`

	// Source entity ARN.
	SourceEntityArn *string `type:"string"`

	// The HTTP status of the request.
	Status *string `type:"string" enum:"ResourceStatus"`

	// Version number.
	VersionNumber *int64 `min:"1" type:"long"`
	// contains filtered or unexported fields
}

Dashboard version summary.

func (DashboardVersionSummary) GoString

func (s DashboardVersionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardVersionSummary) SetArn

SetArn sets the Arn field's value.

func (*DashboardVersionSummary) SetCreatedTime

SetCreatedTime sets the CreatedTime field's value.

func (*DashboardVersionSummary) SetDescription

SetDescription sets the Description field's value.

func (*DashboardVersionSummary) SetSourceEntityArn

func (s *DashboardVersionSummary) SetSourceEntityArn(v string) *DashboardVersionSummary

SetSourceEntityArn sets the SourceEntityArn field's value.

func (*DashboardVersionSummary) SetStatus

SetStatus sets the Status field's value.

func (*DashboardVersionSummary) SetVersionNumber

func (s *DashboardVersionSummary) SetVersionNumber(v int64) *DashboardVersionSummary

SetVersionNumber sets the VersionNumber field's value.

func (DashboardVersionSummary) String

func (s DashboardVersionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DashboardVisualId added in v1.42.9

type DashboardVisualId struct {

	// The ID of the dashboard that has the visual that you want to embed. The DashboardId
	// can be found in the IDs for developers section of the Embed visual pane of
	// the visual's on-visual menu of the Amazon QuickSight console. You can also
	// get the DashboardId with a ListDashboards API operation.
	//
	// DashboardId is a required field
	DashboardId *string `min:"1" type:"string" required:"true"`

	// The ID of the sheet that the has visual that you want to embed. The SheetId
	// can be found in the IDs for developers section of the Embed visual pane of
	// the visual's on-visual menu of the Amazon QuickSight console.
	//
	// SheetId is a required field
	SheetId *string `min:"1" type:"string" required:"true"`

	// The ID of the visual that you want to embed. The VisualID can be found in
	// the IDs for developers section of the Embed visual pane of the visual's on-visual
	// menu of the Amazon QuickSight console.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A structure that contains the following elements:

  • The DashboardId of the dashboard that has the visual that you want to embed.

  • The SheetId of the sheet that has the visual that you want to embed.

  • The VisualId of the visual that you want to embed.

The DashboardId, SheetId, and VisualId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get the DashboardId with a ListDashboards API operation.

func (DashboardVisualId) GoString added in v1.42.9

func (s DashboardVisualId) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardVisualId) SetDashboardId added in v1.42.9

func (s *DashboardVisualId) SetDashboardId(v string) *DashboardVisualId

SetDashboardId sets the DashboardId field's value.

func (*DashboardVisualId) SetSheetId added in v1.42.9

func (s *DashboardVisualId) SetSheetId(v string) *DashboardVisualId

SetSheetId sets the SheetId field's value.

func (*DashboardVisualId) SetVisualId added in v1.42.9

func (s *DashboardVisualId) SetVisualId(v string) *DashboardVisualId

SetVisualId sets the VisualId field's value.

func (DashboardVisualId) String added in v1.42.9

func (s DashboardVisualId) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardVisualId) Validate added in v1.42.9

func (s *DashboardVisualId) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DashboardVisualPublishOptions added in v1.42.9

type DashboardVisualPublishOptions struct {

	// Determines if hidden fields are included in an exported dashboard.
	ExportHiddenFieldsOption *ExportHiddenFieldsOption `type:"structure"`
	// contains filtered or unexported fields
}

The visual publish options of a visual in a dashboard

func (DashboardVisualPublishOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardVisualPublishOptions) SetExportHiddenFieldsOption added in v1.42.9

SetExportHiddenFieldsOption sets the ExportHiddenFieldsOption field's value.

func (DashboardVisualPublishOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataAggregation added in v1.42.9

type DataAggregation struct {

	// The level of time precision that is used to aggregate DateTime values.
	DatasetRowDateGranularity *string `type:"string" enum:"TopicTimeGranularity"`

	// The column name for the default date.
	DefaultDateColumnName *string `type:"string"`
	// contains filtered or unexported fields
}

A structure that represents a data aggregation.

func (DataAggregation) GoString added in v1.42.9

func (s DataAggregation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataAggregation) SetDatasetRowDateGranularity added in v1.42.9

func (s *DataAggregation) SetDatasetRowDateGranularity(v string) *DataAggregation

SetDatasetRowDateGranularity sets the DatasetRowDateGranularity field's value.

func (*DataAggregation) SetDefaultDateColumnName added in v1.42.9

func (s *DataAggregation) SetDefaultDateColumnName(v string) *DataAggregation

SetDefaultDateColumnName sets the DefaultDateColumnName field's value.

func (DataAggregation) String added in v1.42.9

func (s DataAggregation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataBarsOptions added in v1.42.9

type DataBarsOptions struct {

	// The field ID for the data bars options.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The color of the negative data bar.
	NegativeColor *string `type:"string"`

	// The color of the positive data bar.
	PositiveColor *string `type:"string"`
	// contains filtered or unexported fields
}

The options for data bars.

func (DataBarsOptions) GoString added in v1.42.9

func (s DataBarsOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataBarsOptions) SetFieldId added in v1.42.9

func (s *DataBarsOptions) SetFieldId(v string) *DataBarsOptions

SetFieldId sets the FieldId field's value.

func (*DataBarsOptions) SetNegativeColor added in v1.42.9

func (s *DataBarsOptions) SetNegativeColor(v string) *DataBarsOptions

SetNegativeColor sets the NegativeColor field's value.

func (*DataBarsOptions) SetPositiveColor added in v1.42.9

func (s *DataBarsOptions) SetPositiveColor(v string) *DataBarsOptions

SetPositiveColor sets the PositiveColor field's value.

func (DataBarsOptions) String added in v1.42.9

func (s DataBarsOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataBarsOptions) Validate added in v1.42.9

func (s *DataBarsOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataColor added in v1.42.9

type DataColor struct {

	// The color that is applied to the data value.
	Color *string `type:"string"`

	// The data value that the color is applied to.
	DataValue *float64 `type:"double"`
	// contains filtered or unexported fields
}

Determines the color that is applied to a particular data value.

func (DataColor) GoString added in v1.42.9

func (s DataColor) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataColor) SetColor added in v1.42.9

func (s *DataColor) SetColor(v string) *DataColor

SetColor sets the Color field's value.

func (*DataColor) SetDataValue added in v1.42.9

func (s *DataColor) SetDataValue(v float64) *DataColor

SetDataValue sets the DataValue field's value.

func (DataColor) String added in v1.42.9

func (s DataColor) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataColorPalette

type DataColorPalette struct {

	// The hexadecimal codes for the colors.
	Colors []*string `type:"list"`

	// The hexadecimal code of a color that applies to charts where a lack of data
	// is highlighted.
	EmptyFillColor *string `type:"string"`

	// The minimum and maximum hexadecimal codes that describe a color gradient.
	MinMaxGradient []*string `type:"list"`
	// contains filtered or unexported fields
}

The theme colors that are used for data colors in charts. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5.

func (DataColorPalette) GoString

func (s DataColorPalette) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataColorPalette) SetColors

func (s *DataColorPalette) SetColors(v []*string) *DataColorPalette

SetColors sets the Colors field's value.

func (*DataColorPalette) SetEmptyFillColor

func (s *DataColorPalette) SetEmptyFillColor(v string) *DataColorPalette

SetEmptyFillColor sets the EmptyFillColor field's value.

func (*DataColorPalette) SetMinMaxGradient

func (s *DataColorPalette) SetMinMaxGradient(v []*string) *DataColorPalette

SetMinMaxGradient sets the MinMaxGradient field's value.

func (DataColorPalette) String

func (s DataColorPalette) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataFieldSeriesItem added in v1.42.9

type DataFieldSeriesItem struct {

	// The axis that you are binding the field to.
	//
	// AxisBinding is a required field
	AxisBinding *string `type:"string" required:"true" enum:"AxisBinding"`

	// The field ID of the field that you are setting the axis binding to.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The field value of the field that you are setting the axis binding to.
	//
	// FieldValue is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by DataFieldSeriesItem's
	// String and GoString methods.
	FieldValue *string `type:"string" sensitive:"true"`

	// The options that determine the presentation of line series associated to
	// the field.
	Settings *LineChartSeriesSettings `type:"structure"`
	// contains filtered or unexported fields
}

The data field series item configuration of a line chart.

func (DataFieldSeriesItem) GoString added in v1.42.9

func (s DataFieldSeriesItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataFieldSeriesItem) SetAxisBinding added in v1.42.9

func (s *DataFieldSeriesItem) SetAxisBinding(v string) *DataFieldSeriesItem

SetAxisBinding sets the AxisBinding field's value.

func (*DataFieldSeriesItem) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (*DataFieldSeriesItem) SetFieldValue added in v1.42.9

func (s *DataFieldSeriesItem) SetFieldValue(v string) *DataFieldSeriesItem

SetFieldValue sets the FieldValue field's value.

func (*DataFieldSeriesItem) SetSettings added in v1.42.9

SetSettings sets the Settings field's value.

func (DataFieldSeriesItem) String added in v1.42.9

func (s DataFieldSeriesItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataFieldSeriesItem) Validate added in v1.42.9

func (s *DataFieldSeriesItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataLabelOptions added in v1.42.9

type DataLabelOptions struct {

	// Determines the visibility of the category field labels.
	CategoryLabelVisibility *string `type:"string" enum:"Visibility"`

	// The option that determines the data label type.
	DataLabelTypes []*DataLabelType `type:"list"`

	// Determines the color of the data labels.
	LabelColor *string `type:"string"`

	// Determines the content of the data labels.
	LabelContent *string `type:"string" enum:"DataLabelContent"`

	// Determines the font configuration of the data labels.
	LabelFontConfiguration *FontConfiguration `type:"structure"`

	// Determines the visibility of the measure field labels.
	MeasureLabelVisibility *string `type:"string" enum:"Visibility"`

	// Determines whether overlap is enabled or disabled for the data labels.
	Overlap *string `type:"string" enum:"DataLabelOverlap"`

	// Determines the position of the data labels.
	Position *string `type:"string" enum:"DataLabelPosition"`

	// Determines the visibility of the total.
	TotalsVisibility *string `type:"string" enum:"Visibility"`

	// Determines the visibility of the data labels.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The options that determine the presentation of the data labels.

func (DataLabelOptions) GoString added in v1.42.9

func (s DataLabelOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataLabelOptions) SetCategoryLabelVisibility added in v1.42.9

func (s *DataLabelOptions) SetCategoryLabelVisibility(v string) *DataLabelOptions

SetCategoryLabelVisibility sets the CategoryLabelVisibility field's value.

func (*DataLabelOptions) SetDataLabelTypes added in v1.42.9

func (s *DataLabelOptions) SetDataLabelTypes(v []*DataLabelType) *DataLabelOptions

SetDataLabelTypes sets the DataLabelTypes field's value.

func (*DataLabelOptions) SetLabelColor added in v1.42.9

func (s *DataLabelOptions) SetLabelColor(v string) *DataLabelOptions

SetLabelColor sets the LabelColor field's value.

func (*DataLabelOptions) SetLabelContent added in v1.42.9

func (s *DataLabelOptions) SetLabelContent(v string) *DataLabelOptions

SetLabelContent sets the LabelContent field's value.

func (*DataLabelOptions) SetLabelFontConfiguration added in v1.42.9

func (s *DataLabelOptions) SetLabelFontConfiguration(v *FontConfiguration) *DataLabelOptions

SetLabelFontConfiguration sets the LabelFontConfiguration field's value.

func (*DataLabelOptions) SetMeasureLabelVisibility added in v1.42.9

func (s *DataLabelOptions) SetMeasureLabelVisibility(v string) *DataLabelOptions

SetMeasureLabelVisibility sets the MeasureLabelVisibility field's value.

func (*DataLabelOptions) SetOverlap added in v1.42.9

func (s *DataLabelOptions) SetOverlap(v string) *DataLabelOptions

SetOverlap sets the Overlap field's value.

func (*DataLabelOptions) SetPosition added in v1.42.9

func (s *DataLabelOptions) SetPosition(v string) *DataLabelOptions

SetPosition sets the Position field's value.

func (*DataLabelOptions) SetTotalsVisibility added in v1.42.9

func (s *DataLabelOptions) SetTotalsVisibility(v string) *DataLabelOptions

SetTotalsVisibility sets the TotalsVisibility field's value.

func (*DataLabelOptions) SetVisibility added in v1.42.9

func (s *DataLabelOptions) SetVisibility(v string) *DataLabelOptions

SetVisibility sets the Visibility field's value.

func (DataLabelOptions) String added in v1.42.9

func (s DataLabelOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataLabelOptions) Validate added in v1.42.9

func (s *DataLabelOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataLabelType added in v1.42.9

type DataLabelType struct {

	// The option that specifies individual data values for labels.
	DataPathLabelType *DataPathLabelType `type:"structure"`

	// Determines the label configuration for the entire field.
	FieldLabelType *FieldLabelType `type:"structure"`

	// Determines the label configuration for the maximum value in a visual.
	MaximumLabelType *MaximumLabelType `type:"structure"`

	// Determines the label configuration for the minimum value in a visual.
	MinimumLabelType *MinimumLabelType `type:"structure"`

	// Determines the label configuration for range end value in a visual.
	RangeEndsLabelType *RangeEndsLabelType `type:"structure"`
	// contains filtered or unexported fields
}

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (DataLabelType) GoString added in v1.42.9

func (s DataLabelType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataLabelType) SetDataPathLabelType added in v1.42.9

func (s *DataLabelType) SetDataPathLabelType(v *DataPathLabelType) *DataLabelType

SetDataPathLabelType sets the DataPathLabelType field's value.

func (*DataLabelType) SetFieldLabelType added in v1.42.9

func (s *DataLabelType) SetFieldLabelType(v *FieldLabelType) *DataLabelType

SetFieldLabelType sets the FieldLabelType field's value.

func (*DataLabelType) SetMaximumLabelType added in v1.42.9

func (s *DataLabelType) SetMaximumLabelType(v *MaximumLabelType) *DataLabelType

SetMaximumLabelType sets the MaximumLabelType field's value.

func (*DataLabelType) SetMinimumLabelType added in v1.42.9

func (s *DataLabelType) SetMinimumLabelType(v *MinimumLabelType) *DataLabelType

SetMinimumLabelType sets the MinimumLabelType field's value.

func (*DataLabelType) SetRangeEndsLabelType added in v1.42.9

func (s *DataLabelType) SetRangeEndsLabelType(v *RangeEndsLabelType) *DataLabelType

SetRangeEndsLabelType sets the RangeEndsLabelType field's value.

func (DataLabelType) String added in v1.42.9

func (s DataLabelType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataLabelType) Validate added in v1.42.9

func (s *DataLabelType) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataPathColor added in v1.42.9

type DataPathColor struct {

	// The color that needs to be applied to the element.
	//
	// Color is a required field
	Color *string `type:"string" required:"true"`

	// The element that the color needs to be applied to.
	//
	// Element is a required field
	Element *DataPathValue `type:"structure" required:"true"`

	// The time granularity of the field that the color needs to be applied to.
	TimeGranularity *string `type:"string" enum:"TimeGranularity"`
	// contains filtered or unexported fields
}

The color map that determines the color options for a particular element.

func (DataPathColor) GoString added in v1.42.9

func (s DataPathColor) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPathColor) SetColor added in v1.42.9

func (s *DataPathColor) SetColor(v string) *DataPathColor

SetColor sets the Color field's value.

func (*DataPathColor) SetElement added in v1.42.9

func (s *DataPathColor) SetElement(v *DataPathValue) *DataPathColor

SetElement sets the Element field's value.

func (*DataPathColor) SetTimeGranularity added in v1.42.9

func (s *DataPathColor) SetTimeGranularity(v string) *DataPathColor

SetTimeGranularity sets the TimeGranularity field's value.

func (DataPathColor) String added in v1.42.9

func (s DataPathColor) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPathColor) Validate added in v1.42.9

func (s *DataPathColor) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataPathLabelType added in v1.42.9

type DataPathLabelType struct {

	// The field ID of the field that the data label needs to be applied to.
	FieldId *string `min:"1" type:"string"`

	// The actual value of the field that is labeled.
	//
	// FieldValue is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by DataPathLabelType's
	// String and GoString methods.
	FieldValue *string `type:"string" sensitive:"true"`

	// The visibility of the data label.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The option that specifies individual data values for labels.

func (DataPathLabelType) GoString added in v1.42.9

func (s DataPathLabelType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPathLabelType) SetFieldId added in v1.42.9

func (s *DataPathLabelType) SetFieldId(v string) *DataPathLabelType

SetFieldId sets the FieldId field's value.

func (*DataPathLabelType) SetFieldValue added in v1.42.9

func (s *DataPathLabelType) SetFieldValue(v string) *DataPathLabelType

SetFieldValue sets the FieldValue field's value.

func (*DataPathLabelType) SetVisibility added in v1.42.9

func (s *DataPathLabelType) SetVisibility(v string) *DataPathLabelType

SetVisibility sets the Visibility field's value.

func (DataPathLabelType) String added in v1.42.9

func (s DataPathLabelType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPathLabelType) Validate added in v1.42.9

func (s *DataPathLabelType) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataPathSort added in v1.42.9

type DataPathSort struct {

	// Determines the sort direction.
	//
	// Direction is a required field
	Direction *string `type:"string" required:"true" enum:"SortDirection"`

	// The list of data paths that need to be sorted.
	//
	// SortPaths is a required field
	SortPaths []*DataPathValue `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Allows data paths to be sorted by a specific data value.

func (DataPathSort) GoString added in v1.42.9

func (s DataPathSort) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPathSort) SetDirection added in v1.42.9

func (s *DataPathSort) SetDirection(v string) *DataPathSort

SetDirection sets the Direction field's value.

func (*DataPathSort) SetSortPaths added in v1.42.9

func (s *DataPathSort) SetSortPaths(v []*DataPathValue) *DataPathSort

SetSortPaths sets the SortPaths field's value.

func (DataPathSort) String added in v1.42.9

func (s DataPathSort) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPathSort) Validate added in v1.42.9

func (s *DataPathSort) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataPathValue added in v1.42.9

type DataPathValue struct {

	// The field ID of the field that needs to be sorted.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The actual value of the field that needs to be sorted.
	//
	// FieldValue is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by DataPathValue's
	// String and GoString methods.
	//
	// FieldValue is a required field
	FieldValue *string `type:"string" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

The data path that needs to be sorted.

func (DataPathValue) GoString added in v1.42.9

func (s DataPathValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPathValue) SetFieldId added in v1.42.9

func (s *DataPathValue) SetFieldId(v string) *DataPathValue

SetFieldId sets the FieldId field's value.

func (*DataPathValue) SetFieldValue added in v1.42.9

func (s *DataPathValue) SetFieldValue(v string) *DataPathValue

SetFieldValue sets the FieldValue field's value.

func (DataPathValue) String added in v1.42.9

func (s DataPathValue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPathValue) Validate added in v1.42.9

func (s *DataPathValue) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataPointDrillUpDownOption added in v1.42.9

type DataPointDrillUpDownOption struct {

	// The status of the drill down options of data points.
	AvailabilityStatus *string `type:"string" enum:"DashboardBehavior"`
	// contains filtered or unexported fields
}

The drill down options for data points in a dashbaord.

func (DataPointDrillUpDownOption) GoString added in v1.42.9

func (s DataPointDrillUpDownOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPointDrillUpDownOption) SetAvailabilityStatus added in v1.42.9

func (s *DataPointDrillUpDownOption) SetAvailabilityStatus(v string) *DataPointDrillUpDownOption

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (DataPointDrillUpDownOption) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataPointMenuLabelOption added in v1.42.9

type DataPointMenuLabelOption struct {

	// The status of the data point menu options.
	AvailabilityStatus *string `type:"string" enum:"DashboardBehavior"`
	// contains filtered or unexported fields
}

The data point menu options of a dashboard.

func (DataPointMenuLabelOption) GoString added in v1.42.9

func (s DataPointMenuLabelOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPointMenuLabelOption) SetAvailabilityStatus added in v1.42.9

func (s *DataPointMenuLabelOption) SetAvailabilityStatus(v string) *DataPointMenuLabelOption

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (DataPointMenuLabelOption) String added in v1.42.9

func (s DataPointMenuLabelOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataPointTooltipOption added in v1.42.9

type DataPointTooltipOption struct {

	// The status of the data point tool tip options.
	AvailabilityStatus *string `type:"string" enum:"DashboardBehavior"`
	// contains filtered or unexported fields
}

The data point tooltip options.

func (DataPointTooltipOption) GoString added in v1.42.9

func (s DataPointTooltipOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPointTooltipOption) SetAvailabilityStatus added in v1.42.9

func (s *DataPointTooltipOption) SetAvailabilityStatus(v string) *DataPointTooltipOption

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (DataPointTooltipOption) String added in v1.42.9

func (s DataPointTooltipOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataSet

type DataSet struct {

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `type:"string"`

	// Groupings of columns that work together in certain Amazon QuickSight features.
	// Currently, only geospatial hierarchy is supported.
	ColumnGroups []*ColumnGroup `min:"1" type:"list"`

	// A set of one or more definitions of a ColumnLevelPermissionRule (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html) .
	ColumnLevelPermissionRules []*ColumnLevelPermissionRule `min:"1" type:"list"`

	// The amount of SPICE capacity used by this dataset. This is 0 if the dataset
	// isn't imported into SPICE.
	ConsumedSpiceCapacityInBytes *int64 `type:"long"`

	// The time that this dataset was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The ID of the dataset.
	DataSetId *string `type:"string"`

	// The usage configuration to apply to child datasets that reference this dataset
	// as a source.
	DataSetUsageConfiguration *DataSetUsageConfiguration `type:"structure"`

	// The parameters that are declared in a dataset.
	DatasetParameters []*DatasetParameter `min:"1" type:"list"`

	// The folder that contains fields and nested subfolders for your dataset.
	FieldFolders map[string]*FieldFolder `type:"map"`

	// A value that indicates whether you want to import the data into SPICE.
	ImportMode *string `type:"string" enum:"DataSetImportMode"`

	// The last time that this dataset was updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// Configures the combination and transformation of the data from the physical
	// tables.
	LogicalTableMap map[string]*LogicalTable `min:"1" type:"map"`

	// A display name for the dataset.
	Name *string `min:"1" type:"string"`

	// The list of columns after all transforms. These columns are available in
	// templates, analyses, and dashboards.
	OutputColumns []*OutputColumn `type:"list"`

	// Declares the physical tables that are available in the underlying data sources.
	PhysicalTableMap map[string]*PhysicalTable `type:"map"`

	// The row-level security configuration for the dataset.
	RowLevelPermissionDataSet *RowLevelPermissionDataSet `type:"structure"`

	// The element you can use to define tags for row-level security.
	RowLevelPermissionTagConfiguration *RowLevelPermissionTagConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

Dataset.

func (DataSet) GoString

func (s DataSet) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSet) SetArn

func (s *DataSet) SetArn(v string) *DataSet

SetArn sets the Arn field's value.

func (*DataSet) SetColumnGroups

func (s *DataSet) SetColumnGroups(v []*ColumnGroup) *DataSet

SetColumnGroups sets the ColumnGroups field's value.

func (*DataSet) SetColumnLevelPermissionRules

func (s *DataSet) SetColumnLevelPermissionRules(v []*ColumnLevelPermissionRule) *DataSet

SetColumnLevelPermissionRules sets the ColumnLevelPermissionRules field's value.

func (*DataSet) SetConsumedSpiceCapacityInBytes

func (s *DataSet) SetConsumedSpiceCapacityInBytes(v int64) *DataSet

SetConsumedSpiceCapacityInBytes sets the ConsumedSpiceCapacityInBytes field's value.

func (*DataSet) SetCreatedTime

func (s *DataSet) SetCreatedTime(v time.Time) *DataSet

SetCreatedTime sets the CreatedTime field's value.

func (*DataSet) SetDataSetId

func (s *DataSet) SetDataSetId(v string) *DataSet

SetDataSetId sets the DataSetId field's value.

func (*DataSet) SetDataSetUsageConfiguration

func (s *DataSet) SetDataSetUsageConfiguration(v *DataSetUsageConfiguration) *DataSet

SetDataSetUsageConfiguration sets the DataSetUsageConfiguration field's value.

func (*DataSet) SetDatasetParameters added in v1.42.9

func (s *DataSet) SetDatasetParameters(v []*DatasetParameter) *DataSet

SetDatasetParameters sets the DatasetParameters field's value.

func (*DataSet) SetFieldFolders

func (s *DataSet) SetFieldFolders(v map[string]*FieldFolder) *DataSet

SetFieldFolders sets the FieldFolders field's value.

func (*DataSet) SetImportMode

func (s *DataSet) SetImportMode(v string) *DataSet

SetImportMode sets the ImportMode field's value.

func (*DataSet) SetLastUpdatedTime

func (s *DataSet) SetLastUpdatedTime(v time.Time) *DataSet

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*DataSet) SetLogicalTableMap

func (s *DataSet) SetLogicalTableMap(v map[string]*LogicalTable) *DataSet

SetLogicalTableMap sets the LogicalTableMap field's value.

func (*DataSet) SetName

func (s *DataSet) SetName(v string) *DataSet

SetName sets the Name field's value.

func (*DataSet) SetOutputColumns

func (s *DataSet) SetOutputColumns(v []*OutputColumn) *DataSet

SetOutputColumns sets the OutputColumns field's value.

func (*DataSet) SetPhysicalTableMap

func (s *DataSet) SetPhysicalTableMap(v map[string]*PhysicalTable) *DataSet

SetPhysicalTableMap sets the PhysicalTableMap field's value.

func (*DataSet) SetRowLevelPermissionDataSet

func (s *DataSet) SetRowLevelPermissionDataSet(v *RowLevelPermissionDataSet) *DataSet

SetRowLevelPermissionDataSet sets the RowLevelPermissionDataSet field's value.

func (*DataSet) SetRowLevelPermissionTagConfiguration

func (s *DataSet) SetRowLevelPermissionTagConfiguration(v *RowLevelPermissionTagConfiguration) *DataSet

SetRowLevelPermissionTagConfiguration sets the RowLevelPermissionTagConfiguration field's value.

func (DataSet) String

func (s DataSet) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataSetConfiguration

type DataSetConfiguration struct {

	// A structure containing the list of column group schemas.
	ColumnGroupSchemaList []*ColumnGroupSchema `type:"list"`

	// Dataset schema.
	DataSetSchema *DataSetSchema `type:"structure"`

	// Placeholder.
	Placeholder *string `type:"string"`
	// contains filtered or unexported fields
}

Dataset configuration.

func (DataSetConfiguration) GoString

func (s DataSetConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetConfiguration) SetColumnGroupSchemaList

func (s *DataSetConfiguration) SetColumnGroupSchemaList(v []*ColumnGroupSchema) *DataSetConfiguration

SetColumnGroupSchemaList sets the ColumnGroupSchemaList field's value.

func (*DataSetConfiguration) SetDataSetSchema

func (s *DataSetConfiguration) SetDataSetSchema(v *DataSetSchema) *DataSetConfiguration

SetDataSetSchema sets the DataSetSchema field's value.

func (*DataSetConfiguration) SetPlaceholder

func (s *DataSetConfiguration) SetPlaceholder(v string) *DataSetConfiguration

SetPlaceholder sets the Placeholder field's value.

func (DataSetConfiguration) String

func (s DataSetConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataSetIdentifierDeclaration added in v1.42.9

type DataSetIdentifierDeclaration struct {

	// The Amazon Resource Name (ARN) of the data set.
	//
	// DataSetArn is a required field
	DataSetArn *string `type:"string" required:"true"`

	// The identifier of the data set, typically the data set's name.
	//
	// Identifier is a required field
	Identifier *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A data set.

func (DataSetIdentifierDeclaration) GoString added in v1.42.9

func (s DataSetIdentifierDeclaration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetIdentifierDeclaration) SetDataSetArn added in v1.42.9

SetDataSetArn sets the DataSetArn field's value.

func (*DataSetIdentifierDeclaration) SetIdentifier added in v1.42.9

SetIdentifier sets the Identifier field's value.

func (DataSetIdentifierDeclaration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetIdentifierDeclaration) Validate added in v1.42.9

func (s *DataSetIdentifierDeclaration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataSetReference

type DataSetReference struct {

	// Dataset Amazon Resource Name (ARN).
	//
	// DataSetArn is a required field
	DataSetArn *string `type:"string" required:"true"`

	// Dataset placeholder.
	//
	// DataSetPlaceholder is a required field
	DataSetPlaceholder *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Dataset reference.

func (DataSetReference) GoString

func (s DataSetReference) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetReference) SetDataSetArn

func (s *DataSetReference) SetDataSetArn(v string) *DataSetReference

SetDataSetArn sets the DataSetArn field's value.

func (*DataSetReference) SetDataSetPlaceholder

func (s *DataSetReference) SetDataSetPlaceholder(v string) *DataSetReference

SetDataSetPlaceholder sets the DataSetPlaceholder field's value.

func (DataSetReference) String

func (s DataSetReference) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetReference) Validate

func (s *DataSetReference) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataSetRefreshProperties added in v1.42.9

type DataSetRefreshProperties struct {

	// The refresh configuration for a dataset.
	//
	// RefreshConfiguration is a required field
	RefreshConfiguration *RefreshConfiguration `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The refresh properties of a dataset.

func (DataSetRefreshProperties) GoString added in v1.42.9

func (s DataSetRefreshProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetRefreshProperties) SetRefreshConfiguration added in v1.42.9

SetRefreshConfiguration sets the RefreshConfiguration field's value.

func (DataSetRefreshProperties) String added in v1.42.9

func (s DataSetRefreshProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetRefreshProperties) Validate added in v1.42.9

func (s *DataSetRefreshProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataSetSchema

type DataSetSchema struct {

	// A structure containing the list of column schemas.
	ColumnSchemaList []*ColumnSchema `type:"list"`
	// contains filtered or unexported fields
}

Dataset schema.

func (DataSetSchema) GoString

func (s DataSetSchema) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetSchema) SetColumnSchemaList

func (s *DataSetSchema) SetColumnSchemaList(v []*ColumnSchema) *DataSetSchema

SetColumnSchemaList sets the ColumnSchemaList field's value.

func (DataSetSchema) String

func (s DataSetSchema) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataSetSearchFilter added in v1.42.9

type DataSetSearchFilter struct {

	// The name of the value that you want to use as a filter, for example, "Name":
	// "QUICKSIGHT_OWNER".
	//
	// Valid values are defined as follows:
	//
	//    * QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any
	//    datasets with that ARN listed as one of the dataset owners or viewers
	//    are returned. Implicit permissions from folders or groups are considered.
	//
	//    * QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any datasets
	//    with that ARN listed as one of the owners of the dataset are returned.
	//    Implicit permissions from folders or groups are considered.
	//
	//    * DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and
	//    any datasets with that ARN listed as the only owner of the dataset are
	//    returned. Implicit permissions from folders or groups are not considered.
	//
	//    * DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any
	//    datasets with that ARN listed as one of the owners if the dataset are
	//    returned. Implicit permissions from folders or groups are not considered.
	//
	//    * DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group,
	//    and any datasets with that ARN listed as one of the owners or viewers
	//    of the dataset are returned. Implicit permissions from folders or groups
	//    are not considered.
	//
	//    * DATASET_NAME: Any datasets whose names have a substring match to this
	//    value will be returned.
	//
	// Name is a required field
	Name *string `type:"string" required:"true" enum:"DataSetFilterAttribute"`

	// The comparison operator that you want to use as a filter, for example "Operator":
	// "StringEquals". Valid values are "StringEquals" and "StringLike".
	//
	// If you set the operator value to "StringEquals", you need to provide an ownership
	// related filter in the "NAME" field and the arn of the user or group whose
	// datasets you want to search in the "Value" field. For example, "Name":"QUICKSIGHT_OWNER",
	// "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east- 1:1:user/default/UserName1".
	//
	// If you set the value to "StringLike", you need to provide the name of the
	// datasets you are searching for. For example, "Name":"DATASET_NAME", "Operator":
	// "StringLike", "Value": "Test". The "StringLike" operator only supports the
	// NAME value DATASET_NAME.
	//
	// Operator is a required field
	Operator *string `type:"string" required:"true" enum:"FilterOperator"`

	// The value of the named item, in this case QUICKSIGHT_OWNER, that you want
	// to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A filter that you apply when searching for datasets.

func (DataSetSearchFilter) GoString added in v1.42.9

func (s DataSetSearchFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetSearchFilter) SetName added in v1.42.9

SetName sets the Name field's value.

func (*DataSetSearchFilter) SetOperator added in v1.42.9

func (s *DataSetSearchFilter) SetOperator(v string) *DataSetSearchFilter

SetOperator sets the Operator field's value.

func (*DataSetSearchFilter) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (DataSetSearchFilter) String added in v1.42.9

func (s DataSetSearchFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetSearchFilter) Validate added in v1.42.9

func (s *DataSetSearchFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataSetSummary

type DataSetSummary struct {

	// The Amazon Resource Name (ARN) of the dataset.
	Arn *string `type:"string"`

	// A value that indicates if the dataset has column level permission configured.
	ColumnLevelPermissionRulesApplied *bool `type:"boolean"`

	// The time that this dataset was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The ID of the dataset.
	DataSetId *string `type:"string"`

	// A value that indicates whether you want to import the data into SPICE.
	ImportMode *string `type:"string" enum:"DataSetImportMode"`

	// The last time that this dataset was updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// A display name for the dataset.
	Name *string `min:"1" type:"string"`

	// The row-level security configuration for the dataset.
	RowLevelPermissionDataSet *RowLevelPermissionDataSet `type:"structure"`

	// Whether or not the row level permission tags are applied.
	RowLevelPermissionTagConfigurationApplied *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Dataset summary.

func (DataSetSummary) GoString

func (s DataSetSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetSummary) SetArn

func (s *DataSetSummary) SetArn(v string) *DataSetSummary

SetArn sets the Arn field's value.

func (*DataSetSummary) SetColumnLevelPermissionRulesApplied

func (s *DataSetSummary) SetColumnLevelPermissionRulesApplied(v bool) *DataSetSummary

SetColumnLevelPermissionRulesApplied sets the ColumnLevelPermissionRulesApplied field's value.

func (*DataSetSummary) SetCreatedTime

func (s *DataSetSummary) SetCreatedTime(v time.Time) *DataSetSummary

SetCreatedTime sets the CreatedTime field's value.

func (*DataSetSummary) SetDataSetId

func (s *DataSetSummary) SetDataSetId(v string) *DataSetSummary

SetDataSetId sets the DataSetId field's value.

func (*DataSetSummary) SetImportMode

func (s *DataSetSummary) SetImportMode(v string) *DataSetSummary

SetImportMode sets the ImportMode field's value.

func (*DataSetSummary) SetLastUpdatedTime

func (s *DataSetSummary) SetLastUpdatedTime(v time.Time) *DataSetSummary

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*DataSetSummary) SetName

func (s *DataSetSummary) SetName(v string) *DataSetSummary

SetName sets the Name field's value.

func (*DataSetSummary) SetRowLevelPermissionDataSet

func (s *DataSetSummary) SetRowLevelPermissionDataSet(v *RowLevelPermissionDataSet) *DataSetSummary

SetRowLevelPermissionDataSet sets the RowLevelPermissionDataSet field's value.

func (*DataSetSummary) SetRowLevelPermissionTagConfigurationApplied

func (s *DataSetSummary) SetRowLevelPermissionTagConfigurationApplied(v bool) *DataSetSummary

SetRowLevelPermissionTagConfigurationApplied sets the RowLevelPermissionTagConfigurationApplied field's value.

func (DataSetSummary) String

func (s DataSetSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataSetUsageConfiguration

type DataSetUsageConfiguration struct {

	// An option that controls whether a child dataset of a direct query can use
	// this dataset as a source.
	DisableUseAsDirectQuerySource *bool `type:"boolean"`

	// An option that controls whether a child dataset that's stored in QuickSight
	// can use this dataset as a source.
	DisableUseAsImportedSource *bool `type:"boolean"`
	// contains filtered or unexported fields
}

The usage configuration to apply to child datasets that reference this dataset as a source.

func (DataSetUsageConfiguration) GoString

func (s DataSetUsageConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSetUsageConfiguration) SetDisableUseAsDirectQuerySource

func (s *DataSetUsageConfiguration) SetDisableUseAsDirectQuerySource(v bool) *DataSetUsageConfiguration

SetDisableUseAsDirectQuerySource sets the DisableUseAsDirectQuerySource field's value.

func (*DataSetUsageConfiguration) SetDisableUseAsImportedSource

func (s *DataSetUsageConfiguration) SetDisableUseAsImportedSource(v bool) *DataSetUsageConfiguration

SetDisableUseAsImportedSource sets the DisableUseAsImportedSource field's value.

func (DataSetUsageConfiguration) String

func (s DataSetUsageConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataSource

type DataSource struct {

	// A set of alternate data source parameters that you want to share for the
	// credentials stored with this data source. The credentials are applied in
	// tandem with the data source parameters when you copy a data source by using
	// a create or update request. The API operation compares the DataSourceParameters
	// structure that's in the request with the structures in the AlternateDataSourceParameters
	// allow list. If the structures are an exact match, the request is allowed
	// to use the credentials from this existing data source. If the AlternateDataSourceParameters
	// list is null, the Credentials originally used with this DataSourceParameters
	// are automatically allowed.
	AlternateDataSourceParameters []*DataSourceParameters `min:"1" type:"list"`

	// The Amazon Resource Name (ARN) of the data source.
	Arn *string `type:"string"`

	// The time that this data source was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The ID of the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	DataSourceId *string `type:"string"`

	// The parameters that Amazon QuickSight uses to connect to your underlying
	// source. This is a variant type structure. For this structure to be valid,
	// only one of the attributes can be non-null.
	DataSourceParameters *DataSourceParameters `type:"structure"`

	// Error information from the last update or the creation of the data source.
	ErrorInfo *DataSourceErrorInfo `type:"structure"`

	// The last time that this data source was updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// A display name for the data source.
	Name *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the secret associated with the data source
	// in Amazon Secrets Manager.
	SecretArn *string `min:"1" type:"string"`

	// Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects
	// to your underlying source.
	SslProperties *SslProperties `type:"structure"`

	// The HTTP status of the request.
	Status *string `type:"string" enum:"ResourceStatus"`

	// The type of the data source. This type indicates which database engine the
	// data source connects to.
	Type *string `type:"string" enum:"DataSourceType"`

	// The VPC connection information. You need to use this parameter only when
	// you want Amazon QuickSight to use a VPC connection when connecting to your
	// underlying source.
	VpcConnectionProperties *VpcConnectionProperties `type:"structure"`
	// contains filtered or unexported fields
}

The structure of a data source.

func (DataSource) GoString

func (s DataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSource) SetAlternateDataSourceParameters

func (s *DataSource) SetAlternateDataSourceParameters(v []*DataSourceParameters) *DataSource

SetAlternateDataSourceParameters sets the AlternateDataSourceParameters field's value.

func (*DataSource) SetArn

func (s *DataSource) SetArn(v string) *DataSource

SetArn sets the Arn field's value.

func (*DataSource) SetCreatedTime

func (s *DataSource) SetCreatedTime(v time.Time) *DataSource

SetCreatedTime sets the CreatedTime field's value.

func (*DataSource) SetDataSourceId

func (s *DataSource) SetDataSourceId(v string) *DataSource

SetDataSourceId sets the DataSourceId field's value.

func (*DataSource) SetDataSourceParameters

func (s *DataSource) SetDataSourceParameters(v *DataSourceParameters) *DataSource

SetDataSourceParameters sets the DataSourceParameters field's value.

func (*DataSource) SetErrorInfo

func (s *DataSource) SetErrorInfo(v *DataSourceErrorInfo) *DataSource

SetErrorInfo sets the ErrorInfo field's value.

func (*DataSource) SetLastUpdatedTime

func (s *DataSource) SetLastUpdatedTime(v time.Time) *DataSource

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*DataSource) SetName

func (s *DataSource) SetName(v string) *DataSource

SetName sets the Name field's value.

func (*DataSource) SetSecretArn added in v1.42.9

func (s *DataSource) SetSecretArn(v string) *DataSource

SetSecretArn sets the SecretArn field's value.

func (*DataSource) SetSslProperties

func (s *DataSource) SetSslProperties(v *SslProperties) *DataSource

SetSslProperties sets the SslProperties field's value.

func (*DataSource) SetStatus

func (s *DataSource) SetStatus(v string) *DataSource

SetStatus sets the Status field's value.

func (*DataSource) SetType

func (s *DataSource) SetType(v string) *DataSource

SetType sets the Type field's value.

func (*DataSource) SetVpcConnectionProperties

func (s *DataSource) SetVpcConnectionProperties(v *VpcConnectionProperties) *DataSource

SetVpcConnectionProperties sets the VpcConnectionProperties field's value.

func (DataSource) String

func (s DataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataSourceCredentials

type DataSourceCredentials struct {

	// The Amazon Resource Name (ARN) of a data source that has the credential pair
	// that you want to use. When CopySourceArn is not null, the credential pair
	// from the data source in the ARN is used as the credentials for the DataSourceCredentials
	// structure.
	CopySourceArn *string `type:"string"`

	// Credential pair. For more information, see CredentialPair (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html) .
	CredentialPair *CredentialPair `type:"structure"`

	// The Amazon Resource Name (ARN) of the secret associated with the data source
	// in Amazon Secrets Manager.
	SecretArn *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Data source credentials. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

func (DataSourceCredentials) GoString

func (s DataSourceCredentials) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSourceCredentials) SetCopySourceArn

func (s *DataSourceCredentials) SetCopySourceArn(v string) *DataSourceCredentials

SetCopySourceArn sets the CopySourceArn field's value.

func (*DataSourceCredentials) SetCredentialPair

SetCredentialPair sets the CredentialPair field's value.

func (*DataSourceCredentials) SetSecretArn added in v1.42.9

SetSecretArn sets the SecretArn field's value.

func (DataSourceCredentials) String

func (s DataSourceCredentials) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSourceCredentials) Validate

func (s *DataSourceCredentials) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataSourceErrorInfo

type DataSourceErrorInfo struct {

	// Error message.
	Message *string `type:"string"`

	// Error type.
	Type *string `type:"string" enum:"DataSourceErrorInfoType"`
	// contains filtered or unexported fields
}

Error information for the data source creation or update.

func (DataSourceErrorInfo) GoString

func (s DataSourceErrorInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSourceErrorInfo) SetMessage

SetMessage sets the Message field's value.

func (*DataSourceErrorInfo) SetType

SetType sets the Type field's value.

func (DataSourceErrorInfo) String

func (s DataSourceErrorInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataSourceParameters

type DataSourceParameters struct {

	// The parameters for OpenSearch.
	AmazonElasticsearchParameters *AmazonElasticsearchParameters `type:"structure"`

	// The parameters for OpenSearch.
	AmazonOpenSearchParameters *AmazonOpenSearchParameters `type:"structure"`

	// The parameters for Amazon Athena.
	AthenaParameters *AthenaParameters `type:"structure"`

	// The parameters for Amazon Aurora MySQL.
	AuroraParameters *AuroraParameters `type:"structure"`

	// The parameters for Amazon Aurora.
	AuroraPostgreSqlParameters *AuroraPostgreSqlParameters `type:"structure"`

	// The parameters for IoT Analytics.
	AwsIotAnalyticsParameters *AwsIotAnalyticsParameters `type:"structure"`

	// The required parameters that are needed to connect to a Databricks data source.
	DatabricksParameters *DatabricksParameters `type:"structure"`

	// The parameters for Exasol.
	ExasolParameters *ExasolParameters `type:"structure"`

	// The parameters for Jira.
	JiraParameters *JiraParameters `type:"structure"`

	// The parameters for MariaDB.
	MariaDbParameters *MariaDbParameters `type:"structure"`

	// The parameters for MySQL.
	MySqlParameters *MySqlParameters `type:"structure"`

	// The parameters for Oracle.
	OracleParameters *OracleParameters `type:"structure"`

	// The parameters for PostgreSQL.
	PostgreSqlParameters *PostgreSqlParameters `type:"structure"`

	// The parameters for Presto.
	PrestoParameters *PrestoParameters `type:"structure"`

	// The parameters for Amazon RDS.
	RdsParameters *RdsParameters `type:"structure"`

	// The parameters for Amazon Redshift.
	RedshiftParameters *RedshiftParameters `type:"structure"`

	// The parameters for S3.
	S3Parameters *S3Parameters `type:"structure"`

	// The parameters for ServiceNow.
	ServiceNowParameters *ServiceNowParameters `type:"structure"`

	// The parameters for Snowflake.
	SnowflakeParameters *SnowflakeParameters `type:"structure"`

	// The parameters for Spark.
	SparkParameters *SparkParameters `type:"structure"`

	// The parameters for SQL Server.
	SqlServerParameters *SqlServerParameters `type:"structure"`

	// The parameters for Teradata.
	TeradataParameters *TeradataParameters `type:"structure"`

	// The parameters for Twitter.
	TwitterParameters *TwitterParameters `type:"structure"`
	// contains filtered or unexported fields
}

The parameters that Amazon QuickSight uses to connect to your underlying data source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

func (DataSourceParameters) GoString

func (s DataSourceParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSourceParameters) SetAmazonElasticsearchParameters

func (s *DataSourceParameters) SetAmazonElasticsearchParameters(v *AmazonElasticsearchParameters) *DataSourceParameters

SetAmazonElasticsearchParameters sets the AmazonElasticsearchParameters field's value.

func (*DataSourceParameters) SetAmazonOpenSearchParameters

func (s *DataSourceParameters) SetAmazonOpenSearchParameters(v *AmazonOpenSearchParameters) *DataSourceParameters

SetAmazonOpenSearchParameters sets the AmazonOpenSearchParameters field's value.

func (*DataSourceParameters) SetAthenaParameters

func (s *DataSourceParameters) SetAthenaParameters(v *AthenaParameters) *DataSourceParameters

SetAthenaParameters sets the AthenaParameters field's value.

func (*DataSourceParameters) SetAuroraParameters

func (s *DataSourceParameters) SetAuroraParameters(v *AuroraParameters) *DataSourceParameters

SetAuroraParameters sets the AuroraParameters field's value.

func (*DataSourceParameters) SetAuroraPostgreSqlParameters

func (s *DataSourceParameters) SetAuroraPostgreSqlParameters(v *AuroraPostgreSqlParameters) *DataSourceParameters

SetAuroraPostgreSqlParameters sets the AuroraPostgreSqlParameters field's value.

func (*DataSourceParameters) SetAwsIotAnalyticsParameters

func (s *DataSourceParameters) SetAwsIotAnalyticsParameters(v *AwsIotAnalyticsParameters) *DataSourceParameters

SetAwsIotAnalyticsParameters sets the AwsIotAnalyticsParameters field's value.

func (*DataSourceParameters) SetDatabricksParameters added in v1.42.9

func (s *DataSourceParameters) SetDatabricksParameters(v *DatabricksParameters) *DataSourceParameters

SetDatabricksParameters sets the DatabricksParameters field's value.

func (*DataSourceParameters) SetExasolParameters added in v1.42.9

func (s *DataSourceParameters) SetExasolParameters(v *ExasolParameters) *DataSourceParameters

SetExasolParameters sets the ExasolParameters field's value.

func (*DataSourceParameters) SetJiraParameters

func (s *DataSourceParameters) SetJiraParameters(v *JiraParameters) *DataSourceParameters

SetJiraParameters sets the JiraParameters field's value.

func (*DataSourceParameters) SetMariaDbParameters

func (s *DataSourceParameters) SetMariaDbParameters(v *MariaDbParameters) *DataSourceParameters

SetMariaDbParameters sets the MariaDbParameters field's value.

func (*DataSourceParameters) SetMySqlParameters

func (s *DataSourceParameters) SetMySqlParameters(v *MySqlParameters) *DataSourceParameters

SetMySqlParameters sets the MySqlParameters field's value.

func (*DataSourceParameters) SetOracleParameters

func (s *DataSourceParameters) SetOracleParameters(v *OracleParameters) *DataSourceParameters

SetOracleParameters sets the OracleParameters field's value.

func (*DataSourceParameters) SetPostgreSqlParameters

func (s *DataSourceParameters) SetPostgreSqlParameters(v *PostgreSqlParameters) *DataSourceParameters

SetPostgreSqlParameters sets the PostgreSqlParameters field's value.

func (*DataSourceParameters) SetPrestoParameters

func (s *DataSourceParameters) SetPrestoParameters(v *PrestoParameters) *DataSourceParameters

SetPrestoParameters sets the PrestoParameters field's value.

func (*DataSourceParameters) SetRdsParameters

func (s *DataSourceParameters) SetRdsParameters(v *RdsParameters) *DataSourceParameters

SetRdsParameters sets the RdsParameters field's value.

func (*DataSourceParameters) SetRedshiftParameters

func (s *DataSourceParameters) SetRedshiftParameters(v *RedshiftParameters) *DataSourceParameters

SetRedshiftParameters sets the RedshiftParameters field's value.

func (*DataSourceParameters) SetS3Parameters

func (s *DataSourceParameters) SetS3Parameters(v *S3Parameters) *DataSourceParameters

SetS3Parameters sets the S3Parameters field's value.

func (*DataSourceParameters) SetServiceNowParameters

func (s *DataSourceParameters) SetServiceNowParameters(v *ServiceNowParameters) *DataSourceParameters

SetServiceNowParameters sets the ServiceNowParameters field's value.

func (*DataSourceParameters) SetSnowflakeParameters

func (s *DataSourceParameters) SetSnowflakeParameters(v *SnowflakeParameters) *DataSourceParameters

SetSnowflakeParameters sets the SnowflakeParameters field's value.

func (*DataSourceParameters) SetSparkParameters

func (s *DataSourceParameters) SetSparkParameters(v *SparkParameters) *DataSourceParameters

SetSparkParameters sets the SparkParameters field's value.

func (*DataSourceParameters) SetSqlServerParameters

func (s *DataSourceParameters) SetSqlServerParameters(v *SqlServerParameters) *DataSourceParameters

SetSqlServerParameters sets the SqlServerParameters field's value.

func (*DataSourceParameters) SetTeradataParameters

func (s *DataSourceParameters) SetTeradataParameters(v *TeradataParameters) *DataSourceParameters

SetTeradataParameters sets the TeradataParameters field's value.

func (*DataSourceParameters) SetTwitterParameters

func (s *DataSourceParameters) SetTwitterParameters(v *TwitterParameters) *DataSourceParameters

SetTwitterParameters sets the TwitterParameters field's value.

func (DataSourceParameters) String

func (s DataSourceParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSourceParameters) Validate

func (s *DataSourceParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataSourceSearchFilter added in v1.42.9

type DataSourceSearchFilter struct {

	// The name of the value that you want to use as a filter, for example, "Name":
	// "DIRECT_QUICKSIGHT_OWNER".
	//
	// Valid values are defined as follows:
	//
	//    * DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group,
	//    and any data sources with that ARN listed as one of the owners or viewers
	//    of the data sources are returned. Implicit permissions from folders or
	//    groups are not considered.
	//
	//    * DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any
	//    data sources with that ARN listed as one of the owners if the data source
	//    are returned. Implicit permissions from folders or groups are not considered.
	//
	//    * DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and
	//    any data sources with that ARN listed as the only owner of the data source
	//    are returned. Implicit permissions from folders or groups are not considered.
	//
	//    * DATASOURCE_NAME: Any data sources whose names have a substring match
	//    to the provided value are returned.
	//
	// Name is a required field
	Name *string `type:"string" required:"true" enum:"DataSourceFilterAttribute"`

	// The comparison operator that you want to use as a filter, for example "Operator":
	// "StringEquals". Valid values are "StringEquals" and "StringLike".
	//
	// If you set the operator value to "StringEquals", you need to provide an ownership
	// related filter in the "NAME" field and the arn of the user or group whose
	// data sources you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER",
	// "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
	//
	// If you set the value to "StringLike", you need to provide the name of the
	// data sources you are searching for. For example, "Name":"DATASOURCE_NAME",
	// "Operator": "StringLike", "Value": "Test". The "StringLike" operator only
	// supports the NAME value DATASOURCE_NAME.
	//
	// Operator is a required field
	Operator *string `type:"string" required:"true" enum:"FilterOperator"`

	// The value of the named item, for example DIRECT_QUICKSIGHT_OWNER, that you
	// want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A filter that you apply when searching for data sources.

func (DataSourceSearchFilter) GoString added in v1.42.9

func (s DataSourceSearchFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSourceSearchFilter) SetName added in v1.42.9

SetName sets the Name field's value.

func (*DataSourceSearchFilter) SetOperator added in v1.42.9

SetOperator sets the Operator field's value.

func (*DataSourceSearchFilter) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (DataSourceSearchFilter) String added in v1.42.9

func (s DataSourceSearchFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSourceSearchFilter) Validate added in v1.42.9

func (s *DataSourceSearchFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataSourceSummary added in v1.42.9

type DataSourceSummary struct {

	// The arn of the datasource.
	Arn *string `type:"string"`

	// The date and time that the data source was created. This value is expressed
	// in MM-DD-YYYY HH:MM:SS format.
	CreatedTime *time.Time `type:"timestamp"`

	// The unique ID of the data source.
	DataSourceId *string `type:"string"`

	// The date and time the data source was last updated. This value is expressed
	// in MM-DD-YYYY HH:MM:SS format.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The name of the data source.
	Name *string `min:"1" type:"string"`

	// The type of the data source.
	Type *string `type:"string" enum:"DataSourceType"`
	// contains filtered or unexported fields
}

A DataSourceSummary object that returns a summary of a data source.

func (DataSourceSummary) GoString added in v1.42.9

func (s DataSourceSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSourceSummary) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*DataSourceSummary) SetCreatedTime added in v1.42.9

func (s *DataSourceSummary) SetCreatedTime(v time.Time) *DataSourceSummary

SetCreatedTime sets the CreatedTime field's value.

func (*DataSourceSummary) SetDataSourceId added in v1.42.9

func (s *DataSourceSummary) SetDataSourceId(v string) *DataSourceSummary

SetDataSourceId sets the DataSourceId field's value.

func (*DataSourceSummary) SetLastUpdatedTime added in v1.42.9

func (s *DataSourceSummary) SetLastUpdatedTime(v time.Time) *DataSourceSummary

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*DataSourceSummary) SetName added in v1.42.9

SetName sets the Name field's value.

func (*DataSourceSummary) SetType added in v1.42.9

SetType sets the Type field's value.

func (DataSourceSummary) String added in v1.42.9

func (s DataSourceSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DatabricksParameters added in v1.42.9

type DatabricksParameters struct {

	// The host name of the Databricks data source.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// The port for the Databricks data source.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`

	// The HTTP path of the Databricks data source.
	//
	// SqlEndpointPath is a required field
	SqlEndpointPath *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The required parameters that are needed to connect to a Databricks data source.

func (DatabricksParameters) GoString added in v1.42.9

func (s DatabricksParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatabricksParameters) SetHost added in v1.42.9

SetHost sets the Host field's value.

func (*DatabricksParameters) SetPort added in v1.42.9

SetPort sets the Port field's value.

func (*DatabricksParameters) SetSqlEndpointPath added in v1.42.9

func (s *DatabricksParameters) SetSqlEndpointPath(v string) *DatabricksParameters

SetSqlEndpointPath sets the SqlEndpointPath field's value.

func (DatabricksParameters) String added in v1.42.9

func (s DatabricksParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatabricksParameters) Validate added in v1.42.9

func (s *DatabricksParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DatasetMetadata added in v1.42.9

type DatasetMetadata struct {

	// The list of calculated field definitions.
	CalculatedFields []*TopicCalculatedField `type:"list"`

	// The list of column definitions.
	Columns []*TopicColumn `type:"list"`

	// The definition of a data aggregation.
	DataAggregation *DataAggregation `type:"structure"`

	// The Amazon Resource Name (ARN) of the dataset.
	//
	// DatasetArn is a required field
	DatasetArn *string `type:"string" required:"true"`

	// The description of the dataset.
	DatasetDescription *string `type:"string"`

	// The name of the dataset.
	DatasetName *string `type:"string"`

	// The list of filter definitions.
	Filters []*TopicFilter `type:"list"`

	// The list of named entities definitions.
	NamedEntities []*TopicNamedEntity `type:"list"`
	// contains filtered or unexported fields
}

A structure that represents a dataset.

func (DatasetMetadata) GoString added in v1.42.9

func (s DatasetMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetMetadata) SetCalculatedFields added in v1.42.9

func (s *DatasetMetadata) SetCalculatedFields(v []*TopicCalculatedField) *DatasetMetadata

SetCalculatedFields sets the CalculatedFields field's value.

func (*DatasetMetadata) SetColumns added in v1.42.9

func (s *DatasetMetadata) SetColumns(v []*TopicColumn) *DatasetMetadata

SetColumns sets the Columns field's value.

func (*DatasetMetadata) SetDataAggregation added in v1.42.9

func (s *DatasetMetadata) SetDataAggregation(v *DataAggregation) *DatasetMetadata

SetDataAggregation sets the DataAggregation field's value.

func (*DatasetMetadata) SetDatasetArn added in v1.42.9

func (s *DatasetMetadata) SetDatasetArn(v string) *DatasetMetadata

SetDatasetArn sets the DatasetArn field's value.

func (*DatasetMetadata) SetDatasetDescription added in v1.42.9

func (s *DatasetMetadata) SetDatasetDescription(v string) *DatasetMetadata

SetDatasetDescription sets the DatasetDescription field's value.

func (*DatasetMetadata) SetDatasetName added in v1.42.9

func (s *DatasetMetadata) SetDatasetName(v string) *DatasetMetadata

SetDatasetName sets the DatasetName field's value.

func (*DatasetMetadata) SetFilters added in v1.42.9

func (s *DatasetMetadata) SetFilters(v []*TopicFilter) *DatasetMetadata

SetFilters sets the Filters field's value.

func (*DatasetMetadata) SetNamedEntities added in v1.42.9

func (s *DatasetMetadata) SetNamedEntities(v []*TopicNamedEntity) *DatasetMetadata

SetNamedEntities sets the NamedEntities field's value.

func (DatasetMetadata) String added in v1.42.9

func (s DatasetMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetMetadata) Validate added in v1.42.9

func (s *DatasetMetadata) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DatasetParameter added in v1.42.9

type DatasetParameter struct {

	// A date time parameter that is created in the dataset.
	DateTimeDatasetParameter *DateTimeDatasetParameter `type:"structure"`

	// A decimal parameter that is created in the dataset.
	DecimalDatasetParameter *DecimalDatasetParameter `type:"structure"`

	// An integer parameter that is created in the dataset.
	IntegerDatasetParameter *IntegerDatasetParameter `type:"structure"`

	// A string parameter that is created in the dataset.
	StringDatasetParameter *StringDatasetParameter `type:"structure"`
	// contains filtered or unexported fields
}

A dataset parameter.

func (DatasetParameter) GoString added in v1.42.9

func (s DatasetParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetParameter) SetDateTimeDatasetParameter added in v1.42.9

func (s *DatasetParameter) SetDateTimeDatasetParameter(v *DateTimeDatasetParameter) *DatasetParameter

SetDateTimeDatasetParameter sets the DateTimeDatasetParameter field's value.

func (*DatasetParameter) SetDecimalDatasetParameter added in v1.42.9

func (s *DatasetParameter) SetDecimalDatasetParameter(v *DecimalDatasetParameter) *DatasetParameter

SetDecimalDatasetParameter sets the DecimalDatasetParameter field's value.

func (*DatasetParameter) SetIntegerDatasetParameter added in v1.42.9

func (s *DatasetParameter) SetIntegerDatasetParameter(v *IntegerDatasetParameter) *DatasetParameter

SetIntegerDatasetParameter sets the IntegerDatasetParameter field's value.

func (*DatasetParameter) SetStringDatasetParameter added in v1.42.9

func (s *DatasetParameter) SetStringDatasetParameter(v *StringDatasetParameter) *DatasetParameter

SetStringDatasetParameter sets the StringDatasetParameter field's value.

func (DatasetParameter) String added in v1.42.9

func (s DatasetParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetParameter) Validate added in v1.42.9

func (s *DatasetParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DateAxisOptions added in v1.42.9

type DateAxisOptions struct {

	// Determines whether or not missing dates are displayed.
	MissingDateVisibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The options that determine how a date axis is displayed.

func (DateAxisOptions) GoString added in v1.42.9

func (s DateAxisOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateAxisOptions) SetMissingDateVisibility added in v1.42.9

func (s *DateAxisOptions) SetMissingDateVisibility(v string) *DateAxisOptions

SetMissingDateVisibility sets the MissingDateVisibility field's value.

func (DateAxisOptions) String added in v1.42.9

func (s DateAxisOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DateDimensionField added in v1.42.9

type DateDimensionField struct {

	// The column that is used in the DateDimensionField.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The date granularity of the DateDimensionField. Choose one of the following
	// options:
	//
	//    * YEAR
	//
	//    * QUARTER
	//
	//    * MONTH
	//
	//    * WEEK
	//
	//    * DAY
	//
	//    * HOUR
	//
	//    * MINUTE
	//
	//    * SECOND
	//
	//    * MILLISECOND
	DateGranularity *string `type:"string" enum:"TimeGranularity"`

	// The custom field ID.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The format configuration of the field.
	FormatConfiguration *DateTimeFormatConfiguration `type:"structure"`

	// The custom hierarchy ID.
	HierarchyId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The dimension type field with date type columns.

func (DateDimensionField) GoString added in v1.42.9

func (s DateDimensionField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateDimensionField) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*DateDimensionField) SetDateGranularity added in v1.42.9

func (s *DateDimensionField) SetDateGranularity(v string) *DateDimensionField

SetDateGranularity sets the DateGranularity field's value.

func (*DateDimensionField) SetFieldId added in v1.42.9

func (s *DateDimensionField) SetFieldId(v string) *DateDimensionField

SetFieldId sets the FieldId field's value.

func (*DateDimensionField) SetFormatConfiguration added in v1.42.9

func (s *DateDimensionField) SetFormatConfiguration(v *DateTimeFormatConfiguration) *DateDimensionField

SetFormatConfiguration sets the FormatConfiguration field's value.

func (*DateDimensionField) SetHierarchyId added in v1.42.9

func (s *DateDimensionField) SetHierarchyId(v string) *DateDimensionField

SetHierarchyId sets the HierarchyId field's value.

func (DateDimensionField) String added in v1.42.9

func (s DateDimensionField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateDimensionField) Validate added in v1.42.9

func (s *DateDimensionField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DateMeasureField added in v1.42.9

type DateMeasureField struct {

	// The aggregation function of the measure field.
	AggregationFunction *string `type:"string" enum:"DateAggregationFunction"`

	// The column that is used in the DateMeasureField.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The custom field ID.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The format configuration of the field.
	FormatConfiguration *DateTimeFormatConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The measure type field with date type columns.

func (DateMeasureField) GoString added in v1.42.9

func (s DateMeasureField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateMeasureField) SetAggregationFunction added in v1.42.9

func (s *DateMeasureField) SetAggregationFunction(v string) *DateMeasureField

SetAggregationFunction sets the AggregationFunction field's value.

func (*DateMeasureField) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*DateMeasureField) SetFieldId added in v1.42.9

func (s *DateMeasureField) SetFieldId(v string) *DateMeasureField

SetFieldId sets the FieldId field's value.

func (*DateMeasureField) SetFormatConfiguration added in v1.42.9

func (s *DateMeasureField) SetFormatConfiguration(v *DateTimeFormatConfiguration) *DateMeasureField

SetFormatConfiguration sets the FormatConfiguration field's value.

func (DateMeasureField) String added in v1.42.9

func (s DateMeasureField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateMeasureField) Validate added in v1.42.9

func (s *DateMeasureField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DateTimeDatasetParameter added in v1.42.9

type DateTimeDatasetParameter struct {

	// A list of default values for a given date time parameter. This structure
	// only accepts static values.
	DefaultValues *DateTimeDatasetParameterDefaultValues `type:"structure"`

	// An identifier for the parameter that is created in the dataset.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The name of the date time parameter that is created in the dataset.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The time granularity of the date time parameter.
	TimeGranularity *string `type:"string" enum:"TimeGranularity"`

	// The value type of the dataset parameter. Valid values are single value or
	// multi value.
	//
	// ValueType is a required field
	ValueType *string `type:"string" required:"true" enum:"DatasetParameterValueType"`
	// contains filtered or unexported fields
}

A date time parameter for a dataset.

func (DateTimeDatasetParameter) GoString added in v1.42.9

func (s DateTimeDatasetParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeDatasetParameter) SetDefaultValues added in v1.42.9

SetDefaultValues sets the DefaultValues field's value.

func (*DateTimeDatasetParameter) SetId added in v1.42.9

SetId sets the Id field's value.

func (*DateTimeDatasetParameter) SetName added in v1.42.9

SetName sets the Name field's value.

func (*DateTimeDatasetParameter) SetTimeGranularity added in v1.42.9

func (s *DateTimeDatasetParameter) SetTimeGranularity(v string) *DateTimeDatasetParameter

SetTimeGranularity sets the TimeGranularity field's value.

func (*DateTimeDatasetParameter) SetValueType added in v1.42.9

SetValueType sets the ValueType field's value.

func (DateTimeDatasetParameter) String added in v1.42.9

func (s DateTimeDatasetParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeDatasetParameter) Validate added in v1.42.9

func (s *DateTimeDatasetParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DateTimeDatasetParameterDefaultValues added in v1.42.9

type DateTimeDatasetParameterDefaultValues struct {

	// A list of static default values for a given date time parameter.
	StaticValues []*time.Time `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The default values of a date time parameter.

func (DateTimeDatasetParameterDefaultValues) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeDatasetParameterDefaultValues) SetStaticValues added in v1.42.9

SetStaticValues sets the StaticValues field's value.

func (DateTimeDatasetParameterDefaultValues) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeDatasetParameterDefaultValues) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DateTimeDefaultValues added in v1.42.9

type DateTimeDefaultValues struct {

	// The dynamic value of the DataTimeDefaultValues. Different defaults are displayed
	// according to users, groups, and values mapping.
	DynamicValue *DynamicDefaultValue `type:"structure"`

	// The rolling date of the DataTimeDefaultValues. The date is determined from
	// the dataset based on input expression.
	RollingDate *RollingDateConfiguration `type:"structure"`

	// The static values of the DataTimeDefaultValues.
	StaticValues []*time.Time `type:"list"`
	// contains filtered or unexported fields
}

The default values of the DateTimeParameterDeclaration.

func (DateTimeDefaultValues) GoString added in v1.42.9

func (s DateTimeDefaultValues) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeDefaultValues) SetDynamicValue added in v1.42.9

SetDynamicValue sets the DynamicValue field's value.

func (*DateTimeDefaultValues) SetRollingDate added in v1.42.9

SetRollingDate sets the RollingDate field's value.

func (*DateTimeDefaultValues) SetStaticValues added in v1.42.9

func (s *DateTimeDefaultValues) SetStaticValues(v []*time.Time) *DateTimeDefaultValues

SetStaticValues sets the StaticValues field's value.

func (DateTimeDefaultValues) String added in v1.42.9

func (s DateTimeDefaultValues) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeDefaultValues) Validate added in v1.42.9

func (s *DateTimeDefaultValues) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DateTimeFormatConfiguration added in v1.42.9

type DateTimeFormatConfiguration struct {

	// Determines the DateTime format.
	DateTimeFormat *string `min:"1" type:"string"`

	// The options that determine the null value format configuration.
	NullValueFormatConfiguration *NullValueFormatConfiguration `type:"structure"`

	// The formatting configuration for numeric DateTime fields.
	NumericFormatConfiguration *NumericFormatConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

Formatting configuration for DateTime fields.

func (DateTimeFormatConfiguration) GoString added in v1.42.9

func (s DateTimeFormatConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeFormatConfiguration) SetDateTimeFormat added in v1.42.9

SetDateTimeFormat sets the DateTimeFormat field's value.

func (*DateTimeFormatConfiguration) SetNullValueFormatConfiguration added in v1.42.9

SetNullValueFormatConfiguration sets the NullValueFormatConfiguration field's value.

func (*DateTimeFormatConfiguration) SetNumericFormatConfiguration added in v1.42.9

SetNumericFormatConfiguration sets the NumericFormatConfiguration field's value.

func (DateTimeFormatConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeFormatConfiguration) Validate added in v1.42.9

func (s *DateTimeFormatConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DateTimeHierarchy added in v1.42.9

type DateTimeHierarchy struct {

	// The option that determines the drill down filters for the DateTime hierarchy.
	DrillDownFilters []*DrillDownFilter `type:"list"`

	// The hierarchy ID of the DateTime hierarchy.
	//
	// HierarchyId is a required field
	HierarchyId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The option that determines the hierarchy of any DateTime fields.

func (DateTimeHierarchy) GoString added in v1.42.9

func (s DateTimeHierarchy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeHierarchy) SetDrillDownFilters added in v1.42.9

func (s *DateTimeHierarchy) SetDrillDownFilters(v []*DrillDownFilter) *DateTimeHierarchy

SetDrillDownFilters sets the DrillDownFilters field's value.

func (*DateTimeHierarchy) SetHierarchyId added in v1.42.9

func (s *DateTimeHierarchy) SetHierarchyId(v string) *DateTimeHierarchy

SetHierarchyId sets the HierarchyId field's value.

func (DateTimeHierarchy) String added in v1.42.9

func (s DateTimeHierarchy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeHierarchy) Validate added in v1.42.9

func (s *DateTimeHierarchy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DateTimeParameter

type DateTimeParameter struct {

	// A display name for the date-time parameter.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The values for the date-time parameter.
	//
	// Values is a required field
	Values []*time.Time `type:"list" required:"true"`
	// contains filtered or unexported fields
}

A date-time parameter.

func (DateTimeParameter) GoString

func (s DateTimeParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeParameter) SetName

SetName sets the Name field's value.

func (*DateTimeParameter) SetValues

func (s *DateTimeParameter) SetValues(v []*time.Time) *DateTimeParameter

SetValues sets the Values field's value.

func (DateTimeParameter) String

func (s DateTimeParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeParameter) Validate

func (s *DateTimeParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DateTimeParameterDeclaration added in v1.42.9

type DateTimeParameterDeclaration struct {

	// The default values of a parameter. If the parameter is a single-value parameter,
	// a maximum of one default value can be provided.
	DefaultValues *DateTimeDefaultValues `type:"structure"`

	// A list of dataset parameters that are mapped to an analysis parameter.
	MappedDataSetParameters []*MappedDataSetParameter `type:"list"`

	// The name of the parameter that is being declared.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The level of time precision that is used to aggregate DateTime values.
	TimeGranularity *string `type:"string" enum:"TimeGranularity"`

	// The configuration that defines the default value of a DateTime parameter
	// when a value has not been set.
	ValueWhenUnset *DateTimeValueWhenUnsetConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

A parameter declaration for the DateTime data type.

func (DateTimeParameterDeclaration) GoString added in v1.42.9

func (s DateTimeParameterDeclaration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeParameterDeclaration) SetDefaultValues added in v1.42.9

SetDefaultValues sets the DefaultValues field's value.

func (*DateTimeParameterDeclaration) SetMappedDataSetParameters added in v1.42.9

SetMappedDataSetParameters sets the MappedDataSetParameters field's value.

func (*DateTimeParameterDeclaration) SetName added in v1.42.9

SetName sets the Name field's value.

func (*DateTimeParameterDeclaration) SetTimeGranularity added in v1.42.9

SetTimeGranularity sets the TimeGranularity field's value.

func (*DateTimeParameterDeclaration) SetValueWhenUnset added in v1.42.9

SetValueWhenUnset sets the ValueWhenUnset field's value.

func (DateTimeParameterDeclaration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeParameterDeclaration) Validate added in v1.42.9

func (s *DateTimeParameterDeclaration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DateTimePickerControlDisplayOptions added in v1.42.9

type DateTimePickerControlDisplayOptions struct {

	// Customize how dates are formatted in controls.
	DateTimeFormat *string `min:"1" type:"string"`

	// The configuration of info icon label options.
	InfoIconLabelOptions *SheetControlInfoIconLabelOptions `type:"structure"`

	// The options to configure the title visibility, name, and font size.
	TitleOptions *LabelOptions `type:"structure"`
	// contains filtered or unexported fields
}

The display options of a control.

func (DateTimePickerControlDisplayOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimePickerControlDisplayOptions) SetDateTimeFormat added in v1.42.9

SetDateTimeFormat sets the DateTimeFormat field's value.

func (*DateTimePickerControlDisplayOptions) SetInfoIconLabelOptions added in v1.42.9

SetInfoIconLabelOptions sets the InfoIconLabelOptions field's value.

func (*DateTimePickerControlDisplayOptions) SetTitleOptions added in v1.42.9

SetTitleOptions sets the TitleOptions field's value.

func (DateTimePickerControlDisplayOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimePickerControlDisplayOptions) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DateTimeValueWhenUnsetConfiguration added in v1.42.9

type DateTimeValueWhenUnsetConfiguration struct {

	// A custom value that's used when the value of a parameter isn't set.
	//
	// CustomValue is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by DateTimeValueWhenUnsetConfiguration's
	// String and GoString methods.
	CustomValue *time.Time `type:"timestamp" sensitive:"true"`

	// The built-in options for default values. The value can be one of the following:
	//
	//    * RECOMMENDED: The recommended value.
	//
	//    * NULL: The NULL value.
	ValueWhenUnsetOption *string `type:"string" enum:"ValueWhenUnsetOption"`
	// contains filtered or unexported fields
}

The configuration that defines the default value of a DateTime parameter when a value has not been set.

func (DateTimeValueWhenUnsetConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateTimeValueWhenUnsetConfiguration) SetCustomValue added in v1.42.9

SetCustomValue sets the CustomValue field's value.

func (*DateTimeValueWhenUnsetConfiguration) SetValueWhenUnsetOption added in v1.42.9

SetValueWhenUnsetOption sets the ValueWhenUnsetOption field's value.

func (DateTimeValueWhenUnsetConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DecimalDatasetParameter added in v1.42.9

type DecimalDatasetParameter struct {

	// A list of default values for a given decimal parameter. This structure only
	// accepts static values.
	DefaultValues *DecimalDatasetParameterDefaultValues `type:"structure"`

	// An identifier for the decimal parameter created in the dataset.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The name of the decimal parameter that is created in the dataset.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The value type of the dataset parameter. Valid values are single value or
	// multi value.
	//
	// ValueType is a required field
	ValueType *string `type:"string" required:"true" enum:"DatasetParameterValueType"`
	// contains filtered or unexported fields
}

A decimal parameter for a dataset.

func (DecimalDatasetParameter) GoString added in v1.42.9

func (s DecimalDatasetParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalDatasetParameter) SetDefaultValues added in v1.42.9

SetDefaultValues sets the DefaultValues field's value.

func (*DecimalDatasetParameter) SetId added in v1.42.9

SetId sets the Id field's value.

func (*DecimalDatasetParameter) SetName added in v1.42.9

SetName sets the Name field's value.

func (*DecimalDatasetParameter) SetValueType added in v1.42.9

SetValueType sets the ValueType field's value.

func (DecimalDatasetParameter) String added in v1.42.9

func (s DecimalDatasetParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalDatasetParameter) Validate added in v1.42.9

func (s *DecimalDatasetParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DecimalDatasetParameterDefaultValues added in v1.42.9

type DecimalDatasetParameterDefaultValues struct {

	// A list of static default values for a given decimal parameter.
	StaticValues []*float64 `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The default values of a decimal parameter.

func (DecimalDatasetParameterDefaultValues) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalDatasetParameterDefaultValues) SetStaticValues added in v1.42.9

SetStaticValues sets the StaticValues field's value.

func (DecimalDatasetParameterDefaultValues) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalDatasetParameterDefaultValues) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DecimalDefaultValues added in v1.42.9

type DecimalDefaultValues struct {

	// The dynamic value of the DecimalDefaultValues. Different defaults are displayed
	// according to users, groups, and values mapping.
	DynamicValue *DynamicDefaultValue `type:"structure"`

	// The static values of the DecimalDefaultValues.
	StaticValues []*float64 `type:"list"`
	// contains filtered or unexported fields
}

The default values of the DecimalParameterDeclaration.

func (DecimalDefaultValues) GoString added in v1.42.9

func (s DecimalDefaultValues) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalDefaultValues) SetDynamicValue added in v1.42.9

SetDynamicValue sets the DynamicValue field's value.

func (*DecimalDefaultValues) SetStaticValues added in v1.42.9

func (s *DecimalDefaultValues) SetStaticValues(v []*float64) *DecimalDefaultValues

SetStaticValues sets the StaticValues field's value.

func (DecimalDefaultValues) String added in v1.42.9

func (s DecimalDefaultValues) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalDefaultValues) Validate added in v1.42.9

func (s *DecimalDefaultValues) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DecimalParameter

type DecimalParameter struct {

	// A display name for the decimal parameter.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The values for the decimal parameter.
	//
	// Values is a required field
	Values []*float64 `type:"list" required:"true"`
	// contains filtered or unexported fields
}

A decimal parameter.

func (DecimalParameter) GoString

func (s DecimalParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalParameter) SetName

func (s *DecimalParameter) SetName(v string) *DecimalParameter

SetName sets the Name field's value.

func (*DecimalParameter) SetValues

func (s *DecimalParameter) SetValues(v []*float64) *DecimalParameter

SetValues sets the Values field's value.

func (DecimalParameter) String

func (s DecimalParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalParameter) Validate

func (s *DecimalParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DecimalParameterDeclaration added in v1.42.9

type DecimalParameterDeclaration struct {

	// The default values of a parameter. If the parameter is a single-value parameter,
	// a maximum of one default value can be provided.
	DefaultValues *DecimalDefaultValues `type:"structure"`

	// A list of dataset parameters that are mapped to an analysis parameter.
	MappedDataSetParameters []*MappedDataSetParameter `type:"list"`

	// The name of the parameter that is being declared.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The value type determines whether the parameter is a single-value or multi-value
	// parameter.
	//
	// ParameterValueType is a required field
	ParameterValueType *string `type:"string" required:"true" enum:"ParameterValueType"`

	// The configuration that defines the default value of a Decimal parameter when
	// a value has not been set.
	ValueWhenUnset *DecimalValueWhenUnsetConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

A parameter declaration for the Decimal data type.

func (DecimalParameterDeclaration) GoString added in v1.42.9

func (s DecimalParameterDeclaration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalParameterDeclaration) SetDefaultValues added in v1.42.9

SetDefaultValues sets the DefaultValues field's value.

func (*DecimalParameterDeclaration) SetMappedDataSetParameters added in v1.42.9

SetMappedDataSetParameters sets the MappedDataSetParameters field's value.

func (*DecimalParameterDeclaration) SetName added in v1.42.9

SetName sets the Name field's value.

func (*DecimalParameterDeclaration) SetParameterValueType added in v1.42.9

func (s *DecimalParameterDeclaration) SetParameterValueType(v string) *DecimalParameterDeclaration

SetParameterValueType sets the ParameterValueType field's value.

func (*DecimalParameterDeclaration) SetValueWhenUnset added in v1.42.9

SetValueWhenUnset sets the ValueWhenUnset field's value.

func (DecimalParameterDeclaration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalParameterDeclaration) Validate added in v1.42.9

func (s *DecimalParameterDeclaration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DecimalPlacesConfiguration added in v1.42.9

type DecimalPlacesConfiguration struct {

	// The values of the decimal places.
	//
	// DecimalPlaces is a required field
	DecimalPlaces *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

The option that determines the decimal places configuration.

func (DecimalPlacesConfiguration) GoString added in v1.42.9

func (s DecimalPlacesConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalPlacesConfiguration) SetDecimalPlaces added in v1.42.9

SetDecimalPlaces sets the DecimalPlaces field's value.

func (DecimalPlacesConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalPlacesConfiguration) Validate added in v1.42.9

func (s *DecimalPlacesConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DecimalValueWhenUnsetConfiguration added in v1.42.9

type DecimalValueWhenUnsetConfiguration struct {

	// A custom value that's used when the value of a parameter isn't set.
	//
	// CustomValue is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by DecimalValueWhenUnsetConfiguration's
	// String and GoString methods.
	CustomValue *float64 `type:"double" sensitive:"true"`

	// The built-in options for default values. The value can be one of the following:
	//
	//    * RECOMMENDED: The recommended value.
	//
	//    * NULL: The NULL value.
	ValueWhenUnsetOption *string `type:"string" enum:"ValueWhenUnsetOption"`
	// contains filtered or unexported fields
}

The configuration that defines the default value of a Decimal parameter when a value has not been set.

func (DecimalValueWhenUnsetConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DecimalValueWhenUnsetConfiguration) SetCustomValue added in v1.42.9

SetCustomValue sets the CustomValue field's value.

func (*DecimalValueWhenUnsetConfiguration) SetValueWhenUnsetOption added in v1.42.9

SetValueWhenUnsetOption sets the ValueWhenUnsetOption field's value.

func (DecimalValueWhenUnsetConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DefaultFormatting added in v1.42.9

type DefaultFormatting struct {

	// The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY,
	// NUMBER, DATE, and STRING.
	DisplayFormat *string `type:"string" enum:"DisplayFormat"`

	// The additional options for display formatting.
	DisplayFormatOptions *DisplayFormatOptions `type:"structure"`
	// contains filtered or unexported fields
}

A structure that represents a default formatting definition.

func (DefaultFormatting) GoString added in v1.42.9

func (s DefaultFormatting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultFormatting) SetDisplayFormat added in v1.42.9

func (s *DefaultFormatting) SetDisplayFormat(v string) *DefaultFormatting

SetDisplayFormat sets the DisplayFormat field's value.

func (*DefaultFormatting) SetDisplayFormatOptions added in v1.42.9

func (s *DefaultFormatting) SetDisplayFormatOptions(v *DisplayFormatOptions) *DefaultFormatting

SetDisplayFormatOptions sets the DisplayFormatOptions field's value.

func (DefaultFormatting) String added in v1.42.9

func (s DefaultFormatting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DefaultFreeFormLayoutConfiguration added in v1.42.9

type DefaultFreeFormLayoutConfiguration struct {

	// Determines the screen canvas size options for a free-form layout.
	//
	// CanvasSizeOptions is a required field
	CanvasSizeOptions *FreeFormLayoutCanvasSizeOptions `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The options that determine the default settings of a free-form layout configuration.

func (DefaultFreeFormLayoutConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultFreeFormLayoutConfiguration) SetCanvasSizeOptions added in v1.42.9

SetCanvasSizeOptions sets the CanvasSizeOptions field's value.

func (DefaultFreeFormLayoutConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultFreeFormLayoutConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DefaultGridLayoutConfiguration added in v1.42.9

type DefaultGridLayoutConfiguration struct {

	// Determines the screen canvas size options for a grid layout.
	//
	// CanvasSizeOptions is a required field
	CanvasSizeOptions *GridLayoutCanvasSizeOptions `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The options that determine the default settings for a grid layout configuration.

func (DefaultGridLayoutConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultGridLayoutConfiguration) SetCanvasSizeOptions added in v1.42.9

SetCanvasSizeOptions sets the CanvasSizeOptions field's value.

func (DefaultGridLayoutConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultGridLayoutConfiguration) Validate added in v1.42.9

func (s *DefaultGridLayoutConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DefaultInteractiveLayoutConfiguration added in v1.42.9

type DefaultInteractiveLayoutConfiguration struct {

	// The options that determine the default settings of a free-form layout configuration.
	FreeForm *DefaultFreeFormLayoutConfiguration `type:"structure"`

	// The options that determine the default settings for a grid layout configuration.
	Grid *DefaultGridLayoutConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The options that determine the default settings for interactive layout configuration.

func (DefaultInteractiveLayoutConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultInteractiveLayoutConfiguration) SetFreeForm added in v1.42.9

SetFreeForm sets the FreeForm field's value.

func (*DefaultInteractiveLayoutConfiguration) SetGrid added in v1.42.9

SetGrid sets the Grid field's value.

func (DefaultInteractiveLayoutConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultInteractiveLayoutConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DefaultNewSheetConfiguration added in v1.42.9

type DefaultNewSheetConfiguration struct {

	// The options that determine the default settings for interactive layout configuration.
	InteractiveLayoutConfiguration *DefaultInteractiveLayoutConfiguration `type:"structure"`

	// The options that determine the default settings for a paginated layout configuration.
	PaginatedLayoutConfiguration *DefaultPaginatedLayoutConfiguration `type:"structure"`

	// The option that determines the sheet content type.
	SheetContentType *string `type:"string" enum:"SheetContentType"`
	// contains filtered or unexported fields
}

The configuration for default new sheet settings.

func (DefaultNewSheetConfiguration) GoString added in v1.42.9

func (s DefaultNewSheetConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultNewSheetConfiguration) SetInteractiveLayoutConfiguration added in v1.42.9

SetInteractiveLayoutConfiguration sets the InteractiveLayoutConfiguration field's value.

func (*DefaultNewSheetConfiguration) SetPaginatedLayoutConfiguration added in v1.42.9

SetPaginatedLayoutConfiguration sets the PaginatedLayoutConfiguration field's value.

func (*DefaultNewSheetConfiguration) SetSheetContentType added in v1.42.9

SetSheetContentType sets the SheetContentType field's value.

func (DefaultNewSheetConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultNewSheetConfiguration) Validate added in v1.42.9

func (s *DefaultNewSheetConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DefaultPaginatedLayoutConfiguration added in v1.42.9

type DefaultPaginatedLayoutConfiguration struct {

	// The options that determine the default settings for a section-based layout
	// configuration.
	SectionBased *DefaultSectionBasedLayoutConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The options that determine the default settings for a paginated layout configuration.

func (DefaultPaginatedLayoutConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultPaginatedLayoutConfiguration) SetSectionBased added in v1.42.9

SetSectionBased sets the SectionBased field's value.

func (DefaultPaginatedLayoutConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultPaginatedLayoutConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DefaultSectionBasedLayoutConfiguration added in v1.42.9

type DefaultSectionBasedLayoutConfiguration struct {

	// Determines the screen canvas size options for a section-based layout.
	//
	// CanvasSizeOptions is a required field
	CanvasSizeOptions *SectionBasedLayoutCanvasSizeOptions `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The options that determine the default settings for a section-based layout configuration.

func (DefaultSectionBasedLayoutConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultSectionBasedLayoutConfiguration) SetCanvasSizeOptions added in v1.42.9

SetCanvasSizeOptions sets the CanvasSizeOptions field's value.

func (DefaultSectionBasedLayoutConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultSectionBasedLayoutConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccountCustomizationInput

type DeleteAccountCustomizationInput struct {

	// The ID for the Amazon Web Services account that you want to delete Amazon
	// QuickSight customizations from in this Amazon Web Services Region.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The Amazon QuickSight namespace that you're deleting the customizations from.
	Namespace *string `location:"querystring" locationName:"namespace" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteAccountCustomizationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccountCustomizationInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteAccountCustomizationInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (DeleteAccountCustomizationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccountCustomizationInput) Validate

func (s *DeleteAccountCustomizationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccountCustomizationOutput

type DeleteAccountCustomizationOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteAccountCustomizationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccountCustomizationOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteAccountCustomizationOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteAccountCustomizationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAccountSubscriptionInput added in v1.42.9

type DeleteAccountSubscriptionInput struct {

	// The Amazon Web Services account ID of the account that you want to delete.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAccountSubscriptionInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccountSubscriptionInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (DeleteAccountSubscriptionInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccountSubscriptionInput) Validate added in v1.42.9

func (s *DeleteAccountSubscriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccountSubscriptionOutput added in v1.42.9

type DeleteAccountSubscriptionOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteAccountSubscriptionOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccountSubscriptionOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DeleteAccountSubscriptionOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (DeleteAccountSubscriptionOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAnalysisInput

type DeleteAnalysisInput struct {

	// The ID of the analysis that you're deleting.
	//
	// AnalysisId is a required field
	AnalysisId *string `location:"uri" locationName:"AnalysisId" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account where you want to delete an analysis.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// This option defaults to the value NoForceDeleteWithoutRecovery. To immediately
	// delete the analysis, add the ForceDeleteWithoutRecovery option. You can't
	// restore an analysis after it's deleted.
	ForceDeleteWithoutRecovery *bool `location:"querystring" locationName:"force-delete-without-recovery" type:"boolean"`

	// A value that specifies the number of days that Amazon QuickSight waits before
	// it deletes the analysis. You can't use this parameter with the ForceDeleteWithoutRecovery
	// option in the same API call. The default value is 30.
	RecoveryWindowInDays *int64 `location:"querystring" locationName:"recovery-window-in-days" min:"7" type:"long"`
	// contains filtered or unexported fields
}

func (DeleteAnalysisInput) GoString

func (s DeleteAnalysisInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAnalysisInput) SetAnalysisId

func (s *DeleteAnalysisInput) SetAnalysisId(v string) *DeleteAnalysisInput

SetAnalysisId sets the AnalysisId field's value.

func (*DeleteAnalysisInput) SetAwsAccountId

func (s *DeleteAnalysisInput) SetAwsAccountId(v string) *DeleteAnalysisInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteAnalysisInput) SetForceDeleteWithoutRecovery

func (s *DeleteAnalysisInput) SetForceDeleteWithoutRecovery(v bool) *DeleteAnalysisInput

SetForceDeleteWithoutRecovery sets the ForceDeleteWithoutRecovery field's value.

func (*DeleteAnalysisInput) SetRecoveryWindowInDays

func (s *DeleteAnalysisInput) SetRecoveryWindowInDays(v int64) *DeleteAnalysisInput

SetRecoveryWindowInDays sets the RecoveryWindowInDays field's value.

func (DeleteAnalysisInput) String

func (s DeleteAnalysisInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAnalysisInput) Validate

func (s *DeleteAnalysisInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAnalysisOutput

type DeleteAnalysisOutput struct {

	// The ID of the deleted analysis.
	AnalysisId *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the deleted analysis.
	Arn *string `type:"string"`

	// The date and time that the analysis is scheduled to be deleted.
	DeletionTime *time.Time `type:"timestamp"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteAnalysisOutput) GoString

func (s DeleteAnalysisOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAnalysisOutput) SetAnalysisId

func (s *DeleteAnalysisOutput) SetAnalysisId(v string) *DeleteAnalysisOutput

SetAnalysisId sets the AnalysisId field's value.

func (*DeleteAnalysisOutput) SetArn

SetArn sets the Arn field's value.

func (*DeleteAnalysisOutput) SetDeletionTime

func (s *DeleteAnalysisOutput) SetDeletionTime(v time.Time) *DeleteAnalysisOutput

SetDeletionTime sets the DeletionTime field's value.

func (*DeleteAnalysisOutput) SetRequestId

func (s *DeleteAnalysisOutput) SetRequestId(v string) *DeleteAnalysisOutput

SetRequestId sets the RequestId field's value.

func (*DeleteAnalysisOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteAnalysisOutput) String

func (s DeleteAnalysisOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDashboardInput

type DeleteDashboardInput struct {

	// The ID of the Amazon Web Services account that contains the dashboard that
	// you're deleting.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dashboard.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// The version number of the dashboard. If the version number property is provided,
	// only the specified version of the dashboard is deleted.
	VersionNumber *int64 `location:"querystring" locationName:"version-number" min:"1" type:"long"`
	// contains filtered or unexported fields
}

func (DeleteDashboardInput) GoString

func (s DeleteDashboardInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDashboardInput) SetAwsAccountId

func (s *DeleteDashboardInput) SetAwsAccountId(v string) *DeleteDashboardInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteDashboardInput) SetDashboardId

func (s *DeleteDashboardInput) SetDashboardId(v string) *DeleteDashboardInput

SetDashboardId sets the DashboardId field's value.

func (*DeleteDashboardInput) SetVersionNumber

func (s *DeleteDashboardInput) SetVersionNumber(v int64) *DeleteDashboardInput

SetVersionNumber sets the VersionNumber field's value.

func (DeleteDashboardInput) String

func (s DeleteDashboardInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDashboardInput) Validate

func (s *DeleteDashboardInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDashboardOutput

type DeleteDashboardOutput struct {

	// The Secure Socket Layer (SSL) properties that apply for the resource.
	Arn *string `type:"string"`

	// The ID of the dashboard.
	DashboardId *string `min:"1" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteDashboardOutput) GoString

func (s DeleteDashboardOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDashboardOutput) SetArn

SetArn sets the Arn field's value.

func (*DeleteDashboardOutput) SetDashboardId

func (s *DeleteDashboardOutput) SetDashboardId(v string) *DeleteDashboardOutput

SetDashboardId sets the DashboardId field's value.

func (*DeleteDashboardOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteDashboardOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteDashboardOutput) String

func (s DeleteDashboardOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDataSetInput

type DeleteDataSetInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dataset that you want to create. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDataSetInput) GoString

func (s DeleteDataSetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDataSetInput) SetAwsAccountId

func (s *DeleteDataSetInput) SetAwsAccountId(v string) *DeleteDataSetInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteDataSetInput) SetDataSetId

func (s *DeleteDataSetInput) SetDataSetId(v string) *DeleteDataSetInput

SetDataSetId sets the DataSetId field's value.

func (DeleteDataSetInput) String

func (s DeleteDataSetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDataSetInput) Validate

func (s *DeleteDataSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDataSetOutput

type DeleteDataSetOutput struct {

	// The Amazon Resource Name (ARN) of the dataset.
	Arn *string `type:"string"`

	// The ID for the dataset that you want to create. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	DataSetId *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteDataSetOutput) GoString

func (s DeleteDataSetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDataSetOutput) SetArn

SetArn sets the Arn field's value.

func (*DeleteDataSetOutput) SetDataSetId

func (s *DeleteDataSetOutput) SetDataSetId(v string) *DeleteDataSetOutput

SetDataSetId sets the DataSetId field's value.

func (*DeleteDataSetOutput) SetRequestId

func (s *DeleteDataSetOutput) SetRequestId(v string) *DeleteDataSetOutput

SetRequestId sets the RequestId field's value.

func (*DeleteDataSetOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteDataSetOutput) String

func (s DeleteDataSetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDataSetRefreshPropertiesInput added in v1.42.9

type DeleteDataSetRefreshPropertiesInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDataSetRefreshPropertiesInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDataSetRefreshPropertiesInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteDataSetRefreshPropertiesInput) SetDataSetId added in v1.42.9

SetDataSetId sets the DataSetId field's value.

func (DeleteDataSetRefreshPropertiesInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDataSetRefreshPropertiesInput) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DeleteDataSetRefreshPropertiesOutput added in v1.42.9

type DeleteDataSetRefreshPropertiesOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteDataSetRefreshPropertiesOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDataSetRefreshPropertiesOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DeleteDataSetRefreshPropertiesOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (DeleteDataSetRefreshPropertiesOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDataSourceInput

type DeleteDataSourceInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	//
	// DataSourceId is a required field
	DataSourceId *string `location:"uri" locationName:"DataSourceId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDataSourceInput) GoString

func (s DeleteDataSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDataSourceInput) SetAwsAccountId

func (s *DeleteDataSourceInput) SetAwsAccountId(v string) *DeleteDataSourceInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteDataSourceInput) SetDataSourceId

func (s *DeleteDataSourceInput) SetDataSourceId(v string) *DeleteDataSourceInput

SetDataSourceId sets the DataSourceId field's value.

func (DeleteDataSourceInput) String

func (s DeleteDataSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDataSourceInput) Validate

func (s *DeleteDataSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDataSourceOutput

type DeleteDataSourceOutput struct {

	// The Amazon Resource Name (ARN) of the data source that you deleted.
	Arn *string `type:"string"`

	// The ID of the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	DataSourceId *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteDataSourceOutput) GoString

func (s DeleteDataSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDataSourceOutput) SetArn

SetArn sets the Arn field's value.

func (*DeleteDataSourceOutput) SetDataSourceId

func (s *DeleteDataSourceOutput) SetDataSourceId(v string) *DeleteDataSourceOutput

SetDataSourceId sets the DataSourceId field's value.

func (*DeleteDataSourceOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteDataSourceOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteDataSourceOutput) String

func (s DeleteDataSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteFolderInput

type DeleteFolderInput struct {

	// The ID for the Amazon Web Services account that contains the folder.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the folder.
	//
	// FolderId is a required field
	FolderId *string `location:"uri" locationName:"FolderId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteFolderInput) GoString

func (s DeleteFolderInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFolderInput) SetAwsAccountId

func (s *DeleteFolderInput) SetAwsAccountId(v string) *DeleteFolderInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteFolderInput) SetFolderId

func (s *DeleteFolderInput) SetFolderId(v string) *DeleteFolderInput

SetFolderId sets the FolderId field's value.

func (DeleteFolderInput) String

func (s DeleteFolderInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFolderInput) Validate

func (s *DeleteFolderInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteFolderMembershipInput

type DeleteFolderMembershipInput struct {

	// The ID for the Amazon Web Services account that contains the folder.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The Folder ID.
	//
	// FolderId is a required field
	FolderId *string `location:"uri" locationName:"FolderId" min:"1" type:"string" required:"true"`

	// The ID of the asset (the dashboard, analysis, or dataset) that you want to
	// delete.
	//
	// MemberId is a required field
	MemberId *string `location:"uri" locationName:"MemberId" min:"1" type:"string" required:"true"`

	// The type of the member, including DASHBOARD, ANALYSIS, and DATASET
	//
	// MemberType is a required field
	MemberType *string `location:"uri" locationName:"MemberType" type:"string" required:"true" enum:"MemberType"`
	// contains filtered or unexported fields
}

func (DeleteFolderMembershipInput) GoString

func (s DeleteFolderMembershipInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFolderMembershipInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteFolderMembershipInput) SetFolderId

SetFolderId sets the FolderId field's value.

func (*DeleteFolderMembershipInput) SetMemberId

SetMemberId sets the MemberId field's value.

func (*DeleteFolderMembershipInput) SetMemberType

SetMemberType sets the MemberType field's value.

func (DeleteFolderMembershipInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFolderMembershipInput) Validate

func (s *DeleteFolderMembershipInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteFolderMembershipOutput

type DeleteFolderMembershipOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteFolderMembershipOutput) GoString

func (s DeleteFolderMembershipOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFolderMembershipOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteFolderMembershipOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteFolderMembershipOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteFolderOutput

type DeleteFolderOutput struct {

	// The Amazon Resource Name of the deleted folder.
	Arn *string `type:"string"`

	// The ID of the folder.
	FolderId *string `min:"1" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteFolderOutput) GoString

func (s DeleteFolderOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFolderOutput) SetArn

SetArn sets the Arn field's value.

func (*DeleteFolderOutput) SetFolderId

func (s *DeleteFolderOutput) SetFolderId(v string) *DeleteFolderOutput

SetFolderId sets the FolderId field's value.

func (*DeleteFolderOutput) SetRequestId

func (s *DeleteFolderOutput) SetRequestId(v string) *DeleteFolderOutput

SetRequestId sets the RequestId field's value.

func (*DeleteFolderOutput) SetStatus

func (s *DeleteFolderOutput) SetStatus(v int64) *DeleteFolderOutput

SetStatus sets the Status field's value.

func (DeleteFolderOutput) String

func (s DeleteFolderOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteGroupInput

type DeleteGroupInput struct {

	// The ID for the Amazon Web Services account that the group is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The name of the group that you want to delete.
	//
	// GroupName is a required field
	GroupName *string `location:"uri" locationName:"GroupName" min:"1" type:"string" required:"true"`

	// The namespace of the group that you want to delete.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteGroupInput) GoString

func (s DeleteGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteGroupInput) SetAwsAccountId

func (s *DeleteGroupInput) SetAwsAccountId(v string) *DeleteGroupInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteGroupInput) SetGroupName

func (s *DeleteGroupInput) SetGroupName(v string) *DeleteGroupInput

SetGroupName sets the GroupName field's value.

func (*DeleteGroupInput) SetNamespace

func (s *DeleteGroupInput) SetNamespace(v string) *DeleteGroupInput

SetNamespace sets the Namespace field's value.

func (DeleteGroupInput) String

func (s DeleteGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteGroupInput) Validate

func (s *DeleteGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteGroupMembershipInput

type DeleteGroupMembershipInput struct {

	// The ID for the Amazon Web Services account that the group is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The name of the group that you want to delete the user from.
	//
	// GroupName is a required field
	GroupName *string `location:"uri" locationName:"GroupName" min:"1" type:"string" required:"true"`

	// The name of the user that you want to delete from the group membership.
	//
	// MemberName is a required field
	MemberName *string `location:"uri" locationName:"MemberName" min:"1" type:"string" required:"true"`

	// The namespace of the group that you want to remove a user from.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteGroupMembershipInput) GoString

func (s DeleteGroupMembershipInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteGroupMembershipInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteGroupMembershipInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*DeleteGroupMembershipInput) SetMemberName

SetMemberName sets the MemberName field's value.

func (*DeleteGroupMembershipInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (DeleteGroupMembershipInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteGroupMembershipInput) Validate

func (s *DeleteGroupMembershipInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteGroupMembershipOutput

type DeleteGroupMembershipOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteGroupMembershipOutput) GoString

func (s DeleteGroupMembershipOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteGroupMembershipOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteGroupMembershipOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteGroupMembershipOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteGroupOutput

type DeleteGroupOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteGroupOutput) GoString

func (s DeleteGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteGroupOutput) SetRequestId

func (s *DeleteGroupOutput) SetRequestId(v string) *DeleteGroupOutput

SetRequestId sets the RequestId field's value.

func (*DeleteGroupOutput) SetStatus

func (s *DeleteGroupOutput) SetStatus(v int64) *DeleteGroupOutput

SetStatus sets the Status field's value.

func (DeleteGroupOutput) String

func (s DeleteGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteIAMPolicyAssignmentInput

type DeleteIAMPolicyAssignmentInput struct {

	// The name of the assignment.
	//
	// AssignmentName is a required field
	AssignmentName *string `location:"uri" locationName:"AssignmentName" min:"1" type:"string" required:"true"`

	// The Amazon Web Services account ID where you want to delete the IAM policy
	// assignment.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The namespace that contains the assignment.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteIAMPolicyAssignmentInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteIAMPolicyAssignmentInput) SetAssignmentName

SetAssignmentName sets the AssignmentName field's value.

func (*DeleteIAMPolicyAssignmentInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteIAMPolicyAssignmentInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (DeleteIAMPolicyAssignmentInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteIAMPolicyAssignmentInput) Validate

func (s *DeleteIAMPolicyAssignmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteIAMPolicyAssignmentOutput

type DeleteIAMPolicyAssignmentOutput struct {

	// The name of the assignment.
	AssignmentName *string `min:"1" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteIAMPolicyAssignmentOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteIAMPolicyAssignmentOutput) SetAssignmentName

SetAssignmentName sets the AssignmentName field's value.

func (*DeleteIAMPolicyAssignmentOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteIAMPolicyAssignmentOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteIAMPolicyAssignmentOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteNamespaceInput

type DeleteNamespaceInput struct {

	// The ID for the Amazon Web Services account that you want to delete the Amazon
	// QuickSight namespace from.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The namespace that you want to delete.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteNamespaceInput) GoString

func (s DeleteNamespaceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteNamespaceInput) SetAwsAccountId

func (s *DeleteNamespaceInput) SetAwsAccountId(v string) *DeleteNamespaceInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteNamespaceInput) SetNamespace

func (s *DeleteNamespaceInput) SetNamespace(v string) *DeleteNamespaceInput

SetNamespace sets the Namespace field's value.

func (DeleteNamespaceInput) String

func (s DeleteNamespaceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteNamespaceInput) Validate

func (s *DeleteNamespaceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteNamespaceOutput

type DeleteNamespaceOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteNamespaceOutput) GoString

func (s DeleteNamespaceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteNamespaceOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteNamespaceOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteNamespaceOutput) String

func (s DeleteNamespaceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteRefreshScheduleInput added in v1.42.9

type DeleteRefreshScheduleInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`

	// The ID of the refresh schedule.
	//
	// ScheduleId is a required field
	ScheduleId *string `location:"uri" locationName:"ScheduleId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteRefreshScheduleInput) GoString added in v1.42.9

func (s DeleteRefreshScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRefreshScheduleInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteRefreshScheduleInput) SetDataSetId added in v1.42.9

SetDataSetId sets the DataSetId field's value.

func (*DeleteRefreshScheduleInput) SetScheduleId added in v1.42.9

SetScheduleId sets the ScheduleId field's value.

func (DeleteRefreshScheduleInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRefreshScheduleInput) Validate added in v1.42.9

func (s *DeleteRefreshScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteRefreshScheduleOutput added in v1.42.9

type DeleteRefreshScheduleOutput struct {

	// The Amazon Resource Name (ARN) for the refresh schedule.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The ID of the refresh schedule.
	ScheduleId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteRefreshScheduleOutput) GoString added in v1.42.9

func (s DeleteRefreshScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRefreshScheduleOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*DeleteRefreshScheduleOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DeleteRefreshScheduleOutput) SetScheduleId added in v1.42.9

SetScheduleId sets the ScheduleId field's value.

func (*DeleteRefreshScheduleOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (DeleteRefreshScheduleOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteTemplateAliasInput

type DeleteTemplateAliasInput struct {

	// The name for the template alias. To delete a specific alias, you delete the
	// version that the alias points to. You can specify the alias name, or specify
	// the latest version of the template by providing the keyword $LATEST in the
	// AliasName parameter.
	//
	// AliasName is a required field
	AliasName *string `location:"uri" locationName:"AliasName" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the item to delete.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the template that the specified alias is for.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTemplateAliasInput) GoString

func (s DeleteTemplateAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTemplateAliasInput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*DeleteTemplateAliasInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteTemplateAliasInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (DeleteTemplateAliasInput) String

func (s DeleteTemplateAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTemplateAliasInput) Validate

func (s *DeleteTemplateAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTemplateAliasOutput

type DeleteTemplateAliasOutput struct {

	// The name for the template alias.
	AliasName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the template you want to delete.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// An ID for the template associated with the deletion.
	TemplateId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteTemplateAliasOutput) GoString

func (s DeleteTemplateAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTemplateAliasOutput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*DeleteTemplateAliasOutput) SetArn

SetArn sets the Arn field's value.

func (*DeleteTemplateAliasOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteTemplateAliasOutput) SetStatus

SetStatus sets the Status field's value.

func (*DeleteTemplateAliasOutput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (DeleteTemplateAliasOutput) String

func (s DeleteTemplateAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteTemplateInput

type DeleteTemplateInput struct {

	// The ID of the Amazon Web Services account that contains the template that
	// you're deleting.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// An ID for the template you want to delete.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`

	// Specifies the version of the template that you want to delete. If you don't
	// provide a version number, DeleteTemplate deletes all versions of the template.
	VersionNumber *int64 `location:"querystring" locationName:"version-number" min:"1" type:"long"`
	// contains filtered or unexported fields
}

func (DeleteTemplateInput) GoString

func (s DeleteTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTemplateInput) SetAwsAccountId

func (s *DeleteTemplateInput) SetAwsAccountId(v string) *DeleteTemplateInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteTemplateInput) SetTemplateId

func (s *DeleteTemplateInput) SetTemplateId(v string) *DeleteTemplateInput

SetTemplateId sets the TemplateId field's value.

func (*DeleteTemplateInput) SetVersionNumber

func (s *DeleteTemplateInput) SetVersionNumber(v int64) *DeleteTemplateInput

SetVersionNumber sets the VersionNumber field's value.

func (DeleteTemplateInput) String

func (s DeleteTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTemplateInput) Validate

func (s *DeleteTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTemplateOutput

type DeleteTemplateOutput struct {

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// An ID for the template.
	TemplateId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteTemplateOutput) GoString

func (s DeleteTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTemplateOutput) SetArn

SetArn sets the Arn field's value.

func (*DeleteTemplateOutput) SetRequestId

func (s *DeleteTemplateOutput) SetRequestId(v string) *DeleteTemplateOutput

SetRequestId sets the RequestId field's value.

func (*DeleteTemplateOutput) SetStatus

SetStatus sets the Status field's value.

func (*DeleteTemplateOutput) SetTemplateId

func (s *DeleteTemplateOutput) SetTemplateId(v string) *DeleteTemplateOutput

SetTemplateId sets the TemplateId field's value.

func (DeleteTemplateOutput) String

func (s DeleteTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteThemeAliasInput

type DeleteThemeAliasInput struct {

	// The unique name for the theme alias to delete.
	//
	// AliasName is a required field
	AliasName *string `location:"uri" locationName:"AliasName" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the theme alias to
	// delete.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the theme that the specified alias is for.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteThemeAliasInput) GoString

func (s DeleteThemeAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteThemeAliasInput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*DeleteThemeAliasInput) SetAwsAccountId

func (s *DeleteThemeAliasInput) SetAwsAccountId(v string) *DeleteThemeAliasInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteThemeAliasInput) SetThemeId

SetThemeId sets the ThemeId field's value.

func (DeleteThemeAliasInput) String

func (s DeleteThemeAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteThemeAliasInput) Validate

func (s *DeleteThemeAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteThemeAliasOutput

type DeleteThemeAliasOutput struct {

	// The name for the theme alias.
	AliasName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// An ID for the theme associated with the deletion.
	ThemeId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteThemeAliasOutput) GoString

func (s DeleteThemeAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteThemeAliasOutput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*DeleteThemeAliasOutput) SetArn

SetArn sets the Arn field's value.

func (*DeleteThemeAliasOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteThemeAliasOutput) SetStatus

SetStatus sets the Status field's value.

func (*DeleteThemeAliasOutput) SetThemeId

SetThemeId sets the ThemeId field's value.

func (DeleteThemeAliasOutput) String

func (s DeleteThemeAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteThemeInput

type DeleteThemeInput struct {

	// The ID of the Amazon Web Services account that contains the theme that you're
	// deleting.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// An ID for the theme that you want to delete.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`

	// The version of the theme that you want to delete.
	//
	// Note: If you don't provide a version number, you're using this call to DeleteTheme
	// to delete all versions of the theme.
	VersionNumber *int64 `location:"querystring" locationName:"version-number" min:"1" type:"long"`
	// contains filtered or unexported fields
}

func (DeleteThemeInput) GoString

func (s DeleteThemeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteThemeInput) SetAwsAccountId

func (s *DeleteThemeInput) SetAwsAccountId(v string) *DeleteThemeInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteThemeInput) SetThemeId

func (s *DeleteThemeInput) SetThemeId(v string) *DeleteThemeInput

SetThemeId sets the ThemeId field's value.

func (*DeleteThemeInput) SetVersionNumber

func (s *DeleteThemeInput) SetVersionNumber(v int64) *DeleteThemeInput

SetVersionNumber sets the VersionNumber field's value.

func (DeleteThemeInput) String

func (s DeleteThemeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteThemeInput) Validate

func (s *DeleteThemeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteThemeOutput

type DeleteThemeOutput struct {

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// An ID for the theme.
	ThemeId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteThemeOutput) GoString

func (s DeleteThemeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteThemeOutput) SetArn

SetArn sets the Arn field's value.

func (*DeleteThemeOutput) SetRequestId

func (s *DeleteThemeOutput) SetRequestId(v string) *DeleteThemeOutput

SetRequestId sets the RequestId field's value.

func (*DeleteThemeOutput) SetStatus

func (s *DeleteThemeOutput) SetStatus(v int64) *DeleteThemeOutput

SetStatus sets the Status field's value.

func (*DeleteThemeOutput) SetThemeId

func (s *DeleteThemeOutput) SetThemeId(v string) *DeleteThemeOutput

SetThemeId sets the ThemeId field's value.

func (DeleteThemeOutput) String

func (s DeleteThemeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteTopicInput added in v1.42.9

type DeleteTopicInput struct {

	// The ID of the Amazon Web Services account that contains the topic that you
	// want to delete.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the topic that you want to delete. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// TopicId is a required field
	TopicId *string `location:"uri" locationName:"TopicId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTopicInput) GoString added in v1.42.9

func (s DeleteTopicInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTopicInput) SetAwsAccountId added in v1.42.9

func (s *DeleteTopicInput) SetAwsAccountId(v string) *DeleteTopicInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteTopicInput) SetTopicId added in v1.42.9

func (s *DeleteTopicInput) SetTopicId(v string) *DeleteTopicInput

SetTopicId sets the TopicId field's value.

func (DeleteTopicInput) String added in v1.42.9

func (s DeleteTopicInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTopicInput) Validate added in v1.42.9

func (s *DeleteTopicInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTopicOutput added in v1.42.9

type DeleteTopicOutput struct {

	// The Amazon Resource Name (ARN) of the topic.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ID of the topic that you want to delete. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteTopicOutput) GoString added in v1.42.9

func (s DeleteTopicOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTopicOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*DeleteTopicOutput) SetRequestId added in v1.42.9

func (s *DeleteTopicOutput) SetRequestId(v string) *DeleteTopicOutput

SetRequestId sets the RequestId field's value.

func (*DeleteTopicOutput) SetStatus added in v1.42.9

func (s *DeleteTopicOutput) SetStatus(v int64) *DeleteTopicOutput

SetStatus sets the Status field's value.

func (*DeleteTopicOutput) SetTopicId added in v1.42.9

func (s *DeleteTopicOutput) SetTopicId(v string) *DeleteTopicOutput

SetTopicId sets the TopicId field's value.

func (DeleteTopicOutput) String added in v1.42.9

func (s DeleteTopicOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteTopicRefreshScheduleInput added in v1.42.9

type DeleteTopicRefreshScheduleInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset.
	//
	// DatasetId is a required field
	DatasetId *string `location:"uri" locationName:"DatasetId" type:"string" required:"true"`

	// The ID of the topic that you want to modify. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// TopicId is a required field
	TopicId *string `location:"uri" locationName:"TopicId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTopicRefreshScheduleInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTopicRefreshScheduleInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteTopicRefreshScheduleInput) SetDatasetId added in v1.42.9

SetDatasetId sets the DatasetId field's value.

func (*DeleteTopicRefreshScheduleInput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (DeleteTopicRefreshScheduleInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTopicRefreshScheduleInput) Validate added in v1.42.9

func (s *DeleteTopicRefreshScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTopicRefreshScheduleOutput added in v1.42.9

type DeleteTopicRefreshScheduleOutput struct {

	// The Amazon Resource Name (ARN) of the dataset.
	DatasetArn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon Resource Name (ARN) of the topic.
	TopicArn *string `type:"string"`

	// The ID of the topic that you want to modify. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteTopicRefreshScheduleOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTopicRefreshScheduleOutput) SetDatasetArn added in v1.42.9

SetDatasetArn sets the DatasetArn field's value.

func (*DeleteTopicRefreshScheduleOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DeleteTopicRefreshScheduleOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*DeleteTopicRefreshScheduleOutput) SetTopicArn added in v1.42.9

SetTopicArn sets the TopicArn field's value.

func (*DeleteTopicRefreshScheduleOutput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (DeleteTopicRefreshScheduleOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteUserByPrincipalIdInput

type DeleteUserByPrincipalIdInput struct {

	// The ID for the Amazon Web Services account that the user is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The namespace. Currently, you should set this to default.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// The principal ID of the user.
	//
	// PrincipalId is a required field
	PrincipalId *string `location:"uri" locationName:"PrincipalId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteUserByPrincipalIdInput) GoString

func (s DeleteUserByPrincipalIdInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUserByPrincipalIdInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteUserByPrincipalIdInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*DeleteUserByPrincipalIdInput) SetPrincipalId

SetPrincipalId sets the PrincipalId field's value.

func (DeleteUserByPrincipalIdInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUserByPrincipalIdInput) Validate

func (s *DeleteUserByPrincipalIdInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteUserByPrincipalIdOutput

type DeleteUserByPrincipalIdOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteUserByPrincipalIdOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUserByPrincipalIdOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteUserByPrincipalIdOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteUserByPrincipalIdOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteUserInput

type DeleteUserInput struct {

	// The ID for the Amazon Web Services account that the user is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The namespace. Currently, you should set this to default.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// The name of the user that you want to delete.
	//
	// UserName is a required field
	UserName *string `location:"uri" locationName:"UserName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteUserInput) GoString

func (s DeleteUserInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUserInput) SetAwsAccountId

func (s *DeleteUserInput) SetAwsAccountId(v string) *DeleteUserInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteUserInput) SetNamespace

func (s *DeleteUserInput) SetNamespace(v string) *DeleteUserInput

SetNamespace sets the Namespace field's value.

func (*DeleteUserInput) SetUserName

func (s *DeleteUserInput) SetUserName(v string) *DeleteUserInput

SetUserName sets the UserName field's value.

func (DeleteUserInput) String

func (s DeleteUserInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUserInput) Validate

func (s *DeleteUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteUserOutput

type DeleteUserOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteUserOutput) GoString

func (s DeleteUserOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUserOutput) SetRequestId

func (s *DeleteUserOutput) SetRequestId(v string) *DeleteUserOutput

SetRequestId sets the RequestId field's value.

func (*DeleteUserOutput) SetStatus

func (s *DeleteUserOutput) SetStatus(v int64) *DeleteUserOutput

SetStatus sets the Status field's value.

func (DeleteUserOutput) String

func (s DeleteUserOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteVPCConnectionInput added in v1.42.9

type DeleteVPCConnectionInput struct {

	// The Amazon Web Services account ID of the account where you want to delete
	// a VPC connection.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the VPC connection that you're creating. This ID is a unique identifier
	// for each Amazon Web Services Region in an Amazon Web Services account.
	//
	// VPCConnectionId is a required field
	VPCConnectionId *string `location:"uri" locationName:"VPCConnectionId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteVPCConnectionInput) GoString added in v1.42.9

func (s DeleteVPCConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVPCConnectionInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DeleteVPCConnectionInput) SetVPCConnectionId added in v1.42.9

func (s *DeleteVPCConnectionInput) SetVPCConnectionId(v string) *DeleteVPCConnectionInput

SetVPCConnectionId sets the VPCConnectionId field's value.

func (DeleteVPCConnectionInput) String added in v1.42.9

func (s DeleteVPCConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVPCConnectionInput) Validate added in v1.42.9

func (s *DeleteVPCConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteVPCConnectionOutput added in v1.42.9

type DeleteVPCConnectionOutput struct {

	// The Amazon Resource Name (ARN) of the deleted VPC connection.
	Arn *string `type:"string"`

	// The availability status of the VPC connection.
	AvailabilityStatus *string `type:"string" enum:"VPCConnectionAvailabilityStatus"`

	// The deletion status of the VPC connection.
	DeletionStatus *string `type:"string" enum:"VPCConnectionResourceStatus"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ID of the VPC connection that you're creating. This ID is a unique identifier
	// for each Amazon Web Services Region in an Amazon Web Services account.
	VPCConnectionId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteVPCConnectionOutput) GoString added in v1.42.9

func (s DeleteVPCConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVPCConnectionOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*DeleteVPCConnectionOutput) SetAvailabilityStatus added in v1.42.9

func (s *DeleteVPCConnectionOutput) SetAvailabilityStatus(v string) *DeleteVPCConnectionOutput

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (*DeleteVPCConnectionOutput) SetDeletionStatus added in v1.42.9

SetDeletionStatus sets the DeletionStatus field's value.

func (*DeleteVPCConnectionOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DeleteVPCConnectionOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*DeleteVPCConnectionOutput) SetVPCConnectionId added in v1.42.9

SetVPCConnectionId sets the VPCConnectionId field's value.

func (DeleteVPCConnectionOutput) String added in v1.42.9

func (s DeleteVPCConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountCustomizationInput

type DescribeAccountCustomizationInput struct {

	// The ID for the Amazon Web Services account that you want to describe Amazon
	// QuickSight customizations for.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The Amazon QuickSight namespace that you want to describe Amazon QuickSight
	// customizations for.
	Namespace *string `location:"querystring" locationName:"namespace" type:"string"`

	// The Resolved flag works with the other parameters to determine which view
	// of Amazon QuickSight customizations is returned. You can add this flag to
	// your command to use the same view that Amazon QuickSight uses to identify
	// which customizations to apply to the console. Omit this flag, or set it to
	// no-resolved, to reveal customizations that are configured at different levels.
	Resolved *bool `location:"querystring" locationName:"resolved" type:"boolean"`
	// contains filtered or unexported fields
}

func (DescribeAccountCustomizationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountCustomizationInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeAccountCustomizationInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*DescribeAccountCustomizationInput) SetResolved

SetResolved sets the Resolved field's value.

func (DescribeAccountCustomizationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountCustomizationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeAccountCustomizationOutput

type DescribeAccountCustomizationOutput struct {

	// The Amazon QuickSight customizations that exist in the current Amazon Web
	// Services Region.
	AccountCustomization *AccountCustomization `type:"structure"`

	// The Amazon Resource Name (ARN) of the customization that's associated with
	// this Amazon Web Services account.
	Arn *string `type:"string"`

	// The ID for the Amazon Web Services account that you're describing.
	AwsAccountId *string `min:"12" type:"string"`

	// The Amazon QuickSight namespace that you're describing.
	Namespace *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeAccountCustomizationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountCustomizationOutput) SetAccountCustomization

SetAccountCustomization sets the AccountCustomization field's value.

func (*DescribeAccountCustomizationOutput) SetArn

SetArn sets the Arn field's value.

func (*DescribeAccountCustomizationOutput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeAccountCustomizationOutput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*DescribeAccountCustomizationOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeAccountCustomizationOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeAccountCustomizationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountSettingsInput

type DescribeAccountSettingsInput struct {

	// The ID for the Amazon Web Services account that contains the settings that
	// you want to list.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAccountSettingsInput) GoString

func (s DescribeAccountSettingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountSettingsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (DescribeAccountSettingsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountSettingsInput) Validate

func (s *DescribeAccountSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAccountSettingsOutput

type DescribeAccountSettingsOutput struct {

	// The Amazon QuickSight settings for this Amazon Web Services account. This
	// information includes the edition of Amazon Amazon QuickSight that you subscribed
	// to (Standard or Enterprise) and the notification email for the Amazon QuickSight
	// subscription.
	//
	// In the QuickSight console, the Amazon QuickSight subscription is sometimes
	// referred to as a QuickSight "account" even though it's technically not an
	// account by itself. Instead, it's a subscription to the Amazon QuickSight
	// service for your Amazon Web Services account. The edition that you subscribe
	// to applies to Amazon QuickSight in every Amazon Web Services Region where
	// you use it.
	AccountSettings *AccountSettings `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeAccountSettingsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountSettingsOutput) SetAccountSettings

SetAccountSettings sets the AccountSettings field's value.

func (*DescribeAccountSettingsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeAccountSettingsOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeAccountSettingsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountSubscriptionInput added in v1.42.9

type DescribeAccountSubscriptionInput struct {

	// The Amazon Web Services account ID associated with your Amazon QuickSight
	// account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAccountSubscriptionInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountSubscriptionInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (DescribeAccountSubscriptionInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountSubscriptionInput) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DescribeAccountSubscriptionOutput added in v1.42.9

type DescribeAccountSubscriptionOutput struct {

	// A structure that contains the following elements:
	//
	//    * Your Amazon QuickSight account name.
	//
	//    * The edition of Amazon QuickSight that your account is using.
	//
	//    * The notification email address that is associated with the Amazon QuickSight
	//    account.
	//
	//    * The authentication type of the Amazon QuickSight account.
	//
	//    * The status of the Amazon QuickSight account's subscription.
	AccountInfo *AccountInfo `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeAccountSubscriptionOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountSubscriptionOutput) SetAccountInfo added in v1.42.9

SetAccountInfo sets the AccountInfo field's value.

func (*DescribeAccountSubscriptionOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeAccountSubscriptionOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (DescribeAccountSubscriptionOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAnalysisDefinitionInput added in v1.42.9

type DescribeAnalysisDefinitionInput struct {

	// The ID of the analysis that you're describing. The ID is part of the URL
	// of the analysis.
	//
	// AnalysisId is a required field
	AnalysisId *string `location:"uri" locationName:"AnalysisId" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the analysis. You
	// must be using the Amazon Web Services account that the analysis is in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAnalysisDefinitionInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnalysisDefinitionInput) SetAnalysisId added in v1.42.9

SetAnalysisId sets the AnalysisId field's value.

func (*DescribeAnalysisDefinitionInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (DescribeAnalysisDefinitionInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnalysisDefinitionInput) Validate added in v1.42.9

func (s *DescribeAnalysisDefinitionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAnalysisDefinitionOutput added in v1.42.9

type DescribeAnalysisDefinitionOutput struct {

	// The ID of the analysis described.
	AnalysisId *string `min:"1" type:"string"`

	// The definition of an analysis.
	//
	// A definition is the data model of all features in a Dashboard, Template,
	// or Analysis.
	Definition *AnalysisDefinition `type:"structure"`

	// Errors associated with the analysis.
	Errors []*AnalysisError `min:"1" type:"list"`

	// The descriptive name of the analysis.
	Name *string `min:"1" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// Status associated with the analysis.
	//
	//    * CREATION_IN_PROGRESS
	//
	//    * CREATION_SUCCESSFUL
	//
	//    * CREATION_FAILED
	//
	//    * UPDATE_IN_PROGRESS
	//
	//    * UPDATE_SUCCESSFUL
	//
	//    * UPDATE_FAILED
	//
	//    * DELETED
	ResourceStatus *string `type:"string" enum:"ResourceStatus"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ARN of the theme of the analysis.
	ThemeArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAnalysisDefinitionOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnalysisDefinitionOutput) SetAnalysisId added in v1.42.9

SetAnalysisId sets the AnalysisId field's value.

func (*DescribeAnalysisDefinitionOutput) SetDefinition added in v1.42.9

SetDefinition sets the Definition field's value.

func (*DescribeAnalysisDefinitionOutput) SetErrors added in v1.42.9

SetErrors sets the Errors field's value.

func (*DescribeAnalysisDefinitionOutput) SetName added in v1.42.9

SetName sets the Name field's value.

func (*DescribeAnalysisDefinitionOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeAnalysisDefinitionOutput) SetResourceStatus added in v1.42.9

SetResourceStatus sets the ResourceStatus field's value.

func (*DescribeAnalysisDefinitionOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*DescribeAnalysisDefinitionOutput) SetThemeArn added in v1.42.9

SetThemeArn sets the ThemeArn field's value.

func (DescribeAnalysisDefinitionOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAnalysisInput

type DescribeAnalysisInput struct {

	// The ID of the analysis that you're describing. The ID is part of the URL
	// of the analysis.
	//
	// AnalysisId is a required field
	AnalysisId *string `location:"uri" locationName:"AnalysisId" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the analysis. You
	// must be using the Amazon Web Services account that the analysis is in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAnalysisInput) GoString

func (s DescribeAnalysisInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnalysisInput) SetAnalysisId

func (s *DescribeAnalysisInput) SetAnalysisId(v string) *DescribeAnalysisInput

SetAnalysisId sets the AnalysisId field's value.

func (*DescribeAnalysisInput) SetAwsAccountId

func (s *DescribeAnalysisInput) SetAwsAccountId(v string) *DescribeAnalysisInput

SetAwsAccountId sets the AwsAccountId field's value.

func (DescribeAnalysisInput) String

func (s DescribeAnalysisInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnalysisInput) Validate

func (s *DescribeAnalysisInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAnalysisOutput

type DescribeAnalysisOutput struct {

	// A metadata structure that contains summary information for the analysis that
	// you're describing.
	Analysis *Analysis `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeAnalysisOutput) GoString

func (s DescribeAnalysisOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnalysisOutput) SetAnalysis

SetAnalysis sets the Analysis field's value.

func (*DescribeAnalysisOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeAnalysisOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeAnalysisOutput) String

func (s DescribeAnalysisOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAnalysisPermissionsInput

type DescribeAnalysisPermissionsInput struct {

	// The ID of the analysis whose permissions you're describing. The ID is part
	// of the analysis URL.
	//
	// AnalysisId is a required field
	AnalysisId *string `location:"uri" locationName:"AnalysisId" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the analysis whose
	// permissions you're describing. You must be using the Amazon Web Services
	// account that the analysis is in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAnalysisPermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnalysisPermissionsInput) SetAnalysisId

SetAnalysisId sets the AnalysisId field's value.

func (*DescribeAnalysisPermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (DescribeAnalysisPermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnalysisPermissionsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeAnalysisPermissionsOutput

type DescribeAnalysisPermissionsOutput struct {

	// The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.
	AnalysisArn *string `type:"string"`

	// The ID of the analysis whose permissions you're describing.
	AnalysisId *string `min:"1" type:"string"`

	// A structure that describes the principals and the resource-level permissions
	// on an analysis.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeAnalysisPermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAnalysisPermissionsOutput) SetAnalysisArn

SetAnalysisArn sets the AnalysisArn field's value.

func (*DescribeAnalysisPermissionsOutput) SetAnalysisId

SetAnalysisId sets the AnalysisId field's value.

func (*DescribeAnalysisPermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*DescribeAnalysisPermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeAnalysisPermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeAnalysisPermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAssetBundleExportJobInput added in v1.42.9

type DescribeAssetBundleExportJobInput struct {

	// The ID of the job that you want described. The job ID is set when you start
	// a new job with a StartAssetBundleExportJob API call.
	//
	// AssetBundleExportJobId is a required field
	AssetBundleExportJobId *string `location:"uri" locationName:"AssetBundleExportJobId" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account the export job is executed in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAssetBundleExportJobInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssetBundleExportJobInput) SetAssetBundleExportJobId added in v1.42.9

SetAssetBundleExportJobId sets the AssetBundleExportJobId field's value.

func (*DescribeAssetBundleExportJobInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (DescribeAssetBundleExportJobInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssetBundleExportJobInput) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssetBundleExportJobOutput added in v1.42.9

type DescribeAssetBundleExportJobOutput struct {

	// The Amazon Resource Name (ARN) for the export job.
	Arn *string `type:"string"`

	// The ID of the job. The job ID is set when you start a new job with a StartAssetBundleExportJob
	// API call.
	AssetBundleExportJobId *string `min:"1" type:"string"`

	// The ID of the Amazon Web Services account that the export job was executed
	// in.
	AwsAccountId *string `min:"12" type:"string"`

	// The CloudFormation override property configuration for the export job.
	CloudFormationOverridePropertyConfiguration *AssetBundleCloudFormationOverridePropertyConfiguration `type:"structure"`

	// The time that the export job was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The URL to download the exported asset bundle data from.
	//
	// This URL is available only after the job has succeeded. This URL is valid
	// for 5 minutes after issuance. Call DescribeAssetBundleExportJob again for
	// a fresh URL if needed.
	//
	// The downloaded asset bundle is a zip file named assetbundle-{jobId}.qs. The
	// file has a .qs extension.
	//
	// This URL can't be used in a StartAssetBundleImportJob API call and should
	// only be used for download purposes.
	DownloadUrl *string `type:"string"`

	// An array of error records that describes any failures that occurred during
	// the export job processing.
	//
	// Error records accumulate while the job runs. The complete set of error records
	// is available after the job has completed and failed.
	Errors []*AssetBundleExportJobError `type:"list"`

	// The format of the exported asset bundle. A QUICKSIGHT_JSON formatted file
	// can be used to make a StartAssetBundleImportJob API call. A CLOUDFORMATION_JSON
	// formatted file can be used in the CloudFormation console and with the CloudFormation
	// APIs.
	ExportFormat *string `type:"string" enum:"AssetBundleExportFormat"`

	// The include dependencies flag.
	IncludeAllDependencies *bool `type:"boolean"`

	// Indicates the status of a job through its queuing and execution.
	//
	// Poll this DescribeAssetBundleExportApi until JobStatus is either SUCCESSFUL
	// or FAILED.
	JobStatus *string `type:"string" enum:"AssetBundleExportJobStatus"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// A list of resource ARNs that exported with the job.
	ResourceArns []*string `min:"1" type:"list"`

	// The HTTP status of the response.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeAssetBundleExportJobOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssetBundleExportJobOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*DescribeAssetBundleExportJobOutput) SetAssetBundleExportJobId added in v1.42.9

SetAssetBundleExportJobId sets the AssetBundleExportJobId field's value.

func (*DescribeAssetBundleExportJobOutput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeAssetBundleExportJobOutput) SetCloudFormationOverridePropertyConfiguration added in v1.42.9

SetCloudFormationOverridePropertyConfiguration sets the CloudFormationOverridePropertyConfiguration field's value.

func (*DescribeAssetBundleExportJobOutput) SetCreatedTime added in v1.42.9

SetCreatedTime sets the CreatedTime field's value.

func (*DescribeAssetBundleExportJobOutput) SetDownloadUrl added in v1.42.9

SetDownloadUrl sets the DownloadUrl field's value.

func (*DescribeAssetBundleExportJobOutput) SetErrors added in v1.42.9

SetErrors sets the Errors field's value.

func (*DescribeAssetBundleExportJobOutput) SetExportFormat added in v1.42.9

SetExportFormat sets the ExportFormat field's value.

func (*DescribeAssetBundleExportJobOutput) SetIncludeAllDependencies added in v1.42.9

SetIncludeAllDependencies sets the IncludeAllDependencies field's value.

func (*DescribeAssetBundleExportJobOutput) SetJobStatus added in v1.42.9

SetJobStatus sets the JobStatus field's value.

func (*DescribeAssetBundleExportJobOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeAssetBundleExportJobOutput) SetResourceArns added in v1.42.9

SetResourceArns sets the ResourceArns field's value.

func (*DescribeAssetBundleExportJobOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (DescribeAssetBundleExportJobOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAssetBundleImportJobInput added in v1.42.9

type DescribeAssetBundleImportJobInput struct {

	// The ID of the job. The job ID is set when you start a new job with a StartAssetBundleImportJob
	// API call.
	//
	// AssetBundleImportJobId is a required field
	AssetBundleImportJobId *string `location:"uri" locationName:"AssetBundleImportJobId" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account the import job was executed in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAssetBundleImportJobInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssetBundleImportJobInput) SetAssetBundleImportJobId added in v1.42.9

SetAssetBundleImportJobId sets the AssetBundleImportJobId field's value.

func (*DescribeAssetBundleImportJobInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (DescribeAssetBundleImportJobInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssetBundleImportJobInput) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssetBundleImportJobOutput added in v1.42.9

type DescribeAssetBundleImportJobOutput struct {

	// The Amazon Resource Name (ARN) for the import job.
	Arn *string `type:"string"`

	// The ID of the job. The job ID is set when you start a new job with a StartAssetBundleImportJob
	// API call.
	AssetBundleImportJobId *string `min:"1" type:"string"`

	// The source of the asset bundle zip file that contains the data that is imported
	// by the job.
	AssetBundleImportSource *AssetBundleImportSourceDescription `type:"structure"`

	// The ID of the Amazon Web Services account the import job was executed in.
	AwsAccountId *string `min:"12" type:"string"`

	// The time that the import job was created.
	CreatedTime *time.Time `type:"timestamp"`

	// An array of error records that describes any failures that occurred during
	// the export job processing.
	//
	// Error records accumulate while the job is still running. The complete set
	// of error records is available after the job has completed and failed.
	Errors []*AssetBundleImportJobError `type:"list"`

	// The failure action for the import job.
	FailureAction *string `type:"string" enum:"AssetBundleImportFailureAction"`

	// Indicates the status of a job through its queuing and execution.
	//
	// Poll the DescribeAssetBundleImport API until JobStatus returns one of the
	// following values:
	//
	//    * SUCCESSFUL
	//
	//    * FAILED
	//
	//    * FAILED_ROLLBACK_COMPLETED
	//
	//    * FAILED_ROLLBACK_ERROR
	JobStatus *string `type:"string" enum:"AssetBundleImportJobStatus"`

	// Optional overrides to be applied to the resource configuration before import.
	OverrideParameters *AssetBundleImportJobOverrideParameters `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// An array of error records that describes any failures that occurred while
	// an import job was attempting a rollback.
	//
	// Error records accumulate while the job is still running. The complete set
	// of error records is available after the job has completed and failed.
	RollbackErrors []*AssetBundleImportJobError `type:"list"`

	// The HTTP status of the response.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeAssetBundleImportJobOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssetBundleImportJobOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*DescribeAssetBundleImportJobOutput) SetAssetBundleImportJobId added in v1.42.9

SetAssetBundleImportJobId sets the AssetBundleImportJobId field's value.

func (*DescribeAssetBundleImportJobOutput) SetAssetBundleImportSource added in v1.42.9

SetAssetBundleImportSource sets the AssetBundleImportSource field's value.

func (*DescribeAssetBundleImportJobOutput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeAssetBundleImportJobOutput) SetCreatedTime added in v1.42.9

SetCreatedTime sets the CreatedTime field's value.

func (*DescribeAssetBundleImportJobOutput) SetErrors added in v1.42.9

SetErrors sets the Errors field's value.

func (*DescribeAssetBundleImportJobOutput) SetFailureAction added in v1.42.9

SetFailureAction sets the FailureAction field's value.

func (*DescribeAssetBundleImportJobOutput) SetJobStatus added in v1.42.9

SetJobStatus sets the JobStatus field's value.

func (*DescribeAssetBundleImportJobOutput) SetOverrideParameters added in v1.42.9

SetOverrideParameters sets the OverrideParameters field's value.

func (*DescribeAssetBundleImportJobOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeAssetBundleImportJobOutput) SetRollbackErrors added in v1.42.9

SetRollbackErrors sets the RollbackErrors field's value.

func (*DescribeAssetBundleImportJobOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (DescribeAssetBundleImportJobOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDashboardDefinitionInput added in v1.42.9

type DescribeDashboardDefinitionInput struct {

	// The alias name.
	AliasName *string `location:"querystring" locationName:"alias-name" min:"1" type:"string"`

	// The ID of the Amazon Web Services account that contains the dashboard that
	// you're describing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dashboard.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// The version number for the dashboard. If a version number isn't passed, the
	// latest published dashboard version is described.
	VersionNumber *int64 `location:"querystring" locationName:"version-number" min:"1" type:"long"`
	// contains filtered or unexported fields
}

func (DescribeDashboardDefinitionInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardDefinitionInput) SetAliasName added in v1.42.9

SetAliasName sets the AliasName field's value.

func (*DescribeDashboardDefinitionInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeDashboardDefinitionInput) SetDashboardId added in v1.42.9

SetDashboardId sets the DashboardId field's value.

func (*DescribeDashboardDefinitionInput) SetVersionNumber added in v1.42.9

SetVersionNumber sets the VersionNumber field's value.

func (DescribeDashboardDefinitionInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardDefinitionInput) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DescribeDashboardDefinitionOutput added in v1.42.9

type DescribeDashboardDefinitionOutput struct {

	// The ID of the dashboard described.
	DashboardId *string `min:"1" type:"string"`

	// Options for publishing the dashboard:
	//
	//    * AvailabilityStatus for AdHocFilteringOption - This status can be either
	//    ENABLED or DISABLED. When this is set to DISABLED, Amazon QuickSight disables
	//    the left filter pane on the published dashboard, which can be used for
	//    ad hoc (one-time) filtering. This option is ENABLED by default.
	//
	//    * AvailabilityStatus for ExportToCSVOption - This status can be either
	//    ENABLED or DISABLED. The visual option to export data to .CSV format isn't
	//    enabled when this is set to DISABLED. This option is ENABLED by default.
	//
	//    * VisibilityState for SheetControlsOption - This visibility state can
	//    be either COLLAPSED or EXPANDED. This option is COLLAPSED by default.
	DashboardPublishOptions *DashboardPublishOptions `type:"structure"`

	// The definition of a dashboard.
	//
	// A definition is the data model of all features in a Dashboard, Template,
	// or Analysis.
	Definition *DashboardVersionDefinition `type:"structure"`

	// Errors associated with this dashboard version.
	Errors []*DashboardError `min:"1" type:"list"`

	// The display name of the dashboard.
	Name *string `min:"1" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// Status associated with the dashboard version.
	//
	//    * CREATION_IN_PROGRESS
	//
	//    * CREATION_SUCCESSFUL
	//
	//    * CREATION_FAILED
	//
	//    * UPDATE_IN_PROGRESS
	//
	//    * UPDATE_SUCCESSFUL
	//
	//    * UPDATE_FAILED
	//
	//    * DELETED
	ResourceStatus *string `type:"string" enum:"ResourceStatus"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ARN of the theme of the dashboard.
	ThemeArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDashboardDefinitionOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardDefinitionOutput) SetDashboardId added in v1.42.9

SetDashboardId sets the DashboardId field's value.

func (*DescribeDashboardDefinitionOutput) SetDashboardPublishOptions added in v1.42.9

SetDashboardPublishOptions sets the DashboardPublishOptions field's value.

func (*DescribeDashboardDefinitionOutput) SetDefinition added in v1.42.9

SetDefinition sets the Definition field's value.

func (*DescribeDashboardDefinitionOutput) SetErrors added in v1.42.9

SetErrors sets the Errors field's value.

func (*DescribeDashboardDefinitionOutput) SetName added in v1.42.9

SetName sets the Name field's value.

func (*DescribeDashboardDefinitionOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeDashboardDefinitionOutput) SetResourceStatus added in v1.42.9

SetResourceStatus sets the ResourceStatus field's value.

func (*DescribeDashboardDefinitionOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*DescribeDashboardDefinitionOutput) SetThemeArn added in v1.42.9

SetThemeArn sets the ThemeArn field's value.

func (DescribeDashboardDefinitionOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDashboardInput

type DescribeDashboardInput struct {

	// The alias name.
	AliasName *string `location:"querystring" locationName:"alias-name" min:"1" type:"string"`

	// The ID of the Amazon Web Services account that contains the dashboard that
	// you're describing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dashboard.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// The version number for the dashboard. If a version number isn't passed, the
	// latest published dashboard version is described.
	VersionNumber *int64 `location:"querystring" locationName:"version-number" min:"1" type:"long"`
	// contains filtered or unexported fields
}

func (DescribeDashboardInput) GoString

func (s DescribeDashboardInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardInput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*DescribeDashboardInput) SetAwsAccountId

func (s *DescribeDashboardInput) SetAwsAccountId(v string) *DescribeDashboardInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeDashboardInput) SetDashboardId

SetDashboardId sets the DashboardId field's value.

func (*DescribeDashboardInput) SetVersionNumber

func (s *DescribeDashboardInput) SetVersionNumber(v int64) *DescribeDashboardInput

SetVersionNumber sets the VersionNumber field's value.

func (DescribeDashboardInput) String

func (s DescribeDashboardInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardInput) Validate

func (s *DescribeDashboardInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDashboardOutput

type DescribeDashboardOutput struct {

	// Information about the dashboard.
	Dashboard *Dashboard `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of this request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeDashboardOutput) GoString

func (s DescribeDashboardOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardOutput) SetDashboard

SetDashboard sets the Dashboard field's value.

func (*DescribeDashboardOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeDashboardOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeDashboardOutput) String

func (s DescribeDashboardOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDashboardPermissionsInput

type DescribeDashboardPermissionsInput struct {

	// The ID of the Amazon Web Services account that contains the dashboard that
	// you're describing permissions for.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dashboard, also added to the IAM policy.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDashboardPermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardPermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeDashboardPermissionsInput) SetDashboardId

SetDashboardId sets the DashboardId field's value.

func (DescribeDashboardPermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardPermissionsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeDashboardPermissionsOutput

type DescribeDashboardPermissionsOutput struct {

	// The Amazon Resource Name (ARN) of the dashboard.
	DashboardArn *string `type:"string"`

	// The ID for the dashboard.
	DashboardId *string `min:"1" type:"string"`

	// A structure that contains the configuration of a shareable link that grants
	// access to the dashboard. Your users can use the link to view and interact
	// with the dashboard, if the dashboard has been shared with them. For more
	// information about sharing dashboards, see Sharing Dashboards (https://docs.aws.amazon.com/quicksight/latest/user/sharing-a-dashboard.html).
	LinkSharingConfiguration *LinkSharingConfiguration `type:"structure"`

	// A structure that contains the permissions for the dashboard.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeDashboardPermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardPermissionsOutput) SetDashboardArn

SetDashboardArn sets the DashboardArn field's value.

func (*DescribeDashboardPermissionsOutput) SetDashboardId

SetDashboardId sets the DashboardId field's value.

func (*DescribeDashboardPermissionsOutput) SetLinkSharingConfiguration added in v1.42.9

SetLinkSharingConfiguration sets the LinkSharingConfiguration field's value.

func (*DescribeDashboardPermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*DescribeDashboardPermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeDashboardPermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeDashboardPermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDashboardSnapshotJobInput added in v1.42.9

type DescribeDashboardSnapshotJobInput struct {

	// The ID of the Amazon Web Services account that the dashboard snapshot job
	// is executed in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dashboard that you have started a snapshot job for.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// The ID of the job to be described. The job ID is set when you start a new
	// job with a StartDashboardSnapshotJob API call.
	//
	// SnapshotJobId is a required field
	SnapshotJobId *string `location:"uri" locationName:"SnapshotJobId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDashboardSnapshotJobInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardSnapshotJobInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeDashboardSnapshotJobInput) SetDashboardId added in v1.42.9

SetDashboardId sets the DashboardId field's value.

func (*DescribeDashboardSnapshotJobInput) SetSnapshotJobId added in v1.42.9

SetSnapshotJobId sets the SnapshotJobId field's value.

func (DescribeDashboardSnapshotJobInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardSnapshotJobInput) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DescribeDashboardSnapshotJobOutput added in v1.42.9

type DescribeDashboardSnapshotJobOutput struct {

	// The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated
	// when you start a new job with a StartDashboardSnapshotJob API call.
	Arn *string `type:"string"`

	// The ID of the Amazon Web Services account that the dashboard snapshot job
	// is executed in.
	AwsAccountId *string `min:"12" type:"string"`

	// The time that the snapshot job was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The ID of the dashboard that you have started a snapshot job for.
	DashboardId *string `min:"1" type:"string"`

	// Indicates the status of a job. The status updates as the job executes. This
	// shows one of the following values.
	//
	//    * COMPLETED - The job was completed successfully.
	//
	//    * FAILED - The job failed to execute.
	//
	//    * QUEUED - The job is queued and hasn't started yet.
	//
	//    * RUNNING - The job is still running.
	JobStatus *string `type:"string" enum:"SnapshotJobStatus"`

	// The time that the snapshot job status was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The snapshot configuration of the job. This information is provided when
	// you make a StartDashboardSnapshotJob API call.
	SnapshotConfiguration *SnapshotConfiguration `type:"structure"`

	// The ID of the job to be described. The job ID is set when you start a new
	// job with a StartDashboardSnapshotJob API call.
	SnapshotJobId *string `min:"1" type:"string"`

	// The HTTP status of the request
	Status *int64 `type:"integer"`

	// The user configuration for the snapshot job. This information is provided
	// when you make a StartDashboardSnapshotJob API call.
	UserConfiguration *SnapshotUserConfigurationRedacted `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeDashboardSnapshotJobOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardSnapshotJobOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*DescribeDashboardSnapshotJobOutput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeDashboardSnapshotJobOutput) SetCreatedTime added in v1.42.9

SetCreatedTime sets the CreatedTime field's value.

func (*DescribeDashboardSnapshotJobOutput) SetDashboardId added in v1.42.9

SetDashboardId sets the DashboardId field's value.

func (*DescribeDashboardSnapshotJobOutput) SetJobStatus added in v1.42.9

SetJobStatus sets the JobStatus field's value.

func (*DescribeDashboardSnapshotJobOutput) SetLastUpdatedTime added in v1.42.9

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*DescribeDashboardSnapshotJobOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeDashboardSnapshotJobOutput) SetSnapshotConfiguration added in v1.42.9

SetSnapshotConfiguration sets the SnapshotConfiguration field's value.

func (*DescribeDashboardSnapshotJobOutput) SetSnapshotJobId added in v1.42.9

SetSnapshotJobId sets the SnapshotJobId field's value.

func (*DescribeDashboardSnapshotJobOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*DescribeDashboardSnapshotJobOutput) SetUserConfiguration added in v1.42.9

SetUserConfiguration sets the UserConfiguration field's value.

func (DescribeDashboardSnapshotJobOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDashboardSnapshotJobResultInput added in v1.42.9

type DescribeDashboardSnapshotJobResultInput struct {

	// The ID of the Amazon Web Services account that the dashboard snapshot job
	// is executed in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dashboard that you have started a snapshot job for.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// The ID of the job to be described. The job ID is set when you start a new
	// job with a StartDashboardSnapshotJob API call.
	//
	// SnapshotJobId is a required field
	SnapshotJobId *string `location:"uri" locationName:"SnapshotJobId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDashboardSnapshotJobResultInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardSnapshotJobResultInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeDashboardSnapshotJobResultInput) SetDashboardId added in v1.42.9

SetDashboardId sets the DashboardId field's value.

func (*DescribeDashboardSnapshotJobResultInput) SetSnapshotJobId added in v1.42.9

SetSnapshotJobId sets the SnapshotJobId field's value.

func (DescribeDashboardSnapshotJobResultInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardSnapshotJobResultInput) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DescribeDashboardSnapshotJobResultOutput added in v1.42.9

type DescribeDashboardSnapshotJobResultOutput struct {

	// The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated
	// when you start a new job with a StartDashboardSnapshotJob API call.
	Arn *string `type:"string"`

	// The time that a snapshot job was created.
	CreatedTime *time.Time `type:"timestamp"`

	// Displays information for the error that caused a job to fail.
	ErrorInfo *SnapshotJobErrorInfo `type:"structure"`

	// Indicates the status of a job after it has reached a terminal state. A finished
	// snapshot job will retuen a COMPLETED or FAILED status.
	JobStatus *string `type:"string" enum:"SnapshotJobStatus"`

	// The time that a snapshot job status was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The result of the snapshot job. Jobs that have successfully completed will
	// return the S3Uri where they are located. Jobs that have failedwill return
	// information on the error that caused the job to fail.
	Result *SnapshotJobResult `type:"structure"`

	// The HTTP status of the request
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeDashboardSnapshotJobResultOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDashboardSnapshotJobResultOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*DescribeDashboardSnapshotJobResultOutput) SetCreatedTime added in v1.42.9

SetCreatedTime sets the CreatedTime field's value.

func (*DescribeDashboardSnapshotJobResultOutput) SetErrorInfo added in v1.42.9

SetErrorInfo sets the ErrorInfo field's value.

func (*DescribeDashboardSnapshotJobResultOutput) SetJobStatus added in v1.42.9

SetJobStatus sets the JobStatus field's value.

func (*DescribeDashboardSnapshotJobResultOutput) SetLastUpdatedTime added in v1.42.9

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*DescribeDashboardSnapshotJobResultOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeDashboardSnapshotJobResultOutput) SetResult added in v1.42.9

SetResult sets the Result field's value.

func (*DescribeDashboardSnapshotJobResultOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (DescribeDashboardSnapshotJobResultOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataSetInput

type DescribeDataSetInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dataset that you want to create. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDataSetInput) GoString

func (s DescribeDataSetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSetInput) SetAwsAccountId

func (s *DescribeDataSetInput) SetAwsAccountId(v string) *DescribeDataSetInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeDataSetInput) SetDataSetId

func (s *DescribeDataSetInput) SetDataSetId(v string) *DescribeDataSetInput

SetDataSetId sets the DataSetId field's value.

func (DescribeDataSetInput) String

func (s DescribeDataSetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSetInput) Validate

func (s *DescribeDataSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDataSetOutput

type DescribeDataSetOutput struct {

	// Information on the dataset.
	DataSet *DataSet `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeDataSetOutput) GoString

func (s DescribeDataSetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSetOutput) SetDataSet

SetDataSet sets the DataSet field's value.

func (*DescribeDataSetOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeDataSetOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeDataSetOutput) String

func (s DescribeDataSetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataSetPermissionsInput

type DescribeDataSetPermissionsInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dataset that you want to create. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDataSetPermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSetPermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeDataSetPermissionsInput) SetDataSetId

SetDataSetId sets the DataSetId field's value.

func (DescribeDataSetPermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSetPermissionsInput) Validate

func (s *DescribeDataSetPermissionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDataSetPermissionsOutput

type DescribeDataSetPermissionsOutput struct {

	// The Amazon Resource Name (ARN) of the dataset.
	DataSetArn *string `type:"string"`

	// The ID for the dataset that you want to create. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	DataSetId *string `type:"string"`

	// A list of resource permissions on the dataset.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeDataSetPermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSetPermissionsOutput) SetDataSetArn

SetDataSetArn sets the DataSetArn field's value.

func (*DescribeDataSetPermissionsOutput) SetDataSetId

SetDataSetId sets the DataSetId field's value.

func (*DescribeDataSetPermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*DescribeDataSetPermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeDataSetPermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeDataSetPermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataSetRefreshPropertiesInput added in v1.42.9

type DescribeDataSetRefreshPropertiesInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDataSetRefreshPropertiesInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSetRefreshPropertiesInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeDataSetRefreshPropertiesInput) SetDataSetId added in v1.42.9

SetDataSetId sets the DataSetId field's value.

func (DescribeDataSetRefreshPropertiesInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSetRefreshPropertiesInput) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DescribeDataSetRefreshPropertiesOutput added in v1.42.9

type DescribeDataSetRefreshPropertiesOutput struct {

	// The dataset refresh properties.
	DataSetRefreshProperties *DataSetRefreshProperties `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeDataSetRefreshPropertiesOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSetRefreshPropertiesOutput) SetDataSetRefreshProperties added in v1.42.9

SetDataSetRefreshProperties sets the DataSetRefreshProperties field's value.

func (*DescribeDataSetRefreshPropertiesOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeDataSetRefreshPropertiesOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (DescribeDataSetRefreshPropertiesOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataSourceInput

type DescribeDataSourceInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	//
	// DataSourceId is a required field
	DataSourceId *string `location:"uri" locationName:"DataSourceId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDataSourceInput) GoString

func (s DescribeDataSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSourceInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeDataSourceInput) SetDataSourceId

SetDataSourceId sets the DataSourceId field's value.

func (DescribeDataSourceInput) String

func (s DescribeDataSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSourceInput) Validate

func (s *DescribeDataSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDataSourceOutput

type DescribeDataSourceOutput struct {

	// The information on the data source.
	DataSource *DataSource `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeDataSourceOutput) GoString

func (s DescribeDataSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSourceOutput) SetDataSource

SetDataSource sets the DataSource field's value.

func (*DescribeDataSourceOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeDataSourceOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeDataSourceOutput) String

func (s DescribeDataSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataSourcePermissionsInput

type DescribeDataSourcePermissionsInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	//
	// DataSourceId is a required field
	DataSourceId *string `location:"uri" locationName:"DataSourceId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDataSourcePermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSourcePermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeDataSourcePermissionsInput) SetDataSourceId

SetDataSourceId sets the DataSourceId field's value.

func (DescribeDataSourcePermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSourcePermissionsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeDataSourcePermissionsOutput

type DescribeDataSourcePermissionsOutput struct {

	// The Amazon Resource Name (ARN) of the data source.
	DataSourceArn *string `type:"string"`

	// The ID of the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	DataSourceId *string `type:"string"`

	// A list of resource permissions on the data source.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeDataSourcePermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSourcePermissionsOutput) SetDataSourceArn

SetDataSourceArn sets the DataSourceArn field's value.

func (*DescribeDataSourcePermissionsOutput) SetDataSourceId

SetDataSourceId sets the DataSourceId field's value.

func (*DescribeDataSourcePermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*DescribeDataSourcePermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeDataSourcePermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeDataSourcePermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeFolderInput

type DescribeFolderInput struct {

	// The ID for the Amazon Web Services account that contains the folder.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the folder.
	//
	// FolderId is a required field
	FolderId *string `location:"uri" locationName:"FolderId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeFolderInput) GoString

func (s DescribeFolderInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFolderInput) SetAwsAccountId

func (s *DescribeFolderInput) SetAwsAccountId(v string) *DescribeFolderInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeFolderInput) SetFolderId

func (s *DescribeFolderInput) SetFolderId(v string) *DescribeFolderInput

SetFolderId sets the FolderId field's value.

func (DescribeFolderInput) String

func (s DescribeFolderInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFolderInput) Validate

func (s *DescribeFolderInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFolderOutput

type DescribeFolderOutput struct {

	// Information about the folder.
	Folder *Folder `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeFolderOutput) GoString

func (s DescribeFolderOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFolderOutput) SetFolder

SetFolder sets the Folder field's value.

func (*DescribeFolderOutput) SetRequestId

func (s *DescribeFolderOutput) SetRequestId(v string) *DescribeFolderOutput

SetRequestId sets the RequestId field's value.

func (*DescribeFolderOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeFolderOutput) String

func (s DescribeFolderOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeFolderPermissionsInput

type DescribeFolderPermissionsInput struct {

	// The ID for the Amazon Web Services account that contains the folder.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the folder.
	//
	// FolderId is a required field
	FolderId *string `location:"uri" locationName:"FolderId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeFolderPermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFolderPermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeFolderPermissionsInput) SetFolderId

SetFolderId sets the FolderId field's value.

func (DescribeFolderPermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFolderPermissionsInput) Validate

func (s *DescribeFolderPermissionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFolderPermissionsOutput

type DescribeFolderPermissionsOutput struct {

	// The Amazon Resource Name (ARN) for the folder.
	Arn *string `type:"string"`

	// The ID of the folder.
	FolderId *string `min:"1" type:"string"`

	// Information about the permissions on the folder.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeFolderPermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFolderPermissionsOutput) SetArn

SetArn sets the Arn field's value.

func (*DescribeFolderPermissionsOutput) SetFolderId

SetFolderId sets the FolderId field's value.

func (*DescribeFolderPermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*DescribeFolderPermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeFolderPermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeFolderPermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeFolderResolvedPermissionsInput

type DescribeFolderResolvedPermissionsInput struct {

	// The ID for the Amazon Web Services account that contains the folder.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the folder.
	//
	// FolderId is a required field
	FolderId *string `location:"uri" locationName:"FolderId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeFolderResolvedPermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFolderResolvedPermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeFolderResolvedPermissionsInput) SetFolderId

SetFolderId sets the FolderId field's value.

func (DescribeFolderResolvedPermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFolderResolvedPermissionsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeFolderResolvedPermissionsOutput

type DescribeFolderResolvedPermissionsOutput struct {

	// The Amazon Resource Name (ARN) of the folder.
	Arn *string `type:"string"`

	// The ID of the folder.
	FolderId *string `min:"1" type:"string"`

	// Information about the permissions for the folder.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeFolderResolvedPermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFolderResolvedPermissionsOutput) SetArn

SetArn sets the Arn field's value.

func (*DescribeFolderResolvedPermissionsOutput) SetFolderId

SetFolderId sets the FolderId field's value.

func (*DescribeFolderResolvedPermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*DescribeFolderResolvedPermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeFolderResolvedPermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeFolderResolvedPermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeGroupInput

type DescribeGroupInput struct {

	// The ID for the Amazon Web Services account that the group is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The name of the group that you want to describe.
	//
	// GroupName is a required field
	GroupName *string `location:"uri" locationName:"GroupName" min:"1" type:"string" required:"true"`

	// The namespace of the group that you want described.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeGroupInput) GoString

func (s DescribeGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeGroupInput) SetAwsAccountId

func (s *DescribeGroupInput) SetAwsAccountId(v string) *DescribeGroupInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeGroupInput) SetGroupName

func (s *DescribeGroupInput) SetGroupName(v string) *DescribeGroupInput

SetGroupName sets the GroupName field's value.

func (*DescribeGroupInput) SetNamespace

func (s *DescribeGroupInput) SetNamespace(v string) *DescribeGroupInput

SetNamespace sets the Namespace field's value.

func (DescribeGroupInput) String

func (s DescribeGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeGroupInput) Validate

func (s *DescribeGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeGroupMembershipInput added in v1.42.9

type DescribeGroupMembershipInput struct {

	// The ID for the Amazon Web Services account that the group is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The name of the group that you want to search.
	//
	// GroupName is a required field
	GroupName *string `location:"uri" locationName:"GroupName" min:"1" type:"string" required:"true"`

	// The user name of the user that you want to search for.
	//
	// MemberName is a required field
	MemberName *string `location:"uri" locationName:"MemberName" min:"1" type:"string" required:"true"`

	// The namespace that includes the group you are searching within.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeGroupMembershipInput) GoString added in v1.42.9

func (s DescribeGroupMembershipInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeGroupMembershipInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeGroupMembershipInput) SetGroupName added in v1.42.9

SetGroupName sets the GroupName field's value.

func (*DescribeGroupMembershipInput) SetMemberName added in v1.42.9

SetMemberName sets the MemberName field's value.

func (*DescribeGroupMembershipInput) SetNamespace added in v1.42.9

SetNamespace sets the Namespace field's value.

func (DescribeGroupMembershipInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeGroupMembershipInput) Validate added in v1.42.9

func (s *DescribeGroupMembershipInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeGroupMembershipOutput added in v1.42.9

type DescribeGroupMembershipOutput struct {

	// A member of an Amazon QuickSight group. Currently, group members must be
	// users. Groups can't be members of another group. .
	GroupMember *GroupMember `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeGroupMembershipOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeGroupMembershipOutput) SetGroupMember added in v1.42.9

SetGroupMember sets the GroupMember field's value.

func (*DescribeGroupMembershipOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeGroupMembershipOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (DescribeGroupMembershipOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeGroupOutput

type DescribeGroupOutput struct {

	// The name of the group.
	Group *Group `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeGroupOutput) GoString

func (s DescribeGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeGroupOutput) SetGroup

SetGroup sets the Group field's value.

func (*DescribeGroupOutput) SetRequestId

func (s *DescribeGroupOutput) SetRequestId(v string) *DescribeGroupOutput

SetRequestId sets the RequestId field's value.

func (*DescribeGroupOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeGroupOutput) String

func (s DescribeGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeIAMPolicyAssignmentInput

type DescribeIAMPolicyAssignmentInput struct {

	// The name of the assignment, also called a rule.
	//
	// AssignmentName is a required field
	AssignmentName *string `location:"uri" locationName:"AssignmentName" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the assignment that
	// you want to describe.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The namespace that contains the assignment.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeIAMPolicyAssignmentInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIAMPolicyAssignmentInput) SetAssignmentName

SetAssignmentName sets the AssignmentName field's value.

func (*DescribeIAMPolicyAssignmentInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeIAMPolicyAssignmentInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (DescribeIAMPolicyAssignmentInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIAMPolicyAssignmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeIAMPolicyAssignmentOutput

type DescribeIAMPolicyAssignmentOutput struct {

	// Information describing the IAM policy assignment.
	IAMPolicyAssignment *IAMPolicyAssignment `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeIAMPolicyAssignmentOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIAMPolicyAssignmentOutput) SetIAMPolicyAssignment

SetIAMPolicyAssignment sets the IAMPolicyAssignment field's value.

func (*DescribeIAMPolicyAssignmentOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeIAMPolicyAssignmentOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeIAMPolicyAssignmentOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeIngestionInput

type DescribeIngestionInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset used in the ingestion.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`

	// An ID for the ingestion.
	//
	// IngestionId is a required field
	IngestionId *string `location:"uri" locationName:"IngestionId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeIngestionInput) GoString

func (s DescribeIngestionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIngestionInput) SetAwsAccountId

func (s *DescribeIngestionInput) SetAwsAccountId(v string) *DescribeIngestionInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeIngestionInput) SetDataSetId

SetDataSetId sets the DataSetId field's value.

func (*DescribeIngestionInput) SetIngestionId

SetIngestionId sets the IngestionId field's value.

func (DescribeIngestionInput) String

func (s DescribeIngestionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIngestionInput) Validate

func (s *DescribeIngestionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeIngestionOutput

type DescribeIngestionOutput struct {

	// Information about the ingestion.
	Ingestion *Ingestion `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeIngestionOutput) GoString

func (s DescribeIngestionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIngestionOutput) SetIngestion

SetIngestion sets the Ingestion field's value.

func (*DescribeIngestionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeIngestionOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeIngestionOutput) String

func (s DescribeIngestionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeIpRestrictionInput

type DescribeIpRestrictionInput struct {

	// The ID of the Amazon Web Services account that contains the IP rules.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeIpRestrictionInput) GoString

func (s DescribeIpRestrictionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIpRestrictionInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (DescribeIpRestrictionInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIpRestrictionInput) Validate

func (s *DescribeIpRestrictionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeIpRestrictionOutput

type DescribeIpRestrictionOutput struct {

	// The ID of the Amazon Web Services account that contains the IP rules.
	AwsAccountId *string `min:"12" type:"string"`

	// A value that specifies whether IP rules are turned on.
	Enabled *bool `type:"boolean"`

	// A map that describes the IP rules with CIDR range and description.
	IpRestrictionRuleMap map[string]*string `type:"map"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeIpRestrictionOutput) GoString

func (s DescribeIpRestrictionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIpRestrictionOutput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeIpRestrictionOutput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*DescribeIpRestrictionOutput) SetIpRestrictionRuleMap

func (s *DescribeIpRestrictionOutput) SetIpRestrictionRuleMap(v map[string]*string) *DescribeIpRestrictionOutput

SetIpRestrictionRuleMap sets the IpRestrictionRuleMap field's value.

func (*DescribeIpRestrictionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeIpRestrictionOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeIpRestrictionOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeNamespaceInput

type DescribeNamespaceInput struct {

	// The ID for the Amazon Web Services account that contains the Amazon QuickSight
	// namespace that you want to describe.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The namespace that you want to describe.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeNamespaceInput) GoString

func (s DescribeNamespaceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeNamespaceInput) SetAwsAccountId

func (s *DescribeNamespaceInput) SetAwsAccountId(v string) *DescribeNamespaceInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeNamespaceInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (DescribeNamespaceInput) String

func (s DescribeNamespaceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeNamespaceInput) Validate

func (s *DescribeNamespaceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeNamespaceOutput

type DescribeNamespaceOutput struct {

	// The information about the namespace that you're describing. The response
	// includes the namespace ARN, name, Amazon Web Services Region, creation status,
	// and identity store. DescribeNamespace also works for namespaces that are
	// in the process of being created. For incomplete namespaces, this API operation
	// lists the namespace error types and messages associated with the creation
	// process.
	Namespace *NamespaceInfoV2 `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeNamespaceOutput) GoString

func (s DescribeNamespaceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeNamespaceOutput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*DescribeNamespaceOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeNamespaceOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeNamespaceOutput) String

func (s DescribeNamespaceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeRefreshScheduleInput added in v1.42.9

type DescribeRefreshScheduleInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`

	// The ID of the refresh schedule.
	//
	// ScheduleId is a required field
	ScheduleId *string `location:"uri" locationName:"ScheduleId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeRefreshScheduleInput) GoString added in v1.42.9

func (s DescribeRefreshScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRefreshScheduleInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeRefreshScheduleInput) SetDataSetId added in v1.42.9

SetDataSetId sets the DataSetId field's value.

func (*DescribeRefreshScheduleInput) SetScheduleId added in v1.42.9

SetScheduleId sets the ScheduleId field's value.

func (DescribeRefreshScheduleInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRefreshScheduleInput) Validate added in v1.42.9

func (s *DescribeRefreshScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeRefreshScheduleOutput added in v1.42.9

type DescribeRefreshScheduleOutput struct {

	// The Amazon Resource Name (ARN) for the refresh schedule.
	Arn *string `type:"string"`

	// The refresh schedule.
	RefreshSchedule *RefreshSchedule `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeRefreshScheduleOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRefreshScheduleOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*DescribeRefreshScheduleOutput) SetRefreshSchedule added in v1.42.9

SetRefreshSchedule sets the RefreshSchedule field's value.

func (*DescribeRefreshScheduleOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeRefreshScheduleOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (DescribeRefreshScheduleOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTemplateAliasInput

type DescribeTemplateAliasInput struct {

	// The name of the template alias that you want to describe. If you name a specific
	// alias, you describe the version that the alias points to. You can specify
	// the latest version of the template by providing the keyword $LATEST in the
	// AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
	//
	// AliasName is a required field
	AliasName *string `location:"uri" locationName:"AliasName" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the template alias
	// that you're describing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the template.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTemplateAliasInput) GoString

func (s DescribeTemplateAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplateAliasInput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*DescribeTemplateAliasInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeTemplateAliasInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (DescribeTemplateAliasInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplateAliasInput) Validate

func (s *DescribeTemplateAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTemplateAliasOutput

type DescribeTemplateAliasOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// Information about the template alias.
	TemplateAlias *TemplateAlias `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeTemplateAliasOutput) GoString

func (s DescribeTemplateAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplateAliasOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeTemplateAliasOutput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeTemplateAliasOutput) SetTemplateAlias

SetTemplateAlias sets the TemplateAlias field's value.

func (DescribeTemplateAliasOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTemplateDefinitionInput added in v1.42.9

type DescribeTemplateDefinitionInput struct {

	// The alias of the template that you want to describe. If you name a specific
	// alias, you describe the version that the alias points to. You can specify
	// the latest version of the template by providing the keyword $LATEST in the
	// AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
	AliasName *string `location:"querystring" locationName:"alias-name" min:"1" type:"string"`

	// The ID of the Amazon Web Services account that contains the template. You
	// must be using the Amazon Web Services account that the template is in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the template that you're describing.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`

	// The version number of the template.
	VersionNumber *int64 `location:"querystring" locationName:"version-number" min:"1" type:"long"`
	// contains filtered or unexported fields
}

func (DescribeTemplateDefinitionInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplateDefinitionInput) SetAliasName added in v1.42.9

SetAliasName sets the AliasName field's value.

func (*DescribeTemplateDefinitionInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeTemplateDefinitionInput) SetTemplateId added in v1.42.9

SetTemplateId sets the TemplateId field's value.

func (*DescribeTemplateDefinitionInput) SetVersionNumber added in v1.42.9

SetVersionNumber sets the VersionNumber field's value.

func (DescribeTemplateDefinitionInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplateDefinitionInput) Validate added in v1.42.9

func (s *DescribeTemplateDefinitionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTemplateDefinitionOutput added in v1.42.9

type DescribeTemplateDefinitionOutput struct {

	// The definition of the template.
	//
	// A definition is the data model of all features in a Dashboard, Template,
	// or Analysis.
	Definition *TemplateVersionDefinition `type:"structure"`

	// Errors associated with the template version.
	Errors []*TemplateError `min:"1" type:"list"`

	// The descriptive name of the template.
	Name *string `min:"1" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// Status associated with the template.
	//
	//    * CREATION_IN_PROGRESS
	//
	//    * CREATION_SUCCESSFUL
	//
	//    * CREATION_FAILED
	//
	//    * UPDATE_IN_PROGRESS
	//
	//    * UPDATE_SUCCESSFUL
	//
	//    * UPDATE_FAILED
	//
	//    * DELETED
	ResourceStatus *string `type:"string" enum:"ResourceStatus"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ID of the template described.
	TemplateId *string `min:"1" type:"string"`

	// The ARN of the theme of the template.
	ThemeArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTemplateDefinitionOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplateDefinitionOutput) SetDefinition added in v1.42.9

SetDefinition sets the Definition field's value.

func (*DescribeTemplateDefinitionOutput) SetErrors added in v1.42.9

SetErrors sets the Errors field's value.

func (*DescribeTemplateDefinitionOutput) SetName added in v1.42.9

SetName sets the Name field's value.

func (*DescribeTemplateDefinitionOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeTemplateDefinitionOutput) SetResourceStatus added in v1.42.9

SetResourceStatus sets the ResourceStatus field's value.

func (*DescribeTemplateDefinitionOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*DescribeTemplateDefinitionOutput) SetTemplateId added in v1.42.9

SetTemplateId sets the TemplateId field's value.

func (*DescribeTemplateDefinitionOutput) SetThemeArn added in v1.42.9

SetThemeArn sets the ThemeArn field's value.

func (DescribeTemplateDefinitionOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTemplateInput

type DescribeTemplateInput struct {

	// The alias of the template that you want to describe. If you name a specific
	// alias, you describe the version that the alias points to. You can specify
	// the latest version of the template by providing the keyword $LATEST in the
	// AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
	AliasName *string `location:"querystring" locationName:"alias-name" min:"1" type:"string"`

	// The ID of the Amazon Web Services account that contains the template that
	// you're describing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the template.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`

	// (Optional) The number for the version to describe. If a VersionNumber parameter
	// value isn't provided, the latest version of the template is described.
	VersionNumber *int64 `location:"querystring" locationName:"version-number" min:"1" type:"long"`
	// contains filtered or unexported fields
}

func (DescribeTemplateInput) GoString

func (s DescribeTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplateInput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*DescribeTemplateInput) SetAwsAccountId

func (s *DescribeTemplateInput) SetAwsAccountId(v string) *DescribeTemplateInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeTemplateInput) SetTemplateId

func (s *DescribeTemplateInput) SetTemplateId(v string) *DescribeTemplateInput

SetTemplateId sets the TemplateId field's value.

func (*DescribeTemplateInput) SetVersionNumber

func (s *DescribeTemplateInput) SetVersionNumber(v int64) *DescribeTemplateInput

SetVersionNumber sets the VersionNumber field's value.

func (DescribeTemplateInput) String

func (s DescribeTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplateInput) Validate

func (s *DescribeTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTemplateOutput

type DescribeTemplateOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The template structure for the object you want to describe.
	Template *Template `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeTemplateOutput) GoString

func (s DescribeTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplateOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeTemplateOutput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeTemplateOutput) SetTemplate

SetTemplate sets the Template field's value.

func (DescribeTemplateOutput) String

func (s DescribeTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTemplatePermissionsInput

type DescribeTemplatePermissionsInput struct {

	// The ID of the Amazon Web Services account that contains the template that
	// you're describing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the template.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTemplatePermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplatePermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeTemplatePermissionsInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (DescribeTemplatePermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplatePermissionsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTemplatePermissionsOutput

type DescribeTemplatePermissionsOutput struct {

	// A list of resource permissions to be set on the template.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon Resource Name (ARN) of the template.
	TemplateArn *string `type:"string"`

	// The ID for the template.
	TemplateId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTemplatePermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTemplatePermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*DescribeTemplatePermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeTemplatePermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeTemplatePermissionsOutput) SetTemplateArn

SetTemplateArn sets the TemplateArn field's value.

func (*DescribeTemplatePermissionsOutput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (DescribeTemplatePermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeThemeAliasInput

type DescribeThemeAliasInput struct {

	// The name of the theme alias that you want to describe.
	//
	// AliasName is a required field
	AliasName *string `location:"uri" locationName:"AliasName" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the theme alias that
	// you're describing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the theme.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeThemeAliasInput) GoString

func (s DescribeThemeAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThemeAliasInput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*DescribeThemeAliasInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeThemeAliasInput) SetThemeId

SetThemeId sets the ThemeId field's value.

func (DescribeThemeAliasInput) String

func (s DescribeThemeAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThemeAliasInput) Validate

func (s *DescribeThemeAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeThemeAliasOutput

type DescribeThemeAliasOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// Information about the theme alias.
	ThemeAlias *ThemeAlias `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeThemeAliasOutput) GoString

func (s DescribeThemeAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThemeAliasOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeThemeAliasOutput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeThemeAliasOutput) SetThemeAlias

SetThemeAlias sets the ThemeAlias field's value.

func (DescribeThemeAliasOutput) String

func (s DescribeThemeAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeThemeInput

type DescribeThemeInput struct {

	// The alias of the theme that you want to describe. If you name a specific
	// alias, you describe the version that the alias points to. You can specify
	// the latest version of the theme by providing the keyword $LATEST in the AliasName
	// parameter. The keyword $PUBLISHED doesn't apply to themes.
	AliasName *string `location:"querystring" locationName:"alias-name" min:"1" type:"string"`

	// The ID of the Amazon Web Services account that contains the theme that you're
	// describing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" type:"string" required:"true"`

	// The ID for the theme.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`

	// The version number for the version to describe. If a VersionNumber parameter
	// value isn't provided, the latest version of the theme is described.
	VersionNumber *int64 `location:"querystring" locationName:"version-number" min:"1" type:"long"`
	// contains filtered or unexported fields
}

func (DescribeThemeInput) GoString

func (s DescribeThemeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThemeInput) SetAliasName

func (s *DescribeThemeInput) SetAliasName(v string) *DescribeThemeInput

SetAliasName sets the AliasName field's value.

func (*DescribeThemeInput) SetAwsAccountId

func (s *DescribeThemeInput) SetAwsAccountId(v string) *DescribeThemeInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeThemeInput) SetThemeId

func (s *DescribeThemeInput) SetThemeId(v string) *DescribeThemeInput

SetThemeId sets the ThemeId field's value.

func (*DescribeThemeInput) SetVersionNumber

func (s *DescribeThemeInput) SetVersionNumber(v int64) *DescribeThemeInput

SetVersionNumber sets the VersionNumber field's value.

func (DescribeThemeInput) String

func (s DescribeThemeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThemeInput) Validate

func (s *DescribeThemeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeThemeOutput

type DescribeThemeOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The information about the theme that you are describing.
	Theme *Theme `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeThemeOutput) GoString

func (s DescribeThemeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThemeOutput) SetRequestId

func (s *DescribeThemeOutput) SetRequestId(v string) *DescribeThemeOutput

SetRequestId sets the RequestId field's value.

func (*DescribeThemeOutput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeThemeOutput) SetTheme

SetTheme sets the Theme field's value.

func (DescribeThemeOutput) String

func (s DescribeThemeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeThemePermissionsInput

type DescribeThemePermissionsInput struct {

	// The ID of the Amazon Web Services account that contains the theme that you're
	// describing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the theme that you want to describe permissions for.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeThemePermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThemePermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeThemePermissionsInput) SetThemeId

SetThemeId sets the ThemeId field's value.

func (DescribeThemePermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThemePermissionsInput) Validate

func (s *DescribeThemePermissionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeThemePermissionsOutput

type DescribeThemePermissionsOutput struct {

	// A list of resource permissions set on the theme.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon Resource Name (ARN) of the theme.
	ThemeArn *string `type:"string"`

	// The ID for the theme.
	ThemeId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeThemePermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThemePermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*DescribeThemePermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeThemePermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeThemePermissionsOutput) SetThemeArn

SetThemeArn sets the ThemeArn field's value.

func (*DescribeThemePermissionsOutput) SetThemeId

SetThemeId sets the ThemeId field's value.

func (DescribeThemePermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTopicInput added in v1.42.9

type DescribeTopicInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the topic that you want to describe. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// TopicId is a required field
	TopicId *string `location:"uri" locationName:"TopicId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTopicInput) GoString added in v1.42.9

func (s DescribeTopicInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicInput) SetAwsAccountId added in v1.42.9

func (s *DescribeTopicInput) SetAwsAccountId(v string) *DescribeTopicInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeTopicInput) SetTopicId added in v1.42.9

func (s *DescribeTopicInput) SetTopicId(v string) *DescribeTopicInput

SetTopicId sets the TopicId field's value.

func (DescribeTopicInput) String added in v1.42.9

func (s DescribeTopicInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicInput) Validate added in v1.42.9

func (s *DescribeTopicInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTopicOutput added in v1.42.9

type DescribeTopicOutput struct {

	// The Amazon Resource Name (ARN) of the topic.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The definition of a topic.
	Topic *TopicDetails `type:"structure"`

	// The ID of the topic that you want to describe. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTopicOutput) GoString added in v1.42.9

func (s DescribeTopicOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*DescribeTopicOutput) SetRequestId added in v1.42.9

func (s *DescribeTopicOutput) SetRequestId(v string) *DescribeTopicOutput

SetRequestId sets the RequestId field's value.

func (*DescribeTopicOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*DescribeTopicOutput) SetTopic added in v1.42.9

SetTopic sets the Topic field's value.

func (*DescribeTopicOutput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (DescribeTopicOutput) String added in v1.42.9

func (s DescribeTopicOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTopicPermissionsInput added in v1.42.9

type DescribeTopicPermissionsInput struct {

	// The ID of the Amazon Web Services account that contains the topic that you
	// want described.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the topic that you want to describe. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// TopicId is a required field
	TopicId *string `location:"uri" locationName:"TopicId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTopicPermissionsInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicPermissionsInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeTopicPermissionsInput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (DescribeTopicPermissionsInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicPermissionsInput) Validate added in v1.42.9

func (s *DescribeTopicPermissionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTopicPermissionsOutput added in v1.42.9

type DescribeTopicPermissionsOutput struct {

	// A list of resource permissions that are configured to the topic.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon Resource Name (ARN) of the topic.
	TopicArn *string `type:"string"`

	// The ID of the topic that you want to describe. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTopicPermissionsOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicPermissionsOutput) SetPermissions added in v1.42.9

SetPermissions sets the Permissions field's value.

func (*DescribeTopicPermissionsOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeTopicPermissionsOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*DescribeTopicPermissionsOutput) SetTopicArn added in v1.42.9

SetTopicArn sets the TopicArn field's value.

func (*DescribeTopicPermissionsOutput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (DescribeTopicPermissionsOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTopicRefreshInput added in v1.42.9

type DescribeTopicRefreshInput struct {

	// The ID of the Amazon Web Services account that contains the topic whose refresh
	// you want to describe.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the refresh, which is performed when the topic is created or updated.
	//
	// RefreshId is a required field
	RefreshId *string `location:"uri" locationName:"RefreshId" type:"string" required:"true"`

	// The ID of the topic that you want to describe. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// TopicId is a required field
	TopicId *string `location:"uri" locationName:"TopicId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTopicRefreshInput) GoString added in v1.42.9

func (s DescribeTopicRefreshInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicRefreshInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeTopicRefreshInput) SetRefreshId added in v1.42.9

SetRefreshId sets the RefreshId field's value.

func (*DescribeTopicRefreshInput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (DescribeTopicRefreshInput) String added in v1.42.9

func (s DescribeTopicRefreshInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicRefreshInput) Validate added in v1.42.9

func (s *DescribeTopicRefreshInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTopicRefreshOutput added in v1.42.9

type DescribeTopicRefreshOutput struct {

	// Details of the refresh, which is performed when the topic is created or updated.
	RefreshDetails *TopicRefreshDetails `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeTopicRefreshOutput) GoString added in v1.42.9

func (s DescribeTopicRefreshOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicRefreshOutput) SetRefreshDetails added in v1.42.9

SetRefreshDetails sets the RefreshDetails field's value.

func (*DescribeTopicRefreshOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeTopicRefreshOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (DescribeTopicRefreshOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTopicRefreshScheduleInput added in v1.42.9

type DescribeTopicRefreshScheduleInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset.
	//
	// DatasetId is a required field
	DatasetId *string `location:"uri" locationName:"DatasetId" type:"string" required:"true"`

	// The ID of the topic that contains the refresh schedule that you want to describe.
	// This ID is unique per Amazon Web Services Region for each Amazon Web Services
	// account.
	//
	// TopicId is a required field
	TopicId *string `location:"uri" locationName:"TopicId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTopicRefreshScheduleInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicRefreshScheduleInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeTopicRefreshScheduleInput) SetDatasetId added in v1.42.9

SetDatasetId sets the DatasetId field's value.

func (*DescribeTopicRefreshScheduleInput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (DescribeTopicRefreshScheduleInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicRefreshScheduleInput) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DescribeTopicRefreshScheduleOutput added in v1.42.9

type DescribeTopicRefreshScheduleOutput struct {

	// The Amazon Resource Name (ARN) of the dataset.
	DatasetArn *string `type:"string"`

	// The definition of a refresh schedule.
	RefreshSchedule *TopicRefreshSchedule `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon Resource Name (ARN) of the topic.
	TopicArn *string `type:"string"`

	// The ID of the topic that contains the refresh schedule that you want to describe.
	// This ID is unique per Amazon Web Services Region for each Amazon Web Services
	// account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTopicRefreshScheduleOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTopicRefreshScheduleOutput) SetDatasetArn added in v1.42.9

SetDatasetArn sets the DatasetArn field's value.

func (*DescribeTopicRefreshScheduleOutput) SetRefreshSchedule added in v1.42.9

SetRefreshSchedule sets the RefreshSchedule field's value.

func (*DescribeTopicRefreshScheduleOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeTopicRefreshScheduleOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*DescribeTopicRefreshScheduleOutput) SetTopicArn added in v1.42.9

SetTopicArn sets the TopicArn field's value.

func (*DescribeTopicRefreshScheduleOutput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (DescribeTopicRefreshScheduleOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeUserInput

type DescribeUserInput struct {

	// The ID for the Amazon Web Services account that the user is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The namespace. Currently, you should set this to default.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// The name of the user that you want to describe.
	//
	// UserName is a required field
	UserName *string `location:"uri" locationName:"UserName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeUserInput) GoString

func (s DescribeUserInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeUserInput) SetAwsAccountId

func (s *DescribeUserInput) SetAwsAccountId(v string) *DescribeUserInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeUserInput) SetNamespace

func (s *DescribeUserInput) SetNamespace(v string) *DescribeUserInput

SetNamespace sets the Namespace field's value.

func (*DescribeUserInput) SetUserName

func (s *DescribeUserInput) SetUserName(v string) *DescribeUserInput

SetUserName sets the UserName field's value.

func (DescribeUserInput) String

func (s DescribeUserInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeUserInput) Validate

func (s *DescribeUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeUserOutput

type DescribeUserOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The user name.
	User *User `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeUserOutput) GoString

func (s DescribeUserOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeUserOutput) SetRequestId

func (s *DescribeUserOutput) SetRequestId(v string) *DescribeUserOutput

SetRequestId sets the RequestId field's value.

func (*DescribeUserOutput) SetStatus

func (s *DescribeUserOutput) SetStatus(v int64) *DescribeUserOutput

SetStatus sets the Status field's value.

func (*DescribeUserOutput) SetUser

func (s *DescribeUserOutput) SetUser(v *User) *DescribeUserOutput

SetUser sets the User field's value.

func (DescribeUserOutput) String

func (s DescribeUserOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeVPCConnectionInput added in v1.42.9

type DescribeVPCConnectionInput struct {

	// The Amazon Web Services account ID of the account that contains the VPC connection
	// that you want described.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the VPC connection that you're creating. This ID is a unique identifier
	// for each Amazon Web Services Region in an Amazon Web Services account.
	//
	// VPCConnectionId is a required field
	VPCConnectionId *string `location:"uri" locationName:"VPCConnectionId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeVPCConnectionInput) GoString added in v1.42.9

func (s DescribeVPCConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVPCConnectionInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*DescribeVPCConnectionInput) SetVPCConnectionId added in v1.42.9

SetVPCConnectionId sets the VPCConnectionId field's value.

func (DescribeVPCConnectionInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVPCConnectionInput) Validate added in v1.42.9

func (s *DescribeVPCConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeVPCConnectionOutput added in v1.42.9

type DescribeVPCConnectionOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `type:"integer"`

	// A response object that provides information for the specified VPC connection.
	VPCConnection *VPCConnection `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeVPCConnectionOutput) GoString added in v1.42.9

func (s DescribeVPCConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVPCConnectionOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*DescribeVPCConnectionOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*DescribeVPCConnectionOutput) SetVPCConnection added in v1.42.9

SetVPCConnection sets the VPCConnection field's value.

func (DescribeVPCConnectionOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DestinationParameterValueConfiguration added in v1.42.9

type DestinationParameterValueConfiguration struct {

	// The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
	CustomValuesConfiguration *CustomValuesConfiguration `type:"structure"`

	// The configuration that selects all options.
	SelectAllValueOptions *string `type:"string" enum:"SelectAllValueOptions"`

	// A column of a data set.
	SourceColumn *ColumnIdentifier `type:"structure"`

	// The source field ID of the destination parameter.
	SourceField *string `min:"1" type:"string"`

	// The source parameter name of the destination parameter.
	SourceParameterName *string `type:"string"`
	// contains filtered or unexported fields
}

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (DestinationParameterValueConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DestinationParameterValueConfiguration) SetCustomValuesConfiguration added in v1.42.9

SetCustomValuesConfiguration sets the CustomValuesConfiguration field's value.

func (*DestinationParameterValueConfiguration) SetSelectAllValueOptions added in v1.42.9

SetSelectAllValueOptions sets the SelectAllValueOptions field's value.

func (*DestinationParameterValueConfiguration) SetSourceColumn added in v1.42.9

SetSourceColumn sets the SourceColumn field's value.

func (*DestinationParameterValueConfiguration) SetSourceField added in v1.42.9

SetSourceField sets the SourceField field's value.

func (*DestinationParameterValueConfiguration) SetSourceParameterName added in v1.42.9

SetSourceParameterName sets the SourceParameterName field's value.

func (DestinationParameterValueConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DestinationParameterValueConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type DimensionField added in v1.42.9

type DimensionField struct {

	// The dimension type field with categorical type columns.
	CategoricalDimensionField *CategoricalDimensionField `type:"structure"`

	// The dimension type field with date type columns.
	DateDimensionField *DateDimensionField `type:"structure"`

	// The dimension type field with numerical type columns.
	NumericalDimensionField *NumericalDimensionField `type:"structure"`
	// contains filtered or unexported fields
}

The dimension type field.

func (DimensionField) GoString added in v1.42.9

func (s DimensionField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DimensionField) SetCategoricalDimensionField added in v1.42.9

func (s *DimensionField) SetCategoricalDimensionField(v *CategoricalDimensionField) *DimensionField

SetCategoricalDimensionField sets the CategoricalDimensionField field's value.

func (*DimensionField) SetDateDimensionField added in v1.42.9

func (s *DimensionField) SetDateDimensionField(v *DateDimensionField) *DimensionField

SetDateDimensionField sets the DateDimensionField field's value.

func (*DimensionField) SetNumericalDimensionField added in v1.42.9

func (s *DimensionField) SetNumericalDimensionField(v *NumericalDimensionField) *DimensionField

SetNumericalDimensionField sets the NumericalDimensionField field's value.

func (DimensionField) String added in v1.42.9

func (s DimensionField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DimensionField) Validate added in v1.42.9

func (s *DimensionField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisplayFormatOptions added in v1.42.9

type DisplayFormatOptions struct {

	// Determines the blank cell format.
	BlankCellFormat *string `type:"string"`

	// The currency symbol, such as USD.
	CurrencySymbol *string `type:"string"`

	// Determines the DateTime format.
	DateFormat *string `type:"string"`

	// Determines the decimal separator.
	DecimalSeparator *string `type:"string" enum:"TopicNumericSeparatorSymbol"`

	// Determines the number of fraction digits.
	FractionDigits *int64 `type:"integer"`

	// Determines the grouping separator.
	GroupingSeparator *string `type:"string"`

	// The negative format.
	NegativeFormat *NegativeFormat `type:"structure"`

	// The prefix value for a display format.
	Prefix *string `type:"string"`

	// The suffix value for a display format.
	Suffix *string `type:"string"`

	// The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS,
	// MILLIONS, BILLIONS, and TRILLIONS.
	UnitScaler *string `type:"string" enum:"NumberScale"`

	// A Boolean value that indicates whether to use blank cell format.
	UseBlankCellFormat *bool `type:"boolean"`

	// A Boolean value that indicates whether to use grouping.
	UseGrouping *bool `type:"boolean"`
	// contains filtered or unexported fields
}

A structure that represents additional options for display formatting.

func (DisplayFormatOptions) GoString added in v1.42.9

func (s DisplayFormatOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisplayFormatOptions) SetBlankCellFormat added in v1.42.9

func (s *DisplayFormatOptions) SetBlankCellFormat(v string) *DisplayFormatOptions

SetBlankCellFormat sets the BlankCellFormat field's value.

func (*DisplayFormatOptions) SetCurrencySymbol added in v1.42.9

func (s *DisplayFormatOptions) SetCurrencySymbol(v string) *DisplayFormatOptions

SetCurrencySymbol sets the CurrencySymbol field's value.

func (*DisplayFormatOptions) SetDateFormat added in v1.42.9

func (s *DisplayFormatOptions) SetDateFormat(v string) *DisplayFormatOptions

SetDateFormat sets the DateFormat field's value.

func (*DisplayFormatOptions) SetDecimalSeparator added in v1.42.9

func (s *DisplayFormatOptions) SetDecimalSeparator(v string) *DisplayFormatOptions

SetDecimalSeparator sets the DecimalSeparator field's value.

func (*DisplayFormatOptions) SetFractionDigits added in v1.42.9

func (s *DisplayFormatOptions) SetFractionDigits(v int64) *DisplayFormatOptions

SetFractionDigits sets the FractionDigits field's value.

func (*DisplayFormatOptions) SetGroupingSeparator added in v1.42.9

func (s *DisplayFormatOptions) SetGroupingSeparator(v string) *DisplayFormatOptions

SetGroupingSeparator sets the GroupingSeparator field's value.

func (*DisplayFormatOptions) SetNegativeFormat added in v1.42.9

func (s *DisplayFormatOptions) SetNegativeFormat(v *NegativeFormat) *DisplayFormatOptions

SetNegativeFormat sets the NegativeFormat field's value.

func (*DisplayFormatOptions) SetPrefix added in v1.42.9

SetPrefix sets the Prefix field's value.

func (*DisplayFormatOptions) SetSuffix added in v1.42.9

SetSuffix sets the Suffix field's value.

func (*DisplayFormatOptions) SetUnitScaler added in v1.42.9

func (s *DisplayFormatOptions) SetUnitScaler(v string) *DisplayFormatOptions

SetUnitScaler sets the UnitScaler field's value.

func (*DisplayFormatOptions) SetUseBlankCellFormat added in v1.42.9

func (s *DisplayFormatOptions) SetUseBlankCellFormat(v bool) *DisplayFormatOptions

SetUseBlankCellFormat sets the UseBlankCellFormat field's value.

func (*DisplayFormatOptions) SetUseGrouping added in v1.42.9

func (s *DisplayFormatOptions) SetUseGrouping(v bool) *DisplayFormatOptions

SetUseGrouping sets the UseGrouping field's value.

func (DisplayFormatOptions) String added in v1.42.9

func (s DisplayFormatOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DomainNotWhitelistedException

type DomainNotWhitelistedException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

The domain specified isn't on the allow list. All domains for embedded dashboards must be added to the approved list by an Amazon QuickSight admin.

func (*DomainNotWhitelistedException) Code

Code returns the exception type name.

func (*DomainNotWhitelistedException) Error

func (DomainNotWhitelistedException) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainNotWhitelistedException) Message

Message returns the exception's message.

func (*DomainNotWhitelistedException) OrigErr

func (s *DomainNotWhitelistedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DomainNotWhitelistedException) RequestID

func (s *DomainNotWhitelistedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DomainNotWhitelistedException) StatusCode

func (s *DomainNotWhitelistedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DomainNotWhitelistedException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DonutCenterOptions added in v1.42.9

type DonutCenterOptions struct {

	// Determines the visibility of the label in a donut chart. In the Amazon QuickSight
	// console, this option is called 'Show total'.
	LabelVisibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

func (DonutCenterOptions) GoString added in v1.42.9

func (s DonutCenterOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DonutCenterOptions) SetLabelVisibility added in v1.42.9

func (s *DonutCenterOptions) SetLabelVisibility(v string) *DonutCenterOptions

SetLabelVisibility sets the LabelVisibility field's value.

func (DonutCenterOptions) String added in v1.42.9

func (s DonutCenterOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DonutOptions added in v1.42.9

type DonutOptions struct {

	// The option for define the arc of the chart shape. Valid values are as follows:
	//
	//    * WHOLE - A pie chart
	//
	//    * SMALL- A small-sized donut chart
	//
	//    * MEDIUM- A medium-sized donut chart
	//
	//    * LARGE- A large-sized donut chart
	ArcOptions *ArcOptions `type:"structure"`

	// The label options of the label that is displayed in the center of a donut
	// chart. This option isn't available for pie charts.
	DonutCenterOptions *DonutCenterOptions `type:"structure"`
	// contains filtered or unexported fields
}

The options for configuring a donut chart or pie chart.

func (DonutOptions) GoString added in v1.42.9

func (s DonutOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DonutOptions) SetArcOptions added in v1.42.9

func (s *DonutOptions) SetArcOptions(v *ArcOptions) *DonutOptions

SetArcOptions sets the ArcOptions field's value.

func (*DonutOptions) SetDonutCenterOptions added in v1.42.9

func (s *DonutOptions) SetDonutCenterOptions(v *DonutCenterOptions) *DonutOptions

SetDonutCenterOptions sets the DonutCenterOptions field's value.

func (DonutOptions) String added in v1.42.9

func (s DonutOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DrillDownFilter added in v1.42.9

type DrillDownFilter struct {

	// The category type drill down filter. This filter is used for string type
	// columns.
	CategoryFilter *CategoryDrillDownFilter `type:"structure"`

	// The numeric equality type drill down filter. This filter is used for number
	// type columns.
	NumericEqualityFilter *NumericEqualityDrillDownFilter `type:"structure"`

	// The time range drill down filter. This filter is used for date time columns.
	TimeRangeFilter *TimeRangeDrillDownFilter `type:"structure"`
	// contains filtered or unexported fields
}

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (DrillDownFilter) GoString added in v1.42.9

func (s DrillDownFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DrillDownFilter) SetCategoryFilter added in v1.42.9

func (s *DrillDownFilter) SetCategoryFilter(v *CategoryDrillDownFilter) *DrillDownFilter

SetCategoryFilter sets the CategoryFilter field's value.

func (*DrillDownFilter) SetNumericEqualityFilter added in v1.42.9

func (s *DrillDownFilter) SetNumericEqualityFilter(v *NumericEqualityDrillDownFilter) *DrillDownFilter

SetNumericEqualityFilter sets the NumericEqualityFilter field's value.

func (*DrillDownFilter) SetTimeRangeFilter added in v1.42.9

func (s *DrillDownFilter) SetTimeRangeFilter(v *TimeRangeDrillDownFilter) *DrillDownFilter

SetTimeRangeFilter sets the TimeRangeFilter field's value.

func (DrillDownFilter) String added in v1.42.9

func (s DrillDownFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DrillDownFilter) Validate added in v1.42.9

func (s *DrillDownFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DropDownControlDisplayOptions struct {

	// The configuration of info icon label options.
	InfoIconLabelOptions *SheetControlInfoIconLabelOptions `type:"structure"`

	// The configuration of the Select all options in a dropdown control.
	SelectAllOptions *ListControlSelectAllOptions `type:"structure"`

	// The options to configure the title visibility, name, and font size.
	TitleOptions *LabelOptions `type:"structure"`
	// contains filtered or unexported fields
}

The display options of a control.

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

SetInfoIconLabelOptions sets the InfoIconLabelOptions field's value.

SetSelectAllOptions sets the SelectAllOptions field's value.

SetTitleOptions sets the TitleOptions field's value.

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (s *DropDownControlDisplayOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DynamicDefaultValue added in v1.42.9

type DynamicDefaultValue struct {

	// The column that contains the default value of each user or group.
	//
	// DefaultValueColumn is a required field
	DefaultValueColumn *ColumnIdentifier `type:"structure" required:"true"`

	// The column that contains the group name.
	GroupNameColumn *ColumnIdentifier `type:"structure"`

	// The column that contains the username.
	UserNameColumn *ColumnIdentifier `type:"structure"`
	// contains filtered or unexported fields
}

Defines different defaults to the users or groups based on mapping.

func (DynamicDefaultValue) GoString added in v1.42.9

func (s DynamicDefaultValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DynamicDefaultValue) SetDefaultValueColumn added in v1.42.9

func (s *DynamicDefaultValue) SetDefaultValueColumn(v *ColumnIdentifier) *DynamicDefaultValue

SetDefaultValueColumn sets the DefaultValueColumn field's value.

func (*DynamicDefaultValue) SetGroupNameColumn added in v1.42.9

func (s *DynamicDefaultValue) SetGroupNameColumn(v *ColumnIdentifier) *DynamicDefaultValue

SetGroupNameColumn sets the GroupNameColumn field's value.

func (*DynamicDefaultValue) SetUserNameColumn added in v1.42.9

func (s *DynamicDefaultValue) SetUserNameColumn(v *ColumnIdentifier) *DynamicDefaultValue

SetUserNameColumn sets the UserNameColumn field's value.

func (DynamicDefaultValue) String added in v1.42.9

func (s DynamicDefaultValue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DynamicDefaultValue) Validate added in v1.42.9

func (s *DynamicDefaultValue) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EmptyVisual added in v1.42.9

type EmptyVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The data set that is used in the empty visual. Every visual requires a dataset
	// to render.
	//
	// DataSetIdentifier is a required field
	DataSetIdentifier *string `min:"1" type:"string" required:"true"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

An empty visual.

Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Amazon QuickSight console is considered an EmptyVisual until a visual type is selected.

func (EmptyVisual) GoString added in v1.42.9

func (s EmptyVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EmptyVisual) SetActions added in v1.42.9

func (s *EmptyVisual) SetActions(v []*VisualCustomAction) *EmptyVisual

SetActions sets the Actions field's value.

func (*EmptyVisual) SetDataSetIdentifier added in v1.42.9

func (s *EmptyVisual) SetDataSetIdentifier(v string) *EmptyVisual

SetDataSetIdentifier sets the DataSetIdentifier field's value.

func (*EmptyVisual) SetVisualId added in v1.42.9

func (s *EmptyVisual) SetVisualId(v string) *EmptyVisual

SetVisualId sets the VisualId field's value.

func (EmptyVisual) String added in v1.42.9

func (s EmptyVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EmptyVisual) Validate added in v1.42.9

func (s *EmptyVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Entity added in v1.42.9

type Entity struct {

	// The hierarchical path of the entity within the analysis, template, or dashboard
	// definition tree.
	Path *string `type:"string"`
	// contains filtered or unexported fields
}

An object, structure, or sub-structure of an analysis, template, or dashboard.

func (Entity) GoString added in v1.42.9

func (s Entity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Entity) SetPath added in v1.42.9

func (s *Entity) SetPath(v string) *Entity

SetPath sets the Path field's value.

func (Entity) String added in v1.42.9

func (s Entity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ErrorInfo

type ErrorInfo struct {

	// Error message.
	Message *string `type:"string"`

	// Error type.
	Type *string `type:"string" enum:"IngestionErrorType"`
	// contains filtered or unexported fields
}

Error information for the SPICE ingestion of a dataset.

func (ErrorInfo) GoString

func (s ErrorInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ErrorInfo) SetMessage

func (s *ErrorInfo) SetMessage(v string) *ErrorInfo

SetMessage sets the Message field's value.

func (*ErrorInfo) SetType

func (s *ErrorInfo) SetType(v string) *ErrorInfo

SetType sets the Type field's value.

func (ErrorInfo) String

func (s ErrorInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExasolParameters added in v1.42.9

type ExasolParameters struct {

	// The hostname or IP address of the Exasol data source.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// The port for the Exasol data source.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The required parameters for connecting to an Exasol data source.

func (ExasolParameters) GoString added in v1.42.9

func (s ExasolParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExasolParameters) SetHost added in v1.42.9

func (s *ExasolParameters) SetHost(v string) *ExasolParameters

SetHost sets the Host field's value.

func (*ExasolParameters) SetPort added in v1.42.9

func (s *ExasolParameters) SetPort(v int64) *ExasolParameters

SetPort sets the Port field's value.

func (ExasolParameters) String added in v1.42.9

func (s ExasolParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExasolParameters) Validate added in v1.42.9

func (s *ExasolParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExcludePeriodConfiguration added in v1.42.9

type ExcludePeriodConfiguration struct {

	// The amount or number of the exclude period.
	//
	// Amount is a required field
	Amount *int64 `type:"integer" required:"true"`

	// The granularity or unit (day, month, year) of the exclude period.
	//
	// Granularity is a required field
	Granularity *string `type:"string" required:"true" enum:"TimeGranularity"`

	// The status of the exclude period. Choose from the following options:
	//
	//    * ENABLED
	//
	//    * DISABLED
	Status *string `type:"string" enum:"WidgetStatus"`
	// contains filtered or unexported fields
}

The exclude period of TimeRangeFilter or RelativeDatesFilter.

func (ExcludePeriodConfiguration) GoString added in v1.42.9

func (s ExcludePeriodConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExcludePeriodConfiguration) SetAmount added in v1.42.9

SetAmount sets the Amount field's value.

func (*ExcludePeriodConfiguration) SetGranularity added in v1.42.9

SetGranularity sets the Granularity field's value.

func (*ExcludePeriodConfiguration) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (ExcludePeriodConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExcludePeriodConfiguration) Validate added in v1.42.9

func (s *ExcludePeriodConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExplicitHierarchy added in v1.42.9

type ExplicitHierarchy struct {

	// The list of columns that define the explicit hierarchy.
	//
	// Columns is a required field
	Columns []*ColumnIdentifier `min:"2" type:"list" required:"true"`

	// The option that determines the drill down filters for the explicit hierarchy.
	DrillDownFilters []*DrillDownFilter `type:"list"`

	// The hierarchy ID of the explicit hierarchy.
	//
	// HierarchyId is a required field
	HierarchyId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.

func (ExplicitHierarchy) GoString added in v1.42.9

func (s ExplicitHierarchy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExplicitHierarchy) SetColumns added in v1.42.9

SetColumns sets the Columns field's value.

func (*ExplicitHierarchy) SetDrillDownFilters added in v1.42.9

func (s *ExplicitHierarchy) SetDrillDownFilters(v []*DrillDownFilter) *ExplicitHierarchy

SetDrillDownFilters sets the DrillDownFilters field's value.

func (*ExplicitHierarchy) SetHierarchyId added in v1.42.9

func (s *ExplicitHierarchy) SetHierarchyId(v string) *ExplicitHierarchy

SetHierarchyId sets the HierarchyId field's value.

func (ExplicitHierarchy) String added in v1.42.9

func (s ExplicitHierarchy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExplicitHierarchy) Validate added in v1.42.9

func (s *ExplicitHierarchy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExportHiddenFieldsOption added in v1.42.9

type ExportHiddenFieldsOption struct {

	// The status of the export hidden fields options of a dashbaord.
	AvailabilityStatus *string `type:"string" enum:"DashboardBehavior"`
	// contains filtered or unexported fields
}

Determines if hidden fields are included in an exported dashboard.

func (ExportHiddenFieldsOption) GoString added in v1.42.9

func (s ExportHiddenFieldsOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportHiddenFieldsOption) SetAvailabilityStatus added in v1.42.9

func (s *ExportHiddenFieldsOption) SetAvailabilityStatus(v string) *ExportHiddenFieldsOption

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (ExportHiddenFieldsOption) String added in v1.42.9

func (s ExportHiddenFieldsOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExportToCSVOption

type ExportToCSVOption struct {

	// Availability status.
	AvailabilityStatus *string `type:"string" enum:"DashboardBehavior"`
	// contains filtered or unexported fields
}

Export to .csv option.

func (ExportToCSVOption) GoString

func (s ExportToCSVOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportToCSVOption) SetAvailabilityStatus

func (s *ExportToCSVOption) SetAvailabilityStatus(v string) *ExportToCSVOption

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (ExportToCSVOption) String

func (s ExportToCSVOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExportWithHiddenFieldsOption added in v1.42.9

type ExportWithHiddenFieldsOption struct {

	// The status of the export with hidden fields options.
	AvailabilityStatus *string `type:"string" enum:"DashboardBehavior"`
	// contains filtered or unexported fields
}

Determines whether or not hidden fields are visible on exported dashbaords.

func (ExportWithHiddenFieldsOption) GoString added in v1.42.9

func (s ExportWithHiddenFieldsOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportWithHiddenFieldsOption) SetAvailabilityStatus added in v1.42.9

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (ExportWithHiddenFieldsOption) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FieldBasedTooltip added in v1.42.9

type FieldBasedTooltip struct {

	// The visibility of Show aggregations.
	AggregationVisibility *string `type:"string" enum:"Visibility"`

	// The fields configuration in the tooltip.
	TooltipFields []*TooltipItem `type:"list"`

	// The type for the >tooltip title. Choose one of the following options:
	//
	//    * NONE: Doesn't use the primary value as the title.
	//
	//    * PRIMARY_VALUE: Uses primary value as the title.
	TooltipTitleType *string `type:"string" enum:"TooltipTitleType"`
	// contains filtered or unexported fields
}

The setup for the detailed tooltip.

func (FieldBasedTooltip) GoString added in v1.42.9

func (s FieldBasedTooltip) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldBasedTooltip) SetAggregationVisibility added in v1.42.9

func (s *FieldBasedTooltip) SetAggregationVisibility(v string) *FieldBasedTooltip

SetAggregationVisibility sets the AggregationVisibility field's value.

func (*FieldBasedTooltip) SetTooltipFields added in v1.42.9

func (s *FieldBasedTooltip) SetTooltipFields(v []*TooltipItem) *FieldBasedTooltip

SetTooltipFields sets the TooltipFields field's value.

func (*FieldBasedTooltip) SetTooltipTitleType added in v1.42.9

func (s *FieldBasedTooltip) SetTooltipTitleType(v string) *FieldBasedTooltip

SetTooltipTitleType sets the TooltipTitleType field's value.

func (FieldBasedTooltip) String added in v1.42.9

func (s FieldBasedTooltip) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldBasedTooltip) Validate added in v1.42.9

func (s *FieldBasedTooltip) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FieldFolder

type FieldFolder struct {

	// A folder has a list of columns. A column can only be in one folder.
	Columns []*string `locationName:"columns" type:"list"`

	// The description for a field folder.
	Description *string `locationName:"description" type:"string"`
	// contains filtered or unexported fields
}

A FieldFolder element is a folder that contains fields and nested subfolders.

func (FieldFolder) GoString

func (s FieldFolder) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldFolder) SetColumns

func (s *FieldFolder) SetColumns(v []*string) *FieldFolder

SetColumns sets the Columns field's value.

func (*FieldFolder) SetDescription

func (s *FieldFolder) SetDescription(v string) *FieldFolder

SetDescription sets the Description field's value.

func (FieldFolder) String

func (s FieldFolder) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FieldLabelType added in v1.42.9

type FieldLabelType struct {

	// Indicates the field that is targeted by the field label.
	FieldId *string `min:"1" type:"string"`

	// The visibility of the field label.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The field label type.

func (FieldLabelType) GoString added in v1.42.9

func (s FieldLabelType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldLabelType) SetFieldId added in v1.42.9

func (s *FieldLabelType) SetFieldId(v string) *FieldLabelType

SetFieldId sets the FieldId field's value.

func (*FieldLabelType) SetVisibility added in v1.42.9

func (s *FieldLabelType) SetVisibility(v string) *FieldLabelType

SetVisibility sets the Visibility field's value.

func (FieldLabelType) String added in v1.42.9

func (s FieldLabelType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldLabelType) Validate added in v1.42.9

func (s *FieldLabelType) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FieldSeriesItem added in v1.42.9

type FieldSeriesItem struct {

	// The axis that you are binding the field to.
	//
	// AxisBinding is a required field
	AxisBinding *string `type:"string" required:"true" enum:"AxisBinding"`

	// The field ID of the field for which you are setting the axis binding.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The options that determine the presentation of line series associated to
	// the field.
	Settings *LineChartSeriesSettings `type:"structure"`
	// contains filtered or unexported fields
}

The field series item configuration of a line chart.

func (FieldSeriesItem) GoString added in v1.42.9

func (s FieldSeriesItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldSeriesItem) SetAxisBinding added in v1.42.9

func (s *FieldSeriesItem) SetAxisBinding(v string) *FieldSeriesItem

SetAxisBinding sets the AxisBinding field's value.

func (*FieldSeriesItem) SetFieldId added in v1.42.9

func (s *FieldSeriesItem) SetFieldId(v string) *FieldSeriesItem

SetFieldId sets the FieldId field's value.

func (*FieldSeriesItem) SetSettings added in v1.42.9

SetSettings sets the Settings field's value.

func (FieldSeriesItem) String added in v1.42.9

func (s FieldSeriesItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldSeriesItem) Validate added in v1.42.9

func (s *FieldSeriesItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FieldSort added in v1.42.9

type FieldSort struct {

	// The sort direction. Choose one of the following options:
	//
	//    * ASC: Ascending
	//
	//    * DESC: Descending
	//
	// Direction is a required field
	Direction *string `type:"string" required:"true" enum:"SortDirection"`

	// The sort configuration target field.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The sort configuration for a field in a field well.

func (FieldSort) GoString added in v1.42.9

func (s FieldSort) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldSort) SetDirection added in v1.42.9

func (s *FieldSort) SetDirection(v string) *FieldSort

SetDirection sets the Direction field's value.

func (*FieldSort) SetFieldId added in v1.42.9

func (s *FieldSort) SetFieldId(v string) *FieldSort

SetFieldId sets the FieldId field's value.

func (FieldSort) String added in v1.42.9

func (s FieldSort) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldSort) Validate added in v1.42.9

func (s *FieldSort) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FieldSortOptions added in v1.42.9

type FieldSortOptions struct {

	// The sort configuration for a column that is not used in a field well.
	ColumnSort *ColumnSort `type:"structure"`

	// The sort configuration for a field in a field well.
	FieldSort *FieldSort `type:"structure"`
	// contains filtered or unexported fields
}

The field sort options in a chart configuration.

func (FieldSortOptions) GoString added in v1.42.9

func (s FieldSortOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldSortOptions) SetColumnSort added in v1.42.9

func (s *FieldSortOptions) SetColumnSort(v *ColumnSort) *FieldSortOptions

SetColumnSort sets the ColumnSort field's value.

func (*FieldSortOptions) SetFieldSort added in v1.42.9

func (s *FieldSortOptions) SetFieldSort(v *FieldSort) *FieldSortOptions

SetFieldSort sets the FieldSort field's value.

func (FieldSortOptions) String added in v1.42.9

func (s FieldSortOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldSortOptions) Validate added in v1.42.9

func (s *FieldSortOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FieldTooltipItem added in v1.42.9

type FieldTooltipItem struct {

	// The unique ID of the field that is targeted by the tooltip.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The label of the tooltip item.
	Label *string `type:"string"`

	// The visibility of the tooltip item.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The tooltip item for the fields.

func (FieldTooltipItem) GoString added in v1.42.9

func (s FieldTooltipItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldTooltipItem) SetFieldId added in v1.42.9

func (s *FieldTooltipItem) SetFieldId(v string) *FieldTooltipItem

SetFieldId sets the FieldId field's value.

func (*FieldTooltipItem) SetLabel added in v1.42.9

func (s *FieldTooltipItem) SetLabel(v string) *FieldTooltipItem

SetLabel sets the Label field's value.

func (*FieldTooltipItem) SetVisibility added in v1.42.9

func (s *FieldTooltipItem) SetVisibility(v string) *FieldTooltipItem

SetVisibility sets the Visibility field's value.

func (FieldTooltipItem) String added in v1.42.9

func (s FieldTooltipItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldTooltipItem) Validate added in v1.42.9

func (s *FieldTooltipItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilledMapAggregatedFieldWells added in v1.42.9

type FilledMapAggregatedFieldWells struct {

	// The aggregated location field well of the filled map. Values are grouped
	// by location fields.
	Geospatial []*DimensionField `type:"list"`

	// The aggregated color field well of a filled map. Values are aggregated based
	// on location fields.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The aggregated field well of the filled map.

func (FilledMapAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapAggregatedFieldWells) SetGeospatial added in v1.42.9

SetGeospatial sets the Geospatial field's value.

func (*FilledMapAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (FilledMapAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapAggregatedFieldWells) Validate added in v1.42.9

func (s *FilledMapAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilledMapConditionalFormatting added in v1.42.9

type FilledMapConditionalFormatting struct {

	// Conditional formatting options of a FilledMapVisual.
	//
	// ConditionalFormattingOptions is a required field
	ConditionalFormattingOptions []*FilledMapConditionalFormattingOption `type:"list" required:"true"`
	// contains filtered or unexported fields
}

The conditional formatting of a FilledMapVisual.

func (FilledMapConditionalFormatting) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapConditionalFormatting) SetConditionalFormattingOptions added in v1.42.9

SetConditionalFormattingOptions sets the ConditionalFormattingOptions field's value.

func (FilledMapConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapConditionalFormatting) Validate added in v1.42.9

func (s *FilledMapConditionalFormatting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilledMapConditionalFormattingOption added in v1.42.9

type FilledMapConditionalFormattingOption struct {

	// The conditional formatting that determines the shape of the filled map.
	//
	// Shape is a required field
	Shape *FilledMapShapeConditionalFormatting `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Conditional formatting options of a FilledMapVisual.

func (FilledMapConditionalFormattingOption) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapConditionalFormattingOption) SetShape added in v1.42.9

SetShape sets the Shape field's value.

func (FilledMapConditionalFormattingOption) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapConditionalFormattingOption) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type FilledMapConfiguration added in v1.42.9

type FilledMapConfiguration struct {

	// The field wells of the visual.
	FieldWells *FilledMapFieldWells `type:"structure"`

	// The legend display setup of the visual.
	Legend *LegendOptions `type:"structure"`

	// The map style options of the filled map visual.
	MapStyleOptions *GeospatialMapStyleOptions `type:"structure"`

	// The sort configuration of a FilledMapVisual.
	SortConfiguration *FilledMapSortConfiguration `type:"structure"`

	// The tooltip display setup of the visual.
	Tooltip *TooltipOptions `type:"structure"`

	// The window options of the filled map visual.
	WindowOptions *GeospatialWindowOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration for a FilledMapVisual.

func (FilledMapConfiguration) GoString added in v1.42.9

func (s FilledMapConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*FilledMapConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*FilledMapConfiguration) SetMapStyleOptions added in v1.42.9

SetMapStyleOptions sets the MapStyleOptions field's value.

func (*FilledMapConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*FilledMapConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (*FilledMapConfiguration) SetWindowOptions added in v1.42.9

SetWindowOptions sets the WindowOptions field's value.

func (FilledMapConfiguration) String added in v1.42.9

func (s FilledMapConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapConfiguration) Validate added in v1.42.9

func (s *FilledMapConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilledMapFieldWells added in v1.42.9

type FilledMapFieldWells struct {

	// The aggregated field well of the filled map.
	FilledMapAggregatedFieldWells *FilledMapAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field wells of a FilledMapVisual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (FilledMapFieldWells) GoString added in v1.42.9

func (s FilledMapFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapFieldWells) SetFilledMapAggregatedFieldWells added in v1.42.9

func (s *FilledMapFieldWells) SetFilledMapAggregatedFieldWells(v *FilledMapAggregatedFieldWells) *FilledMapFieldWells

SetFilledMapAggregatedFieldWells sets the FilledMapAggregatedFieldWells field's value.

func (FilledMapFieldWells) String added in v1.42.9

func (s FilledMapFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapFieldWells) Validate added in v1.42.9

func (s *FilledMapFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilledMapShapeConditionalFormatting added in v1.42.9

type FilledMapShapeConditionalFormatting struct {

	// The field ID of the filled map shape.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The conditional formatting that determines the background color of a filled
	// map's shape.
	Format *ShapeConditionalFormat `type:"structure"`
	// contains filtered or unexported fields
}

The conditional formatting that determines the shape of the filled map.

func (FilledMapShapeConditionalFormatting) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapShapeConditionalFormatting) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (*FilledMapShapeConditionalFormatting) SetFormat added in v1.42.9

SetFormat sets the Format field's value.

func (FilledMapShapeConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapShapeConditionalFormatting) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type FilledMapSortConfiguration added in v1.42.9

type FilledMapSortConfiguration struct {

	// The sort configuration of the location fields.
	CategorySort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a FilledMapVisual.

func (FilledMapSortConfiguration) GoString added in v1.42.9

func (s FilledMapSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapSortConfiguration) SetCategorySort added in v1.42.9

SetCategorySort sets the CategorySort field's value.

func (FilledMapSortConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapSortConfiguration) Validate added in v1.42.9

func (s *FilledMapSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilledMapVisual added in v1.42.9

type FilledMapVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration settings of the visual.
	ChartConfiguration *FilledMapConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The conditional formatting of a FilledMapVisual.
	ConditionalFormatting *FilledMapConditionalFormatting `type:"structure"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers..
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A filled map.

For more information, see Creating filled maps (https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the Amazon QuickSight User Guide.

func (FilledMapVisual) GoString added in v1.42.9

func (s FilledMapVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapVisual) SetActions added in v1.42.9

func (s *FilledMapVisual) SetActions(v []*VisualCustomAction) *FilledMapVisual

SetActions sets the Actions field's value.

func (*FilledMapVisual) SetChartConfiguration added in v1.42.9

func (s *FilledMapVisual) SetChartConfiguration(v *FilledMapConfiguration) *FilledMapVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*FilledMapVisual) SetColumnHierarchies added in v1.42.9

func (s *FilledMapVisual) SetColumnHierarchies(v []*ColumnHierarchy) *FilledMapVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*FilledMapVisual) SetConditionalFormatting added in v1.42.9

func (s *FilledMapVisual) SetConditionalFormatting(v *FilledMapConditionalFormatting) *FilledMapVisual

SetConditionalFormatting sets the ConditionalFormatting field's value.

func (*FilledMapVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*FilledMapVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*FilledMapVisual) SetVisualId added in v1.42.9

func (s *FilledMapVisual) SetVisualId(v string) *FilledMapVisual

SetVisualId sets the VisualId field's value.

func (FilledMapVisual) String added in v1.42.9

func (s FilledMapVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilledMapVisual) Validate added in v1.42.9

func (s *FilledMapVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Filter added in v1.42.9

type Filter struct {

	// A CategoryFilter filters text values.
	//
	// For more information, see Adding text filters (https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html)
	// in the Amazon QuickSight User Guide.
	CategoryFilter *CategoryFilter `type:"structure"`

	// A NumericEqualityFilter filters numeric values that equal or do not equal
	// a given numeric value.
	NumericEqualityFilter *NumericEqualityFilter `type:"structure"`

	// A NumericRangeFilter filters numeric values that are either inside or outside
	// a given numeric range.
	NumericRangeFilter *NumericRangeFilter `type:"structure"`

	// A RelativeDatesFilter filters date values that are relative to a given date.
	RelativeDatesFilter *RelativeDatesFilter `type:"structure"`

	// A TimeEqualityFilter filters date-time values that equal or do not equal
	// a given date/time value.
	TimeEqualityFilter *TimeEqualityFilter `type:"structure"`

	// A TimeRangeFilter filters date-time values that are either inside or outside
	// a given date/time range.
	TimeRangeFilter *TimeRangeFilter `type:"structure"`

	// A TopBottomFilter filters data to the top or bottom values for a given column.
	TopBottomFilter *TopBottomFilter `type:"structure"`
	// contains filtered or unexported fields
}

With a Filter, you can remove portions of data from a particular visual or view.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (Filter) GoString added in v1.42.9

func (s Filter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Filter) SetCategoryFilter added in v1.42.9

func (s *Filter) SetCategoryFilter(v *CategoryFilter) *Filter

SetCategoryFilter sets the CategoryFilter field's value.

func (*Filter) SetNumericEqualityFilter added in v1.42.9

func (s *Filter) SetNumericEqualityFilter(v *NumericEqualityFilter) *Filter

SetNumericEqualityFilter sets the NumericEqualityFilter field's value.

func (*Filter) SetNumericRangeFilter added in v1.42.9

func (s *Filter) SetNumericRangeFilter(v *NumericRangeFilter) *Filter

SetNumericRangeFilter sets the NumericRangeFilter field's value.

func (*Filter) SetRelativeDatesFilter added in v1.42.9

func (s *Filter) SetRelativeDatesFilter(v *RelativeDatesFilter) *Filter

SetRelativeDatesFilter sets the RelativeDatesFilter field's value.

func (*Filter) SetTimeEqualityFilter added in v1.42.9

func (s *Filter) SetTimeEqualityFilter(v *TimeEqualityFilter) *Filter

SetTimeEqualityFilter sets the TimeEqualityFilter field's value.

func (*Filter) SetTimeRangeFilter added in v1.42.9

func (s *Filter) SetTimeRangeFilter(v *TimeRangeFilter) *Filter

SetTimeRangeFilter sets the TimeRangeFilter field's value.

func (*Filter) SetTopBottomFilter added in v1.42.9

func (s *Filter) SetTopBottomFilter(v *TopBottomFilter) *Filter

SetTopBottomFilter sets the TopBottomFilter field's value.

func (Filter) String added in v1.42.9

func (s Filter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Filter) Validate added in v1.42.9

func (s *Filter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterControl added in v1.42.9

type FilterControl struct {

	// A control from a date filter that is used to specify date and time.
	DateTimePicker *FilterDateTimePickerControl `type:"structure"`

	// A control to display a dropdown list with buttons that are used to select
	// a single value.
	Dropdown *FilterDropDownControl `type:"structure"`

	// A control to display a list of buttons or boxes. This is used to select either
	// a single value or multiple values.
	List *FilterListControl `type:"structure"`

	// A control from a date filter that is used to specify the relative date.
	RelativeDateTime *FilterRelativeDateTimeControl `type:"structure"`

	// A control to display a horizontal toggle bar. This is used to change a value
	// by sliding the toggle.
	Slider *FilterSliderControl `type:"structure"`

	// A control to display a text box that is used to enter multiple entries.
	TextArea *FilterTextAreaControl `type:"structure"`

	// A control to display a text box that is used to enter a single entry.
	TextField *FilterTextFieldControl `type:"structure"`
	// contains filtered or unexported fields
}

The control of a filter that is used to interact with a dashboard or an analysis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (FilterControl) GoString added in v1.42.9

func (s FilterControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterControl) SetDateTimePicker added in v1.42.9

func (s *FilterControl) SetDateTimePicker(v *FilterDateTimePickerControl) *FilterControl

SetDateTimePicker sets the DateTimePicker field's value.

func (*FilterControl) SetDropdown added in v1.42.9

SetDropdown sets the Dropdown field's value.

func (*FilterControl) SetList added in v1.42.9

SetList sets the List field's value.

func (*FilterControl) SetRelativeDateTime added in v1.42.9

func (s *FilterControl) SetRelativeDateTime(v *FilterRelativeDateTimeControl) *FilterControl

SetRelativeDateTime sets the RelativeDateTime field's value.

func (*FilterControl) SetSlider added in v1.42.9

SetSlider sets the Slider field's value.

func (*FilterControl) SetTextArea added in v1.42.9

SetTextArea sets the TextArea field's value.

func (*FilterControl) SetTextField added in v1.42.9

func (s *FilterControl) SetTextField(v *FilterTextFieldControl) *FilterControl

SetTextField sets the TextField field's value.

func (FilterControl) String added in v1.42.9

func (s FilterControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterControl) Validate added in v1.42.9

func (s *FilterControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterDateTimePickerControl added in v1.42.9

type FilterDateTimePickerControl struct {

	// The display options of a control.
	DisplayOptions *DateTimePickerControlDisplayOptions `type:"structure"`

	// The ID of the FilterDateTimePickerControl.
	//
	// FilterControlId is a required field
	FilterControlId *string `min:"1" type:"string" required:"true"`

	// The source filter ID of the FilterDateTimePickerControl.
	//
	// SourceFilterId is a required field
	SourceFilterId *string `min:"1" type:"string" required:"true"`

	// The title of the FilterDateTimePickerControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`

	// The date time picker type of a FilterDateTimePickerControl. Choose one of
	// the following options:
	//
	//    * SINGLE_VALUED: The filter condition is a fixed date.
	//
	//    * DATE_RANGE: The filter condition is a date time range.
	Type *string `type:"string" enum:"SheetControlDateTimePickerType"`
	// contains filtered or unexported fields
}

A control from a date filter that is used to specify date and time.

func (FilterDateTimePickerControl) GoString added in v1.42.9

func (s FilterDateTimePickerControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterDateTimePickerControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*FilterDateTimePickerControl) SetFilterControlId added in v1.42.9

SetFilterControlId sets the FilterControlId field's value.

func (*FilterDateTimePickerControl) SetSourceFilterId added in v1.42.9

SetSourceFilterId sets the SourceFilterId field's value.

func (*FilterDateTimePickerControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*FilterDateTimePickerControl) SetType added in v1.42.9

SetType sets the Type field's value.

func (FilterDateTimePickerControl) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterDateTimePickerControl) Validate added in v1.42.9

func (s *FilterDateTimePickerControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterDropDownControl added in v1.42.9

type FilterDropDownControl struct {

	// The values that are displayed in a control can be configured to only show
	// values that are valid based on what's selected in other controls.
	CascadingControlConfiguration *CascadingControlConfiguration `type:"structure"`

	// The display options of the FilterDropDownControl.
	DisplayOptions *DropDownControlDisplayOptions `type:"structure"`

	// The ID of the FilterDropDownControl.
	//
	// FilterControlId is a required field
	FilterControlId *string `min:"1" type:"string" required:"true"`

	// A list of selectable values that are used in a control.
	SelectableValues *FilterSelectableValues `type:"structure"`

	// The source filter ID of the FilterDropDownControl.
	//
	// SourceFilterId is a required field
	SourceFilterId *string `min:"1" type:"string" required:"true"`

	// The title of the FilterDropDownControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`

	// The type of the FilterDropDownControl. Choose one of the following options:
	//
	//    * MULTI_SELECT: The user can select multiple entries from a dropdown menu.
	//
	//    * SINGLE_SELECT: The user can select a single entry from a dropdown menu.
	Type *string `type:"string" enum:"SheetControlListType"`
	// contains filtered or unexported fields
}

A control to display a dropdown list with buttons that are used to select a single value.

func (FilterDropDownControl) GoString added in v1.42.9

func (s FilterDropDownControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterDropDownControl) SetCascadingControlConfiguration added in v1.42.9

func (s *FilterDropDownControl) SetCascadingControlConfiguration(v *CascadingControlConfiguration) *FilterDropDownControl

SetCascadingControlConfiguration sets the CascadingControlConfiguration field's value.

func (*FilterDropDownControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*FilterDropDownControl) SetFilterControlId added in v1.42.9

func (s *FilterDropDownControl) SetFilterControlId(v string) *FilterDropDownControl

SetFilterControlId sets the FilterControlId field's value.

func (*FilterDropDownControl) SetSelectableValues added in v1.42.9

SetSelectableValues sets the SelectableValues field's value.

func (*FilterDropDownControl) SetSourceFilterId added in v1.42.9

func (s *FilterDropDownControl) SetSourceFilterId(v string) *FilterDropDownControl

SetSourceFilterId sets the SourceFilterId field's value.

func (*FilterDropDownControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*FilterDropDownControl) SetType added in v1.42.9

SetType sets the Type field's value.

func (FilterDropDownControl) String added in v1.42.9

func (s FilterDropDownControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterDropDownControl) Validate added in v1.42.9

func (s *FilterDropDownControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterGroup added in v1.42.9

type FilterGroup struct {

	// The filter new feature which can apply filter group to all data sets. Choose
	// one of the following options:
	//
	//    * ALL_DATASETS
	//
	//    * SINGLE_DATASET
	//
	// CrossDataset is a required field
	CrossDataset *string `type:"string" required:"true" enum:"CrossDatasetTypes"`

	// The value that uniquely identifies a FilterGroup within a dashboard, template,
	// or analysis.
	//
	// FilterGroupId is a required field
	FilterGroupId *string `min:"1" type:"string" required:"true"`

	// The list of filters that are present in a FilterGroup.
	//
	// Filters is a required field
	Filters []*Filter `type:"list" required:"true"`

	// The configuration that specifies what scope to apply to a FilterGroup.
	//
	// This is a union type structure. For this structure to be valid, only one
	// of the attributes can be defined.
	//
	// ScopeConfiguration is a required field
	ScopeConfiguration *FilterScopeConfiguration `type:"structure" required:"true"`

	// The status of the FilterGroup.
	Status *string `type:"string" enum:"WidgetStatus"`
	// contains filtered or unexported fields
}

A grouping of individual filters. Filter groups are applied to the same group of visuals.

For more information, see Adding filter conditions (group filters) with AND and OR operators (https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html) in the Amazon QuickSight User Guide.

func (FilterGroup) GoString added in v1.42.9

func (s FilterGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterGroup) SetCrossDataset added in v1.42.9

func (s *FilterGroup) SetCrossDataset(v string) *FilterGroup

SetCrossDataset sets the CrossDataset field's value.

func (*FilterGroup) SetFilterGroupId added in v1.42.9

func (s *FilterGroup) SetFilterGroupId(v string) *FilterGroup

SetFilterGroupId sets the FilterGroupId field's value.

func (*FilterGroup) SetFilters added in v1.42.9

func (s *FilterGroup) SetFilters(v []*Filter) *FilterGroup

SetFilters sets the Filters field's value.

func (*FilterGroup) SetScopeConfiguration added in v1.42.9

func (s *FilterGroup) SetScopeConfiguration(v *FilterScopeConfiguration) *FilterGroup

SetScopeConfiguration sets the ScopeConfiguration field's value.

func (*FilterGroup) SetStatus added in v1.42.9

func (s *FilterGroup) SetStatus(v string) *FilterGroup

SetStatus sets the Status field's value.

func (FilterGroup) String added in v1.42.9

func (s FilterGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterGroup) Validate added in v1.42.9

func (s *FilterGroup) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterListConfiguration added in v1.42.9

type FilterListConfiguration struct {

	// The list of category values for the filter.
	CategoryValues []*string `type:"list"`

	// The match operator that is used to determine if a filter should be applied.
	//
	// MatchOperator is a required field
	MatchOperator *string `type:"string" required:"true" enum:"CategoryFilterMatchOperator"`

	// Select all of the values. Null is not the assigned value of select all.
	//
	//    * FILTER_ALL_VALUES
	SelectAllOptions *string `type:"string" enum:"CategoryFilterSelectAllOptions"`
	// contains filtered or unexported fields
}

A list of filter configurations.

func (FilterListConfiguration) GoString added in v1.42.9

func (s FilterListConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterListConfiguration) SetCategoryValues added in v1.42.9

func (s *FilterListConfiguration) SetCategoryValues(v []*string) *FilterListConfiguration

SetCategoryValues sets the CategoryValues field's value.

func (*FilterListConfiguration) SetMatchOperator added in v1.42.9

func (s *FilterListConfiguration) SetMatchOperator(v string) *FilterListConfiguration

SetMatchOperator sets the MatchOperator field's value.

func (*FilterListConfiguration) SetSelectAllOptions added in v1.42.9

func (s *FilterListConfiguration) SetSelectAllOptions(v string) *FilterListConfiguration

SetSelectAllOptions sets the SelectAllOptions field's value.

func (FilterListConfiguration) String added in v1.42.9

func (s FilterListConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterListConfiguration) Validate added in v1.42.9

func (s *FilterListConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterListControl added in v1.42.9

type FilterListControl struct {

	// The values that are displayed in a control can be configured to only show
	// values that are valid based on what's selected in other controls.
	CascadingControlConfiguration *CascadingControlConfiguration `type:"structure"`

	// The display options of a control.
	DisplayOptions *ListControlDisplayOptions `type:"structure"`

	// The ID of the FilterListControl.
	//
	// FilterControlId is a required field
	FilterControlId *string `min:"1" type:"string" required:"true"`

	// A list of selectable values that are used in a control.
	SelectableValues *FilterSelectableValues `type:"structure"`

	// The source filter ID of the FilterListControl.
	//
	// SourceFilterId is a required field
	SourceFilterId *string `min:"1" type:"string" required:"true"`

	// The title of the FilterListControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`

	// The type of FilterListControl. Choose one of the following options:
	//
	//    * MULTI_SELECT: The user can select multiple entries from the list.
	//
	//    * SINGLE_SELECT: The user can select a single entry from the list.
	Type *string `type:"string" enum:"SheetControlListType"`
	// contains filtered or unexported fields
}

A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.

func (FilterListControl) GoString added in v1.42.9

func (s FilterListControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterListControl) SetCascadingControlConfiguration added in v1.42.9

func (s *FilterListControl) SetCascadingControlConfiguration(v *CascadingControlConfiguration) *FilterListControl

SetCascadingControlConfiguration sets the CascadingControlConfiguration field's value.

func (*FilterListControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*FilterListControl) SetFilterControlId added in v1.42.9

func (s *FilterListControl) SetFilterControlId(v string) *FilterListControl

SetFilterControlId sets the FilterControlId field's value.

func (*FilterListControl) SetSelectableValues added in v1.42.9

func (s *FilterListControl) SetSelectableValues(v *FilterSelectableValues) *FilterListControl

SetSelectableValues sets the SelectableValues field's value.

func (*FilterListControl) SetSourceFilterId added in v1.42.9

func (s *FilterListControl) SetSourceFilterId(v string) *FilterListControl

SetSourceFilterId sets the SourceFilterId field's value.

func (*FilterListControl) SetTitle added in v1.42.9

func (s *FilterListControl) SetTitle(v string) *FilterListControl

SetTitle sets the Title field's value.

func (*FilterListControl) SetType added in v1.42.9

SetType sets the Type field's value.

func (FilterListControl) String added in v1.42.9

func (s FilterListControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterListControl) Validate added in v1.42.9

func (s *FilterListControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterOperation

type FilterOperation struct {

	// An expression that must evaluate to a Boolean value. Rows for which the expression
	// evaluates to true are kept in the dataset.
	//
	// ConditionExpression is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by FilterOperation's
	// String and GoString methods.
	//
	// ConditionExpression is a required field
	ConditionExpression *string `min:"1" type:"string" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

A transform operation that filters rows based on a condition.

func (FilterOperation) GoString

func (s FilterOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterOperation) SetConditionExpression

func (s *FilterOperation) SetConditionExpression(v string) *FilterOperation

SetConditionExpression sets the ConditionExpression field's value.

func (FilterOperation) String

func (s FilterOperation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterOperation) Validate

func (s *FilterOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterOperationSelectedFieldsConfiguration added in v1.42.9

type FilterOperationSelectedFieldsConfiguration struct {

	// The selected columns of a dataset.
	SelectedColumns []*ColumnIdentifier `type:"list"`

	// A structure that contains the options that choose which fields are filtered
	// in the CustomActionFilterOperation.
	//
	// Valid values are defined as follows:
	//
	//    * ALL_FIELDS: Applies the filter operation to all fields.
	SelectedFieldOptions *string `type:"string" enum:"SelectedFieldOptions"`

	// Chooses the fields that are filtered in CustomActionFilterOperation.
	SelectedFields []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The configuration of selected fields in theCustomActionFilterOperation.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (FilterOperationSelectedFieldsConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterOperationSelectedFieldsConfiguration) SetSelectedColumns added in v1.42.9

SetSelectedColumns sets the SelectedColumns field's value.

func (*FilterOperationSelectedFieldsConfiguration) SetSelectedFieldOptions added in v1.42.9

SetSelectedFieldOptions sets the SelectedFieldOptions field's value.

func (*FilterOperationSelectedFieldsConfiguration) SetSelectedFields added in v1.42.9

SetSelectedFields sets the SelectedFields field's value.

func (FilterOperationSelectedFieldsConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterOperationSelectedFieldsConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type FilterOperationTargetVisualsConfiguration added in v1.42.9

type FilterOperationTargetVisualsConfiguration struct {

	// The configuration of the same-sheet target visuals that you want to be filtered.
	SameSheetTargetVisualConfiguration *SameSheetTargetVisualConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of target visuals that you want to be filtered.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (FilterOperationTargetVisualsConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterOperationTargetVisualsConfiguration) SetSameSheetTargetVisualConfiguration added in v1.42.9

SetSameSheetTargetVisualConfiguration sets the SameSheetTargetVisualConfiguration field's value.

func (FilterOperationTargetVisualsConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterOperationTargetVisualsConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type FilterRelativeDateTimeControl added in v1.42.9

type FilterRelativeDateTimeControl struct {

	// The display options of a control.
	DisplayOptions *RelativeDateTimeControlDisplayOptions `type:"structure"`

	// The ID of the FilterTextAreaControl.
	//
	// FilterControlId is a required field
	FilterControlId *string `min:"1" type:"string" required:"true"`

	// The source filter ID of the FilterTextAreaControl.
	//
	// SourceFilterId is a required field
	SourceFilterId *string `min:"1" type:"string" required:"true"`

	// The title of the FilterTextAreaControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A control from a date filter that is used to specify the relative date.

func (FilterRelativeDateTimeControl) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterRelativeDateTimeControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*FilterRelativeDateTimeControl) SetFilterControlId added in v1.42.9

SetFilterControlId sets the FilterControlId field's value.

func (*FilterRelativeDateTimeControl) SetSourceFilterId added in v1.42.9

SetSourceFilterId sets the SourceFilterId field's value.

func (*FilterRelativeDateTimeControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (FilterRelativeDateTimeControl) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterRelativeDateTimeControl) Validate added in v1.42.9

func (s *FilterRelativeDateTimeControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterScopeConfiguration added in v1.42.9

type FilterScopeConfiguration struct {

	// The configuration for applying a filter to specific sheets.
	SelectedSheets *SelectedSheetsFilterScopeConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The scope configuration for a FilterGroup.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (FilterScopeConfiguration) GoString added in v1.42.9

func (s FilterScopeConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterScopeConfiguration) SetSelectedSheets added in v1.42.9

SetSelectedSheets sets the SelectedSheets field's value.

func (FilterScopeConfiguration) String added in v1.42.9

func (s FilterScopeConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterScopeConfiguration) Validate added in v1.42.9

func (s *FilterScopeConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterSelectableValues added in v1.42.9

type FilterSelectableValues struct {

	// The values that are used in the FilterSelectableValues.
	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

A list of selectable values that are used in a control.

func (FilterSelectableValues) GoString added in v1.42.9

func (s FilterSelectableValues) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterSelectableValues) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (FilterSelectableValues) String added in v1.42.9

func (s FilterSelectableValues) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FilterSliderControl added in v1.42.9

type FilterSliderControl struct {

	// The display options of a control.
	DisplayOptions *SliderControlDisplayOptions `type:"structure"`

	// The ID of the FilterSliderControl.
	//
	// FilterControlId is a required field
	FilterControlId *string `min:"1" type:"string" required:"true"`

	// The smaller value that is displayed at the left of the slider.
	//
	// MaximumValue is a required field
	MaximumValue *float64 `type:"double" required:"true"`

	// The larger value that is displayed at the right of the slider.
	//
	// MinimumValue is a required field
	MinimumValue *float64 `type:"double" required:"true"`

	// The source filter ID of the FilterSliderControl.
	//
	// SourceFilterId is a required field
	SourceFilterId *string `min:"1" type:"string" required:"true"`

	// The number of increments that the slider bar is divided into.
	//
	// StepSize is a required field
	StepSize *float64 `type:"double" required:"true"`

	// The title of the FilterSliderControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`

	// The type of FilterSliderControl. Choose one of the following options:
	//
	//    * SINGLE_POINT: Filter against(equals) a single data point.
	//
	//    * RANGE: Filter data that is in a specified range.
	Type *string `type:"string" enum:"SheetControlSliderType"`
	// contains filtered or unexported fields
}

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

func (FilterSliderControl) GoString added in v1.42.9

func (s FilterSliderControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterSliderControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*FilterSliderControl) SetFilterControlId added in v1.42.9

func (s *FilterSliderControl) SetFilterControlId(v string) *FilterSliderControl

SetFilterControlId sets the FilterControlId field's value.

func (*FilterSliderControl) SetMaximumValue added in v1.42.9

func (s *FilterSliderControl) SetMaximumValue(v float64) *FilterSliderControl

SetMaximumValue sets the MaximumValue field's value.

func (*FilterSliderControl) SetMinimumValue added in v1.42.9

func (s *FilterSliderControl) SetMinimumValue(v float64) *FilterSliderControl

SetMinimumValue sets the MinimumValue field's value.

func (*FilterSliderControl) SetSourceFilterId added in v1.42.9

func (s *FilterSliderControl) SetSourceFilterId(v string) *FilterSliderControl

SetSourceFilterId sets the SourceFilterId field's value.

func (*FilterSliderControl) SetStepSize added in v1.42.9

func (s *FilterSliderControl) SetStepSize(v float64) *FilterSliderControl

SetStepSize sets the StepSize field's value.

func (*FilterSliderControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*FilterSliderControl) SetType added in v1.42.9

SetType sets the Type field's value.

func (FilterSliderControl) String added in v1.42.9

func (s FilterSliderControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterSliderControl) Validate added in v1.42.9

func (s *FilterSliderControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterTextAreaControl added in v1.42.9

type FilterTextAreaControl struct {

	// The delimiter that is used to separate the lines in text.
	Delimiter *string `min:"1" type:"string"`

	// The display options of a control.
	DisplayOptions *TextAreaControlDisplayOptions `type:"structure"`

	// The ID of the FilterTextAreaControl.
	//
	// FilterControlId is a required field
	FilterControlId *string `min:"1" type:"string" required:"true"`

	// The source filter ID of the FilterTextAreaControl.
	//
	// SourceFilterId is a required field
	SourceFilterId *string `min:"1" type:"string" required:"true"`

	// The title of the FilterTextAreaControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A control to display a text box that is used to enter multiple entries.

func (FilterTextAreaControl) GoString added in v1.42.9

func (s FilterTextAreaControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterTextAreaControl) SetDelimiter added in v1.42.9

SetDelimiter sets the Delimiter field's value.

func (*FilterTextAreaControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*FilterTextAreaControl) SetFilterControlId added in v1.42.9

func (s *FilterTextAreaControl) SetFilterControlId(v string) *FilterTextAreaControl

SetFilterControlId sets the FilterControlId field's value.

func (*FilterTextAreaControl) SetSourceFilterId added in v1.42.9

func (s *FilterTextAreaControl) SetSourceFilterId(v string) *FilterTextAreaControl

SetSourceFilterId sets the SourceFilterId field's value.

func (*FilterTextAreaControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (FilterTextAreaControl) String added in v1.42.9

func (s FilterTextAreaControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterTextAreaControl) Validate added in v1.42.9

func (s *FilterTextAreaControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FilterTextFieldControl added in v1.42.9

type FilterTextFieldControl struct {

	// The display options of a control.
	DisplayOptions *TextFieldControlDisplayOptions `type:"structure"`

	// The ID of the FilterTextFieldControl.
	//
	// FilterControlId is a required field
	FilterControlId *string `min:"1" type:"string" required:"true"`

	// The source filter ID of the FilterTextFieldControl.
	//
	// SourceFilterId is a required field
	SourceFilterId *string `min:"1" type:"string" required:"true"`

	// The title of the FilterTextFieldControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A control to display a text box that is used to enter a single entry.

func (FilterTextFieldControl) GoString added in v1.42.9

func (s FilterTextFieldControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterTextFieldControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*FilterTextFieldControl) SetFilterControlId added in v1.42.9

func (s *FilterTextFieldControl) SetFilterControlId(v string) *FilterTextFieldControl

SetFilterControlId sets the FilterControlId field's value.

func (*FilterTextFieldControl) SetSourceFilterId added in v1.42.9

func (s *FilterTextFieldControl) SetSourceFilterId(v string) *FilterTextFieldControl

SetSourceFilterId sets the SourceFilterId field's value.

func (*FilterTextFieldControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (FilterTextFieldControl) String added in v1.42.9

func (s FilterTextFieldControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FilterTextFieldControl) Validate added in v1.42.9

func (s *FilterTextFieldControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Folder

type Folder struct {

	// The Amazon Resource Name (ARN) for the folder.
	Arn *string `type:"string"`

	// The time that the folder was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The ID of the folder.
	FolderId *string `min:"1" type:"string"`

	// An array of ancestor ARN strings for the folder.
	FolderPath []*string `min:"1" type:"list"`

	// The type of folder it is.
	FolderType *string `type:"string" enum:"FolderType"`

	// The time that the folder was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// A display name for the folder.
	Name *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A folder in Amazon QuickSight.

func (Folder) GoString

func (s Folder) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Folder) SetArn

func (s *Folder) SetArn(v string) *Folder

SetArn sets the Arn field's value.

func (*Folder) SetCreatedTime

func (s *Folder) SetCreatedTime(v time.Time) *Folder

SetCreatedTime sets the CreatedTime field's value.

func (*Folder) SetFolderId

func (s *Folder) SetFolderId(v string) *Folder

SetFolderId sets the FolderId field's value.

func (*Folder) SetFolderPath

func (s *Folder) SetFolderPath(v []*string) *Folder

SetFolderPath sets the FolderPath field's value.

func (*Folder) SetFolderType

func (s *Folder) SetFolderType(v string) *Folder

SetFolderType sets the FolderType field's value.

func (*Folder) SetLastUpdatedTime

func (s *Folder) SetLastUpdatedTime(v time.Time) *Folder

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*Folder) SetName

func (s *Folder) SetName(v string) *Folder

SetName sets the Name field's value.

func (Folder) String

func (s Folder) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FolderMember

type FolderMember struct {

	// The ID of an asset in the folder.
	MemberId *string `min:"1" type:"string"`

	// The type of asset that it is.
	MemberType *string `type:"string" enum:"MemberType"`
	// contains filtered or unexported fields
}

An asset in a Amazon QuickSight folder, such as a dashboard, analysis, or dataset.

func (FolderMember) GoString

func (s FolderMember) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FolderMember) SetMemberId

func (s *FolderMember) SetMemberId(v string) *FolderMember

SetMemberId sets the MemberId field's value.

func (*FolderMember) SetMemberType

func (s *FolderMember) SetMemberType(v string) *FolderMember

SetMemberType sets the MemberType field's value.

func (FolderMember) String

func (s FolderMember) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FolderSearchFilter

type FolderSearchFilter struct {

	// The name of a value that you want to use in the filter. For example, "Name":
	// "QUICKSIGHT_OWNER".
	//
	// Valid values are defined as follows:
	//
	//    * QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any
	//    folders with that ARN listed as one of the folder's owners or viewers
	//    are returned. Implicit permissions from folders or groups are considered.
	//
	//    * QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any folders
	//    with that ARN listed as one of the owners of the folders are returned.
	//    Implicit permissions from folders or groups are considered.
	//
	//    * DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and
	//    any folders with that ARN listed as the only owner of the folder are returned.
	//    Implicit permissions from folders or groups are not considered.
	//
	//    * DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any
	//    folders with that ARN listed as one of the owners of the folders are returned.
	//    Implicit permissions from folders or groups are not considered.
	//
	//    * DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group,
	//    and any folders with that ARN listed as one of the owners or viewers of
	//    the folders are returned. Implicit permissions from folders or groups
	//    are not considered.
	//
	//    * FOLDER_NAME: Any folders whose names have a substring match to this
	//    value will be returned.
	//
	//    * PARENT_FOLDER_ARN: Provide an ARN of a folder, and any folders that
	//    are directly under that parent folder are returned. If you choose to use
	//    this option and leave the value blank, all root-level folders in the account
	//    are returned.
	Name *string `type:"string" enum:"FolderFilterAttribute"`

	// The comparison operator that you want to use as a filter, for example "Operator":
	// "StringEquals". Valid values are "StringEquals" and "StringLike".
	//
	// If you set the operator value to "StringEquals", you need to provide an ownership
	// related filter in the "NAME" field and the arn of the user or group whose
	// folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER",
	// "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
	//
	// If you set the value to "StringLike", you need to provide the name of the
	// folders you are searching for. For example, "Name":"FOLDER_NAME", "Operator":
	// "StringLike", "Value": "Test". The "StringLike" operator only supports the
	// NAME value FOLDER_NAME.
	Operator *string `type:"string" enum:"FilterOperator"`

	// The value of the named item (in this example, PARENT_FOLDER_ARN), that you
	// want to use as a filter. For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

A filter to use to search an Amazon QuickSight folder.

func (FolderSearchFilter) GoString

func (s FolderSearchFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FolderSearchFilter) SetName

SetName sets the Name field's value.

func (*FolderSearchFilter) SetOperator

func (s *FolderSearchFilter) SetOperator(v string) *FolderSearchFilter

SetOperator sets the Operator field's value.

func (*FolderSearchFilter) SetValue

SetValue sets the Value field's value.

func (FolderSearchFilter) String

func (s FolderSearchFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FolderSummary

type FolderSummary struct {

	// The Amazon Resource Name (ARN) of the folder.
	Arn *string `type:"string"`

	// The time that the folder was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The ID of the folder.
	FolderId *string `min:"1" type:"string"`

	// The type of folder.
	FolderType *string `type:"string" enum:"FolderType"`

	// The time that the folder was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The display name of the folder.
	Name *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A summary of information about an existing Amazon QuickSight folder.

func (FolderSummary) GoString

func (s FolderSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FolderSummary) SetArn

func (s *FolderSummary) SetArn(v string) *FolderSummary

SetArn sets the Arn field's value.

func (*FolderSummary) SetCreatedTime

func (s *FolderSummary) SetCreatedTime(v time.Time) *FolderSummary

SetCreatedTime sets the CreatedTime field's value.

func (*FolderSummary) SetFolderId

func (s *FolderSummary) SetFolderId(v string) *FolderSummary

SetFolderId sets the FolderId field's value.

func (*FolderSummary) SetFolderType

func (s *FolderSummary) SetFolderType(v string) *FolderSummary

SetFolderType sets the FolderType field's value.

func (*FolderSummary) SetLastUpdatedTime

func (s *FolderSummary) SetLastUpdatedTime(v time.Time) *FolderSummary

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*FolderSummary) SetName

func (s *FolderSummary) SetName(v string) *FolderSummary

SetName sets the Name field's value.

func (FolderSummary) String

func (s FolderSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Font added in v1.42.9

type Font struct {

	// Determines the font family settings.
	FontFamily *string `type:"string"`
	// contains filtered or unexported fields
}

Determines the font settings.

func (Font) GoString added in v1.42.9

func (s Font) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Font) SetFontFamily added in v1.42.9

func (s *Font) SetFontFamily(v string) *Font

SetFontFamily sets the FontFamily field's value.

func (Font) String added in v1.42.9

func (s Font) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FontConfiguration added in v1.42.9

type FontConfiguration struct {

	// Determines the color of the text.
	FontColor *string `type:"string"`

	// Determines the appearance of decorative lines on the text.
	FontDecoration *string `type:"string" enum:"FontDecoration"`

	// The option that determines the text display size.
	FontSize *FontSize `type:"structure"`

	// Determines the text display face that is inherited by the given font family.
	FontStyle *string `type:"string" enum:"FontStyle"`

	// The option that determines the text display weight, or boldness.
	FontWeight *FontWeight `type:"structure"`
	// contains filtered or unexported fields
}

Configures the display properties of the given text.

func (FontConfiguration) GoString added in v1.42.9

func (s FontConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FontConfiguration) SetFontColor added in v1.42.9

func (s *FontConfiguration) SetFontColor(v string) *FontConfiguration

SetFontColor sets the FontColor field's value.

func (*FontConfiguration) SetFontDecoration added in v1.42.9

func (s *FontConfiguration) SetFontDecoration(v string) *FontConfiguration

SetFontDecoration sets the FontDecoration field's value.

func (*FontConfiguration) SetFontSize added in v1.42.9

func (s *FontConfiguration) SetFontSize(v *FontSize) *FontConfiguration

SetFontSize sets the FontSize field's value.

func (*FontConfiguration) SetFontStyle added in v1.42.9

func (s *FontConfiguration) SetFontStyle(v string) *FontConfiguration

SetFontStyle sets the FontStyle field's value.

func (*FontConfiguration) SetFontWeight added in v1.42.9

func (s *FontConfiguration) SetFontWeight(v *FontWeight) *FontConfiguration

SetFontWeight sets the FontWeight field's value.

func (FontConfiguration) String added in v1.42.9

func (s FontConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FontSize added in v1.42.9

type FontSize struct {

	// The lexical name for the text size, proportional to its surrounding context.
	Relative *string `type:"string" enum:"RelativeFontSize"`
	// contains filtered or unexported fields
}

The option that determines the text display size.

func (FontSize) GoString added in v1.42.9

func (s FontSize) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FontSize) SetRelative added in v1.42.9

func (s *FontSize) SetRelative(v string) *FontSize

SetRelative sets the Relative field's value.

func (FontSize) String added in v1.42.9

func (s FontSize) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FontWeight added in v1.42.9

type FontWeight struct {

	// The lexical name for the level of boldness of the text display.
	Name *string `type:"string" enum:"FontWeightName"`
	// contains filtered or unexported fields
}

The option that determines the text display weight, or boldness.

func (FontWeight) GoString added in v1.42.9

func (s FontWeight) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FontWeight) SetName added in v1.42.9

func (s *FontWeight) SetName(v string) *FontWeight

SetName sets the Name field's value.

func (FontWeight) String added in v1.42.9

func (s FontWeight) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ForecastComputation added in v1.42.9

type ForecastComputation struct {

	// The ID for a computation.
	//
	// ComputationId is a required field
	ComputationId *string `min:"1" type:"string" required:"true"`

	// The custom seasonality value setup of a forecast computation.
	CustomSeasonalityValue *int64 `min:"1" type:"integer"`

	// The lower boundary setup of a forecast computation.
	LowerBoundary *float64 `type:"double"`

	// The name of a computation.
	Name *string `type:"string"`

	// The periods backward setup of a forecast computation.
	PeriodsBackward *int64 `type:"integer"`

	// The periods forward setup of a forecast computation.
	PeriodsForward *int64 `min:"1" type:"integer"`

	// The prediction interval setup of a forecast computation.
	PredictionInterval *int64 `min:"50" type:"integer"`

	// The seasonality setup of a forecast computation. Choose one of the following
	// options:
	//
	//    * AUTOMATIC
	//
	//    * CUSTOM: Checks the custom seasonality value.
	Seasonality *string `type:"string" enum:"ForecastComputationSeasonality"`

	// The time field that is used in a computation.
	//
	// Time is a required field
	Time *DimensionField `type:"structure" required:"true"`

	// The upper boundary setup of a forecast computation.
	UpperBoundary *float64 `type:"double"`

	// The value field that is used in a computation.
	Value *MeasureField `type:"structure"`
	// contains filtered or unexported fields
}

The forecast computation configuration.

func (ForecastComputation) GoString added in v1.42.9

func (s ForecastComputation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ForecastComputation) SetComputationId added in v1.42.9

func (s *ForecastComputation) SetComputationId(v string) *ForecastComputation

SetComputationId sets the ComputationId field's value.

func (*ForecastComputation) SetCustomSeasonalityValue added in v1.42.9

func (s *ForecastComputation) SetCustomSeasonalityValue(v int64) *ForecastComputation

SetCustomSeasonalityValue sets the CustomSeasonalityValue field's value.

func (*ForecastComputation) SetLowerBoundary added in v1.42.9

func (s *ForecastComputation) SetLowerBoundary(v float64) *ForecastComputation

SetLowerBoundary sets the LowerBoundary field's value.

func (*ForecastComputation) SetName added in v1.42.9

SetName sets the Name field's value.

func (*ForecastComputation) SetPeriodsBackward added in v1.42.9

func (s *ForecastComputation) SetPeriodsBackward(v int64) *ForecastComputation

SetPeriodsBackward sets the PeriodsBackward field's value.

func (*ForecastComputation) SetPeriodsForward added in v1.42.9

func (s *ForecastComputation) SetPeriodsForward(v int64) *ForecastComputation

SetPeriodsForward sets the PeriodsForward field's value.

func (*ForecastComputation) SetPredictionInterval added in v1.42.9

func (s *ForecastComputation) SetPredictionInterval(v int64) *ForecastComputation

SetPredictionInterval sets the PredictionInterval field's value.

func (*ForecastComputation) SetSeasonality added in v1.42.9

func (s *ForecastComputation) SetSeasonality(v string) *ForecastComputation

SetSeasonality sets the Seasonality field's value.

func (*ForecastComputation) SetTime added in v1.42.9

SetTime sets the Time field's value.

func (*ForecastComputation) SetUpperBoundary added in v1.42.9

func (s *ForecastComputation) SetUpperBoundary(v float64) *ForecastComputation

SetUpperBoundary sets the UpperBoundary field's value.

func (*ForecastComputation) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (ForecastComputation) String added in v1.42.9

func (s ForecastComputation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ForecastComputation) Validate added in v1.42.9

func (s *ForecastComputation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ForecastConfiguration added in v1.42.9

type ForecastConfiguration struct {

	// The forecast properties setup of a forecast in the line chart.
	ForecastProperties *TimeBasedForecastProperties `type:"structure"`

	// The forecast scenario of a forecast in the line chart.
	Scenario *ForecastScenario `type:"structure"`
	// contains filtered or unexported fields
}

The forecast configuration that is used in a line chart's display properties.

func (ForecastConfiguration) GoString added in v1.42.9

func (s ForecastConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ForecastConfiguration) SetForecastProperties added in v1.42.9

SetForecastProperties sets the ForecastProperties field's value.

func (*ForecastConfiguration) SetScenario added in v1.42.9

SetScenario sets the Scenario field's value.

func (ForecastConfiguration) String added in v1.42.9

func (s ForecastConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ForecastConfiguration) Validate added in v1.42.9

func (s *ForecastConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ForecastScenario added in v1.42.9

type ForecastScenario struct {

	// The what-if analysis forecast setup with the target date.
	WhatIfPointScenario *WhatIfPointScenario `type:"structure"`

	// The what-if analysis forecast setup with the date range.
	WhatIfRangeScenario *WhatIfRangeScenario `type:"structure"`
	// contains filtered or unexported fields
}

The forecast scenario of a forecast in the line chart.

func (ForecastScenario) GoString added in v1.42.9

func (s ForecastScenario) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ForecastScenario) SetWhatIfPointScenario added in v1.42.9

func (s *ForecastScenario) SetWhatIfPointScenario(v *WhatIfPointScenario) *ForecastScenario

SetWhatIfPointScenario sets the WhatIfPointScenario field's value.

func (*ForecastScenario) SetWhatIfRangeScenario added in v1.42.9

func (s *ForecastScenario) SetWhatIfRangeScenario(v *WhatIfRangeScenario) *ForecastScenario

SetWhatIfRangeScenario sets the WhatIfRangeScenario field's value.

func (ForecastScenario) String added in v1.42.9

func (s ForecastScenario) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ForecastScenario) Validate added in v1.42.9

func (s *ForecastScenario) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FormatConfiguration added in v1.42.9

type FormatConfiguration struct {

	// Formatting configuration for DateTime fields.
	DateTimeFormatConfiguration *DateTimeFormatConfiguration `type:"structure"`

	// Formatting configuration for number fields.
	NumberFormatConfiguration *NumberFormatConfiguration `type:"structure"`

	// Formatting configuration for string fields.
	StringFormatConfiguration *StringFormatConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The formatting configuration for all types of field.

func (FormatConfiguration) GoString added in v1.42.9

func (s FormatConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FormatConfiguration) SetDateTimeFormatConfiguration added in v1.42.9

func (s *FormatConfiguration) SetDateTimeFormatConfiguration(v *DateTimeFormatConfiguration) *FormatConfiguration

SetDateTimeFormatConfiguration sets the DateTimeFormatConfiguration field's value.

func (*FormatConfiguration) SetNumberFormatConfiguration added in v1.42.9

func (s *FormatConfiguration) SetNumberFormatConfiguration(v *NumberFormatConfiguration) *FormatConfiguration

SetNumberFormatConfiguration sets the NumberFormatConfiguration field's value.

func (*FormatConfiguration) SetStringFormatConfiguration added in v1.42.9

func (s *FormatConfiguration) SetStringFormatConfiguration(v *StringFormatConfiguration) *FormatConfiguration

SetStringFormatConfiguration sets the StringFormatConfiguration field's value.

func (FormatConfiguration) String added in v1.42.9

func (s FormatConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FormatConfiguration) Validate added in v1.42.9

func (s *FormatConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FreeFormLayoutCanvasSizeOptions added in v1.42.9

type FreeFormLayoutCanvasSizeOptions struct {

	// The options that determine the sizing of the canvas used in a free-form layout.
	ScreenCanvasSizeOptions *FreeFormLayoutScreenCanvasSizeOptions `type:"structure"`
	// contains filtered or unexported fields
}

Configuration options for the canvas of a free-form layout.

func (FreeFormLayoutCanvasSizeOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormLayoutCanvasSizeOptions) SetScreenCanvasSizeOptions added in v1.42.9

SetScreenCanvasSizeOptions sets the ScreenCanvasSizeOptions field's value.

func (FreeFormLayoutCanvasSizeOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormLayoutCanvasSizeOptions) Validate added in v1.42.9

func (s *FreeFormLayoutCanvasSizeOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FreeFormLayoutConfiguration added in v1.42.9

type FreeFormLayoutConfiguration struct {

	// Configuration options for the canvas of a free-form layout.
	CanvasSizeOptions *FreeFormLayoutCanvasSizeOptions `type:"structure"`

	// The elements that are included in a free-form layout.
	//
	// Elements is a required field
	Elements []*FreeFormLayoutElement `type:"list" required:"true"`
	// contains filtered or unexported fields
}

The configuration of a free-form layout.

func (FreeFormLayoutConfiguration) GoString added in v1.42.9

func (s FreeFormLayoutConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormLayoutConfiguration) SetCanvasSizeOptions added in v1.42.9

SetCanvasSizeOptions sets the CanvasSizeOptions field's value.

func (*FreeFormLayoutConfiguration) SetElements added in v1.42.9

SetElements sets the Elements field's value.

func (FreeFormLayoutConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormLayoutConfiguration) Validate added in v1.42.9

func (s *FreeFormLayoutConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FreeFormLayoutElement added in v1.42.9

type FreeFormLayoutElement struct {

	// The background style configuration of a free-form layout element.
	BackgroundStyle *FreeFormLayoutElementBackgroundStyle `type:"structure"`

	// The border style configuration of a free-form layout element.
	BorderStyle *FreeFormLayoutElementBorderStyle `type:"structure"`

	// A unique identifier for an element within a free-form layout.
	//
	// ElementId is a required field
	ElementId *string `min:"1" type:"string" required:"true"`

	// The type of element.
	//
	// ElementType is a required field
	ElementType *string `type:"string" required:"true" enum:"LayoutElementType"`

	// The height of an element within a free-form layout.
	//
	// Height is a required field
	Height *string `type:"string" required:"true"`

	// The loading animation configuration of a free-form layout element.
	LoadingAnimation *LoadingAnimation `type:"structure"`

	// The rendering rules that determine when an element should be displayed within
	// a free-form layout.
	RenderingRules []*SheetElementRenderingRule `type:"list"`

	// The border style configuration of a free-form layout element. This border
	// style is used when the element is selected.
	SelectedBorderStyle *FreeFormLayoutElementBorderStyle `type:"structure"`

	// The visibility of an element within a free-form layout.
	Visibility *string `type:"string" enum:"Visibility"`

	// The width of an element within a free-form layout.
	//
	// Width is a required field
	Width *string `type:"string" required:"true"`

	// The x-axis coordinate of the element.
	//
	// XAxisLocation is a required field
	XAxisLocation *string `type:"string" required:"true"`

	// The y-axis coordinate of the element.
	//
	// YAxisLocation is a required field
	YAxisLocation *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

An element within a free-form layout.

func (FreeFormLayoutElement) GoString added in v1.42.9

func (s FreeFormLayoutElement) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormLayoutElement) SetBackgroundStyle added in v1.42.9

SetBackgroundStyle sets the BackgroundStyle field's value.

func (*FreeFormLayoutElement) SetBorderStyle added in v1.42.9

SetBorderStyle sets the BorderStyle field's value.

func (*FreeFormLayoutElement) SetElementId added in v1.42.9

SetElementId sets the ElementId field's value.

func (*FreeFormLayoutElement) SetElementType added in v1.42.9

func (s *FreeFormLayoutElement) SetElementType(v string) *FreeFormLayoutElement

SetElementType sets the ElementType field's value.

func (*FreeFormLayoutElement) SetHeight added in v1.42.9

SetHeight sets the Height field's value.

func (*FreeFormLayoutElement) SetLoadingAnimation added in v1.42.9

func (s *FreeFormLayoutElement) SetLoadingAnimation(v *LoadingAnimation) *FreeFormLayoutElement

SetLoadingAnimation sets the LoadingAnimation field's value.

func (*FreeFormLayoutElement) SetRenderingRules added in v1.42.9

SetRenderingRules sets the RenderingRules field's value.

func (*FreeFormLayoutElement) SetSelectedBorderStyle added in v1.42.9

SetSelectedBorderStyle sets the SelectedBorderStyle field's value.

func (*FreeFormLayoutElement) SetVisibility added in v1.42.9

func (s *FreeFormLayoutElement) SetVisibility(v string) *FreeFormLayoutElement

SetVisibility sets the Visibility field's value.

func (*FreeFormLayoutElement) SetWidth added in v1.42.9

SetWidth sets the Width field's value.

func (*FreeFormLayoutElement) SetXAxisLocation added in v1.42.9

func (s *FreeFormLayoutElement) SetXAxisLocation(v string) *FreeFormLayoutElement

SetXAxisLocation sets the XAxisLocation field's value.

func (*FreeFormLayoutElement) SetYAxisLocation added in v1.42.9

func (s *FreeFormLayoutElement) SetYAxisLocation(v string) *FreeFormLayoutElement

SetYAxisLocation sets the YAxisLocation field's value.

func (FreeFormLayoutElement) String added in v1.42.9

func (s FreeFormLayoutElement) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormLayoutElement) Validate added in v1.42.9

func (s *FreeFormLayoutElement) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FreeFormLayoutElementBackgroundStyle added in v1.42.9

type FreeFormLayoutElementBackgroundStyle struct {

	// The background color of a free-form layout element.
	Color *string `type:"string"`

	// The background visibility of a free-form layout element.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The background style configuration of a free-form layout element.

func (FreeFormLayoutElementBackgroundStyle) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormLayoutElementBackgroundStyle) SetColor added in v1.42.9

SetColor sets the Color field's value.

func (*FreeFormLayoutElementBackgroundStyle) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (FreeFormLayoutElementBackgroundStyle) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FreeFormLayoutElementBorderStyle added in v1.42.9

type FreeFormLayoutElementBorderStyle struct {

	// The border color of a free-form layout element.
	Color *string `type:"string"`

	// The border visibility of a free-form layout element.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The background style configuration of a free-form layout element.

func (FreeFormLayoutElementBorderStyle) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormLayoutElementBorderStyle) SetColor added in v1.42.9

SetColor sets the Color field's value.

func (*FreeFormLayoutElementBorderStyle) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (FreeFormLayoutElementBorderStyle) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FreeFormLayoutScreenCanvasSizeOptions added in v1.42.9

type FreeFormLayoutScreenCanvasSizeOptions struct {

	// The width that the view port will be optimized for when the layout renders.
	//
	// OptimizedViewPortWidth is a required field
	OptimizedViewPortWidth *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The options that determine the sizing of the canvas used in a free-form layout.

func (FreeFormLayoutScreenCanvasSizeOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormLayoutScreenCanvasSizeOptions) SetOptimizedViewPortWidth added in v1.42.9

SetOptimizedViewPortWidth sets the OptimizedViewPortWidth field's value.

func (FreeFormLayoutScreenCanvasSizeOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormLayoutScreenCanvasSizeOptions) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type FreeFormSectionLayoutConfiguration added in v1.42.9

type FreeFormSectionLayoutConfiguration struct {

	// The elements that are included in the free-form layout.
	//
	// Elements is a required field
	Elements []*FreeFormLayoutElement `type:"list" required:"true"`
	// contains filtered or unexported fields
}

The free-form layout configuration of a section.

func (FreeFormSectionLayoutConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormSectionLayoutConfiguration) SetElements added in v1.42.9

SetElements sets the Elements field's value.

func (FreeFormSectionLayoutConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FreeFormSectionLayoutConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type FunnelChartAggregatedFieldWells added in v1.42.9

type FunnelChartAggregatedFieldWells struct {

	// The category field wells of a funnel chart. Values are grouped by category
	// fields.
	Category []*DimensionField `type:"list"`

	// The value field wells of a funnel chart. Values are aggregated based on categories.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The field well configuration of a FunnelChartVisual.

func (FunnelChartAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FunnelChartAggregatedFieldWells) SetCategory added in v1.42.9

SetCategory sets the Category field's value.

func (*FunnelChartAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (FunnelChartAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FunnelChartAggregatedFieldWells) Validate added in v1.42.9

func (s *FunnelChartAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FunnelChartConfiguration added in v1.42.9

type FunnelChartConfiguration struct {

	// The label options of the categories that are displayed in a FunnelChartVisual.
	CategoryLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The options that determine the presentation of the data labels.
	DataLabelOptions *FunnelChartDataLabelOptions `type:"structure"`

	// The field well configuration of a FunnelChartVisual.
	FieldWells *FunnelChartFieldWells `type:"structure"`

	// The sort configuration of a FunnelChartVisual.
	SortConfiguration *FunnelChartSortConfiguration `type:"structure"`

	// The tooltip configuration of a FunnelChartVisual.
	Tooltip *TooltipOptions `type:"structure"`

	// The label options for the values that are displayed in a FunnelChartVisual.
	ValueLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The visual palette configuration of a FunnelChartVisual.
	VisualPalette *VisualPalette `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a FunnelChartVisual.

func (FunnelChartConfiguration) GoString added in v1.42.9

func (s FunnelChartConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FunnelChartConfiguration) SetCategoryLabelOptions added in v1.42.9

SetCategoryLabelOptions sets the CategoryLabelOptions field's value.

func (*FunnelChartConfiguration) SetDataLabelOptions added in v1.42.9

SetDataLabelOptions sets the DataLabelOptions field's value.

func (*FunnelChartConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*FunnelChartConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*FunnelChartConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (*FunnelChartConfiguration) SetValueLabelOptions added in v1.42.9

SetValueLabelOptions sets the ValueLabelOptions field's value.

func (*FunnelChartConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (FunnelChartConfiguration) String added in v1.42.9

func (s FunnelChartConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FunnelChartConfiguration) Validate added in v1.42.9

func (s *FunnelChartConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FunnelChartDataLabelOptions added in v1.42.9

type FunnelChartDataLabelOptions struct {

	// The visibility of the category labels within the data labels.
	CategoryLabelVisibility *string `type:"string" enum:"Visibility"`

	// The color of the data label text.
	LabelColor *string `type:"string"`

	// The font configuration for the data labels.
	//
	// Only the FontSize attribute of the font configuration is used for data labels.
	LabelFontConfiguration *FontConfiguration `type:"structure"`

	// Determines the style of the metric labels.
	MeasureDataLabelStyle *string `type:"string" enum:"FunnelChartMeasureDataLabelStyle"`

	// The visibility of the measure labels within the data labels.
	MeasureLabelVisibility *string `type:"string" enum:"Visibility"`

	// Determines the positioning of the data label relative to a section of the
	// funnel.
	Position *string `type:"string" enum:"DataLabelPosition"`

	// The visibility option that determines if data labels are displayed.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The options that determine the presentation of the data labels.

func (FunnelChartDataLabelOptions) GoString added in v1.42.9

func (s FunnelChartDataLabelOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FunnelChartDataLabelOptions) SetCategoryLabelVisibility added in v1.42.9

func (s *FunnelChartDataLabelOptions) SetCategoryLabelVisibility(v string) *FunnelChartDataLabelOptions

SetCategoryLabelVisibility sets the CategoryLabelVisibility field's value.

func (*FunnelChartDataLabelOptions) SetLabelColor added in v1.42.9

SetLabelColor sets the LabelColor field's value.

func (*FunnelChartDataLabelOptions) SetLabelFontConfiguration added in v1.42.9

SetLabelFontConfiguration sets the LabelFontConfiguration field's value.

func (*FunnelChartDataLabelOptions) SetMeasureDataLabelStyle added in v1.42.9

func (s *FunnelChartDataLabelOptions) SetMeasureDataLabelStyle(v string) *FunnelChartDataLabelOptions

SetMeasureDataLabelStyle sets the MeasureDataLabelStyle field's value.

func (*FunnelChartDataLabelOptions) SetMeasureLabelVisibility added in v1.42.9

func (s *FunnelChartDataLabelOptions) SetMeasureLabelVisibility(v string) *FunnelChartDataLabelOptions

SetMeasureLabelVisibility sets the MeasureLabelVisibility field's value.

func (*FunnelChartDataLabelOptions) SetPosition added in v1.42.9

SetPosition sets the Position field's value.

func (*FunnelChartDataLabelOptions) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (FunnelChartDataLabelOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FunnelChartFieldWells added in v1.42.9

type FunnelChartFieldWells struct {

	// The field well configuration of a FunnelChartVisual.
	FunnelChartAggregatedFieldWells *FunnelChartAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field well configuration of a FunnelChartVisual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (FunnelChartFieldWells) GoString added in v1.42.9

func (s FunnelChartFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FunnelChartFieldWells) SetFunnelChartAggregatedFieldWells added in v1.42.9

func (s *FunnelChartFieldWells) SetFunnelChartAggregatedFieldWells(v *FunnelChartAggregatedFieldWells) *FunnelChartFieldWells

SetFunnelChartAggregatedFieldWells sets the FunnelChartAggregatedFieldWells field's value.

func (FunnelChartFieldWells) String added in v1.42.9

func (s FunnelChartFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FunnelChartFieldWells) Validate added in v1.42.9

func (s *FunnelChartFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FunnelChartSortConfiguration added in v1.42.9

type FunnelChartSortConfiguration struct {

	// The limit on the number of categories displayed.
	CategoryItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of the category fields.
	CategorySort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a FunnelChartVisual.

func (FunnelChartSortConfiguration) GoString added in v1.42.9

func (s FunnelChartSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FunnelChartSortConfiguration) SetCategoryItemsLimit added in v1.42.9

SetCategoryItemsLimit sets the CategoryItemsLimit field's value.

func (*FunnelChartSortConfiguration) SetCategorySort added in v1.42.9

SetCategorySort sets the CategorySort field's value.

func (FunnelChartSortConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FunnelChartSortConfiguration) Validate added in v1.42.9

func (s *FunnelChartSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FunnelChartVisual added in v1.42.9

type FunnelChartVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration of a FunnelChartVisual.
	ChartConfiguration *FunnelChartConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers..
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A funnel chart.

For more information, see Using funnel charts (https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the Amazon QuickSight User Guide.

func (FunnelChartVisual) GoString added in v1.42.9

func (s FunnelChartVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FunnelChartVisual) SetActions added in v1.42.9

SetActions sets the Actions field's value.

func (*FunnelChartVisual) SetChartConfiguration added in v1.42.9

func (s *FunnelChartVisual) SetChartConfiguration(v *FunnelChartConfiguration) *FunnelChartVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*FunnelChartVisual) SetColumnHierarchies added in v1.42.9

func (s *FunnelChartVisual) SetColumnHierarchies(v []*ColumnHierarchy) *FunnelChartVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*FunnelChartVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*FunnelChartVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*FunnelChartVisual) SetVisualId added in v1.42.9

func (s *FunnelChartVisual) SetVisualId(v string) *FunnelChartVisual

SetVisualId sets the VisualId field's value.

func (FunnelChartVisual) String added in v1.42.9

func (s FunnelChartVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FunnelChartVisual) Validate added in v1.42.9

func (s *FunnelChartVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GaugeChartArcConditionalFormatting added in v1.42.9

type GaugeChartArcConditionalFormatting struct {

	// The conditional formatting of the arc foreground color.
	ForegroundColor *ConditionalFormattingColor `type:"structure"`
	// contains filtered or unexported fields
}

The options that determine the presentation of the arc of a GaugeChartVisual.

func (GaugeChartArcConditionalFormatting) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartArcConditionalFormatting) SetForegroundColor added in v1.42.9

SetForegroundColor sets the ForegroundColor field's value.

func (GaugeChartArcConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartArcConditionalFormatting) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type GaugeChartConditionalFormatting added in v1.42.9

type GaugeChartConditionalFormatting struct {

	// Conditional formatting options of a GaugeChartVisual.
	ConditionalFormattingOptions []*GaugeChartConditionalFormattingOption `type:"list"`
	// contains filtered or unexported fields
}

The conditional formatting of a GaugeChartVisual.

func (GaugeChartConditionalFormatting) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartConditionalFormatting) SetConditionalFormattingOptions added in v1.42.9

SetConditionalFormattingOptions sets the ConditionalFormattingOptions field's value.

func (GaugeChartConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartConditionalFormatting) Validate added in v1.42.9

func (s *GaugeChartConditionalFormatting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GaugeChartConditionalFormattingOption added in v1.42.9

type GaugeChartConditionalFormattingOption struct {

	// The options that determine the presentation of the arc of a GaugeChartVisual.
	Arc *GaugeChartArcConditionalFormatting `type:"structure"`

	// The conditional formatting for the primary value of a GaugeChartVisual.
	PrimaryValue *GaugeChartPrimaryValueConditionalFormatting `type:"structure"`
	// contains filtered or unexported fields
}

Conditional formatting options of a GaugeChartVisual.

func (GaugeChartConditionalFormattingOption) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartConditionalFormattingOption) SetArc added in v1.42.9

SetArc sets the Arc field's value.

func (*GaugeChartConditionalFormattingOption) SetPrimaryValue added in v1.42.9

SetPrimaryValue sets the PrimaryValue field's value.

func (GaugeChartConditionalFormattingOption) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartConditionalFormattingOption) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type GaugeChartConfiguration added in v1.42.9

type GaugeChartConfiguration struct {

	// The data label configuration of a GaugeChartVisual.
	DataLabels *DataLabelOptions `type:"structure"`

	// The field well configuration of a GaugeChartVisual.
	FieldWells *GaugeChartFieldWells `type:"structure"`

	// The options that determine the presentation of the GaugeChartVisual.
	GaugeChartOptions *GaugeChartOptions `type:"structure"`

	// The tooltip configuration of a GaugeChartVisual.
	TooltipOptions *TooltipOptions `type:"structure"`

	// The visual palette configuration of a GaugeChartVisual.
	VisualPalette *VisualPalette `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a GaugeChartVisual.

func (GaugeChartConfiguration) GoString added in v1.42.9

func (s GaugeChartConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartConfiguration) SetDataLabels added in v1.42.9

SetDataLabels sets the DataLabels field's value.

func (*GaugeChartConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*GaugeChartConfiguration) SetGaugeChartOptions added in v1.42.9

SetGaugeChartOptions sets the GaugeChartOptions field's value.

func (*GaugeChartConfiguration) SetTooltipOptions added in v1.42.9

SetTooltipOptions sets the TooltipOptions field's value.

func (*GaugeChartConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (GaugeChartConfiguration) String added in v1.42.9

func (s GaugeChartConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartConfiguration) Validate added in v1.42.9

func (s *GaugeChartConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GaugeChartFieldWells added in v1.42.9

type GaugeChartFieldWells struct {

	// The target value field wells of a GaugeChartVisual.
	TargetValues []*MeasureField `type:"list"`

	// The value field wells of a GaugeChartVisual.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The field well configuration of a GaugeChartVisual.

func (GaugeChartFieldWells) GoString added in v1.42.9

func (s GaugeChartFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartFieldWells) SetTargetValues added in v1.42.9

func (s *GaugeChartFieldWells) SetTargetValues(v []*MeasureField) *GaugeChartFieldWells

SetTargetValues sets the TargetValues field's value.

func (*GaugeChartFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (GaugeChartFieldWells) String added in v1.42.9

func (s GaugeChartFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartFieldWells) Validate added in v1.42.9

func (s *GaugeChartFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GaugeChartOptions added in v1.42.9

type GaugeChartOptions struct {

	// The arc configuration of a GaugeChartVisual.
	Arc *ArcConfiguration `type:"structure"`

	// The arc axis configuration of a GaugeChartVisual.
	ArcAxis *ArcAxisConfiguration `type:"structure"`

	// The comparison configuration of a GaugeChartVisual.
	Comparison *ComparisonConfiguration `type:"structure"`

	// The options that determine the primary value display type.
	PrimaryValueDisplayType *string `type:"string" enum:"PrimaryValueDisplayType"`

	// The options that determine the primary value font configuration.
	PrimaryValueFontConfiguration *FontConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The options that determine the presentation of the GaugeChartVisual.

func (GaugeChartOptions) GoString added in v1.42.9

func (s GaugeChartOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartOptions) SetArc added in v1.42.9

SetArc sets the Arc field's value.

func (*GaugeChartOptions) SetArcAxis added in v1.42.9

SetArcAxis sets the ArcAxis field's value.

func (*GaugeChartOptions) SetComparison added in v1.42.9

SetComparison sets the Comparison field's value.

func (*GaugeChartOptions) SetPrimaryValueDisplayType added in v1.42.9

func (s *GaugeChartOptions) SetPrimaryValueDisplayType(v string) *GaugeChartOptions

SetPrimaryValueDisplayType sets the PrimaryValueDisplayType field's value.

func (*GaugeChartOptions) SetPrimaryValueFontConfiguration added in v1.42.9

func (s *GaugeChartOptions) SetPrimaryValueFontConfiguration(v *FontConfiguration) *GaugeChartOptions

SetPrimaryValueFontConfiguration sets the PrimaryValueFontConfiguration field's value.

func (GaugeChartOptions) String added in v1.42.9

func (s GaugeChartOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartOptions) Validate added in v1.42.9

func (s *GaugeChartOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GaugeChartPrimaryValueConditionalFormatting added in v1.42.9

type GaugeChartPrimaryValueConditionalFormatting struct {

	// The conditional formatting of the primary value icon.
	Icon *ConditionalFormattingIcon `type:"structure"`

	// The conditional formatting of the primary value text color.
	TextColor *ConditionalFormattingColor `type:"structure"`
	// contains filtered or unexported fields
}

The conditional formatting for the primary value of a GaugeChartVisual.

func (GaugeChartPrimaryValueConditionalFormatting) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartPrimaryValueConditionalFormatting) SetIcon added in v1.42.9

SetIcon sets the Icon field's value.

func (*GaugeChartPrimaryValueConditionalFormatting) SetTextColor added in v1.42.9

SetTextColor sets the TextColor field's value.

func (GaugeChartPrimaryValueConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartPrimaryValueConditionalFormatting) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type GaugeChartVisual added in v1.42.9

type GaugeChartVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration of a GaugeChartVisual.
	ChartConfiguration *GaugeChartConfiguration `type:"structure"`

	// The conditional formatting of a GaugeChartVisual.
	ConditionalFormatting *GaugeChartConditionalFormatting `type:"structure"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A gauge chart.

For more information, see Using gauge charts (https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the Amazon QuickSight User Guide.

func (GaugeChartVisual) GoString added in v1.42.9

func (s GaugeChartVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartVisual) SetActions added in v1.42.9

SetActions sets the Actions field's value.

func (*GaugeChartVisual) SetChartConfiguration added in v1.42.9

func (s *GaugeChartVisual) SetChartConfiguration(v *GaugeChartConfiguration) *GaugeChartVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*GaugeChartVisual) SetConditionalFormatting added in v1.42.9

func (s *GaugeChartVisual) SetConditionalFormatting(v *GaugeChartConditionalFormatting) *GaugeChartVisual

SetConditionalFormatting sets the ConditionalFormatting field's value.

func (*GaugeChartVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*GaugeChartVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*GaugeChartVisual) SetVisualId added in v1.42.9

func (s *GaugeChartVisual) SetVisualId(v string) *GaugeChartVisual

SetVisualId sets the VisualId field's value.

func (GaugeChartVisual) String added in v1.42.9

func (s GaugeChartVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GaugeChartVisual) Validate added in v1.42.9

func (s *GaugeChartVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GenerateEmbedUrlForAnonymousUserInput

type GenerateEmbedUrlForAnonymousUserInput struct {

	// The domains that you want to add to the allow list for access to the generated
	// URL that is then embedded. This optional parameter overrides the static domains
	// that are configured in the Manage QuickSight menu in the Amazon QuickSight
	// console. Instead, it allows only the domains that you include in this parameter.
	// You can list up to three domains or subdomains in each API call.
	//
	// To include all subdomains under a specific domain to the allow list, use
	// *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.
	AllowedDomains []*string `type:"list"`

	// The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that
	// the user is authorized to access during the lifetime of the session. If you
	// choose Dashboard embedding experience, pass the list of dashboard ARNs in
	// the account that you want the user to be able to view. Currently, you can
	// pass up to 25 dashboard ARNs in each API call.
	//
	// AuthorizedResourceArns is a required field
	AuthorizedResourceArns []*string `type:"list" required:"true"`

	// The ID for the Amazon Web Services account that contains the dashboard that
	// you're embedding.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The configuration of the experience that you are embedding.
	//
	// ExperienceConfiguration is a required field
	ExperienceConfiguration *AnonymousUserEmbeddingExperienceConfiguration `type:"structure" required:"true"`

	// The Amazon QuickSight namespace that the anonymous user virtually belongs
	// to. If you are not using an Amazon QuickSight custom namespace, set this
	// to default.
	//
	// Namespace is a required field
	Namespace *string `type:"string" required:"true"`

	// How many minutes the session is valid. The session lifetime must be in [15-600]
	// minutes range.
	SessionLifetimeInMinutes *int64 `min:"15" type:"long"`

	// The session tags used for row-level security. Before you use this parameter,
	// make sure that you have configured the relevant datasets using the DataSet$RowLevelPermissionTagConfiguration
	// parameter so that session tags can be used to provide row-level security.
	//
	// These are not the tags used for the Amazon Web Services resource tagging
	// feature. For more information, see Using Row-Level Security (RLS) with Tags
	// (https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html)in
	// the Amazon QuickSight User Guide.
	SessionTags []*SessionTag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (GenerateEmbedUrlForAnonymousUserInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GenerateEmbedUrlForAnonymousUserInput) SetAllowedDomains added in v1.42.9

SetAllowedDomains sets the AllowedDomains field's value.

func (*GenerateEmbedUrlForAnonymousUserInput) SetAuthorizedResourceArns

SetAuthorizedResourceArns sets the AuthorizedResourceArns field's value.

func (*GenerateEmbedUrlForAnonymousUserInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*GenerateEmbedUrlForAnonymousUserInput) SetExperienceConfiguration

SetExperienceConfiguration sets the ExperienceConfiguration field's value.

func (*GenerateEmbedUrlForAnonymousUserInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*GenerateEmbedUrlForAnonymousUserInput) SetSessionLifetimeInMinutes

SetSessionLifetimeInMinutes sets the SessionLifetimeInMinutes field's value.

func (*GenerateEmbedUrlForAnonymousUserInput) SetSessionTags

SetSessionTags sets the SessionTags field's value.

func (GenerateEmbedUrlForAnonymousUserInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GenerateEmbedUrlForAnonymousUserInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GenerateEmbedUrlForAnonymousUserOutput

type GenerateEmbedUrlForAnonymousUserOutput struct {

	// The Amazon Resource Name (ARN) to use for the anonymous Amazon QuickSight
	// user.
	//
	// AnonymousUserArn is a required field
	AnonymousUserArn *string `type:"string" required:"true"`

	// The embed URL for the dashboard.
	//
	// EmbedUrl is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GenerateEmbedUrlForAnonymousUserOutput's
	// String and GoString methods.
	//
	// EmbedUrl is a required field
	EmbedUrl *string `type:"string" required:"true" sensitive:"true"`

	// The Amazon Web Services request ID for this operation.
	//
	// RequestId is a required field
	RequestId *string `type:"string" required:"true"`

	// The HTTP status of the request.
	//
	// Status is a required field
	Status *int64 `location:"statusCode" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

func (GenerateEmbedUrlForAnonymousUserOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GenerateEmbedUrlForAnonymousUserOutput) SetAnonymousUserArn added in v1.42.9

SetAnonymousUserArn sets the AnonymousUserArn field's value.

func (*GenerateEmbedUrlForAnonymousUserOutput) SetEmbedUrl

SetEmbedUrl sets the EmbedUrl field's value.

func (*GenerateEmbedUrlForAnonymousUserOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*GenerateEmbedUrlForAnonymousUserOutput) SetStatus

SetStatus sets the Status field's value.

func (GenerateEmbedUrlForAnonymousUserOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GenerateEmbedUrlForRegisteredUserInput

type GenerateEmbedUrlForRegisteredUserInput struct {

	// The domains that you want to add to the allow list for access to the generated
	// URL that is then embedded. This optional parameter overrides the static domains
	// that are configured in the Manage QuickSight menu in the Amazon QuickSight
	// console. Instead, it allows only the domains that you include in this parameter.
	// You can list up to three domains or subdomains in each API call.
	//
	// To include all subdomains under a specific domain to the allow list, use
	// *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.
	AllowedDomains []*string `type:"list"`

	// The ID for the Amazon Web Services account that contains the dashboard that
	// you're embedding.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The experience you are embedding. For registered users, you can embed Amazon
	// QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q
	// search bar, or the entire Amazon QuickSight console.
	//
	// ExperienceConfiguration is a required field
	ExperienceConfiguration *RegisteredUserEmbeddingExperienceConfiguration `type:"structure" required:"true"`

	// How many minutes the session is valid. The session lifetime must be in [15-600]
	// minutes range.
	SessionLifetimeInMinutes *int64 `min:"15" type:"long"`

	// The Amazon Resource Name for the registered user.
	//
	// UserArn is a required field
	UserArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GenerateEmbedUrlForRegisteredUserInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GenerateEmbedUrlForRegisteredUserInput) SetAllowedDomains added in v1.42.9

SetAllowedDomains sets the AllowedDomains field's value.

func (*GenerateEmbedUrlForRegisteredUserInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*GenerateEmbedUrlForRegisteredUserInput) SetExperienceConfiguration

SetExperienceConfiguration sets the ExperienceConfiguration field's value.

func (*GenerateEmbedUrlForRegisteredUserInput) SetSessionLifetimeInMinutes

SetSessionLifetimeInMinutes sets the SessionLifetimeInMinutes field's value.

func (*GenerateEmbedUrlForRegisteredUserInput) SetUserArn

SetUserArn sets the UserArn field's value.

func (GenerateEmbedUrlForRegisteredUserInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GenerateEmbedUrlForRegisteredUserInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GenerateEmbedUrlForRegisteredUserOutput

type GenerateEmbedUrlForRegisteredUserOutput struct {

	// The embed URL for the Amazon QuickSight dashboard, visual, Q search bar,
	// or console.
	//
	// EmbedUrl is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GenerateEmbedUrlForRegisteredUserOutput's
	// String and GoString methods.
	//
	// EmbedUrl is a required field
	EmbedUrl *string `type:"string" required:"true" sensitive:"true"`

	// The Amazon Web Services request ID for this operation.
	//
	// RequestId is a required field
	RequestId *string `type:"string" required:"true"`

	// The HTTP status of the request.
	//
	// Status is a required field
	Status *int64 `location:"statusCode" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

func (GenerateEmbedUrlForRegisteredUserOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GenerateEmbedUrlForRegisteredUserOutput) SetEmbedUrl

SetEmbedUrl sets the EmbedUrl field's value.

func (*GenerateEmbedUrlForRegisteredUserOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*GenerateEmbedUrlForRegisteredUserOutput) SetStatus

SetStatus sets the Status field's value.

func (GenerateEmbedUrlForRegisteredUserOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GeoSpatialColumnGroup

type GeoSpatialColumnGroup struct {

	// Columns in this hierarchy.
	//
	// Columns is a required field
	Columns []*string `min:"1" type:"list" required:"true"`

	// Country code.
	CountryCode *string `type:"string" enum:"GeoSpatialCountryCode"`

	// A display name for the hierarchy.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Geospatial column group that denotes a hierarchy.

func (GeoSpatialColumnGroup) GoString

func (s GeoSpatialColumnGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeoSpatialColumnGroup) SetColumns

func (s *GeoSpatialColumnGroup) SetColumns(v []*string) *GeoSpatialColumnGroup

SetColumns sets the Columns field's value.

func (*GeoSpatialColumnGroup) SetCountryCode

func (s *GeoSpatialColumnGroup) SetCountryCode(v string) *GeoSpatialColumnGroup

SetCountryCode sets the CountryCode field's value.

func (*GeoSpatialColumnGroup) SetName

SetName sets the Name field's value.

func (GeoSpatialColumnGroup) String

func (s GeoSpatialColumnGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeoSpatialColumnGroup) Validate

func (s *GeoSpatialColumnGroup) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeospatialCoordinateBounds added in v1.42.9

type GeospatialCoordinateBounds struct {

	// The longitude of the east bound of the geospatial coordinate bounds.
	//
	// East is a required field
	East *float64 `type:"double" required:"true"`

	// The latitude of the north bound of the geospatial coordinate bounds.
	//
	// North is a required field
	North *float64 `type:"double" required:"true"`

	// The latitude of the south bound of the geospatial coordinate bounds.
	//
	// South is a required field
	South *float64 `type:"double" required:"true"`

	// The longitude of the west bound of the geospatial coordinate bounds.
	//
	// West is a required field
	West *float64 `type:"double" required:"true"`
	// contains filtered or unexported fields
}

The bound options (north, south, west, east) of the geospatial window options.

func (GeospatialCoordinateBounds) GoString added in v1.42.9

func (s GeospatialCoordinateBounds) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialCoordinateBounds) SetEast added in v1.42.9

SetEast sets the East field's value.

func (*GeospatialCoordinateBounds) SetNorth added in v1.42.9

SetNorth sets the North field's value.

func (*GeospatialCoordinateBounds) SetSouth added in v1.42.9

SetSouth sets the South field's value.

func (*GeospatialCoordinateBounds) SetWest added in v1.42.9

SetWest sets the West field's value.

func (GeospatialCoordinateBounds) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialCoordinateBounds) Validate added in v1.42.9

func (s *GeospatialCoordinateBounds) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeospatialHeatmapColorScale added in v1.42.9

type GeospatialHeatmapColorScale struct {

	// The list of colors to be used in heatmap point style.
	Colors []*GeospatialHeatmapDataColor `min:"2" type:"list"`
	// contains filtered or unexported fields
}

The color scale specification for the heatmap point style.

func (GeospatialHeatmapColorScale) GoString added in v1.42.9

func (s GeospatialHeatmapColorScale) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialHeatmapColorScale) SetColors added in v1.42.9

SetColors sets the Colors field's value.

func (GeospatialHeatmapColorScale) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialHeatmapColorScale) Validate added in v1.42.9

func (s *GeospatialHeatmapColorScale) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeospatialHeatmapConfiguration added in v1.42.9

type GeospatialHeatmapConfiguration struct {

	// The color scale specification for the heatmap point style.
	HeatmapColor *GeospatialHeatmapColorScale `type:"structure"`
	// contains filtered or unexported fields
}

The heatmap configuration of the geospatial point style.

func (GeospatialHeatmapConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialHeatmapConfiguration) SetHeatmapColor added in v1.42.9

SetHeatmapColor sets the HeatmapColor field's value.

func (GeospatialHeatmapConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialHeatmapConfiguration) Validate added in v1.42.9

func (s *GeospatialHeatmapConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeospatialHeatmapDataColor added in v1.42.9

type GeospatialHeatmapDataColor struct {

	// The hex color to be used in the heatmap point style.
	//
	// Color is a required field
	Color *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The color to be used in the heatmap point style.

func (GeospatialHeatmapDataColor) GoString added in v1.42.9

func (s GeospatialHeatmapDataColor) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialHeatmapDataColor) SetColor added in v1.42.9

SetColor sets the Color field's value.

func (GeospatialHeatmapDataColor) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialHeatmapDataColor) Validate added in v1.42.9

func (s *GeospatialHeatmapDataColor) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeospatialMapAggregatedFieldWells added in v1.42.9

type GeospatialMapAggregatedFieldWells struct {

	// The color field wells of a geospatial map.
	Colors []*DimensionField `type:"list"`

	// The geospatial field wells of a geospatial map. Values are grouped by geospatial
	// fields.
	Geospatial []*DimensionField `type:"list"`

	// The size field wells of a geospatial map. Values are aggregated based on
	// geospatial fields.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The aggregated field wells for a geospatial map.

func (GeospatialMapAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialMapAggregatedFieldWells) SetColors added in v1.42.9

SetColors sets the Colors field's value.

func (*GeospatialMapAggregatedFieldWells) SetGeospatial added in v1.42.9

SetGeospatial sets the Geospatial field's value.

func (*GeospatialMapAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (GeospatialMapAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialMapAggregatedFieldWells) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type GeospatialMapConfiguration added in v1.42.9

type GeospatialMapConfiguration struct {

	// The field wells of the visual.
	FieldWells *GeospatialMapFieldWells `type:"structure"`

	// The legend display setup of the visual.
	Legend *LegendOptions `type:"structure"`

	// The map style options of the geospatial map.
	MapStyleOptions *GeospatialMapStyleOptions `type:"structure"`

	// The point style options of the geospatial map.
	PointStyleOptions *GeospatialPointStyleOptions `type:"structure"`

	// The tooltip display setup of the visual.
	Tooltip *TooltipOptions `type:"structure"`

	// The visual display options for the visual palette.
	VisualPalette *VisualPalette `type:"structure"`

	// The window options of the geospatial map.
	WindowOptions *GeospatialWindowOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a GeospatialMapVisual.

func (GeospatialMapConfiguration) GoString added in v1.42.9

func (s GeospatialMapConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialMapConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*GeospatialMapConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*GeospatialMapConfiguration) SetMapStyleOptions added in v1.42.9

SetMapStyleOptions sets the MapStyleOptions field's value.

func (*GeospatialMapConfiguration) SetPointStyleOptions added in v1.42.9

SetPointStyleOptions sets the PointStyleOptions field's value.

func (*GeospatialMapConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (*GeospatialMapConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (*GeospatialMapConfiguration) SetWindowOptions added in v1.42.9

SetWindowOptions sets the WindowOptions field's value.

func (GeospatialMapConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialMapConfiguration) Validate added in v1.42.9

func (s *GeospatialMapConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeospatialMapFieldWells added in v1.42.9

type GeospatialMapFieldWells struct {

	// The aggregated field well for a geospatial map.
	GeospatialMapAggregatedFieldWells *GeospatialMapAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field wells of a GeospatialMapVisual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (GeospatialMapFieldWells) GoString added in v1.42.9

func (s GeospatialMapFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialMapFieldWells) SetGeospatialMapAggregatedFieldWells added in v1.42.9

func (s *GeospatialMapFieldWells) SetGeospatialMapAggregatedFieldWells(v *GeospatialMapAggregatedFieldWells) *GeospatialMapFieldWells

SetGeospatialMapAggregatedFieldWells sets the GeospatialMapAggregatedFieldWells field's value.

func (GeospatialMapFieldWells) String added in v1.42.9

func (s GeospatialMapFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialMapFieldWells) Validate added in v1.42.9

func (s *GeospatialMapFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeospatialMapStyleOptions added in v1.42.9

type GeospatialMapStyleOptions struct {

	// The base map style of the geospatial map.
	BaseMapStyle *string `type:"string" enum:"BaseMapStyleType"`
	// contains filtered or unexported fields
}

The map style options of the geospatial map.

func (GeospatialMapStyleOptions) GoString added in v1.42.9

func (s GeospatialMapStyleOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialMapStyleOptions) SetBaseMapStyle added in v1.42.9

SetBaseMapStyle sets the BaseMapStyle field's value.

func (GeospatialMapStyleOptions) String added in v1.42.9

func (s GeospatialMapStyleOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GeospatialMapVisual added in v1.42.9

type GeospatialMapVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration settings of the visual.
	ChartConfiguration *GeospatialMapConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers..
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A geospatial map or a points on map visual.

For more information, see Creating point maps (https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the Amazon QuickSight User Guide.

func (GeospatialMapVisual) GoString added in v1.42.9

func (s GeospatialMapVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialMapVisual) SetActions added in v1.42.9

SetActions sets the Actions field's value.

func (*GeospatialMapVisual) SetChartConfiguration added in v1.42.9

SetChartConfiguration sets the ChartConfiguration field's value.

func (*GeospatialMapVisual) SetColumnHierarchies added in v1.42.9

func (s *GeospatialMapVisual) SetColumnHierarchies(v []*ColumnHierarchy) *GeospatialMapVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*GeospatialMapVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*GeospatialMapVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*GeospatialMapVisual) SetVisualId added in v1.42.9

func (s *GeospatialMapVisual) SetVisualId(v string) *GeospatialMapVisual

SetVisualId sets the VisualId field's value.

func (GeospatialMapVisual) String added in v1.42.9

func (s GeospatialMapVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialMapVisual) Validate added in v1.42.9

func (s *GeospatialMapVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeospatialPointStyleOptions added in v1.42.9

type GeospatialPointStyleOptions struct {

	// The cluster marker configuration of the geospatial point style.
	ClusterMarkerConfiguration *ClusterMarkerConfiguration `type:"structure"`

	// The heatmap configuration of the geospatial point style.
	HeatmapConfiguration *GeospatialHeatmapConfiguration `type:"structure"`

	// The selected point styles (point, cluster) of the geospatial map.
	SelectedPointStyle *string `type:"string" enum:"GeospatialSelectedPointStyle"`
	// contains filtered or unexported fields
}

The point style of the geospatial map.

func (GeospatialPointStyleOptions) GoString added in v1.42.9

func (s GeospatialPointStyleOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialPointStyleOptions) SetClusterMarkerConfiguration added in v1.42.9

SetClusterMarkerConfiguration sets the ClusterMarkerConfiguration field's value.

func (*GeospatialPointStyleOptions) SetHeatmapConfiguration added in v1.42.9

SetHeatmapConfiguration sets the HeatmapConfiguration field's value.

func (*GeospatialPointStyleOptions) SetSelectedPointStyle added in v1.42.9

func (s *GeospatialPointStyleOptions) SetSelectedPointStyle(v string) *GeospatialPointStyleOptions

SetSelectedPointStyle sets the SelectedPointStyle field's value.

func (GeospatialPointStyleOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialPointStyleOptions) Validate added in v1.42.9

func (s *GeospatialPointStyleOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeospatialWindowOptions added in v1.42.9

type GeospatialWindowOptions struct {

	// The bounds options (north, south, west, east) of the geospatial window options.
	Bounds *GeospatialCoordinateBounds `type:"structure"`

	// The map zoom modes (manual, auto) of the geospatial window options.
	MapZoomMode *string `type:"string" enum:"MapZoomMode"`
	// contains filtered or unexported fields
}

The window options of the geospatial map visual.

func (GeospatialWindowOptions) GoString added in v1.42.9

func (s GeospatialWindowOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialWindowOptions) SetBounds added in v1.42.9

SetBounds sets the Bounds field's value.

func (*GeospatialWindowOptions) SetMapZoomMode added in v1.42.9

SetMapZoomMode sets the MapZoomMode field's value.

func (GeospatialWindowOptions) String added in v1.42.9

func (s GeospatialWindowOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeospatialWindowOptions) Validate added in v1.42.9

func (s *GeospatialWindowOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDashboardEmbedUrlInput

type GetDashboardEmbedUrlInput struct {

	// A list of one or more dashboard IDs that you want anonymous users to have
	// tempporary access to. Currently, the IdentityType parameter must be set to
	// ANONYMOUS because other identity types authenticate as Amazon QuickSight
	// or IAM users. For example, if you set "--dashboard-id dash_id1 --dashboard-id
	// dash_id2 dash_id3 identity-type ANONYMOUS", the session can access all three
	// dashboards.
	AdditionalDashboardIds []*string `location:"querystring" locationName:"additional-dashboard-ids" min:"1" type:"list"`

	// The ID for the Amazon Web Services account that contains the dashboard that
	// you're embedding.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dashboard, also added to the Identity and Access Management
	// (IAM) policy.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// The authentication method that the user uses to sign in.
	//
	// IdentityType is a required field
	IdentityType *string `location:"querystring" locationName:"creds-type" type:"string" required:"true" enum:"EmbeddingIdentityType"`

	// The Amazon QuickSight namespace that contains the dashboard IDs in this request.
	// If you're not using a custom namespace, set Namespace = default.
	Namespace *string `location:"querystring" locationName:"namespace" type:"string"`

	// Remove the reset button on the embedded dashboard. The default is FALSE,
	// which enables the reset button.
	ResetDisabled *bool `location:"querystring" locationName:"reset-disabled" type:"boolean"`

	// How many minutes the session is valid. The session lifetime must be 15-600
	// minutes.
	SessionLifetimeInMinutes *int64 `location:"querystring" locationName:"session-lifetime" min:"15" type:"long"`

	// Adds persistence of state for the user session in an embedded dashboard.
	// Persistence applies to the sheet and the parameter settings. These are control
	// settings that the dashboard subscriber (Amazon QuickSight reader) chooses
	// while viewing the dashboard. If this is set to TRUE, the settings are the
	// same when the subscriber reopens the same dashboard URL. The state is stored
	// in Amazon QuickSight, not in a browser cookie. If this is set to FALSE, the
	// state of the user session is not persisted. The default is FALSE.
	StatePersistenceEnabled *bool `location:"querystring" locationName:"state-persistence-enabled" type:"boolean"`

	// Remove the undo/redo button on the embedded dashboard. The default is FALSE,
	// which enables the undo/redo button.
	UndoRedoDisabled *bool `location:"querystring" locationName:"undo-redo-disabled" type:"boolean"`

	// The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT
	// identity type. You can use this for any Amazon QuickSight users in your account
	// (readers, authors, or admins) authenticated as one of the following:
	//
	//    * Active Directory (AD) users or group members
	//
	//    * Invited nonfederated users
	//
	//    * IAM users and IAM role-based sessions authenticated through Federated
	//    Single Sign-On using SAML, OpenID Connect, or IAM federation.
	//
	// Omit this parameter for users in the third group – IAM users and IAM role-based
	// sessions.
	UserArn *string `location:"querystring" locationName:"user-arn" type:"string"`
	// contains filtered or unexported fields
}

func (GetDashboardEmbedUrlInput) GoString

func (s GetDashboardEmbedUrlInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDashboardEmbedUrlInput) SetAdditionalDashboardIds

func (s *GetDashboardEmbedUrlInput) SetAdditionalDashboardIds(v []*string) *GetDashboardEmbedUrlInput

SetAdditionalDashboardIds sets the AdditionalDashboardIds field's value.

func (*GetDashboardEmbedUrlInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*GetDashboardEmbedUrlInput) SetDashboardId

SetDashboardId sets the DashboardId field's value.

func (*GetDashboardEmbedUrlInput) SetIdentityType

SetIdentityType sets the IdentityType field's value.

func (*GetDashboardEmbedUrlInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*GetDashboardEmbedUrlInput) SetResetDisabled

SetResetDisabled sets the ResetDisabled field's value.

func (*GetDashboardEmbedUrlInput) SetSessionLifetimeInMinutes

func (s *GetDashboardEmbedUrlInput) SetSessionLifetimeInMinutes(v int64) *GetDashboardEmbedUrlInput

SetSessionLifetimeInMinutes sets the SessionLifetimeInMinutes field's value.

func (*GetDashboardEmbedUrlInput) SetStatePersistenceEnabled

func (s *GetDashboardEmbedUrlInput) SetStatePersistenceEnabled(v bool) *GetDashboardEmbedUrlInput

SetStatePersistenceEnabled sets the StatePersistenceEnabled field's value.

func (*GetDashboardEmbedUrlInput) SetUndoRedoDisabled

func (s *GetDashboardEmbedUrlInput) SetUndoRedoDisabled(v bool) *GetDashboardEmbedUrlInput

SetUndoRedoDisabled sets the UndoRedoDisabled field's value.

func (*GetDashboardEmbedUrlInput) SetUserArn

SetUserArn sets the UserArn field's value.

func (GetDashboardEmbedUrlInput) String

func (s GetDashboardEmbedUrlInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDashboardEmbedUrlInput) Validate

func (s *GetDashboardEmbedUrlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDashboardEmbedUrlOutput

type GetDashboardEmbedUrlOutput struct {

	// A single-use URL that you can put into your server-side webpage to embed
	// your dashboard. This URL is valid for 5 minutes. The API operation provides
	// the URL with an auth_code value that enables one (and only one) sign-on to
	// a user session that is valid for 10 hours.
	//
	// EmbedUrl is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetDashboardEmbedUrlOutput's
	// String and GoString methods.
	EmbedUrl *string `type:"string" sensitive:"true"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

Output returned from the GetDashboardEmbedUrl operation.

func (GetDashboardEmbedUrlOutput) GoString

func (s GetDashboardEmbedUrlOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDashboardEmbedUrlOutput) SetEmbedUrl

SetEmbedUrl sets the EmbedUrl field's value.

func (*GetDashboardEmbedUrlOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*GetDashboardEmbedUrlOutput) SetStatus

SetStatus sets the Status field's value.

func (GetDashboardEmbedUrlOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSessionEmbedUrlInput

type GetSessionEmbedUrlInput struct {

	// The ID for the Amazon Web Services account associated with your Amazon QuickSight
	// subscription.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The URL you use to access the embedded session. The entry point URL is constrained
	// to the following paths:
	//
	//    * /start
	//
	//    * /start/analyses
	//
	//    * /start/dashboards
	//
	//    * /start/favorites
	//
	//    * /dashboards/DashboardId - where DashboardId is the actual ID key from
	//    the Amazon QuickSight console URL of the dashboard
	//
	//    * /analyses/AnalysisId - where AnalysisId is the actual ID key from the
	//    Amazon QuickSight console URL of the analysis
	EntryPoint *string `location:"querystring" locationName:"entry-point" min:"1" type:"string"`

	// How many minutes the session is valid. The session lifetime must be 15-600
	// minutes.
	SessionLifetimeInMinutes *int64 `location:"querystring" locationName:"session-lifetime" min:"15" type:"long"`

	// The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT
	// identity type. You can use this for any type of Amazon QuickSight users in
	// your account (readers, authors, or admins). They need to be authenticated
	// as one of the following:
	//
	// Active Directory (AD) users or group members
	//
	// Invited nonfederated users
	//
	// IAM users and IAM role-based sessions authenticated through Federated Single
	// Sign-On using SAML, OpenID Connect, or IAM federation
	//
	// Omit this parameter for users in the third group, IAM users and IAM role-based
	// sessions.
	UserArn *string `location:"querystring" locationName:"user-arn" type:"string"`
	// contains filtered or unexported fields
}

func (GetSessionEmbedUrlInput) GoString

func (s GetSessionEmbedUrlInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSessionEmbedUrlInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*GetSessionEmbedUrlInput) SetEntryPoint

SetEntryPoint sets the EntryPoint field's value.

func (*GetSessionEmbedUrlInput) SetSessionLifetimeInMinutes

func (s *GetSessionEmbedUrlInput) SetSessionLifetimeInMinutes(v int64) *GetSessionEmbedUrlInput

SetSessionLifetimeInMinutes sets the SessionLifetimeInMinutes field's value.

func (*GetSessionEmbedUrlInput) SetUserArn

SetUserArn sets the UserArn field's value.

func (GetSessionEmbedUrlInput) String

func (s GetSessionEmbedUrlInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSessionEmbedUrlInput) Validate

func (s *GetSessionEmbedUrlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSessionEmbedUrlOutput

type GetSessionEmbedUrlOutput struct {

	// A single-use URL that you can put into your server-side web page to embed
	// your Amazon QuickSight session. This URL is valid for 5 minutes. The API
	// operation provides the URL with an auth_code value that enables one (and
	// only one) sign-on to a user session that is valid for 10 hours.
	//
	// EmbedUrl is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetSessionEmbedUrlOutput's
	// String and GoString methods.
	EmbedUrl *string `type:"string" sensitive:"true"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (GetSessionEmbedUrlOutput) GoString

func (s GetSessionEmbedUrlOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSessionEmbedUrlOutput) SetEmbedUrl

SetEmbedUrl sets the EmbedUrl field's value.

func (*GetSessionEmbedUrlOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*GetSessionEmbedUrlOutput) SetStatus

SetStatus sets the Status field's value.

func (GetSessionEmbedUrlOutput) String

func (s GetSessionEmbedUrlOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GlobalTableBorderOptions added in v1.42.9

type GlobalTableBorderOptions struct {

	// Determines the options for side specific border.
	SideSpecificBorder *TableSideBorderOptions `type:"structure"`

	// Determines the options for uniform border.
	UniformBorder *TableBorderOptions `type:"structure"`
	// contains filtered or unexported fields
}

Determines the border options for a table visual.

func (GlobalTableBorderOptions) GoString added in v1.42.9

func (s GlobalTableBorderOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GlobalTableBorderOptions) SetSideSpecificBorder added in v1.42.9

SetSideSpecificBorder sets the SideSpecificBorder field's value.

func (*GlobalTableBorderOptions) SetUniformBorder added in v1.42.9

SetUniformBorder sets the UniformBorder field's value.

func (GlobalTableBorderOptions) String added in v1.42.9

func (s GlobalTableBorderOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GlobalTableBorderOptions) Validate added in v1.42.9

func (s *GlobalTableBorderOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GradientColor added in v1.42.9

type GradientColor struct {

	// The list of gradient color stops.
	Stops []*GradientStop `type:"list"`
	// contains filtered or unexported fields
}

Determines the gradient color settings.

func (GradientColor) GoString added in v1.42.9

func (s GradientColor) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GradientColor) SetStops added in v1.42.9

func (s *GradientColor) SetStops(v []*GradientStop) *GradientColor

SetStops sets the Stops field's value.

func (GradientColor) String added in v1.42.9

func (s GradientColor) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GradientColor) Validate added in v1.42.9

func (s *GradientColor) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GradientStop added in v1.42.9

type GradientStop struct {

	// Determines the color.
	Color *string `type:"string"`

	// Determines the data value.
	DataValue *float64 `type:"double"`

	// Determines gradient offset value.
	//
	// GradientOffset is a required field
	GradientOffset *float64 `type:"double" required:"true"`
	// contains filtered or unexported fields
}

Determines the gradient stop configuration.

func (GradientStop) GoString added in v1.42.9

func (s GradientStop) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GradientStop) SetColor added in v1.42.9

func (s *GradientStop) SetColor(v string) *GradientStop

SetColor sets the Color field's value.

func (*GradientStop) SetDataValue added in v1.42.9

func (s *GradientStop) SetDataValue(v float64) *GradientStop

SetDataValue sets the DataValue field's value.

func (*GradientStop) SetGradientOffset added in v1.42.9

func (s *GradientStop) SetGradientOffset(v float64) *GradientStop

SetGradientOffset sets the GradientOffset field's value.

func (GradientStop) String added in v1.42.9

func (s GradientStop) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GradientStop) Validate added in v1.42.9

func (s *GradientStop) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GridLayoutCanvasSizeOptions added in v1.42.9

type GridLayoutCanvasSizeOptions struct {

	// The options that determine the sizing of the canvas used in a grid layout.
	ScreenCanvasSizeOptions *GridLayoutScreenCanvasSizeOptions `type:"structure"`
	// contains filtered or unexported fields
}

Configuration options for the canvas of a grid layout.

func (GridLayoutCanvasSizeOptions) GoString added in v1.42.9

func (s GridLayoutCanvasSizeOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GridLayoutCanvasSizeOptions) SetScreenCanvasSizeOptions added in v1.42.9

SetScreenCanvasSizeOptions sets the ScreenCanvasSizeOptions field's value.

func (GridLayoutCanvasSizeOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GridLayoutCanvasSizeOptions) Validate added in v1.42.9

func (s *GridLayoutCanvasSizeOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GridLayoutConfiguration added in v1.42.9

type GridLayoutConfiguration struct {

	// Configuration options for the canvas of a grid layout.
	CanvasSizeOptions *GridLayoutCanvasSizeOptions `type:"structure"`

	// The elements that are included in a grid layout.
	//
	// Elements is a required field
	Elements []*GridLayoutElement `type:"list" required:"true"`
	// contains filtered or unexported fields
}

The configuration for a grid layout. Also called a tiled layout.

Visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size.

func (GridLayoutConfiguration) GoString added in v1.42.9

func (s GridLayoutConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GridLayoutConfiguration) SetCanvasSizeOptions added in v1.42.9

SetCanvasSizeOptions sets the CanvasSizeOptions field's value.

func (*GridLayoutConfiguration) SetElements added in v1.42.9

SetElements sets the Elements field's value.

func (GridLayoutConfiguration) String added in v1.42.9

func (s GridLayoutConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GridLayoutConfiguration) Validate added in v1.42.9

func (s *GridLayoutConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GridLayoutElement added in v1.42.9

type GridLayoutElement struct {

	// The column index for the upper left corner of an element.
	ColumnIndex *int64 `type:"integer"`

	// The width of a grid element expressed as a number of grid columns.
	//
	// ColumnSpan is a required field
	ColumnSpan *int64 `min:"1" type:"integer" required:"true"`

	// A unique identifier for an element within a grid layout.
	//
	// ElementId is a required field
	ElementId *string `min:"1" type:"string" required:"true"`

	// The type of element.
	//
	// ElementType is a required field
	ElementType *string `type:"string" required:"true" enum:"LayoutElementType"`

	// The row index for the upper left corner of an element.
	RowIndex *int64 `type:"integer"`

	// The height of a grid element expressed as a number of grid rows.
	//
	// RowSpan is a required field
	RowSpan *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

An element within a grid layout.

func (GridLayoutElement) GoString added in v1.42.9

func (s GridLayoutElement) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GridLayoutElement) SetColumnIndex added in v1.42.9

func (s *GridLayoutElement) SetColumnIndex(v int64) *GridLayoutElement

SetColumnIndex sets the ColumnIndex field's value.

func (*GridLayoutElement) SetColumnSpan added in v1.42.9

func (s *GridLayoutElement) SetColumnSpan(v int64) *GridLayoutElement

SetColumnSpan sets the ColumnSpan field's value.

func (*GridLayoutElement) SetElementId added in v1.42.9

func (s *GridLayoutElement) SetElementId(v string) *GridLayoutElement

SetElementId sets the ElementId field's value.

func (*GridLayoutElement) SetElementType added in v1.42.9

func (s *GridLayoutElement) SetElementType(v string) *GridLayoutElement

SetElementType sets the ElementType field's value.

func (*GridLayoutElement) SetRowIndex added in v1.42.9

func (s *GridLayoutElement) SetRowIndex(v int64) *GridLayoutElement

SetRowIndex sets the RowIndex field's value.

func (*GridLayoutElement) SetRowSpan added in v1.42.9

func (s *GridLayoutElement) SetRowSpan(v int64) *GridLayoutElement

SetRowSpan sets the RowSpan field's value.

func (GridLayoutElement) String added in v1.42.9

func (s GridLayoutElement) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GridLayoutElement) Validate added in v1.42.9

func (s *GridLayoutElement) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GridLayoutScreenCanvasSizeOptions added in v1.42.9

type GridLayoutScreenCanvasSizeOptions struct {

	// The width that the view port will be optimized for when the layout renders.
	OptimizedViewPortWidth *string `type:"string"`

	// This value determines the layout behavior when the viewport is resized.
	//
	//    * FIXED: A fixed width will be used when optimizing the layout. In the
	//    Amazon QuickSight console, this option is called Classic.
	//
	//    * RESPONSIVE: The width of the canvas will be responsive and optimized
	//    to the view port. In the Amazon QuickSight console, this option is called
	//    Tiled.
	//
	// ResizeOption is a required field
	ResizeOption *string `type:"string" required:"true" enum:"ResizeOption"`
	// contains filtered or unexported fields
}

The options that determine the sizing of the canvas used in a grid layout.

func (GridLayoutScreenCanvasSizeOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GridLayoutScreenCanvasSizeOptions) SetOptimizedViewPortWidth added in v1.42.9

SetOptimizedViewPortWidth sets the OptimizedViewPortWidth field's value.

func (*GridLayoutScreenCanvasSizeOptions) SetResizeOption added in v1.42.9

SetResizeOption sets the ResizeOption field's value.

func (GridLayoutScreenCanvasSizeOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GridLayoutScreenCanvasSizeOptions) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type Group

type Group struct {

	// The Amazon Resource Name (ARN) for the group.
	Arn *string `type:"string"`

	// The group description.
	Description *string `min:"1" type:"string"`

	// The name of the group.
	GroupName *string `min:"1" type:"string"`

	// The principal ID of the group.
	PrincipalId *string `type:"string"`
	// contains filtered or unexported fields
}

A group in Amazon QuickSight consists of a set of users. You can use groups to make it easier to manage access and security.

func (Group) GoString

func (s Group) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Group) SetArn

func (s *Group) SetArn(v string) *Group

SetArn sets the Arn field's value.

func (*Group) SetDescription

func (s *Group) SetDescription(v string) *Group

SetDescription sets the Description field's value.

func (*Group) SetGroupName

func (s *Group) SetGroupName(v string) *Group

SetGroupName sets the GroupName field's value.

func (*Group) SetPrincipalId

func (s *Group) SetPrincipalId(v string) *Group

SetPrincipalId sets the PrincipalId field's value.

func (Group) String

func (s Group) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GroupMember

type GroupMember struct {

	// The Amazon Resource Name (ARN) for the group member (user).
	Arn *string `type:"string"`

	// The name of the group member (user).
	MemberName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A member of an Amazon QuickSight group. Currently, group members must be users. Groups can't be members of another group. .

func (GroupMember) GoString

func (s GroupMember) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GroupMember) SetArn

func (s *GroupMember) SetArn(v string) *GroupMember

SetArn sets the Arn field's value.

func (*GroupMember) SetMemberName

func (s *GroupMember) SetMemberName(v string) *GroupMember

SetMemberName sets the MemberName field's value.

func (GroupMember) String

func (s GroupMember) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GroupSearchFilter added in v1.42.9

type GroupSearchFilter struct {

	// The name of the value that you want to use as a filter, for example "Name":
	// "GROUP_NAME". Currently, the only supported name is GROUP_NAME.
	//
	// Name is a required field
	Name *string `type:"string" required:"true" enum:"GroupFilterAttribute"`

	// The comparison operator that you want to use as a filter, for example "Operator":
	// "StartsWith". Currently, the only supported operator is StartsWith.
	//
	// Operator is a required field
	Operator *string `type:"string" required:"true" enum:"GroupFilterOperator"`

	// The value of the named item, in this case GROUP_NAME, that you want to use
	// as a filter.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A GroupSearchFilter object that you want to apply to your search.

func (GroupSearchFilter) GoString added in v1.42.9

func (s GroupSearchFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GroupSearchFilter) SetName added in v1.42.9

SetName sets the Name field's value.

func (*GroupSearchFilter) SetOperator added in v1.42.9

func (s *GroupSearchFilter) SetOperator(v string) *GroupSearchFilter

SetOperator sets the Operator field's value.

func (*GroupSearchFilter) SetValue added in v1.42.9

func (s *GroupSearchFilter) SetValue(v string) *GroupSearchFilter

SetValue sets the Value field's value.

func (GroupSearchFilter) String added in v1.42.9

func (s GroupSearchFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GroupSearchFilter) Validate added in v1.42.9

func (s *GroupSearchFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GrowthRateComputation added in v1.42.9

type GrowthRateComputation struct {

	// The ID for a computation.
	//
	// ComputationId is a required field
	ComputationId *string `min:"1" type:"string" required:"true"`

	// The name of a computation.
	Name *string `type:"string"`

	// The period size setup of a growth rate computation.
	PeriodSize *int64 `min:"2" type:"integer"`

	// The time field that is used in a computation.
	//
	// Time is a required field
	Time *DimensionField `type:"structure" required:"true"`

	// The value field that is used in a computation.
	Value *MeasureField `type:"structure"`
	// contains filtered or unexported fields
}

The growth rate computation configuration.

func (GrowthRateComputation) GoString added in v1.42.9

func (s GrowthRateComputation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GrowthRateComputation) SetComputationId added in v1.42.9

func (s *GrowthRateComputation) SetComputationId(v string) *GrowthRateComputation

SetComputationId sets the ComputationId field's value.

func (*GrowthRateComputation) SetName added in v1.42.9

SetName sets the Name field's value.

func (*GrowthRateComputation) SetPeriodSize added in v1.42.9

func (s *GrowthRateComputation) SetPeriodSize(v int64) *GrowthRateComputation

SetPeriodSize sets the PeriodSize field's value.

func (*GrowthRateComputation) SetTime added in v1.42.9

SetTime sets the Time field's value.

func (*GrowthRateComputation) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (GrowthRateComputation) String added in v1.42.9

func (s GrowthRateComputation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GrowthRateComputation) Validate added in v1.42.9

func (s *GrowthRateComputation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GutterStyle

type GutterStyle struct {

	// This Boolean value controls whether to display a gutter space between sheet
	// tiles.
	Show *bool `type:"boolean"`
	// contains filtered or unexported fields
}

The display options for gutter spacing between tiles on a sheet.

func (GutterStyle) GoString

func (s GutterStyle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GutterStyle) SetShow

func (s *GutterStyle) SetShow(v bool) *GutterStyle

SetShow sets the Show field's value.

func (GutterStyle) String

func (s GutterStyle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HeaderFooterSectionConfiguration added in v1.42.9

type HeaderFooterSectionConfiguration struct {

	// The layout configuration of the header or footer section.
	//
	// Layout is a required field
	Layout *SectionLayoutConfiguration `type:"structure" required:"true"`

	// The unique identifier of the header or footer section.
	//
	// SectionId is a required field
	SectionId *string `min:"1" type:"string" required:"true"`

	// The style options of a header or footer section.
	Style *SectionStyle `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a header or footer section.

func (HeaderFooterSectionConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeaderFooterSectionConfiguration) SetLayout added in v1.42.9

SetLayout sets the Layout field's value.

func (*HeaderFooterSectionConfiguration) SetSectionId added in v1.42.9

SetSectionId sets the SectionId field's value.

func (*HeaderFooterSectionConfiguration) SetStyle added in v1.42.9

SetStyle sets the Style field's value.

func (HeaderFooterSectionConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeaderFooterSectionConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type HeatMapAggregatedFieldWells added in v1.42.9

type HeatMapAggregatedFieldWells struct {

	// The columns field well of a heat map.
	Columns []*DimensionField `type:"list"`

	// The rows field well of a heat map.
	Rows []*DimensionField `type:"list"`

	// The values field well of a heat map.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The aggregated field wells of a heat map.

func (HeatMapAggregatedFieldWells) GoString added in v1.42.9

func (s HeatMapAggregatedFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeatMapAggregatedFieldWells) SetColumns added in v1.42.9

SetColumns sets the Columns field's value.

func (*HeatMapAggregatedFieldWells) SetRows added in v1.42.9

SetRows sets the Rows field's value.

func (*HeatMapAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (HeatMapAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeatMapAggregatedFieldWells) Validate added in v1.42.9

func (s *HeatMapAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HeatMapConfiguration added in v1.42.9

type HeatMapConfiguration struct {

	// The color options (gradient color, point of divergence) in a heat map.
	ColorScale *ColorScale `type:"structure"`

	// The label options of the column that is displayed in a heat map.
	ColumnLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The options that determine if visual data labels are displayed.
	DataLabels *DataLabelOptions `type:"structure"`

	// The field wells of the visual.
	FieldWells *HeatMapFieldWells `type:"structure"`

	// The legend display setup of the visual.
	Legend *LegendOptions `type:"structure"`

	// The label options of the row that is displayed in a heat map.
	RowLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The sort configuration of a heat map.
	SortConfiguration *HeatMapSortConfiguration `type:"structure"`

	// The tooltip display setup of the visual.
	Tooltip *TooltipOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a heat map.

func (HeatMapConfiguration) GoString added in v1.42.9

func (s HeatMapConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeatMapConfiguration) SetColorScale added in v1.42.9

SetColorScale sets the ColorScale field's value.

func (*HeatMapConfiguration) SetColumnLabelOptions added in v1.42.9

func (s *HeatMapConfiguration) SetColumnLabelOptions(v *ChartAxisLabelOptions) *HeatMapConfiguration

SetColumnLabelOptions sets the ColumnLabelOptions field's value.

func (*HeatMapConfiguration) SetDataLabels added in v1.42.9

SetDataLabels sets the DataLabels field's value.

func (*HeatMapConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*HeatMapConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*HeatMapConfiguration) SetRowLabelOptions added in v1.42.9

SetRowLabelOptions sets the RowLabelOptions field's value.

func (*HeatMapConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*HeatMapConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (HeatMapConfiguration) String added in v1.42.9

func (s HeatMapConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeatMapConfiguration) Validate added in v1.42.9

func (s *HeatMapConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HeatMapFieldWells added in v1.42.9

type HeatMapFieldWells struct {

	// The aggregated field wells of a heat map.
	HeatMapAggregatedFieldWells *HeatMapAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field well configuration of a heat map.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (HeatMapFieldWells) GoString added in v1.42.9

func (s HeatMapFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeatMapFieldWells) SetHeatMapAggregatedFieldWells added in v1.42.9

func (s *HeatMapFieldWells) SetHeatMapAggregatedFieldWells(v *HeatMapAggregatedFieldWells) *HeatMapFieldWells

SetHeatMapAggregatedFieldWells sets the HeatMapAggregatedFieldWells field's value.

func (HeatMapFieldWells) String added in v1.42.9

func (s HeatMapFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeatMapFieldWells) Validate added in v1.42.9

func (s *HeatMapFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HeatMapSortConfiguration added in v1.42.9

type HeatMapSortConfiguration struct {

	// The limit on the number of columns that are displayed in a heat map.
	HeatMapColumnItemsLimitConfiguration *ItemsLimitConfiguration `type:"structure"`

	// The column sort configuration for heat map for columns that aren't a part
	// of a field well.
	HeatMapColumnSort []*FieldSortOptions `type:"list"`

	// The limit on the number of rows that are displayed in a heat map.
	HeatMapRowItemsLimitConfiguration *ItemsLimitConfiguration `type:"structure"`

	// The field sort configuration of the rows fields.
	HeatMapRowSort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a heat map.

func (HeatMapSortConfiguration) GoString added in v1.42.9

func (s HeatMapSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeatMapSortConfiguration) SetHeatMapColumnItemsLimitConfiguration added in v1.42.9

func (s *HeatMapSortConfiguration) SetHeatMapColumnItemsLimitConfiguration(v *ItemsLimitConfiguration) *HeatMapSortConfiguration

SetHeatMapColumnItemsLimitConfiguration sets the HeatMapColumnItemsLimitConfiguration field's value.

func (*HeatMapSortConfiguration) SetHeatMapColumnSort added in v1.42.9

SetHeatMapColumnSort sets the HeatMapColumnSort field's value.

func (*HeatMapSortConfiguration) SetHeatMapRowItemsLimitConfiguration added in v1.42.9

func (s *HeatMapSortConfiguration) SetHeatMapRowItemsLimitConfiguration(v *ItemsLimitConfiguration) *HeatMapSortConfiguration

SetHeatMapRowItemsLimitConfiguration sets the HeatMapRowItemsLimitConfiguration field's value.

func (*HeatMapSortConfiguration) SetHeatMapRowSort added in v1.42.9

SetHeatMapRowSort sets the HeatMapRowSort field's value.

func (HeatMapSortConfiguration) String added in v1.42.9

func (s HeatMapSortConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeatMapSortConfiguration) Validate added in v1.42.9

func (s *HeatMapSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HeatMapVisual added in v1.42.9

type HeatMapVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration of a heat map.
	ChartConfiguration *HeatMapConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A heat map.

For more information, see Using heat maps (https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the Amazon QuickSight User Guide.

func (HeatMapVisual) GoString added in v1.42.9

func (s HeatMapVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeatMapVisual) SetActions added in v1.42.9

func (s *HeatMapVisual) SetActions(v []*VisualCustomAction) *HeatMapVisual

SetActions sets the Actions field's value.

func (*HeatMapVisual) SetChartConfiguration added in v1.42.9

func (s *HeatMapVisual) SetChartConfiguration(v *HeatMapConfiguration) *HeatMapVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*HeatMapVisual) SetColumnHierarchies added in v1.42.9

func (s *HeatMapVisual) SetColumnHierarchies(v []*ColumnHierarchy) *HeatMapVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*HeatMapVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*HeatMapVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*HeatMapVisual) SetVisualId added in v1.42.9

func (s *HeatMapVisual) SetVisualId(v string) *HeatMapVisual

SetVisualId sets the VisualId field's value.

func (HeatMapVisual) String added in v1.42.9

func (s HeatMapVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HeatMapVisual) Validate added in v1.42.9

func (s *HeatMapVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HistogramAggregatedFieldWells added in v1.42.9

type HistogramAggregatedFieldWells struct {

	// The value field wells of a histogram. Values are aggregated by COUNT or DISTINCT_COUNT.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The field well configuration of a histogram.

func (HistogramAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HistogramAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (HistogramAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HistogramAggregatedFieldWells) Validate added in v1.42.9

func (s *HistogramAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HistogramBinOptions added in v1.42.9

type HistogramBinOptions struct {

	// The options that determine the bin count of a histogram.
	BinCount *BinCountOptions `type:"structure"`

	// The options that determine the bin width of a histogram.
	BinWidth *BinWidthOptions `type:"structure"`

	// The options that determine the selected bin type.
	SelectedBinType *string `type:"string" enum:"HistogramBinType"`

	// The options that determine the bin start value.
	StartValue *float64 `type:"double"`
	// contains filtered or unexported fields
}

The options that determine the presentation of histogram bins.

func (HistogramBinOptions) GoString added in v1.42.9

func (s HistogramBinOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HistogramBinOptions) SetBinCount added in v1.42.9

SetBinCount sets the BinCount field's value.

func (*HistogramBinOptions) SetBinWidth added in v1.42.9

SetBinWidth sets the BinWidth field's value.

func (*HistogramBinOptions) SetSelectedBinType added in v1.42.9

func (s *HistogramBinOptions) SetSelectedBinType(v string) *HistogramBinOptions

SetSelectedBinType sets the SelectedBinType field's value.

func (*HistogramBinOptions) SetStartValue added in v1.42.9

func (s *HistogramBinOptions) SetStartValue(v float64) *HistogramBinOptions

SetStartValue sets the StartValue field's value.

func (HistogramBinOptions) String added in v1.42.9

func (s HistogramBinOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HistogramConfiguration added in v1.42.9

type HistogramConfiguration struct {

	// The options that determine the presentation of histogram bins.
	BinOptions *HistogramBinOptions `type:"structure"`

	// The data label configuration of a histogram.
	DataLabels *DataLabelOptions `type:"structure"`

	// The field well configuration of a histogram.
	FieldWells *HistogramFieldWells `type:"structure"`

	// The tooltip configuration of a histogram.
	Tooltip *TooltipOptions `type:"structure"`

	// The visual palette configuration of a histogram.
	VisualPalette *VisualPalette `type:"structure"`

	// The options that determine the presentation of the x-axis.
	XAxisDisplayOptions *AxisDisplayOptions `type:"structure"`

	// The options that determine the presentation of the x-axis label.
	XAxisLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The options that determine the presentation of the y-axis.
	YAxisDisplayOptions *AxisDisplayOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration for a HistogramVisual.

func (HistogramConfiguration) GoString added in v1.42.9

func (s HistogramConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HistogramConfiguration) SetBinOptions added in v1.42.9

SetBinOptions sets the BinOptions field's value.

func (*HistogramConfiguration) SetDataLabels added in v1.42.9

SetDataLabels sets the DataLabels field's value.

func (*HistogramConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*HistogramConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (*HistogramConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (*HistogramConfiguration) SetXAxisDisplayOptions added in v1.42.9

func (s *HistogramConfiguration) SetXAxisDisplayOptions(v *AxisDisplayOptions) *HistogramConfiguration

SetXAxisDisplayOptions sets the XAxisDisplayOptions field's value.

func (*HistogramConfiguration) SetXAxisLabelOptions added in v1.42.9

SetXAxisLabelOptions sets the XAxisLabelOptions field's value.

func (*HistogramConfiguration) SetYAxisDisplayOptions added in v1.42.9

func (s *HistogramConfiguration) SetYAxisDisplayOptions(v *AxisDisplayOptions) *HistogramConfiguration

SetYAxisDisplayOptions sets the YAxisDisplayOptions field's value.

func (HistogramConfiguration) String added in v1.42.9

func (s HistogramConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HistogramConfiguration) Validate added in v1.42.9

func (s *HistogramConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HistogramFieldWells added in v1.42.9

type HistogramFieldWells struct {

	// The field well configuration of a histogram.
	HistogramAggregatedFieldWells *HistogramAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field well configuration of a histogram.

func (HistogramFieldWells) GoString added in v1.42.9

func (s HistogramFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HistogramFieldWells) SetHistogramAggregatedFieldWells added in v1.42.9

func (s *HistogramFieldWells) SetHistogramAggregatedFieldWells(v *HistogramAggregatedFieldWells) *HistogramFieldWells

SetHistogramAggregatedFieldWells sets the HistogramAggregatedFieldWells field's value.

func (HistogramFieldWells) String added in v1.42.9

func (s HistogramFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HistogramFieldWells) Validate added in v1.42.9

func (s *HistogramFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HistogramVisual added in v1.42.9

type HistogramVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration for a HistogramVisual.
	ChartConfiguration *HistogramConfiguration `type:"structure"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A histogram.

For more information, see Using histograms (https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the Amazon QuickSight User Guide.

func (HistogramVisual) GoString added in v1.42.9

func (s HistogramVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HistogramVisual) SetActions added in v1.42.9

func (s *HistogramVisual) SetActions(v []*VisualCustomAction) *HistogramVisual

SetActions sets the Actions field's value.

func (*HistogramVisual) SetChartConfiguration added in v1.42.9

func (s *HistogramVisual) SetChartConfiguration(v *HistogramConfiguration) *HistogramVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*HistogramVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*HistogramVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*HistogramVisual) SetVisualId added in v1.42.9

func (s *HistogramVisual) SetVisualId(v string) *HistogramVisual

SetVisualId sets the VisualId field's value.

func (HistogramVisual) String added in v1.42.9

func (s HistogramVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HistogramVisual) Validate added in v1.42.9

func (s *HistogramVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IAMPolicyAssignment

type IAMPolicyAssignment struct {

	// Assignment ID.
	AssignmentId *string `type:"string"`

	// Assignment name.
	AssignmentName *string `min:"1" type:"string"`

	// Assignment status.
	AssignmentStatus *string `type:"string" enum:"AssignmentStatus"`

	// The Amazon Web Services account ID.
	AwsAccountId *string `min:"12" type:"string"`

	// Identities.
	Identities map[string][]*string `type:"map"`

	// The Amazon Resource Name (ARN) for the IAM policy.
	PolicyArn *string `type:"string"`
	// contains filtered or unexported fields
}

An Identity and Access Management (IAM) policy assignment.

func (IAMPolicyAssignment) GoString

func (s IAMPolicyAssignment) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IAMPolicyAssignment) SetAssignmentId

func (s *IAMPolicyAssignment) SetAssignmentId(v string) *IAMPolicyAssignment

SetAssignmentId sets the AssignmentId field's value.

func (*IAMPolicyAssignment) SetAssignmentName

func (s *IAMPolicyAssignment) SetAssignmentName(v string) *IAMPolicyAssignment

SetAssignmentName sets the AssignmentName field's value.

func (*IAMPolicyAssignment) SetAssignmentStatus

func (s *IAMPolicyAssignment) SetAssignmentStatus(v string) *IAMPolicyAssignment

SetAssignmentStatus sets the AssignmentStatus field's value.

func (*IAMPolicyAssignment) SetAwsAccountId

func (s *IAMPolicyAssignment) SetAwsAccountId(v string) *IAMPolicyAssignment

SetAwsAccountId sets the AwsAccountId field's value.

func (*IAMPolicyAssignment) SetIdentities

func (s *IAMPolicyAssignment) SetIdentities(v map[string][]*string) *IAMPolicyAssignment

SetIdentities sets the Identities field's value.

func (*IAMPolicyAssignment) SetPolicyArn

func (s *IAMPolicyAssignment) SetPolicyArn(v string) *IAMPolicyAssignment

SetPolicyArn sets the PolicyArn field's value.

func (IAMPolicyAssignment) String

func (s IAMPolicyAssignment) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IAMPolicyAssignmentSummary

type IAMPolicyAssignmentSummary struct {

	// Assignment name.
	AssignmentName *string `min:"1" type:"string"`

	// Assignment status.
	AssignmentStatus *string `type:"string" enum:"AssignmentStatus"`
	// contains filtered or unexported fields
}

IAM policy assignment summary.

func (IAMPolicyAssignmentSummary) GoString

func (s IAMPolicyAssignmentSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IAMPolicyAssignmentSummary) SetAssignmentName

SetAssignmentName sets the AssignmentName field's value.

func (*IAMPolicyAssignmentSummary) SetAssignmentStatus

SetAssignmentStatus sets the AssignmentStatus field's value.

func (IAMPolicyAssignmentSummary) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IdentityTypeNotSupportedException

type IdentityTypeNotSupportedException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

The identity type specified isn't supported. Supported identity types include IAM and QUICKSIGHT.

func (*IdentityTypeNotSupportedException) Code

Code returns the exception type name.

func (*IdentityTypeNotSupportedException) Error

func (IdentityTypeNotSupportedException) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IdentityTypeNotSupportedException) Message

Message returns the exception's message.

func (*IdentityTypeNotSupportedException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (*IdentityTypeNotSupportedException) RequestID

RequestID returns the service's response RequestID for request.

func (*IdentityTypeNotSupportedException) StatusCode

func (s *IdentityTypeNotSupportedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (IdentityTypeNotSupportedException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IncrementalRefresh added in v1.42.9

type IncrementalRefresh struct {

	// The lookback window setup for an incremental refresh configuration.
	//
	// LookbackWindow is a required field
	LookbackWindow *LookbackWindow `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The incremental refresh configuration for a dataset.

func (IncrementalRefresh) GoString added in v1.42.9

func (s IncrementalRefresh) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IncrementalRefresh) SetLookbackWindow added in v1.42.9

func (s *IncrementalRefresh) SetLookbackWindow(v *LookbackWindow) *IncrementalRefresh

SetLookbackWindow sets the LookbackWindow field's value.

func (IncrementalRefresh) String added in v1.42.9

func (s IncrementalRefresh) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IncrementalRefresh) Validate added in v1.42.9

func (s *IncrementalRefresh) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Ingestion

type Ingestion struct {

	// The Amazon Resource Name (ARN) of the resource.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// The time that this ingestion started.
	//
	// CreatedTime is a required field
	CreatedTime *time.Time `type:"timestamp" required:"true"`

	// Error information for this ingestion.
	ErrorInfo *ErrorInfo `type:"structure"`

	// Ingestion ID.
	IngestionId *string `min:"1" type:"string"`

	// The size of the data ingested, in bytes.
	IngestionSizeInBytes *int64 `type:"long"`

	// Ingestion status.
	//
	// IngestionStatus is a required field
	IngestionStatus *string `type:"string" required:"true" enum:"IngestionStatus"`

	// The time that this ingestion took, measured in seconds.
	IngestionTimeInSeconds *int64 `type:"long"`

	// Information about a queued dataset SPICE ingestion.
	QueueInfo *QueueInfo `type:"structure"`

	// Event source for this ingestion.
	RequestSource *string `type:"string" enum:"IngestionRequestSource"`

	// Type of this ingestion.
	RequestType *string `type:"string" enum:"IngestionRequestType"`

	// Information about rows for a data set SPICE ingestion.
	RowInfo *RowInfo `type:"structure"`
	// contains filtered or unexported fields
}

Information about the SPICE ingestion for a dataset.

func (Ingestion) GoString

func (s Ingestion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Ingestion) SetArn

func (s *Ingestion) SetArn(v string) *Ingestion

SetArn sets the Arn field's value.

func (*Ingestion) SetCreatedTime

func (s *Ingestion) SetCreatedTime(v time.Time) *Ingestion

SetCreatedTime sets the CreatedTime field's value.

func (*Ingestion) SetErrorInfo

func (s *Ingestion) SetErrorInfo(v *ErrorInfo) *Ingestion

SetErrorInfo sets the ErrorInfo field's value.

func (*Ingestion) SetIngestionId

func (s *Ingestion) SetIngestionId(v string) *Ingestion

SetIngestionId sets the IngestionId field's value.

func (*Ingestion) SetIngestionSizeInBytes

func (s *Ingestion) SetIngestionSizeInBytes(v int64) *Ingestion

SetIngestionSizeInBytes sets the IngestionSizeInBytes field's value.

func (*Ingestion) SetIngestionStatus

func (s *Ingestion) SetIngestionStatus(v string) *Ingestion

SetIngestionStatus sets the IngestionStatus field's value.

func (*Ingestion) SetIngestionTimeInSeconds

func (s *Ingestion) SetIngestionTimeInSeconds(v int64) *Ingestion

SetIngestionTimeInSeconds sets the IngestionTimeInSeconds field's value.

func (*Ingestion) SetQueueInfo

func (s *Ingestion) SetQueueInfo(v *QueueInfo) *Ingestion

SetQueueInfo sets the QueueInfo field's value.

func (*Ingestion) SetRequestSource

func (s *Ingestion) SetRequestSource(v string) *Ingestion

SetRequestSource sets the RequestSource field's value.

func (*Ingestion) SetRequestType

func (s *Ingestion) SetRequestType(v string) *Ingestion

SetRequestType sets the RequestType field's value.

func (*Ingestion) SetRowInfo

func (s *Ingestion) SetRowInfo(v *RowInfo) *Ingestion

SetRowInfo sets the RowInfo field's value.

func (Ingestion) String

func (s Ingestion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InputColumn

type InputColumn struct {

	// The name of this column in the underlying data source.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The data type of the column.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"InputColumnDataType"`
	// contains filtered or unexported fields
}

Metadata for a column that is used as the input of a transform operation.

func (InputColumn) GoString

func (s InputColumn) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputColumn) SetName

func (s *InputColumn) SetName(v string) *InputColumn

SetName sets the Name field's value.

func (*InputColumn) SetType

func (s *InputColumn) SetType(v string) *InputColumn

SetType sets the Type field's value.

func (InputColumn) String

func (s InputColumn) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputColumn) Validate

func (s *InputColumn) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InsightConfiguration added in v1.42.9

type InsightConfiguration struct {

	// The computations configurations of the insight visual
	Computations []*Computation `type:"list"`

	// The custom narrative of the insight visual.
	CustomNarrative *CustomNarrativeOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of an insight visual.

func (InsightConfiguration) GoString added in v1.42.9

func (s InsightConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InsightConfiguration) SetComputations added in v1.42.9

func (s *InsightConfiguration) SetComputations(v []*Computation) *InsightConfiguration

SetComputations sets the Computations field's value.

func (*InsightConfiguration) SetCustomNarrative added in v1.42.9

SetCustomNarrative sets the CustomNarrative field's value.

func (InsightConfiguration) String added in v1.42.9

func (s InsightConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InsightConfiguration) Validate added in v1.42.9

func (s *InsightConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InsightVisual added in v1.42.9

type InsightVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The dataset that is used in the insight visual.
	//
	// DataSetIdentifier is a required field
	DataSetIdentifier *string `min:"1" type:"string" required:"true"`

	// The configuration of an insight visual.
	InsightConfiguration *InsightConfiguration `type:"structure"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

An insight visual.

For more information, see Working with insights (https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the Amazon QuickSight User Guide.

func (InsightVisual) GoString added in v1.42.9

func (s InsightVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InsightVisual) SetActions added in v1.42.9

func (s *InsightVisual) SetActions(v []*VisualCustomAction) *InsightVisual

SetActions sets the Actions field's value.

func (*InsightVisual) SetDataSetIdentifier added in v1.42.9

func (s *InsightVisual) SetDataSetIdentifier(v string) *InsightVisual

SetDataSetIdentifier sets the DataSetIdentifier field's value.

func (*InsightVisual) SetInsightConfiguration added in v1.42.9

func (s *InsightVisual) SetInsightConfiguration(v *InsightConfiguration) *InsightVisual

SetInsightConfiguration sets the InsightConfiguration field's value.

func (*InsightVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*InsightVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*InsightVisual) SetVisualId added in v1.42.9

func (s *InsightVisual) SetVisualId(v string) *InsightVisual

SetVisualId sets the VisualId field's value.

func (InsightVisual) String added in v1.42.9

func (s InsightVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InsightVisual) Validate added in v1.42.9

func (s *InsightVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IntegerDatasetParameter added in v1.42.9

type IntegerDatasetParameter struct {

	// A list of default values for a given integer parameter. This structure only
	// accepts static values.
	DefaultValues *IntegerDatasetParameterDefaultValues `type:"structure"`

	// An identifier for the integer parameter created in the dataset.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The name of the integer parameter that is created in the dataset.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The value type of the dataset parameter. Valid values are single value or
	// multi value.
	//
	// ValueType is a required field
	ValueType *string `type:"string" required:"true" enum:"DatasetParameterValueType"`
	// contains filtered or unexported fields
}

An integer parameter for a dataset.

func (IntegerDatasetParameter) GoString added in v1.42.9

func (s IntegerDatasetParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerDatasetParameter) SetDefaultValues added in v1.42.9

SetDefaultValues sets the DefaultValues field's value.

func (*IntegerDatasetParameter) SetId added in v1.42.9

SetId sets the Id field's value.

func (*IntegerDatasetParameter) SetName added in v1.42.9

SetName sets the Name field's value.

func (*IntegerDatasetParameter) SetValueType added in v1.42.9

SetValueType sets the ValueType field's value.

func (IntegerDatasetParameter) String added in v1.42.9

func (s IntegerDatasetParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerDatasetParameter) Validate added in v1.42.9

func (s *IntegerDatasetParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IntegerDatasetParameterDefaultValues added in v1.42.9

type IntegerDatasetParameterDefaultValues struct {

	// A list of static default values for a given integer parameter.
	StaticValues []*int64 `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The default values of an integer parameter.

func (IntegerDatasetParameterDefaultValues) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerDatasetParameterDefaultValues) SetStaticValues added in v1.42.9

SetStaticValues sets the StaticValues field's value.

func (IntegerDatasetParameterDefaultValues) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerDatasetParameterDefaultValues) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type IntegerDefaultValues added in v1.42.9

type IntegerDefaultValues struct {

	// The dynamic value of the IntegerDefaultValues. Different defaults are displayed
	// according to users, groups, and values mapping.
	DynamicValue *DynamicDefaultValue `type:"structure"`

	// The static values of the IntegerDefaultValues.
	StaticValues []*int64 `type:"list"`
	// contains filtered or unexported fields
}

The default values of the IntegerParameterDeclaration.

func (IntegerDefaultValues) GoString added in v1.42.9

func (s IntegerDefaultValues) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerDefaultValues) SetDynamicValue added in v1.42.9

SetDynamicValue sets the DynamicValue field's value.

func (*IntegerDefaultValues) SetStaticValues added in v1.42.9

func (s *IntegerDefaultValues) SetStaticValues(v []*int64) *IntegerDefaultValues

SetStaticValues sets the StaticValues field's value.

func (IntegerDefaultValues) String added in v1.42.9

func (s IntegerDefaultValues) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerDefaultValues) Validate added in v1.42.9

func (s *IntegerDefaultValues) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IntegerParameter

type IntegerParameter struct {

	// The name of the integer parameter.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The values for the integer parameter.
	//
	// Values is a required field
	Values []*int64 `type:"list" required:"true"`
	// contains filtered or unexported fields
}

An integer parameter.

func (IntegerParameter) GoString

func (s IntegerParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerParameter) SetName

func (s *IntegerParameter) SetName(v string) *IntegerParameter

SetName sets the Name field's value.

func (*IntegerParameter) SetValues

func (s *IntegerParameter) SetValues(v []*int64) *IntegerParameter

SetValues sets the Values field's value.

func (IntegerParameter) String

func (s IntegerParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerParameter) Validate

func (s *IntegerParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IntegerParameterDeclaration added in v1.42.9

type IntegerParameterDeclaration struct {

	// The default values of a parameter. If the parameter is a single-value parameter,
	// a maximum of one default value can be provided.
	DefaultValues *IntegerDefaultValues `type:"structure"`

	// A list of dataset parameters that are mapped to an analysis parameter.
	MappedDataSetParameters []*MappedDataSetParameter `type:"list"`

	// The name of the parameter that is being declared.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The value type determines whether the parameter is a single-value or multi-value
	// parameter.
	//
	// ParameterValueType is a required field
	ParameterValueType *string `type:"string" required:"true" enum:"ParameterValueType"`

	// A parameter declaration for the Integer data type.
	ValueWhenUnset *IntegerValueWhenUnsetConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

A parameter declaration for the Integer data type.

func (IntegerParameterDeclaration) GoString added in v1.42.9

func (s IntegerParameterDeclaration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerParameterDeclaration) SetDefaultValues added in v1.42.9

SetDefaultValues sets the DefaultValues field's value.

func (*IntegerParameterDeclaration) SetMappedDataSetParameters added in v1.42.9

SetMappedDataSetParameters sets the MappedDataSetParameters field's value.

func (*IntegerParameterDeclaration) SetName added in v1.42.9

SetName sets the Name field's value.

func (*IntegerParameterDeclaration) SetParameterValueType added in v1.42.9

func (s *IntegerParameterDeclaration) SetParameterValueType(v string) *IntegerParameterDeclaration

SetParameterValueType sets the ParameterValueType field's value.

func (*IntegerParameterDeclaration) SetValueWhenUnset added in v1.42.9

SetValueWhenUnset sets the ValueWhenUnset field's value.

func (IntegerParameterDeclaration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerParameterDeclaration) Validate added in v1.42.9

func (s *IntegerParameterDeclaration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IntegerValueWhenUnsetConfiguration added in v1.42.9

type IntegerValueWhenUnsetConfiguration struct {

	// A custom value that's used when the value of a parameter isn't set.
	//
	// CustomValue is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by IntegerValueWhenUnsetConfiguration's
	// String and GoString methods.
	CustomValue *int64 `type:"long" sensitive:"true"`

	// The built-in options for default values. The value can be one of the following:
	//
	//    * RECOMMENDED: The recommended value.
	//
	//    * NULL: The NULL value.
	ValueWhenUnsetOption *string `type:"string" enum:"ValueWhenUnsetOption"`
	// contains filtered or unexported fields
}

A parameter declaration for the Integer data type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (IntegerValueWhenUnsetConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerValueWhenUnsetConfiguration) SetCustomValue added in v1.42.9

SetCustomValue sets the CustomValue field's value.

func (*IntegerValueWhenUnsetConfiguration) SetValueWhenUnsetOption added in v1.42.9

SetValueWhenUnsetOption sets the ValueWhenUnsetOption field's value.

func (IntegerValueWhenUnsetConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InternalFailureException

type InternalFailureException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

An internal failure occurred.

func (*InternalFailureException) Code

func (s *InternalFailureException) Code() string

Code returns the exception type name.

func (*InternalFailureException) Error

func (s *InternalFailureException) Error() string

func (InternalFailureException) GoString

func (s InternalFailureException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalFailureException) Message

func (s *InternalFailureException) Message() string

Message returns the exception's message.

func (*InternalFailureException) OrigErr

func (s *InternalFailureException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalFailureException) RequestID

func (s *InternalFailureException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalFailureException) StatusCode

func (s *InternalFailureException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalFailureException) String

func (s InternalFailureException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidNextTokenException

type InvalidNextTokenException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

The NextToken value isn't valid.

func (*InvalidNextTokenException) Code

Code returns the exception type name.

func (*InvalidNextTokenException) Error

func (s *InvalidNextTokenException) Error() string

func (InvalidNextTokenException) GoString

func (s InvalidNextTokenException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidNextTokenException) Message

func (s *InvalidNextTokenException) Message() string

Message returns the exception's message.

func (*InvalidNextTokenException) OrigErr

func (s *InvalidNextTokenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNextTokenException) RequestID

func (s *InvalidNextTokenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNextTokenException) StatusCode

func (s *InvalidNextTokenException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidNextTokenException) String

func (s InvalidNextTokenException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidParameterValueException

type InvalidParameterValueException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

One or more parameters has a value that isn't valid.

func (*InvalidParameterValueException) Code

Code returns the exception type name.

func (*InvalidParameterValueException) Error

func (InvalidParameterValueException) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidParameterValueException) Message

Message returns the exception's message.

func (*InvalidParameterValueException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidParameterValueException) RequestID

func (s *InvalidParameterValueException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidParameterValueException) StatusCode

func (s *InvalidParameterValueException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidParameterValueException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidRequestException added in v1.42.9

type InvalidRequestException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.

func (*InvalidRequestException) Code added in v1.42.9

func (s *InvalidRequestException) Code() string

Code returns the exception type name.

func (*InvalidRequestException) Error added in v1.42.9

func (s *InvalidRequestException) Error() string

func (InvalidRequestException) GoString added in v1.42.9

func (s InvalidRequestException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidRequestException) Message added in v1.42.9

func (s *InvalidRequestException) Message() string

Message returns the exception's message.

func (*InvalidRequestException) OrigErr added in v1.42.9

func (s *InvalidRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidRequestException) RequestID added in v1.42.9

func (s *InvalidRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidRequestException) StatusCode added in v1.42.9

func (s *InvalidRequestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidRequestException) String added in v1.42.9

func (s InvalidRequestException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ItemsLimitConfiguration added in v1.42.9

type ItemsLimitConfiguration struct {

	// The limit on how many items of a field are showed in the chart. For example,
	// the number of slices that are displayed in a pie chart.
	ItemsLimit *int64 `type:"long"`

	// The Show other of an axis in the chart. Choose one of the following options:
	//
	//    * INCLUDE
	//
	//    * EXCLUDE
	OtherCategories *string `type:"string" enum:"OtherCategories"`
	// contains filtered or unexported fields
}

The limit configuration of the visual display for an axis.

func (ItemsLimitConfiguration) GoString added in v1.42.9

func (s ItemsLimitConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ItemsLimitConfiguration) SetItemsLimit added in v1.42.9

SetItemsLimit sets the ItemsLimit field's value.

func (*ItemsLimitConfiguration) SetOtherCategories added in v1.42.9

func (s *ItemsLimitConfiguration) SetOtherCategories(v string) *ItemsLimitConfiguration

SetOtherCategories sets the OtherCategories field's value.

func (ItemsLimitConfiguration) String added in v1.42.9

func (s ItemsLimitConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type JiraParameters

type JiraParameters struct {

	// The base URL of the Jira site.
	//
	// SiteBaseUrl is a required field
	SiteBaseUrl *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The parameters for Jira.

func (JiraParameters) GoString

func (s JiraParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JiraParameters) SetSiteBaseUrl

func (s *JiraParameters) SetSiteBaseUrl(v string) *JiraParameters

SetSiteBaseUrl sets the SiteBaseUrl field's value.

func (JiraParameters) String

func (s JiraParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JiraParameters) Validate

func (s *JiraParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type JoinInstruction

type JoinInstruction struct {

	// Join key properties of the left operand.
	LeftJoinKeyProperties *JoinKeyProperties `type:"structure"`

	// The operand on the left side of a join.
	//
	// LeftOperand is a required field
	LeftOperand *string `min:"1" type:"string" required:"true"`

	// The join instructions provided in the ON clause of a join.
	//
	// OnClause is a required field
	OnClause *string `min:"1" type:"string" required:"true"`

	// Join key properties of the right operand.
	RightJoinKeyProperties *JoinKeyProperties `type:"structure"`

	// The operand on the right side of a join.
	//
	// RightOperand is a required field
	RightOperand *string `min:"1" type:"string" required:"true"`

	// The type of join that it is.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"JoinType"`
	// contains filtered or unexported fields
}

The instructions associated with a join.

func (JoinInstruction) GoString

func (s JoinInstruction) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JoinInstruction) SetLeftJoinKeyProperties

func (s *JoinInstruction) SetLeftJoinKeyProperties(v *JoinKeyProperties) *JoinInstruction

SetLeftJoinKeyProperties sets the LeftJoinKeyProperties field's value.

func (*JoinInstruction) SetLeftOperand

func (s *JoinInstruction) SetLeftOperand(v string) *JoinInstruction

SetLeftOperand sets the LeftOperand field's value.

func (*JoinInstruction) SetOnClause

func (s *JoinInstruction) SetOnClause(v string) *JoinInstruction

SetOnClause sets the OnClause field's value.

func (*JoinInstruction) SetRightJoinKeyProperties

func (s *JoinInstruction) SetRightJoinKeyProperties(v *JoinKeyProperties) *JoinInstruction

SetRightJoinKeyProperties sets the RightJoinKeyProperties field's value.

func (*JoinInstruction) SetRightOperand

func (s *JoinInstruction) SetRightOperand(v string) *JoinInstruction

SetRightOperand sets the RightOperand field's value.

func (*JoinInstruction) SetType

func (s *JoinInstruction) SetType(v string) *JoinInstruction

SetType sets the Type field's value.

func (JoinInstruction) String

func (s JoinInstruction) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JoinInstruction) Validate

func (s *JoinInstruction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type JoinKeyProperties

type JoinKeyProperties struct {

	// A value that indicates that a row in a table is uniquely identified by the
	// columns in a join key. This is used by Amazon QuickSight to optimize query
	// performance.
	UniqueKey *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Properties associated with the columns participating in a join.

func (JoinKeyProperties) GoString

func (s JoinKeyProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JoinKeyProperties) SetUniqueKey

func (s *JoinKeyProperties) SetUniqueKey(v bool) *JoinKeyProperties

SetUniqueKey sets the UniqueKey field's value.

func (JoinKeyProperties) String

func (s JoinKeyProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KPIConditionalFormatting added in v1.42.9

type KPIConditionalFormatting struct {

	// The conditional formatting options of a KPI visual.
	ConditionalFormattingOptions []*KPIConditionalFormattingOption `type:"list"`
	// contains filtered or unexported fields
}

The conditional formatting of a KPI visual.

func (KPIConditionalFormatting) GoString added in v1.42.9

func (s KPIConditionalFormatting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIConditionalFormatting) SetConditionalFormattingOptions added in v1.42.9

func (s *KPIConditionalFormatting) SetConditionalFormattingOptions(v []*KPIConditionalFormattingOption) *KPIConditionalFormatting

SetConditionalFormattingOptions sets the ConditionalFormattingOptions field's value.

func (KPIConditionalFormatting) String added in v1.42.9

func (s KPIConditionalFormatting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIConditionalFormatting) Validate added in v1.42.9

func (s *KPIConditionalFormatting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KPIConditionalFormattingOption added in v1.42.9

type KPIConditionalFormattingOption struct {

	// The conditional formatting for the primary value of a KPI visual.
	PrimaryValue *KPIPrimaryValueConditionalFormatting `type:"structure"`

	// The conditional formatting for the progress bar of a KPI visual.
	ProgressBar *KPIProgressBarConditionalFormatting `type:"structure"`
	// contains filtered or unexported fields
}

The conditional formatting options of a KPI visual.

func (KPIConditionalFormattingOption) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIConditionalFormattingOption) SetPrimaryValue added in v1.42.9

SetPrimaryValue sets the PrimaryValue field's value.

func (*KPIConditionalFormattingOption) SetProgressBar added in v1.42.9

SetProgressBar sets the ProgressBar field's value.

func (KPIConditionalFormattingOption) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIConditionalFormattingOption) Validate added in v1.42.9

func (s *KPIConditionalFormattingOption) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KPIConfiguration added in v1.42.9

type KPIConfiguration struct {

	// The field well configuration of a KPI visual.
	FieldWells *KPIFieldWells `type:"structure"`

	// The options that determine the presentation of a KPI visual.
	KPIOptions *KPIOptions `type:"structure"`

	// The sort configuration of a KPI visual.
	SortConfiguration *KPISortConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a KPI visual.

func (KPIConfiguration) GoString added in v1.42.9

func (s KPIConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIConfiguration) SetFieldWells added in v1.42.9

func (s *KPIConfiguration) SetFieldWells(v *KPIFieldWells) *KPIConfiguration

SetFieldWells sets the FieldWells field's value.

func (*KPIConfiguration) SetKPIOptions added in v1.42.9

func (s *KPIConfiguration) SetKPIOptions(v *KPIOptions) *KPIConfiguration

SetKPIOptions sets the KPIOptions field's value.

func (*KPIConfiguration) SetSortConfiguration added in v1.42.9

func (s *KPIConfiguration) SetSortConfiguration(v *KPISortConfiguration) *KPIConfiguration

SetSortConfiguration sets the SortConfiguration field's value.

func (KPIConfiguration) String added in v1.42.9

func (s KPIConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIConfiguration) Validate added in v1.42.9

func (s *KPIConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KPIFieldWells added in v1.42.9

type KPIFieldWells struct {

	// The target value field wells of a KPI visual.
	TargetValues []*MeasureField `type:"list"`

	// The trend group field wells of a KPI visual.
	TrendGroups []*DimensionField `type:"list"`

	// The value field wells of a KPI visual.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The field well configuration of a KPI visual.

func (KPIFieldWells) GoString added in v1.42.9

func (s KPIFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIFieldWells) SetTargetValues added in v1.42.9

func (s *KPIFieldWells) SetTargetValues(v []*MeasureField) *KPIFieldWells

SetTargetValues sets the TargetValues field's value.

func (*KPIFieldWells) SetTrendGroups added in v1.42.9

func (s *KPIFieldWells) SetTrendGroups(v []*DimensionField) *KPIFieldWells

SetTrendGroups sets the TrendGroups field's value.

func (*KPIFieldWells) SetValues added in v1.42.9

func (s *KPIFieldWells) SetValues(v []*MeasureField) *KPIFieldWells

SetValues sets the Values field's value.

func (KPIFieldWells) String added in v1.42.9

func (s KPIFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIFieldWells) Validate added in v1.42.9

func (s *KPIFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KPIOptions added in v1.42.9

type KPIOptions struct {

	// The comparison configuration of a KPI visual.
	Comparison *ComparisonConfiguration `type:"structure"`

	// The options that determine the primary value display type.
	PrimaryValueDisplayType *string `type:"string" enum:"PrimaryValueDisplayType"`

	// The options that determine the primary value font configuration.
	PrimaryValueFontConfiguration *FontConfiguration `type:"structure"`

	// The options that determine the presentation of the progress bar of a KPI
	// visual.
	ProgressBar *ProgressBarOptions `type:"structure"`

	// The options that determine the presentation of the secondary value of a KPI
	// visual.
	SecondaryValue *SecondaryValueOptions `type:"structure"`

	// The options that determine the secondary value font configuration.
	SecondaryValueFontConfiguration *FontConfiguration `type:"structure"`

	// The options that determine the presentation of trend arrows in a KPI visual.
	TrendArrows *TrendArrowOptions `type:"structure"`
	// contains filtered or unexported fields
}

The options that determine the presentation of a KPI visual.

func (KPIOptions) GoString added in v1.42.9

func (s KPIOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIOptions) SetComparison added in v1.42.9

func (s *KPIOptions) SetComparison(v *ComparisonConfiguration) *KPIOptions

SetComparison sets the Comparison field's value.

func (*KPIOptions) SetPrimaryValueDisplayType added in v1.42.9

func (s *KPIOptions) SetPrimaryValueDisplayType(v string) *KPIOptions

SetPrimaryValueDisplayType sets the PrimaryValueDisplayType field's value.

func (*KPIOptions) SetPrimaryValueFontConfiguration added in v1.42.9

func (s *KPIOptions) SetPrimaryValueFontConfiguration(v *FontConfiguration) *KPIOptions

SetPrimaryValueFontConfiguration sets the PrimaryValueFontConfiguration field's value.

func (*KPIOptions) SetProgressBar added in v1.42.9

func (s *KPIOptions) SetProgressBar(v *ProgressBarOptions) *KPIOptions

SetProgressBar sets the ProgressBar field's value.

func (*KPIOptions) SetSecondaryValue added in v1.42.9

func (s *KPIOptions) SetSecondaryValue(v *SecondaryValueOptions) *KPIOptions

SetSecondaryValue sets the SecondaryValue field's value.

func (*KPIOptions) SetSecondaryValueFontConfiguration added in v1.42.9

func (s *KPIOptions) SetSecondaryValueFontConfiguration(v *FontConfiguration) *KPIOptions

SetSecondaryValueFontConfiguration sets the SecondaryValueFontConfiguration field's value.

func (*KPIOptions) SetTrendArrows added in v1.42.9

func (s *KPIOptions) SetTrendArrows(v *TrendArrowOptions) *KPIOptions

SetTrendArrows sets the TrendArrows field's value.

func (KPIOptions) String added in v1.42.9

func (s KPIOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIOptions) Validate added in v1.42.9

func (s *KPIOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KPIPrimaryValueConditionalFormatting added in v1.42.9

type KPIPrimaryValueConditionalFormatting struct {

	// The conditional formatting of the primary value's icon.
	Icon *ConditionalFormattingIcon `type:"structure"`

	// The conditional formatting of the primary value's text color.
	TextColor *ConditionalFormattingColor `type:"structure"`
	// contains filtered or unexported fields
}

The conditional formatting for the primary value of a KPI visual.

func (KPIPrimaryValueConditionalFormatting) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIPrimaryValueConditionalFormatting) SetIcon added in v1.42.9

SetIcon sets the Icon field's value.

func (*KPIPrimaryValueConditionalFormatting) SetTextColor added in v1.42.9

SetTextColor sets the TextColor field's value.

func (KPIPrimaryValueConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIPrimaryValueConditionalFormatting) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type KPIProgressBarConditionalFormatting added in v1.42.9

type KPIProgressBarConditionalFormatting struct {

	// The conditional formatting of the progress bar's foreground color.
	ForegroundColor *ConditionalFormattingColor `type:"structure"`
	// contains filtered or unexported fields
}

The conditional formatting for the progress bar of a KPI visual.

func (KPIProgressBarConditionalFormatting) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIProgressBarConditionalFormatting) SetForegroundColor added in v1.42.9

SetForegroundColor sets the ForegroundColor field's value.

func (KPIProgressBarConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIProgressBarConditionalFormatting) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type KPISortConfiguration added in v1.42.9

type KPISortConfiguration struct {

	// The sort configuration of the trend group fields.
	TrendGroupSort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a KPI visual.

func (KPISortConfiguration) GoString added in v1.42.9

func (s KPISortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPISortConfiguration) SetTrendGroupSort added in v1.42.9

func (s *KPISortConfiguration) SetTrendGroupSort(v []*FieldSortOptions) *KPISortConfiguration

SetTrendGroupSort sets the TrendGroupSort field's value.

func (KPISortConfiguration) String added in v1.42.9

func (s KPISortConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPISortConfiguration) Validate added in v1.42.9

func (s *KPISortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KPIVisual added in v1.42.9

type KPIVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration of a KPI visual.
	ChartConfiguration *KPIConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The conditional formatting of a KPI visual.
	ConditionalFormatting *KPIConditionalFormatting `type:"structure"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A key performance indicator (KPI).

For more information, see Using KPIs (https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the Amazon QuickSight User Guide.

func (KPIVisual) GoString added in v1.42.9

func (s KPIVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIVisual) SetActions added in v1.42.9

func (s *KPIVisual) SetActions(v []*VisualCustomAction) *KPIVisual

SetActions sets the Actions field's value.

func (*KPIVisual) SetChartConfiguration added in v1.42.9

func (s *KPIVisual) SetChartConfiguration(v *KPIConfiguration) *KPIVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*KPIVisual) SetColumnHierarchies added in v1.42.9

func (s *KPIVisual) SetColumnHierarchies(v []*ColumnHierarchy) *KPIVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*KPIVisual) SetConditionalFormatting added in v1.42.9

func (s *KPIVisual) SetConditionalFormatting(v *KPIConditionalFormatting) *KPIVisual

SetConditionalFormatting sets the ConditionalFormatting field's value.

func (*KPIVisual) SetSubtitle added in v1.42.9

func (s *KPIVisual) SetSubtitle(v *VisualSubtitleLabelOptions) *KPIVisual

SetSubtitle sets the Subtitle field's value.

func (*KPIVisual) SetTitle added in v1.42.9

func (s *KPIVisual) SetTitle(v *VisualTitleLabelOptions) *KPIVisual

SetTitle sets the Title field's value.

func (*KPIVisual) SetVisualId added in v1.42.9

func (s *KPIVisual) SetVisualId(v string) *KPIVisual

SetVisualId sets the VisualId field's value.

func (KPIVisual) String added in v1.42.9

func (s KPIVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KPIVisual) Validate added in v1.42.9

func (s *KPIVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LabelOptions added in v1.42.9

type LabelOptions struct {

	// The text for the label.
	CustomLabel *string `type:"string"`

	// The font configuration of the label.
	FontConfiguration *FontConfiguration `type:"structure"`

	// Determines whether or not the label is visible.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The share label options for the labels.

func (LabelOptions) GoString added in v1.42.9

func (s LabelOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelOptions) SetCustomLabel added in v1.42.9

func (s *LabelOptions) SetCustomLabel(v string) *LabelOptions

SetCustomLabel sets the CustomLabel field's value.

func (*LabelOptions) SetFontConfiguration added in v1.42.9

func (s *LabelOptions) SetFontConfiguration(v *FontConfiguration) *LabelOptions

SetFontConfiguration sets the FontConfiguration field's value.

func (*LabelOptions) SetVisibility added in v1.42.9

func (s *LabelOptions) SetVisibility(v string) *LabelOptions

SetVisibility sets the Visibility field's value.

func (LabelOptions) String added in v1.42.9

func (s LabelOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Layout added in v1.42.9

type Layout struct {

	// The configuration that determines what the type of layout for a sheet.
	//
	// Configuration is a required field
	Configuration *LayoutConfiguration `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A Layout defines the placement of elements within a sheet.

For more information, see Types of layout (https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the Amazon QuickSight User Guide.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (Layout) GoString added in v1.42.9

func (s Layout) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Layout) SetConfiguration added in v1.42.9

func (s *Layout) SetConfiguration(v *LayoutConfiguration) *Layout

SetConfiguration sets the Configuration field's value.

func (Layout) String added in v1.42.9

func (s Layout) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Layout) Validate added in v1.42.9

func (s *Layout) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LayoutConfiguration added in v1.42.9

type LayoutConfiguration struct {

	// A free-form is optimized for a fixed width and has more control over the
	// exact placement of layout elements.
	FreeFormLayout *FreeFormLayoutConfiguration `type:"structure"`

	// A type of layout that can be used on a sheet. In a grid layout, visuals snap
	// to a grid with standard spacing and alignment. Dashboards are displayed as
	// designed, with options to fit to screen or view at actual size. A grid layout
	// can be configured to behave in one of two ways when the viewport is resized:
	// FIXED or RESPONSIVE.
	GridLayout *GridLayoutConfiguration `type:"structure"`

	// A section based layout organizes visuals into multiple sections and has customized
	// header, footer and page break.
	SectionBasedLayout *SectionBasedLayoutConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The configuration that determines what the type of layout will be used on a sheet.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (LayoutConfiguration) GoString added in v1.42.9

func (s LayoutConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LayoutConfiguration) SetFreeFormLayout added in v1.42.9

SetFreeFormLayout sets the FreeFormLayout field's value.

func (*LayoutConfiguration) SetGridLayout added in v1.42.9

SetGridLayout sets the GridLayout field's value.

func (*LayoutConfiguration) SetSectionBasedLayout added in v1.42.9

SetSectionBasedLayout sets the SectionBasedLayout field's value.

func (LayoutConfiguration) String added in v1.42.9

func (s LayoutConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LayoutConfiguration) Validate added in v1.42.9

func (s *LayoutConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LegendOptions added in v1.42.9

type LegendOptions struct {

	// The height of the legend. If this value is omitted, a default height is used
	// when rendering.
	Height *string `type:"string"`

	// The positions for the legend. Choose one of the following options:
	//
	//    * AUTO
	//
	//    * RIGHT
	//
	//    * BOTTOM
	//
	//    * LEFT
	Position *string `type:"string" enum:"LegendPosition"`

	// The custom title for the legend.
	Title *LabelOptions `type:"structure"`

	// Determines whether or not the legend is visible.
	Visibility *string `type:"string" enum:"Visibility"`

	// The width of the legend. If this value is omitted, a default width is used
	// when rendering.
	Width *string `type:"string"`
	// contains filtered or unexported fields
}

The options for the legend setup of a visual.

func (LegendOptions) GoString added in v1.42.9

func (s LegendOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LegendOptions) SetHeight added in v1.42.9

func (s *LegendOptions) SetHeight(v string) *LegendOptions

SetHeight sets the Height field's value.

func (*LegendOptions) SetPosition added in v1.42.9

func (s *LegendOptions) SetPosition(v string) *LegendOptions

SetPosition sets the Position field's value.

func (*LegendOptions) SetTitle added in v1.42.9

func (s *LegendOptions) SetTitle(v *LabelOptions) *LegendOptions

SetTitle sets the Title field's value.

func (*LegendOptions) SetVisibility added in v1.42.9

func (s *LegendOptions) SetVisibility(v string) *LegendOptions

SetVisibility sets the Visibility field's value.

func (*LegendOptions) SetWidth added in v1.42.9

func (s *LegendOptions) SetWidth(v string) *LegendOptions

SetWidth sets the Width field's value.

func (LegendOptions) String added in v1.42.9

func (s LegendOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LimitExceededException

type LimitExceededException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`

	// Limit exceeded.
	ResourceType *string `type:"string" enum:"ExceptionResourceType"`
	// contains filtered or unexported fields
}

A limit is exceeded.

func (*LimitExceededException) Code

func (s *LimitExceededException) Code() string

Code returns the exception type name.

func (*LimitExceededException) Error

func (s *LimitExceededException) Error() string

func (LimitExceededException) GoString

func (s LimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LimitExceededException) Message

func (s *LimitExceededException) Message() string

Message returns the exception's message.

func (*LimitExceededException) OrigErr

func (s *LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*LimitExceededException) RequestID

func (s *LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*LimitExceededException) StatusCode

func (s *LimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (LimitExceededException) String

func (s LimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LineChartAggregatedFieldWells added in v1.42.9

type LineChartAggregatedFieldWells struct {

	// The category field wells of a line chart. Values are grouped by category
	// fields.
	Category []*DimensionField `type:"list"`

	// The color field wells of a line chart. Values are grouped by category fields.
	Colors []*DimensionField `type:"list"`

	// The small multiples field well of a line chart.
	SmallMultiples []*DimensionField `type:"list"`

	// The value field wells of a line chart. Values are aggregated based on categories.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The field well configuration of a line chart.

func (LineChartAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartAggregatedFieldWells) SetCategory added in v1.42.9

SetCategory sets the Category field's value.

func (*LineChartAggregatedFieldWells) SetColors added in v1.42.9

SetColors sets the Colors field's value.

func (*LineChartAggregatedFieldWells) SetSmallMultiples added in v1.42.9

SetSmallMultiples sets the SmallMultiples field's value.

func (*LineChartAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (LineChartAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartAggregatedFieldWells) Validate added in v1.42.9

func (s *LineChartAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LineChartConfiguration added in v1.42.9

type LineChartConfiguration struct {

	// The default configuration of a line chart's contribution analysis.
	ContributionAnalysisDefaults []*ContributionAnalysisDefault `min:"1" type:"list"`

	// The data label configuration of a line chart.
	DataLabels *DataLabelOptions `type:"structure"`

	// The options that determine the default presentation of all line series in
	// LineChartVisual.
	DefaultSeriesSettings *LineChartDefaultSeriesSettings `type:"structure"`

	// The field well configuration of a line chart.
	FieldWells *LineChartFieldWells `type:"structure"`

	// The forecast configuration of a line chart.
	ForecastConfigurations []*ForecastConfiguration `type:"list"`

	// The legend configuration of a line chart.
	Legend *LegendOptions `type:"structure"`

	// The series axis configuration of a line chart.
	PrimaryYAxisDisplayOptions *LineSeriesAxisDisplayOptions `type:"structure"`

	// The options that determine the presentation of the y-axis label.
	PrimaryYAxisLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The reference lines configuration of a line chart.
	ReferenceLines []*ReferenceLine `type:"list"`

	// The series axis configuration of a line chart.
	SecondaryYAxisDisplayOptions *LineSeriesAxisDisplayOptions `type:"structure"`

	// The options that determine the presentation of the secondary y-axis label.
	SecondaryYAxisLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The series item configuration of a line chart.
	Series []*SeriesItem `type:"list"`

	// The small multiples setup for the visual.
	SmallMultiplesOptions *SmallMultiplesOptions `type:"structure"`

	// The sort configuration of a line chart.
	SortConfiguration *LineChartSortConfiguration `type:"structure"`

	// The tooltip configuration of a line chart.
	Tooltip *TooltipOptions `type:"structure"`

	// Determines the type of the line chart.
	Type *string `type:"string" enum:"LineChartType"`

	// The visual palette configuration of a line chart.
	VisualPalette *VisualPalette `type:"structure"`

	// The options that determine the presentation of the x-axis.
	XAxisDisplayOptions *AxisDisplayOptions `type:"structure"`

	// The options that determine the presentation of the x-axis label.
	XAxisLabelOptions *ChartAxisLabelOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a line chart.

func (LineChartConfiguration) GoString added in v1.42.9

func (s LineChartConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartConfiguration) SetContributionAnalysisDefaults added in v1.42.9

func (s *LineChartConfiguration) SetContributionAnalysisDefaults(v []*ContributionAnalysisDefault) *LineChartConfiguration

SetContributionAnalysisDefaults sets the ContributionAnalysisDefaults field's value.

func (*LineChartConfiguration) SetDataLabels added in v1.42.9

SetDataLabels sets the DataLabels field's value.

func (*LineChartConfiguration) SetDefaultSeriesSettings added in v1.42.9

SetDefaultSeriesSettings sets the DefaultSeriesSettings field's value.

func (*LineChartConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*LineChartConfiguration) SetForecastConfigurations added in v1.42.9

func (s *LineChartConfiguration) SetForecastConfigurations(v []*ForecastConfiguration) *LineChartConfiguration

SetForecastConfigurations sets the ForecastConfigurations field's value.

func (*LineChartConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*LineChartConfiguration) SetPrimaryYAxisDisplayOptions added in v1.42.9

func (s *LineChartConfiguration) SetPrimaryYAxisDisplayOptions(v *LineSeriesAxisDisplayOptions) *LineChartConfiguration

SetPrimaryYAxisDisplayOptions sets the PrimaryYAxisDisplayOptions field's value.

func (*LineChartConfiguration) SetPrimaryYAxisLabelOptions added in v1.42.9

func (s *LineChartConfiguration) SetPrimaryYAxisLabelOptions(v *ChartAxisLabelOptions) *LineChartConfiguration

SetPrimaryYAxisLabelOptions sets the PrimaryYAxisLabelOptions field's value.

func (*LineChartConfiguration) SetReferenceLines added in v1.42.9

func (s *LineChartConfiguration) SetReferenceLines(v []*ReferenceLine) *LineChartConfiguration

SetReferenceLines sets the ReferenceLines field's value.

func (*LineChartConfiguration) SetSecondaryYAxisDisplayOptions added in v1.42.9

func (s *LineChartConfiguration) SetSecondaryYAxisDisplayOptions(v *LineSeriesAxisDisplayOptions) *LineChartConfiguration

SetSecondaryYAxisDisplayOptions sets the SecondaryYAxisDisplayOptions field's value.

func (*LineChartConfiguration) SetSecondaryYAxisLabelOptions added in v1.42.9

func (s *LineChartConfiguration) SetSecondaryYAxisLabelOptions(v *ChartAxisLabelOptions) *LineChartConfiguration

SetSecondaryYAxisLabelOptions sets the SecondaryYAxisLabelOptions field's value.

func (*LineChartConfiguration) SetSeries added in v1.42.9

SetSeries sets the Series field's value.

func (*LineChartConfiguration) SetSmallMultiplesOptions added in v1.42.9

func (s *LineChartConfiguration) SetSmallMultiplesOptions(v *SmallMultiplesOptions) *LineChartConfiguration

SetSmallMultiplesOptions sets the SmallMultiplesOptions field's value.

func (*LineChartConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*LineChartConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (*LineChartConfiguration) SetType added in v1.42.9

SetType sets the Type field's value.

func (*LineChartConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (*LineChartConfiguration) SetXAxisDisplayOptions added in v1.42.9

func (s *LineChartConfiguration) SetXAxisDisplayOptions(v *AxisDisplayOptions) *LineChartConfiguration

SetXAxisDisplayOptions sets the XAxisDisplayOptions field's value.

func (*LineChartConfiguration) SetXAxisLabelOptions added in v1.42.9

SetXAxisLabelOptions sets the XAxisLabelOptions field's value.

func (LineChartConfiguration) String added in v1.42.9

func (s LineChartConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartConfiguration) Validate added in v1.42.9

func (s *LineChartConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LineChartDefaultSeriesSettings added in v1.42.9

type LineChartDefaultSeriesSettings struct {

	// The axis to which you are binding all line series to.
	AxisBinding *string `type:"string" enum:"AxisBinding"`

	// Line styles options for all line series in the visual.
	LineStyleSettings *LineChartLineStyleSettings `type:"structure"`

	// Marker styles options for all line series in the visual.
	MarkerStyleSettings *LineChartMarkerStyleSettings `type:"structure"`
	// contains filtered or unexported fields
}

The options that determine the default presentation of all line series in LineChartVisual.

func (LineChartDefaultSeriesSettings) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartDefaultSeriesSettings) SetAxisBinding added in v1.42.9

SetAxisBinding sets the AxisBinding field's value.

func (*LineChartDefaultSeriesSettings) SetLineStyleSettings added in v1.42.9

SetLineStyleSettings sets the LineStyleSettings field's value.

func (*LineChartDefaultSeriesSettings) SetMarkerStyleSettings added in v1.42.9

SetMarkerStyleSettings sets the MarkerStyleSettings field's value.

func (LineChartDefaultSeriesSettings) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LineChartFieldWells added in v1.42.9

type LineChartFieldWells struct {

	// The field well configuration of a line chart.
	LineChartAggregatedFieldWells *LineChartAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field well configuration of a line chart.

func (LineChartFieldWells) GoString added in v1.42.9

func (s LineChartFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartFieldWells) SetLineChartAggregatedFieldWells added in v1.42.9

func (s *LineChartFieldWells) SetLineChartAggregatedFieldWells(v *LineChartAggregatedFieldWells) *LineChartFieldWells

SetLineChartAggregatedFieldWells sets the LineChartAggregatedFieldWells field's value.

func (LineChartFieldWells) String added in v1.42.9

func (s LineChartFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartFieldWells) Validate added in v1.42.9

func (s *LineChartFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LineChartLineStyleSettings added in v1.42.9

type LineChartLineStyleSettings struct {

	// Interpolation style for line series.
	//
	//    * LINEAR: Show as default, linear style.
	//
	//    * SMOOTH: Show as a smooth curve.
	//
	//    * STEPPED: Show steps in line.
	LineInterpolation *string `type:"string" enum:"LineInterpolation"`

	// Line style for line series.
	//
	//    * SOLID: Show as a solid line.
	//
	//    * DOTTED: Show as a dotted line.
	//
	//    * DASHED: Show as a dashed line.
	LineStyle *string `type:"string" enum:"LineChartLineStyle"`

	// Configuration option that determines whether to show the line for the series.
	LineVisibility *string `type:"string" enum:"Visibility"`

	// Width that determines the line thickness.
	LineWidth *string `type:"string"`
	// contains filtered or unexported fields
}

Line styles options for a line series in LineChartVisual.

func (LineChartLineStyleSettings) GoString added in v1.42.9

func (s LineChartLineStyleSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartLineStyleSettings) SetLineInterpolation added in v1.42.9

func (s *LineChartLineStyleSettings) SetLineInterpolation(v string) *LineChartLineStyleSettings

SetLineInterpolation sets the LineInterpolation field's value.

func (*LineChartLineStyleSettings) SetLineStyle added in v1.42.9

SetLineStyle sets the LineStyle field's value.

func (*LineChartLineStyleSettings) SetLineVisibility added in v1.42.9

SetLineVisibility sets the LineVisibility field's value.

func (*LineChartLineStyleSettings) SetLineWidth added in v1.42.9

SetLineWidth sets the LineWidth field's value.

func (LineChartLineStyleSettings) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LineChartMarkerStyleSettings added in v1.42.9

type LineChartMarkerStyleSettings struct {

	// Color of marker in the series.
	MarkerColor *string `type:"string"`

	// Shape option for markers in the series.
	//
	//    * CIRCLE: Show marker as a circle.
	//
	//    * TRIANGLE: Show marker as a triangle.
	//
	//    * SQUARE: Show marker as a square.
	//
	//    * DIAMOND: Show marker as a diamond.
	//
	//    * ROUNDED_SQUARE: Show marker as a rounded square.
	MarkerShape *string `type:"string" enum:"LineChartMarkerShape"`

	// Size of marker in the series.
	MarkerSize *string `type:"string"`

	// Configuration option that determines whether to show the markers in the series.
	MarkerVisibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

Marker styles options for a line series in LineChartVisual.

func (LineChartMarkerStyleSettings) GoString added in v1.42.9

func (s LineChartMarkerStyleSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartMarkerStyleSettings) SetMarkerColor added in v1.42.9

SetMarkerColor sets the MarkerColor field's value.

func (*LineChartMarkerStyleSettings) SetMarkerShape added in v1.42.9

SetMarkerShape sets the MarkerShape field's value.

func (*LineChartMarkerStyleSettings) SetMarkerSize added in v1.42.9

SetMarkerSize sets the MarkerSize field's value.

func (*LineChartMarkerStyleSettings) SetMarkerVisibility added in v1.42.9

SetMarkerVisibility sets the MarkerVisibility field's value.

func (LineChartMarkerStyleSettings) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LineChartSeriesSettings added in v1.42.9

type LineChartSeriesSettings struct {

	// Line styles options for a line series in LineChartVisual.
	LineStyleSettings *LineChartLineStyleSettings `type:"structure"`

	// Marker styles options for a line series in LineChartVisual.
	MarkerStyleSettings *LineChartMarkerStyleSettings `type:"structure"`
	// contains filtered or unexported fields
}

The options that determine the presentation of a line series in the visual

func (LineChartSeriesSettings) GoString added in v1.42.9

func (s LineChartSeriesSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartSeriesSettings) SetLineStyleSettings added in v1.42.9

SetLineStyleSettings sets the LineStyleSettings field's value.

func (*LineChartSeriesSettings) SetMarkerStyleSettings added in v1.42.9

SetMarkerStyleSettings sets the MarkerStyleSettings field's value.

func (LineChartSeriesSettings) String added in v1.42.9

func (s LineChartSeriesSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LineChartSortConfiguration added in v1.42.9

type LineChartSortConfiguration struct {

	// The limit on the number of categories that are displayed in a line chart.
	CategoryItemsLimitConfiguration *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of the category fields.
	CategorySort []*FieldSortOptions `type:"list"`

	// The limit on the number of lines that are displayed in a line chart.
	ColorItemsLimitConfiguration *ItemsLimitConfiguration `type:"structure"`

	// The limit on the number of small multiples panels that are displayed.
	SmallMultiplesLimitConfiguration *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of the small multiples field.
	SmallMultiplesSort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a line chart.

func (LineChartSortConfiguration) GoString added in v1.42.9

func (s LineChartSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartSortConfiguration) SetCategoryItemsLimitConfiguration added in v1.42.9

func (s *LineChartSortConfiguration) SetCategoryItemsLimitConfiguration(v *ItemsLimitConfiguration) *LineChartSortConfiguration

SetCategoryItemsLimitConfiguration sets the CategoryItemsLimitConfiguration field's value.

func (*LineChartSortConfiguration) SetCategorySort added in v1.42.9

SetCategorySort sets the CategorySort field's value.

func (*LineChartSortConfiguration) SetColorItemsLimitConfiguration added in v1.42.9

func (s *LineChartSortConfiguration) SetColorItemsLimitConfiguration(v *ItemsLimitConfiguration) *LineChartSortConfiguration

SetColorItemsLimitConfiguration sets the ColorItemsLimitConfiguration field's value.

func (*LineChartSortConfiguration) SetSmallMultiplesLimitConfiguration added in v1.42.9

func (s *LineChartSortConfiguration) SetSmallMultiplesLimitConfiguration(v *ItemsLimitConfiguration) *LineChartSortConfiguration

SetSmallMultiplesLimitConfiguration sets the SmallMultiplesLimitConfiguration field's value.

func (*LineChartSortConfiguration) SetSmallMultiplesSort added in v1.42.9

SetSmallMultiplesSort sets the SmallMultiplesSort field's value.

func (LineChartSortConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartSortConfiguration) Validate added in v1.42.9

func (s *LineChartSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LineChartVisual added in v1.42.9

type LineChartVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration of a line chart.
	ChartConfiguration *LineChartConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A line chart.

For more information, see Using line charts (https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the Amazon QuickSight User Guide.

func (LineChartVisual) GoString added in v1.42.9

func (s LineChartVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartVisual) SetActions added in v1.42.9

func (s *LineChartVisual) SetActions(v []*VisualCustomAction) *LineChartVisual

SetActions sets the Actions field's value.

func (*LineChartVisual) SetChartConfiguration added in v1.42.9

func (s *LineChartVisual) SetChartConfiguration(v *LineChartConfiguration) *LineChartVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*LineChartVisual) SetColumnHierarchies added in v1.42.9

func (s *LineChartVisual) SetColumnHierarchies(v []*ColumnHierarchy) *LineChartVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*LineChartVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*LineChartVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*LineChartVisual) SetVisualId added in v1.42.9

func (s *LineChartVisual) SetVisualId(v string) *LineChartVisual

SetVisualId sets the VisualId field's value.

func (LineChartVisual) String added in v1.42.9

func (s LineChartVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineChartVisual) Validate added in v1.42.9

func (s *LineChartVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LineSeriesAxisDisplayOptions added in v1.42.9

type LineSeriesAxisDisplayOptions struct {

	// The options that determine the presentation of the line series axis.
	AxisOptions *AxisDisplayOptions `type:"structure"`

	// The configuration options that determine how missing data is treated during
	// the rendering of a line chart.
	MissingDataConfigurations []*MissingDataConfiguration `type:"list"`
	// contains filtered or unexported fields
}

The series axis configuration of a line chart.

func (LineSeriesAxisDisplayOptions) GoString added in v1.42.9

func (s LineSeriesAxisDisplayOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineSeriesAxisDisplayOptions) SetAxisOptions added in v1.42.9

SetAxisOptions sets the AxisOptions field's value.

func (*LineSeriesAxisDisplayOptions) SetMissingDataConfigurations added in v1.42.9

SetMissingDataConfigurations sets the MissingDataConfigurations field's value.

func (LineSeriesAxisDisplayOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LinkSharingConfiguration added in v1.42.9

type LinkSharingConfiguration struct {

	// A structure that contains the permissions of a shareable link.
	Permissions []*ResourcePermission `min:"1" type:"list"`
	// contains filtered or unexported fields
}

A structure that contains the configuration of a shareable link to the dashboard.

func (LinkSharingConfiguration) GoString added in v1.42.9

func (s LinkSharingConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LinkSharingConfiguration) SetPermissions added in v1.42.9

SetPermissions sets the Permissions field's value.

func (LinkSharingConfiguration) String added in v1.42.9

func (s LinkSharingConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAnalysesInput

type ListAnalysesInput struct {

	// The ID of the Amazon Web Services account that contains the analyses.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to return.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListAnalysesInput) GoString

func (s ListAnalysesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAnalysesInput) SetAwsAccountId

func (s *ListAnalysesInput) SetAwsAccountId(v string) *ListAnalysesInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListAnalysesInput) SetMaxResults

func (s *ListAnalysesInput) SetMaxResults(v int64) *ListAnalysesInput

SetMaxResults sets the MaxResults field's value.

func (*ListAnalysesInput) SetNextToken

func (s *ListAnalysesInput) SetNextToken(v string) *ListAnalysesInput

SetNextToken sets the NextToken field's value.

func (ListAnalysesInput) String

func (s ListAnalysesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAnalysesInput) Validate

func (s *ListAnalysesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAnalysesOutput

type ListAnalysesOutput struct {

	// Metadata describing each of the analyses that are listed.
	AnalysisSummaryList []*AnalysisSummary `type:"list"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListAnalysesOutput) GoString

func (s ListAnalysesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAnalysesOutput) SetAnalysisSummaryList

func (s *ListAnalysesOutput) SetAnalysisSummaryList(v []*AnalysisSummary) *ListAnalysesOutput

SetAnalysisSummaryList sets the AnalysisSummaryList field's value.

func (*ListAnalysesOutput) SetNextToken

func (s *ListAnalysesOutput) SetNextToken(v string) *ListAnalysesOutput

SetNextToken sets the NextToken field's value.

func (*ListAnalysesOutput) SetRequestId

func (s *ListAnalysesOutput) SetRequestId(v string) *ListAnalysesOutput

SetRequestId sets the RequestId field's value.

func (*ListAnalysesOutput) SetStatus

func (s *ListAnalysesOutput) SetStatus(v int64) *ListAnalysesOutput

SetStatus sets the Status field's value.

func (ListAnalysesOutput) String

func (s ListAnalysesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssetBundleExportJobsInput added in v1.42.9

type ListAssetBundleExportJobsInput struct {

	// The ID of the Amazon Web Services account that the export jobs were executed
	// in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListAssetBundleExportJobsInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssetBundleExportJobsInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListAssetBundleExportJobsInput) SetMaxResults added in v1.42.9

SetMaxResults sets the MaxResults field's value.

func (*ListAssetBundleExportJobsInput) SetNextToken added in v1.42.9

SetNextToken sets the NextToken field's value.

func (ListAssetBundleExportJobsInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssetBundleExportJobsInput) Validate added in v1.42.9

func (s *ListAssetBundleExportJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssetBundleExportJobsOutput added in v1.42.9

type ListAssetBundleExportJobsOutput struct {

	// A list of export job summaries.
	AssetBundleExportJobSummaryList []*AssetBundleExportJobSummary `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListAssetBundleExportJobsOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssetBundleExportJobsOutput) SetAssetBundleExportJobSummaryList added in v1.42.9

SetAssetBundleExportJobSummaryList sets the AssetBundleExportJobSummaryList field's value.

func (*ListAssetBundleExportJobsOutput) SetNextToken added in v1.42.9

SetNextToken sets the NextToken field's value.

func (*ListAssetBundleExportJobsOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*ListAssetBundleExportJobsOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (ListAssetBundleExportJobsOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssetBundleImportJobsInput added in v1.42.9

type ListAssetBundleImportJobsInput struct {

	// The ID of the Amazon Web Services account that the import jobs were executed
	// in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListAssetBundleImportJobsInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssetBundleImportJobsInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListAssetBundleImportJobsInput) SetMaxResults added in v1.42.9

SetMaxResults sets the MaxResults field's value.

func (*ListAssetBundleImportJobsInput) SetNextToken added in v1.42.9

SetNextToken sets the NextToken field's value.

func (ListAssetBundleImportJobsInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssetBundleImportJobsInput) Validate added in v1.42.9

func (s *ListAssetBundleImportJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssetBundleImportJobsOutput added in v1.42.9

type ListAssetBundleImportJobsOutput struct {

	// A list of import job summaries.
	AssetBundleImportJobSummaryList []*AssetBundleImportJobSummary `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the response.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListAssetBundleImportJobsOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssetBundleImportJobsOutput) SetAssetBundleImportJobSummaryList added in v1.42.9

SetAssetBundleImportJobSummaryList sets the AssetBundleImportJobSummaryList field's value.

func (*ListAssetBundleImportJobsOutput) SetNextToken added in v1.42.9

SetNextToken sets the NextToken field's value.

func (*ListAssetBundleImportJobsOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*ListAssetBundleImportJobsOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (ListAssetBundleImportJobsOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListControlDisplayOptions added in v1.42.9

type ListControlDisplayOptions struct {

	// The configuration of info icon label options.
	InfoIconLabelOptions *SheetControlInfoIconLabelOptions `type:"structure"`

	// The configuration of the search options in a list control.
	SearchOptions *ListControlSearchOptions `type:"structure"`

	// The configuration of the Select all options in a list control.
	SelectAllOptions *ListControlSelectAllOptions `type:"structure"`

	// The options to configure the title visibility, name, and font size.
	TitleOptions *LabelOptions `type:"structure"`
	// contains filtered or unexported fields
}

The display options of a control.

func (ListControlDisplayOptions) GoString added in v1.42.9

func (s ListControlDisplayOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlDisplayOptions) SetInfoIconLabelOptions added in v1.42.9

SetInfoIconLabelOptions sets the InfoIconLabelOptions field's value.

func (*ListControlDisplayOptions) SetSearchOptions added in v1.42.9

SetSearchOptions sets the SearchOptions field's value.

func (*ListControlDisplayOptions) SetSelectAllOptions added in v1.42.9

SetSelectAllOptions sets the SelectAllOptions field's value.

func (*ListControlDisplayOptions) SetTitleOptions added in v1.42.9

SetTitleOptions sets the TitleOptions field's value.

func (ListControlDisplayOptions) String added in v1.42.9

func (s ListControlDisplayOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlDisplayOptions) Validate added in v1.42.9

func (s *ListControlDisplayOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListControlSearchOptions added in v1.42.9

type ListControlSearchOptions struct {

	// The visibility configuration of the search options in a list control.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The configuration of the search options in a list control.

func (ListControlSearchOptions) GoString added in v1.42.9

func (s ListControlSearchOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlSearchOptions) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (ListControlSearchOptions) String added in v1.42.9

func (s ListControlSearchOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListControlSelectAllOptions added in v1.42.9

type ListControlSelectAllOptions struct {

	// The visibility configuration of the Select all options in a list control.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The configuration of the Select all options in a list control.

func (ListControlSelectAllOptions) GoString added in v1.42.9

func (s ListControlSelectAllOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlSelectAllOptions) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (ListControlSelectAllOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDashboardVersionsInput

type ListDashboardVersionsInput struct {

	// The ID of the Amazon Web Services account that contains the dashboard that
	// you're listing versions for.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dashboard.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListDashboardVersionsInput) GoString

func (s ListDashboardVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDashboardVersionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListDashboardVersionsInput) SetDashboardId

SetDashboardId sets the DashboardId field's value.

func (*ListDashboardVersionsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListDashboardVersionsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListDashboardVersionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDashboardVersionsInput) Validate

func (s *ListDashboardVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDashboardVersionsOutput

type ListDashboardVersionsOutput struct {

	// A structure that contains information about each version of the dashboard.
	DashboardVersionSummaryList []*DashboardVersionSummary `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListDashboardVersionsOutput) GoString

func (s ListDashboardVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDashboardVersionsOutput) SetDashboardVersionSummaryList

func (s *ListDashboardVersionsOutput) SetDashboardVersionSummaryList(v []*DashboardVersionSummary) *ListDashboardVersionsOutput

SetDashboardVersionSummaryList sets the DashboardVersionSummaryList field's value.

func (*ListDashboardVersionsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListDashboardVersionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ListDashboardVersionsOutput) SetStatus

SetStatus sets the Status field's value.

func (ListDashboardVersionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDashboardsInput

type ListDashboardsInput struct {

	// The ID of the Amazon Web Services account that contains the dashboards that
	// you're listing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListDashboardsInput) GoString

func (s ListDashboardsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDashboardsInput) SetAwsAccountId

func (s *ListDashboardsInput) SetAwsAccountId(v string) *ListDashboardsInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListDashboardsInput) SetMaxResults

func (s *ListDashboardsInput) SetMaxResults(v int64) *ListDashboardsInput

SetMaxResults sets the MaxResults field's value.

func (*ListDashboardsInput) SetNextToken

func (s *ListDashboardsInput) SetNextToken(v string) *ListDashboardsInput

SetNextToken sets the NextToken field's value.

func (ListDashboardsInput) String

func (s ListDashboardsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDashboardsInput) Validate

func (s *ListDashboardsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDashboardsOutput

type ListDashboardsOutput struct {

	// A structure that contains all of the dashboards in your Amazon Web Services
	// account. This structure provides basic information about the dashboards.
	DashboardSummaryList []*DashboardSummary `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListDashboardsOutput) GoString

func (s ListDashboardsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDashboardsOutput) SetDashboardSummaryList

func (s *ListDashboardsOutput) SetDashboardSummaryList(v []*DashboardSummary) *ListDashboardsOutput

SetDashboardSummaryList sets the DashboardSummaryList field's value.

func (*ListDashboardsOutput) SetNextToken

func (s *ListDashboardsOutput) SetNextToken(v string) *ListDashboardsOutput

SetNextToken sets the NextToken field's value.

func (*ListDashboardsOutput) SetRequestId

func (s *ListDashboardsOutput) SetRequestId(v string) *ListDashboardsOutput

SetRequestId sets the RequestId field's value.

func (*ListDashboardsOutput) SetStatus

SetStatus sets the Status field's value.

func (ListDashboardsOutput) String

func (s ListDashboardsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDataSetsInput

type ListDataSetsInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListDataSetsInput) GoString

func (s ListDataSetsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDataSetsInput) SetAwsAccountId

func (s *ListDataSetsInput) SetAwsAccountId(v string) *ListDataSetsInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListDataSetsInput) SetMaxResults

func (s *ListDataSetsInput) SetMaxResults(v int64) *ListDataSetsInput

SetMaxResults sets the MaxResults field's value.

func (*ListDataSetsInput) SetNextToken

func (s *ListDataSetsInput) SetNextToken(v string) *ListDataSetsInput

SetNextToken sets the NextToken field's value.

func (ListDataSetsInput) String

func (s ListDataSetsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDataSetsInput) Validate

func (s *ListDataSetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDataSetsOutput

type ListDataSetsOutput struct {

	// The list of dataset summaries.
	DataSetSummaries []*DataSetSummary `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListDataSetsOutput) GoString

func (s ListDataSetsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDataSetsOutput) SetDataSetSummaries

func (s *ListDataSetsOutput) SetDataSetSummaries(v []*DataSetSummary) *ListDataSetsOutput

SetDataSetSummaries sets the DataSetSummaries field's value.

func (*ListDataSetsOutput) SetNextToken

func (s *ListDataSetsOutput) SetNextToken(v string) *ListDataSetsOutput

SetNextToken sets the NextToken field's value.

func (*ListDataSetsOutput) SetRequestId

func (s *ListDataSetsOutput) SetRequestId(v string) *ListDataSetsOutput

SetRequestId sets the RequestId field's value.

func (*ListDataSetsOutput) SetStatus

func (s *ListDataSetsOutput) SetStatus(v int64) *ListDataSetsOutput

SetStatus sets the Status field's value.

func (ListDataSetsOutput) String

func (s ListDataSetsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDataSourcesInput

type ListDataSourcesInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListDataSourcesInput) GoString

func (s ListDataSourcesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDataSourcesInput) SetAwsAccountId

func (s *ListDataSourcesInput) SetAwsAccountId(v string) *ListDataSourcesInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListDataSourcesInput) SetMaxResults

func (s *ListDataSourcesInput) SetMaxResults(v int64) *ListDataSourcesInput

SetMaxResults sets the MaxResults field's value.

func (*ListDataSourcesInput) SetNextToken

func (s *ListDataSourcesInput) SetNextToken(v string) *ListDataSourcesInput

SetNextToken sets the NextToken field's value.

func (ListDataSourcesInput) String

func (s ListDataSourcesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDataSourcesInput) Validate

func (s *ListDataSourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDataSourcesOutput

type ListDataSourcesOutput struct {

	// A list of data sources.
	DataSources []*DataSource `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListDataSourcesOutput) GoString

func (s ListDataSourcesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDataSourcesOutput) SetDataSources

func (s *ListDataSourcesOutput) SetDataSources(v []*DataSource) *ListDataSourcesOutput

SetDataSources sets the DataSources field's value.

func (*ListDataSourcesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListDataSourcesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ListDataSourcesOutput) SetStatus

SetStatus sets the Status field's value.

func (ListDataSourcesOutput) String

func (s ListDataSourcesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListFolderMembersInput

type ListFolderMembersInput struct {

	// The ID for the Amazon Web Services account that contains the folder.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the folder.
	//
	// FolderId is a required field
	FolderId *string `location:"uri" locationName:"FolderId" min:"1" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListFolderMembersInput) GoString

func (s ListFolderMembersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFolderMembersInput) SetAwsAccountId

func (s *ListFolderMembersInput) SetAwsAccountId(v string) *ListFolderMembersInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListFolderMembersInput) SetFolderId

SetFolderId sets the FolderId field's value.

func (*ListFolderMembersInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListFolderMembersInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListFolderMembersInput) String

func (s ListFolderMembersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFolderMembersInput) Validate

func (s *ListFolderMembersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListFolderMembersOutput

type ListFolderMembersOutput struct {

	// A structure that contains all of the folder members (dashboards, analyses,
	// and datasets) in the folder.
	FolderMemberList []*MemberIdArnPair `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListFolderMembersOutput) GoString

func (s ListFolderMembersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFolderMembersOutput) SetFolderMemberList

func (s *ListFolderMembersOutput) SetFolderMemberList(v []*MemberIdArnPair) *ListFolderMembersOutput

SetFolderMemberList sets the FolderMemberList field's value.

func (*ListFolderMembersOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListFolderMembersOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ListFolderMembersOutput) SetStatus

SetStatus sets the Status field's value.

func (ListFolderMembersOutput) String

func (s ListFolderMembersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListFoldersInput

type ListFoldersInput struct {

	// The ID for the Amazon Web Services account that contains the folder.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListFoldersInput) GoString

func (s ListFoldersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFoldersInput) SetAwsAccountId

func (s *ListFoldersInput) SetAwsAccountId(v string) *ListFoldersInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListFoldersInput) SetMaxResults

func (s *ListFoldersInput) SetMaxResults(v int64) *ListFoldersInput

SetMaxResults sets the MaxResults field's value.

func (*ListFoldersInput) SetNextToken

func (s *ListFoldersInput) SetNextToken(v string) *ListFoldersInput

SetNextToken sets the NextToken field's value.

func (ListFoldersInput) String

func (s ListFoldersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFoldersInput) Validate

func (s *ListFoldersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListFoldersOutput

type ListFoldersOutput struct {

	// A structure that contains all of the folders in the Amazon Web Services account.
	// This structure provides basic information about the folders.
	FolderSummaryList []*FolderSummary `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListFoldersOutput) GoString

func (s ListFoldersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFoldersOutput) SetFolderSummaryList

func (s *ListFoldersOutput) SetFolderSummaryList(v []*FolderSummary) *ListFoldersOutput

SetFolderSummaryList sets the FolderSummaryList field's value.

func (*ListFoldersOutput) SetNextToken

func (s *ListFoldersOutput) SetNextToken(v string) *ListFoldersOutput

SetNextToken sets the NextToken field's value.

func (*ListFoldersOutput) SetRequestId

func (s *ListFoldersOutput) SetRequestId(v string) *ListFoldersOutput

SetRequestId sets the RequestId field's value.

func (*ListFoldersOutput) SetStatus

func (s *ListFoldersOutput) SetStatus(v int64) *ListFoldersOutput

SetStatus sets the Status field's value.

func (ListFoldersOutput) String

func (s ListFoldersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListGroupMembershipsInput

type ListGroupMembershipsInput struct {

	// The ID for the Amazon Web Services account that the group is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The name of the group that you want to see a membership list of.
	//
	// GroupName is a required field
	GroupName *string `location:"uri" locationName:"GroupName" min:"1" type:"string" required:"true"`

	// The maximum number of results to return from this request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The namespace of the group that you want a list of users from.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListGroupMembershipsInput) GoString

func (s ListGroupMembershipsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListGroupMembershipsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListGroupMembershipsInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*ListGroupMembershipsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListGroupMembershipsInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*ListGroupMembershipsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListGroupMembershipsInput) String

func (s ListGroupMembershipsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListGroupMembershipsInput) Validate

func (s *ListGroupMembershipsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListGroupMembershipsOutput

type ListGroupMembershipsOutput struct {

	// The list of the members of the group.
	GroupMemberList []*GroupMember `type:"list"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListGroupMembershipsOutput) GoString

func (s ListGroupMembershipsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListGroupMembershipsOutput) SetGroupMemberList

SetGroupMemberList sets the GroupMemberList field's value.

func (*ListGroupMembershipsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListGroupMembershipsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ListGroupMembershipsOutput) SetStatus

SetStatus sets the Status field's value.

func (ListGroupMembershipsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListGroupsInput

type ListGroupsInput struct {

	// The ID for the Amazon Web Services account that the group is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to return.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The namespace that you want a list of groups from.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListGroupsInput) GoString

func (s ListGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListGroupsInput) SetAwsAccountId

func (s *ListGroupsInput) SetAwsAccountId(v string) *ListGroupsInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListGroupsInput) SetMaxResults

func (s *ListGroupsInput) SetMaxResults(v int64) *ListGroupsInput

SetMaxResults sets the MaxResults field's value.

func (*ListGroupsInput) SetNamespace

func (s *ListGroupsInput) SetNamespace(v string) *ListGroupsInput

SetNamespace sets the Namespace field's value.

func (*ListGroupsInput) SetNextToken

func (s *ListGroupsInput) SetNextToken(v string) *ListGroupsInput

SetNextToken sets the NextToken field's value.

func (ListGroupsInput) String

func (s ListGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListGroupsInput) Validate

func (s *ListGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListGroupsOutput

type ListGroupsOutput struct {

	// The list of the groups.
	GroupList []*Group `type:"list"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListGroupsOutput) GoString

func (s ListGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListGroupsOutput) SetGroupList

func (s *ListGroupsOutput) SetGroupList(v []*Group) *ListGroupsOutput

SetGroupList sets the GroupList field's value.

func (*ListGroupsOutput) SetNextToken

func (s *ListGroupsOutput) SetNextToken(v string) *ListGroupsOutput

SetNextToken sets the NextToken field's value.

func (*ListGroupsOutput) SetRequestId

func (s *ListGroupsOutput) SetRequestId(v string) *ListGroupsOutput

SetRequestId sets the RequestId field's value.

func (*ListGroupsOutput) SetStatus

func (s *ListGroupsOutput) SetStatus(v int64) *ListGroupsOutput

SetStatus sets the Status field's value.

func (ListGroupsOutput) String

func (s ListGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListIAMPolicyAssignmentsForUserInput

type ListIAMPolicyAssignmentsForUserInput struct {

	// The ID of the Amazon Web Services account that contains the assignments.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The namespace of the assignment.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`

	// The name of the user.
	//
	// UserName is a required field
	UserName *string `location:"uri" locationName:"UserName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListIAMPolicyAssignmentsForUserInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIAMPolicyAssignmentsForUserInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListIAMPolicyAssignmentsForUserInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListIAMPolicyAssignmentsForUserInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*ListIAMPolicyAssignmentsForUserInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListIAMPolicyAssignmentsForUserInput) SetUserName

SetUserName sets the UserName field's value.

func (ListIAMPolicyAssignmentsForUserInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIAMPolicyAssignmentsForUserInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListIAMPolicyAssignmentsForUserOutput

type ListIAMPolicyAssignmentsForUserOutput struct {

	// The active assignments for this user.
	ActiveAssignments []*ActiveIAMPolicyAssignment `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListIAMPolicyAssignmentsForUserOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIAMPolicyAssignmentsForUserOutput) SetActiveAssignments

SetActiveAssignments sets the ActiveAssignments field's value.

func (*ListIAMPolicyAssignmentsForUserOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListIAMPolicyAssignmentsForUserOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ListIAMPolicyAssignmentsForUserOutput) SetStatus

SetStatus sets the Status field's value.

func (ListIAMPolicyAssignmentsForUserOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListIAMPolicyAssignmentsInput

type ListIAMPolicyAssignmentsInput struct {

	// The status of the assignments.
	AssignmentStatus *string `location:"querystring" locationName:"assignment-status" type:"string" enum:"AssignmentStatus"`

	// The ID of the Amazon Web Services account that contains these IAM policy
	// assignments.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The namespace for the assignments.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListIAMPolicyAssignmentsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIAMPolicyAssignmentsInput) SetAssignmentStatus

SetAssignmentStatus sets the AssignmentStatus field's value.

func (*ListIAMPolicyAssignmentsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListIAMPolicyAssignmentsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListIAMPolicyAssignmentsInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*ListIAMPolicyAssignmentsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListIAMPolicyAssignmentsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIAMPolicyAssignmentsInput) Validate

func (s *ListIAMPolicyAssignmentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListIAMPolicyAssignmentsOutput

type ListIAMPolicyAssignmentsOutput struct {

	// Information describing the IAM policy assignments.
	IAMPolicyAssignments []*IAMPolicyAssignmentSummary `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListIAMPolicyAssignmentsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIAMPolicyAssignmentsOutput) SetIAMPolicyAssignments

SetIAMPolicyAssignments sets the IAMPolicyAssignments field's value.

func (*ListIAMPolicyAssignmentsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListIAMPolicyAssignmentsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ListIAMPolicyAssignmentsOutput) SetStatus

SetStatus sets the Status field's value.

func (ListIAMPolicyAssignmentsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListIngestionsInput

type ListIngestionsInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset used in the ingestion.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListIngestionsInput) GoString

func (s ListIngestionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIngestionsInput) SetAwsAccountId

func (s *ListIngestionsInput) SetAwsAccountId(v string) *ListIngestionsInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListIngestionsInput) SetDataSetId

func (s *ListIngestionsInput) SetDataSetId(v string) *ListIngestionsInput

SetDataSetId sets the DataSetId field's value.

func (*ListIngestionsInput) SetMaxResults

func (s *ListIngestionsInput) SetMaxResults(v int64) *ListIngestionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListIngestionsInput) SetNextToken

func (s *ListIngestionsInput) SetNextToken(v string) *ListIngestionsInput

SetNextToken sets the NextToken field's value.

func (ListIngestionsInput) String

func (s ListIngestionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIngestionsInput) Validate

func (s *ListIngestionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListIngestionsOutput

type ListIngestionsOutput struct {

	// A list of the ingestions.
	Ingestions []*Ingestion `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListIngestionsOutput) GoString

func (s ListIngestionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIngestionsOutput) SetIngestions

func (s *ListIngestionsOutput) SetIngestions(v []*Ingestion) *ListIngestionsOutput

SetIngestions sets the Ingestions field's value.

func (*ListIngestionsOutput) SetNextToken

func (s *ListIngestionsOutput) SetNextToken(v string) *ListIngestionsOutput

SetNextToken sets the NextToken field's value.

func (*ListIngestionsOutput) SetRequestId

func (s *ListIngestionsOutput) SetRequestId(v string) *ListIngestionsOutput

SetRequestId sets the RequestId field's value.

func (*ListIngestionsOutput) SetStatus

SetStatus sets the Status field's value.

func (ListIngestionsOutput) String

func (s ListIngestionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListNamespacesInput

type ListNamespacesInput struct {

	// The ID for the Amazon Web Services account that contains the Amazon QuickSight
	// namespaces that you want to list.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to return.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// A unique pagination token that can be used in a subsequent request. You will
	// receive a pagination token in the response body of a previous ListNameSpaces
	// API call if there is more data that can be returned. To receive the data,
	// make another ListNamespaces API call with the returned token to retrieve
	// the next page of data. Each token is valid for 24 hours. If you try to make
	// a ListNamespaces API call with an expired token, you will receive a HTTP
	// 400 InvalidNextTokenException error.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListNamespacesInput) GoString

func (s ListNamespacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNamespacesInput) SetAwsAccountId

func (s *ListNamespacesInput) SetAwsAccountId(v string) *ListNamespacesInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListNamespacesInput) SetMaxResults

func (s *ListNamespacesInput) SetMaxResults(v int64) *ListNamespacesInput

SetMaxResults sets the MaxResults field's value.

func (*ListNamespacesInput) SetNextToken

func (s *ListNamespacesInput) SetNextToken(v string) *ListNamespacesInput

SetNextToken sets the NextToken field's value.

func (ListNamespacesInput) String

func (s ListNamespacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNamespacesInput) Validate

func (s *ListNamespacesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListNamespacesOutput

type ListNamespacesOutput struct {

	// The information about the namespaces in this Amazon Web Services account.
	// The response includes the namespace ARN, name, Amazon Web Services Region,
	// notification email address, creation status, and identity store.
	Namespaces []*NamespaceInfoV2 `type:"list"`

	// A unique pagination token that can be used in a subsequent request. Receiving
	// NextToken in your response inticates that there is more data that can be
	// returned. To receive the data, make another ListNamespaces API call with
	// the returned token to retrieve the next page of data. Each token is valid
	// for 24 hours. If you try to make a ListNamespaces API call with an expired
	// token, you will receive a HTTP 400 InvalidNextTokenException error.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListNamespacesOutput) GoString

func (s ListNamespacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNamespacesOutput) SetNamespaces

SetNamespaces sets the Namespaces field's value.

func (*ListNamespacesOutput) SetNextToken

func (s *ListNamespacesOutput) SetNextToken(v string) *ListNamespacesOutput

SetNextToken sets the NextToken field's value.

func (*ListNamespacesOutput) SetRequestId

func (s *ListNamespacesOutput) SetRequestId(v string) *ListNamespacesOutput

SetRequestId sets the RequestId field's value.

func (*ListNamespacesOutput) SetStatus

SetStatus sets the Status field's value.

func (ListNamespacesOutput) String

func (s ListNamespacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRefreshSchedulesInput added in v1.42.9

type ListRefreshSchedulesInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListRefreshSchedulesInput) GoString added in v1.42.9

func (s ListRefreshSchedulesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRefreshSchedulesInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListRefreshSchedulesInput) SetDataSetId added in v1.42.9

SetDataSetId sets the DataSetId field's value.

func (ListRefreshSchedulesInput) String added in v1.42.9

func (s ListRefreshSchedulesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRefreshSchedulesInput) Validate added in v1.42.9

func (s *ListRefreshSchedulesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRefreshSchedulesOutput added in v1.42.9

type ListRefreshSchedulesOutput struct {

	// The list of refresh schedules for the dataset.
	RefreshSchedules []*RefreshSchedule `type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListRefreshSchedulesOutput) GoString added in v1.42.9

func (s ListRefreshSchedulesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRefreshSchedulesOutput) SetRefreshSchedules added in v1.42.9

SetRefreshSchedules sets the RefreshSchedules field's value.

func (*ListRefreshSchedulesOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*ListRefreshSchedulesOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (ListRefreshSchedulesOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

	// The Amazon Resource Name (ARN) of the resource that you want a list of tags
	// for.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// Contains a map of the key-value pairs for the resource tag or tags assigned
	// to the resource.
	Tags []*Tag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ListTagsForResourceOutput) SetStatus

SetStatus sets the Status field's value.

func (*ListTagsForResourceOutput) SetTags

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTemplateAliasesInput

type ListTemplateAliasesInput struct {

	// The ID of the Amazon Web Services account that contains the template aliases
	// that you're listing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-result" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`

	// The ID for the template.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTemplateAliasesInput) GoString

func (s ListTemplateAliasesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTemplateAliasesInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListTemplateAliasesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListTemplateAliasesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTemplateAliasesInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (ListTemplateAliasesInput) String

func (s ListTemplateAliasesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTemplateAliasesInput) Validate

func (s *ListTemplateAliasesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTemplateAliasesOutput

type ListTemplateAliasesOutput struct {

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// A structure containing the list of the template's aliases.
	TemplateAliasList []*TemplateAlias `type:"list"`
	// contains filtered or unexported fields
}

func (ListTemplateAliasesOutput) GoString

func (s ListTemplateAliasesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTemplateAliasesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTemplateAliasesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ListTemplateAliasesOutput) SetStatus

SetStatus sets the Status field's value.

func (*ListTemplateAliasesOutput) SetTemplateAliasList

func (s *ListTemplateAliasesOutput) SetTemplateAliasList(v []*TemplateAlias) *ListTemplateAliasesOutput

SetTemplateAliasList sets the TemplateAliasList field's value.

func (ListTemplateAliasesOutput) String

func (s ListTemplateAliasesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTemplateVersionsInput

type ListTemplateVersionsInput struct {

	// The ID of the Amazon Web Services account that contains the templates that
	// you're listing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`

	// The ID for the template.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTemplateVersionsInput) GoString

func (s ListTemplateVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTemplateVersionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListTemplateVersionsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListTemplateVersionsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTemplateVersionsInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (ListTemplateVersionsInput) String

func (s ListTemplateVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTemplateVersionsInput) Validate

func (s *ListTemplateVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTemplateVersionsOutput

type ListTemplateVersionsOutput struct {

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// A structure containing a list of all the versions of the specified template.
	TemplateVersionSummaryList []*TemplateVersionSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListTemplateVersionsOutput) GoString

func (s ListTemplateVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTemplateVersionsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTemplateVersionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ListTemplateVersionsOutput) SetStatus

SetStatus sets the Status field's value.

func (*ListTemplateVersionsOutput) SetTemplateVersionSummaryList

func (s *ListTemplateVersionsOutput) SetTemplateVersionSummaryList(v []*TemplateVersionSummary) *ListTemplateVersionsOutput

SetTemplateVersionSummaryList sets the TemplateVersionSummaryList field's value.

func (ListTemplateVersionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTemplatesInput

type ListTemplatesInput struct {

	// The ID of the Amazon Web Services account that contains the templates that
	// you're listing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-result" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListTemplatesInput) GoString

func (s ListTemplatesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTemplatesInput) SetAwsAccountId

func (s *ListTemplatesInput) SetAwsAccountId(v string) *ListTemplatesInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListTemplatesInput) SetMaxResults

func (s *ListTemplatesInput) SetMaxResults(v int64) *ListTemplatesInput

SetMaxResults sets the MaxResults field's value.

func (*ListTemplatesInput) SetNextToken

func (s *ListTemplatesInput) SetNextToken(v string) *ListTemplatesInput

SetNextToken sets the NextToken field's value.

func (ListTemplatesInput) String

func (s ListTemplatesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTemplatesInput) Validate

func (s *ListTemplatesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTemplatesOutput

type ListTemplatesOutput struct {

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// A structure containing information about the templates in the list.
	TemplateSummaryList []*TemplateSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListTemplatesOutput) GoString

func (s ListTemplatesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTemplatesOutput) SetNextToken

func (s *ListTemplatesOutput) SetNextToken(v string) *ListTemplatesOutput

SetNextToken sets the NextToken field's value.

func (*ListTemplatesOutput) SetRequestId

func (s *ListTemplatesOutput) SetRequestId(v string) *ListTemplatesOutput

SetRequestId sets the RequestId field's value.

func (*ListTemplatesOutput) SetStatus

SetStatus sets the Status field's value.

func (*ListTemplatesOutput) SetTemplateSummaryList

func (s *ListTemplatesOutput) SetTemplateSummaryList(v []*TemplateSummary) *ListTemplatesOutput

SetTemplateSummaryList sets the TemplateSummaryList field's value.

func (ListTemplatesOutput) String

func (s ListTemplatesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListThemeAliasesInput

type ListThemeAliasesInput struct {

	// The ID of the Amazon Web Services account that contains the theme aliases
	// that you're listing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-result" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`

	// The ID for the theme.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListThemeAliasesInput) GoString

func (s ListThemeAliasesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListThemeAliasesInput) SetAwsAccountId

func (s *ListThemeAliasesInput) SetAwsAccountId(v string) *ListThemeAliasesInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListThemeAliasesInput) SetMaxResults

func (s *ListThemeAliasesInput) SetMaxResults(v int64) *ListThemeAliasesInput

SetMaxResults sets the MaxResults field's value.

func (*ListThemeAliasesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListThemeAliasesInput) SetThemeId

SetThemeId sets the ThemeId field's value.

func (ListThemeAliasesInput) String

func (s ListThemeAliasesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListThemeAliasesInput) Validate

func (s *ListThemeAliasesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListThemeAliasesOutput

type ListThemeAliasesOutput struct {

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// A structure containing the list of the theme's aliases.
	ThemeAliasList []*ThemeAlias `type:"list"`
	// contains filtered or unexported fields
}

func (ListThemeAliasesOutput) GoString

func (s ListThemeAliasesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListThemeAliasesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListThemeAliasesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ListThemeAliasesOutput) SetStatus

SetStatus sets the Status field's value.

func (*ListThemeAliasesOutput) SetThemeAliasList

func (s *ListThemeAliasesOutput) SetThemeAliasList(v []*ThemeAlias) *ListThemeAliasesOutput

SetThemeAliasList sets the ThemeAliasList field's value.

func (ListThemeAliasesOutput) String

func (s ListThemeAliasesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListThemeVersionsInput

type ListThemeVersionsInput struct {

	// The ID of the Amazon Web Services account that contains the themes that you're
	// listing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`

	// The ID for the theme.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListThemeVersionsInput) GoString

func (s ListThemeVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListThemeVersionsInput) SetAwsAccountId

func (s *ListThemeVersionsInput) SetAwsAccountId(v string) *ListThemeVersionsInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListThemeVersionsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListThemeVersionsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListThemeVersionsInput) SetThemeId

SetThemeId sets the ThemeId field's value.

func (ListThemeVersionsInput) String

func (s ListThemeVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListThemeVersionsInput) Validate

func (s *ListThemeVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListThemeVersionsOutput

type ListThemeVersionsOutput struct {

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// A structure containing a list of all the versions of the specified theme.
	ThemeVersionSummaryList []*ThemeVersionSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListThemeVersionsOutput) GoString

func (s ListThemeVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListThemeVersionsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListThemeVersionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ListThemeVersionsOutput) SetStatus

SetStatus sets the Status field's value.

func (*ListThemeVersionsOutput) SetThemeVersionSummaryList

func (s *ListThemeVersionsOutput) SetThemeVersionSummaryList(v []*ThemeVersionSummary) *ListThemeVersionsOutput

SetThemeVersionSummaryList sets the ThemeVersionSummaryList field's value.

func (ListThemeVersionsOutput) String

func (s ListThemeVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListThemesInput

type ListThemesInput struct {

	// The ID of the Amazon Web Services account that contains the themes that you're
	// listing.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`

	// The type of themes that you want to list. Valid options include the following:
	//
	//    * ALL (default)- Display all existing themes.
	//
	//    * CUSTOM - Display only the themes created by people using Amazon QuickSight.
	//
	//    * QUICKSIGHT - Display only the starting themes defined by Amazon QuickSight.
	Type *string `location:"querystring" locationName:"type" type:"string" enum:"ThemeType"`
	// contains filtered or unexported fields
}

func (ListThemesInput) GoString

func (s ListThemesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListThemesInput) SetAwsAccountId

func (s *ListThemesInput) SetAwsAccountId(v string) *ListThemesInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListThemesInput) SetMaxResults

func (s *ListThemesInput) SetMaxResults(v int64) *ListThemesInput

SetMaxResults sets the MaxResults field's value.

func (*ListThemesInput) SetNextToken

func (s *ListThemesInput) SetNextToken(v string) *ListThemesInput

SetNextToken sets the NextToken field's value.

func (*ListThemesInput) SetType

func (s *ListThemesInput) SetType(v string) *ListThemesInput

SetType sets the Type field's value.

func (ListThemesInput) String

func (s ListThemesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListThemesInput) Validate

func (s *ListThemesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListThemesOutput

type ListThemesOutput struct {

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// Information about the themes in the list.
	ThemeSummaryList []*ThemeSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListThemesOutput) GoString

func (s ListThemesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListThemesOutput) SetNextToken

func (s *ListThemesOutput) SetNextToken(v string) *ListThemesOutput

SetNextToken sets the NextToken field's value.

func (*ListThemesOutput) SetRequestId

func (s *ListThemesOutput) SetRequestId(v string) *ListThemesOutput

SetRequestId sets the RequestId field's value.

func (*ListThemesOutput) SetStatus

func (s *ListThemesOutput) SetStatus(v int64) *ListThemesOutput

SetStatus sets the Status field's value.

func (*ListThemesOutput) SetThemeSummaryList

func (s *ListThemesOutput) SetThemeSummaryList(v []*ThemeSummary) *ListThemesOutput

SetThemeSummaryList sets the ThemeSummaryList field's value.

func (ListThemesOutput) String

func (s ListThemesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTopicRefreshSchedulesInput added in v1.42.9

type ListTopicRefreshSchedulesInput struct {

	// The ID of the Amazon Web Services account that contains the topic whose refresh
	// schedule you want described.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the topic that you want to describe. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// TopicId is a required field
	TopicId *string `location:"uri" locationName:"TopicId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTopicRefreshSchedulesInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTopicRefreshSchedulesInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListTopicRefreshSchedulesInput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (ListTopicRefreshSchedulesInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTopicRefreshSchedulesInput) Validate added in v1.42.9

func (s *ListTopicRefreshSchedulesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTopicRefreshSchedulesOutput added in v1.42.9

type ListTopicRefreshSchedulesOutput struct {

	// The list of topic refresh schedules.
	RefreshSchedules []*TopicRefreshScheduleSummary `type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon Resource Name (ARN) of the topic.
	TopicArn *string `type:"string"`

	// The ID for the topic that you want to describe. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListTopicRefreshSchedulesOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTopicRefreshSchedulesOutput) SetRefreshSchedules added in v1.42.9

SetRefreshSchedules sets the RefreshSchedules field's value.

func (*ListTopicRefreshSchedulesOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*ListTopicRefreshSchedulesOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*ListTopicRefreshSchedulesOutput) SetTopicArn added in v1.42.9

SetTopicArn sets the TopicArn field's value.

func (*ListTopicRefreshSchedulesOutput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (ListTopicRefreshSchedulesOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTopicsInput added in v1.42.9

type ListTopicsInput struct {

	// The ID of the Amazon Web Services account that contains the topics that you
	// want to list.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListTopicsInput) GoString added in v1.42.9

func (s ListTopicsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTopicsInput) SetAwsAccountId added in v1.42.9

func (s *ListTopicsInput) SetAwsAccountId(v string) *ListTopicsInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListTopicsInput) SetMaxResults added in v1.42.9

func (s *ListTopicsInput) SetMaxResults(v int64) *ListTopicsInput

SetMaxResults sets the MaxResults field's value.

func (*ListTopicsInput) SetNextToken added in v1.42.9

func (s *ListTopicsInput) SetNextToken(v string) *ListTopicsInput

SetNextToken sets the NextToken field's value.

func (ListTopicsInput) String added in v1.42.9

func (s ListTopicsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTopicsInput) Validate added in v1.42.9

func (s *ListTopicsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTopicsOutput added in v1.42.9

type ListTopicsOutput struct {

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// A list of topic summaries.
	TopicsSummaries []*TopicSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListTopicsOutput) GoString added in v1.42.9

func (s ListTopicsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTopicsOutput) SetNextToken added in v1.42.9

func (s *ListTopicsOutput) SetNextToken(v string) *ListTopicsOutput

SetNextToken sets the NextToken field's value.

func (*ListTopicsOutput) SetRequestId added in v1.42.9

func (s *ListTopicsOutput) SetRequestId(v string) *ListTopicsOutput

SetRequestId sets the RequestId field's value.

func (*ListTopicsOutput) SetStatus added in v1.42.9

func (s *ListTopicsOutput) SetStatus(v int64) *ListTopicsOutput

SetStatus sets the Status field's value.

func (*ListTopicsOutput) SetTopicsSummaries added in v1.42.9

func (s *ListTopicsOutput) SetTopicsSummaries(v []*TopicSummary) *ListTopicsOutput

SetTopicsSummaries sets the TopicsSummaries field's value.

func (ListTopicsOutput) String added in v1.42.9

func (s ListTopicsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListUserGroupsInput

type ListUserGroupsInput struct {

	// The Amazon Web Services account ID that the user is in. Currently, you use
	// the ID for the Amazon Web Services account that contains your Amazon QuickSight
	// account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to return from this request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The namespace. Currently, you should set this to default.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`

	// The Amazon QuickSight user name that you want to list group memberships for.
	//
	// UserName is a required field
	UserName *string `location:"uri" locationName:"UserName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListUserGroupsInput) GoString

func (s ListUserGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListUserGroupsInput) SetAwsAccountId

func (s *ListUserGroupsInput) SetAwsAccountId(v string) *ListUserGroupsInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListUserGroupsInput) SetMaxResults

func (s *ListUserGroupsInput) SetMaxResults(v int64) *ListUserGroupsInput

SetMaxResults sets the MaxResults field's value.

func (*ListUserGroupsInput) SetNamespace

func (s *ListUserGroupsInput) SetNamespace(v string) *ListUserGroupsInput

SetNamespace sets the Namespace field's value.

func (*ListUserGroupsInput) SetNextToken

func (s *ListUserGroupsInput) SetNextToken(v string) *ListUserGroupsInput

SetNextToken sets the NextToken field's value.

func (*ListUserGroupsInput) SetUserName

func (s *ListUserGroupsInput) SetUserName(v string) *ListUserGroupsInput

SetUserName sets the UserName field's value.

func (ListUserGroupsInput) String

func (s ListUserGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListUserGroupsInput) Validate

func (s *ListUserGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListUserGroupsOutput

type ListUserGroupsOutput struct {

	// The list of groups the user is a member of.
	GroupList []*Group `type:"list"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (ListUserGroupsOutput) GoString

func (s ListUserGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListUserGroupsOutput) SetGroupList

func (s *ListUserGroupsOutput) SetGroupList(v []*Group) *ListUserGroupsOutput

SetGroupList sets the GroupList field's value.

func (*ListUserGroupsOutput) SetNextToken

func (s *ListUserGroupsOutput) SetNextToken(v string) *ListUserGroupsOutput

SetNextToken sets the NextToken field's value.

func (*ListUserGroupsOutput) SetRequestId

func (s *ListUserGroupsOutput) SetRequestId(v string) *ListUserGroupsOutput

SetRequestId sets the RequestId field's value.

func (*ListUserGroupsOutput) SetStatus

SetStatus sets the Status field's value.

func (ListUserGroupsOutput) String

func (s ListUserGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListUsersInput

type ListUsersInput struct {

	// The ID for the Amazon Web Services account that the user is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to return from this request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The namespace. Currently, you should set this to default.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListUsersInput) GoString

func (s ListUsersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListUsersInput) SetAwsAccountId

func (s *ListUsersInput) SetAwsAccountId(v string) *ListUsersInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListUsersInput) SetMaxResults

func (s *ListUsersInput) SetMaxResults(v int64) *ListUsersInput

SetMaxResults sets the MaxResults field's value.

func (*ListUsersInput) SetNamespace

func (s *ListUsersInput) SetNamespace(v string) *ListUsersInput

SetNamespace sets the Namespace field's value.

func (*ListUsersInput) SetNextToken

func (s *ListUsersInput) SetNextToken(v string) *ListUsersInput

SetNextToken sets the NextToken field's value.

func (ListUsersInput) String

func (s ListUsersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListUsersInput) Validate

func (s *ListUsersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListUsersOutput

type ListUsersOutput struct {

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The list of users.
	UserList []*User `type:"list"`
	// contains filtered or unexported fields
}

func (ListUsersOutput) GoString

func (s ListUsersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListUsersOutput) SetNextToken

func (s *ListUsersOutput) SetNextToken(v string) *ListUsersOutput

SetNextToken sets the NextToken field's value.

func (*ListUsersOutput) SetRequestId

func (s *ListUsersOutput) SetRequestId(v string) *ListUsersOutput

SetRequestId sets the RequestId field's value.

func (*ListUsersOutput) SetStatus

func (s *ListUsersOutput) SetStatus(v int64) *ListUsersOutput

SetStatus sets the Status field's value.

func (*ListUsersOutput) SetUserList

func (s *ListUsersOutput) SetUserList(v []*User) *ListUsersOutput

SetUserList sets the UserList field's value.

func (ListUsersOutput) String

func (s ListUsersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListVPCConnectionsInput added in v1.42.9

type ListVPCConnectionsInput struct {

	// The Amazon Web Services account ID of the account that contains the VPC connections
	// that you want to list.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListVPCConnectionsInput) GoString added in v1.42.9

func (s ListVPCConnectionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVPCConnectionsInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*ListVPCConnectionsInput) SetMaxResults added in v1.42.9

SetMaxResults sets the MaxResults field's value.

func (*ListVPCConnectionsInput) SetNextToken added in v1.42.9

SetNextToken sets the NextToken field's value.

func (ListVPCConnectionsInput) String added in v1.42.9

func (s ListVPCConnectionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVPCConnectionsInput) Validate added in v1.42.9

func (s *ListVPCConnectionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListVPCConnectionsOutput added in v1.42.9

type ListVPCConnectionsOutput struct {

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// A VPCConnectionSummaries object that returns a summary of VPC connection
	// objects.
	VPCConnectionSummaries []*VPCConnectionSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListVPCConnectionsOutput) GoString added in v1.42.9

func (s ListVPCConnectionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVPCConnectionsOutput) SetNextToken added in v1.42.9

SetNextToken sets the NextToken field's value.

func (*ListVPCConnectionsOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*ListVPCConnectionsOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*ListVPCConnectionsOutput) SetVPCConnectionSummaries added in v1.42.9

func (s *ListVPCConnectionsOutput) SetVPCConnectionSummaries(v []*VPCConnectionSummary) *ListVPCConnectionsOutput

SetVPCConnectionSummaries sets the VPCConnectionSummaries field's value.

func (ListVPCConnectionsOutput) String added in v1.42.9

func (s ListVPCConnectionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LoadingAnimation added in v1.42.9

type LoadingAnimation struct {

	// The visibility configuration of LoadingAnimation.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The configuration of loading animation in free-form layout.

func (LoadingAnimation) GoString added in v1.42.9

func (s LoadingAnimation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LoadingAnimation) SetVisibility added in v1.42.9

func (s *LoadingAnimation) SetVisibility(v string) *LoadingAnimation

SetVisibility sets the Visibility field's value.

func (LoadingAnimation) String added in v1.42.9

func (s LoadingAnimation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LocalNavigationConfiguration added in v1.42.9

type LocalNavigationConfiguration struct {

	// The sheet that is targeted for navigation in the same analysis.
	//
	// TargetSheetId is a required field
	TargetSheetId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The navigation configuration for CustomActionNavigationOperation.

func (LocalNavigationConfiguration) GoString added in v1.42.9

func (s LocalNavigationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LocalNavigationConfiguration) SetTargetSheetId added in v1.42.9

SetTargetSheetId sets the TargetSheetId field's value.

func (LocalNavigationConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LocalNavigationConfiguration) Validate added in v1.42.9

func (s *LocalNavigationConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LogicalTable

type LogicalTable struct {

	// A display name for the logical table.
	//
	// Alias is a required field
	Alias *string `min:"1" type:"string" required:"true"`

	// Transform operations that act on this logical table. For this structure to
	// be valid, only one of the attributes can be non-null.
	DataTransforms []*TransformOperation `min:"1" type:"list"`

	// Source of this logical table.
	//
	// Source is a required field
	Source *LogicalTableSource `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A logical table is a unit that joins and that data transformations operate on. A logical table has a source, which can be either a physical table or result of a join. When a logical table points to a physical table, the logical table acts as a mutable copy of that physical table through transform operations.

func (LogicalTable) GoString

func (s LogicalTable) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogicalTable) SetAlias

func (s *LogicalTable) SetAlias(v string) *LogicalTable

SetAlias sets the Alias field's value.

func (*LogicalTable) SetDataTransforms

func (s *LogicalTable) SetDataTransforms(v []*TransformOperation) *LogicalTable

SetDataTransforms sets the DataTransforms field's value.

func (*LogicalTable) SetSource

func (s *LogicalTable) SetSource(v *LogicalTableSource) *LogicalTable

SetSource sets the Source field's value.

func (LogicalTable) String

func (s LogicalTable) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogicalTable) Validate

func (s *LogicalTable) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LogicalTableSource

type LogicalTableSource struct {

	// The Amazon Resource Number (ARN) of the parent dataset.
	DataSetArn *string `type:"string"`

	// Specifies the result of a join of two logical tables.
	JoinInstruction *JoinInstruction `type:"structure"`

	// Physical table ID.
	PhysicalTableId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

func (LogicalTableSource) GoString

func (s LogicalTableSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogicalTableSource) SetDataSetArn

func (s *LogicalTableSource) SetDataSetArn(v string) *LogicalTableSource

SetDataSetArn sets the DataSetArn field's value.

func (*LogicalTableSource) SetJoinInstruction

func (s *LogicalTableSource) SetJoinInstruction(v *JoinInstruction) *LogicalTableSource

SetJoinInstruction sets the JoinInstruction field's value.

func (*LogicalTableSource) SetPhysicalTableId

func (s *LogicalTableSource) SetPhysicalTableId(v string) *LogicalTableSource

SetPhysicalTableId sets the PhysicalTableId field's value.

func (LogicalTableSource) String

func (s LogicalTableSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogicalTableSource) Validate

func (s *LogicalTableSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LongFormatText added in v1.42.9

type LongFormatText struct {

	// Plain text format.
	PlainText *string `min:"1" type:"string"`

	// Rich text. Examples of rich text include bold, underline, and italics.
	RichText *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The text format for a subtitle.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (LongFormatText) GoString added in v1.42.9

func (s LongFormatText) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LongFormatText) SetPlainText added in v1.42.9

func (s *LongFormatText) SetPlainText(v string) *LongFormatText

SetPlainText sets the PlainText field's value.

func (*LongFormatText) SetRichText added in v1.42.9

func (s *LongFormatText) SetRichText(v string) *LongFormatText

SetRichText sets the RichText field's value.

func (LongFormatText) String added in v1.42.9

func (s LongFormatText) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LongFormatText) Validate added in v1.42.9

func (s *LongFormatText) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LookbackWindow added in v1.42.9

type LookbackWindow struct {

	// The name of the lookback window column.
	//
	// ColumnName is a required field
	ColumnName *string `type:"string" required:"true"`

	// The lookback window column size.
	//
	// Size is a required field
	Size *int64 `min:"1" type:"long" required:"true"`

	// The size unit that is used for the lookback window column. Valid values for
	// this structure are HOUR, DAY, and WEEK.
	//
	// SizeUnit is a required field
	SizeUnit *string `type:"string" required:"true" enum:"LookbackWindowSizeUnit"`
	// contains filtered or unexported fields
}

The lookback window setup of an incremental refresh configuration.

func (LookbackWindow) GoString added in v1.42.9

func (s LookbackWindow) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LookbackWindow) SetColumnName added in v1.42.9

func (s *LookbackWindow) SetColumnName(v string) *LookbackWindow

SetColumnName sets the ColumnName field's value.

func (*LookbackWindow) SetSize added in v1.42.9

func (s *LookbackWindow) SetSize(v int64) *LookbackWindow

SetSize sets the Size field's value.

func (*LookbackWindow) SetSizeUnit added in v1.42.9

func (s *LookbackWindow) SetSizeUnit(v string) *LookbackWindow

SetSizeUnit sets the SizeUnit field's value.

func (LookbackWindow) String added in v1.42.9

func (s LookbackWindow) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LookbackWindow) Validate added in v1.42.9

func (s *LookbackWindow) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ManifestFileLocation

type ManifestFileLocation struct {

	// Amazon S3 bucket.
	//
	// Bucket is a required field
	Bucket *string `min:"1" type:"string" required:"true"`

	// Amazon S3 key that identifies an object.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Amazon S3 manifest file location.

func (ManifestFileLocation) GoString

func (s ManifestFileLocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ManifestFileLocation) SetBucket

SetBucket sets the Bucket field's value.

func (*ManifestFileLocation) SetKey

SetKey sets the Key field's value.

func (ManifestFileLocation) String

func (s ManifestFileLocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ManifestFileLocation) Validate

func (s *ManifestFileLocation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MappedDataSetParameter added in v1.42.9

type MappedDataSetParameter struct {

	// A unique name that identifies a dataset within the analysis or dashboard.
	//
	// DataSetIdentifier is a required field
	DataSetIdentifier *string `min:"1" type:"string" required:"true"`

	// The name of the dataset parameter.
	//
	// DataSetParameterName is a required field
	DataSetParameterName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A dataset parameter that is mapped to an analysis parameter.

func (MappedDataSetParameter) GoString added in v1.42.9

func (s MappedDataSetParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MappedDataSetParameter) SetDataSetIdentifier added in v1.42.9

func (s *MappedDataSetParameter) SetDataSetIdentifier(v string) *MappedDataSetParameter

SetDataSetIdentifier sets the DataSetIdentifier field's value.

func (*MappedDataSetParameter) SetDataSetParameterName added in v1.42.9

func (s *MappedDataSetParameter) SetDataSetParameterName(v string) *MappedDataSetParameter

SetDataSetParameterName sets the DataSetParameterName field's value.

func (MappedDataSetParameter) String added in v1.42.9

func (s MappedDataSetParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MappedDataSetParameter) Validate added in v1.42.9

func (s *MappedDataSetParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MarginStyle

type MarginStyle struct {

	// This Boolean value controls whether to display sheet margins.
	Show *bool `type:"boolean"`
	// contains filtered or unexported fields
}

The display options for margins around the outside edge of sheets.

func (MarginStyle) GoString

func (s MarginStyle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MarginStyle) SetShow

func (s *MarginStyle) SetShow(v bool) *MarginStyle

SetShow sets the Show field's value.

func (MarginStyle) String

func (s MarginStyle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MariaDbParameters

type MariaDbParameters struct {

	// Database.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// Host.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// Port.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The parameters for MariaDB.

func (MariaDbParameters) GoString

func (s MariaDbParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MariaDbParameters) SetDatabase

func (s *MariaDbParameters) SetDatabase(v string) *MariaDbParameters

SetDatabase sets the Database field's value.

func (*MariaDbParameters) SetHost

SetHost sets the Host field's value.

func (*MariaDbParameters) SetPort

func (s *MariaDbParameters) SetPort(v int64) *MariaDbParameters

SetPort sets the Port field's value.

func (MariaDbParameters) String

func (s MariaDbParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MariaDbParameters) Validate

func (s *MariaDbParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MaximumLabelType added in v1.42.9

type MaximumLabelType struct {

	// The visibility of the maximum label.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The maximum label of a data path label.

func (MaximumLabelType) GoString added in v1.42.9

func (s MaximumLabelType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaximumLabelType) SetVisibility added in v1.42.9

func (s *MaximumLabelType) SetVisibility(v string) *MaximumLabelType

SetVisibility sets the Visibility field's value.

func (MaximumLabelType) String added in v1.42.9

func (s MaximumLabelType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MaximumMinimumComputation added in v1.42.9

type MaximumMinimumComputation struct {

	// The ID for a computation.
	//
	// ComputationId is a required field
	ComputationId *string `min:"1" type:"string" required:"true"`

	// The name of a computation.
	Name *string `type:"string"`

	// The time field that is used in a computation.
	//
	// Time is a required field
	Time *DimensionField `type:"structure" required:"true"`

	// The type of computation. Choose one of the following options:
	//
	//    * MAXIMUM: A maximum computation.
	//
	//    * MINIMUM: A minimum computation.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"MaximumMinimumComputationType"`

	// The value field that is used in a computation.
	Value *MeasureField `type:"structure"`
	// contains filtered or unexported fields
}

The maximum and minimum computation configuration.

func (MaximumMinimumComputation) GoString added in v1.42.9

func (s MaximumMinimumComputation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaximumMinimumComputation) SetComputationId added in v1.42.9

SetComputationId sets the ComputationId field's value.

func (*MaximumMinimumComputation) SetName added in v1.42.9

SetName sets the Name field's value.

func (*MaximumMinimumComputation) SetTime added in v1.42.9

SetTime sets the Time field's value.

func (*MaximumMinimumComputation) SetType added in v1.42.9

SetType sets the Type field's value.

func (*MaximumMinimumComputation) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (MaximumMinimumComputation) String added in v1.42.9

func (s MaximumMinimumComputation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaximumMinimumComputation) Validate added in v1.42.9

func (s *MaximumMinimumComputation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MeasureField added in v1.42.9

type MeasureField struct {

	// The calculated measure field only used in pivot tables.
	CalculatedMeasureField *CalculatedMeasureField `type:"structure"`

	// The measure type field with categorical type columns.
	CategoricalMeasureField *CategoricalMeasureField `type:"structure"`

	// The measure type field with date type columns.
	DateMeasureField *DateMeasureField `type:"structure"`

	// The measure type field with numerical type columns.
	NumericalMeasureField *NumericalMeasureField `type:"structure"`
	// contains filtered or unexported fields
}

The measure (metric) type field.

func (MeasureField) GoString added in v1.42.9

func (s MeasureField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MeasureField) SetCalculatedMeasureField added in v1.42.9

func (s *MeasureField) SetCalculatedMeasureField(v *CalculatedMeasureField) *MeasureField

SetCalculatedMeasureField sets the CalculatedMeasureField field's value.

func (*MeasureField) SetCategoricalMeasureField added in v1.42.9

func (s *MeasureField) SetCategoricalMeasureField(v *CategoricalMeasureField) *MeasureField

SetCategoricalMeasureField sets the CategoricalMeasureField field's value.

func (*MeasureField) SetDateMeasureField added in v1.42.9

func (s *MeasureField) SetDateMeasureField(v *DateMeasureField) *MeasureField

SetDateMeasureField sets the DateMeasureField field's value.

func (*MeasureField) SetNumericalMeasureField added in v1.42.9

func (s *MeasureField) SetNumericalMeasureField(v *NumericalMeasureField) *MeasureField

SetNumericalMeasureField sets the NumericalMeasureField field's value.

func (MeasureField) String added in v1.42.9

func (s MeasureField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MeasureField) Validate added in v1.42.9

func (s *MeasureField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MemberIdArnPair

type MemberIdArnPair struct {

	// The Amazon Resource Name (ARN) of the member.
	MemberArn *string `type:"string"`

	// The ID of the member.
	MemberId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

An object that consists of a member Amazon Resource Name (ARN) and a member ID.

func (MemberIdArnPair) GoString

func (s MemberIdArnPair) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MemberIdArnPair) SetMemberArn

func (s *MemberIdArnPair) SetMemberArn(v string) *MemberIdArnPair

SetMemberArn sets the MemberArn field's value.

func (*MemberIdArnPair) SetMemberId

func (s *MemberIdArnPair) SetMemberId(v string) *MemberIdArnPair

SetMemberId sets the MemberId field's value.

func (MemberIdArnPair) String

func (s MemberIdArnPair) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MetricComparisonComputation added in v1.42.9

type MetricComparisonComputation struct {

	// The ID for a computation.
	//
	// ComputationId is a required field
	ComputationId *string `min:"1" type:"string" required:"true"`

	// The field that is used in a metric comparison from value setup.
	//
	// FromValue is a required field
	FromValue *MeasureField `type:"structure" required:"true"`

	// The name of a computation.
	Name *string `type:"string"`

	// The field that is used in a metric comparison to value setup.
	//
	// TargetValue is a required field
	TargetValue *MeasureField `type:"structure" required:"true"`

	// The time field that is used in a computation.
	//
	// Time is a required field
	Time *DimensionField `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The metric comparison computation configuration.

func (MetricComparisonComputation) GoString added in v1.42.9

func (s MetricComparisonComputation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricComparisonComputation) SetComputationId added in v1.42.9

SetComputationId sets the ComputationId field's value.

func (*MetricComparisonComputation) SetFromValue added in v1.42.9

SetFromValue sets the FromValue field's value.

func (*MetricComparisonComputation) SetName added in v1.42.9

SetName sets the Name field's value.

func (*MetricComparisonComputation) SetTargetValue added in v1.42.9

SetTargetValue sets the TargetValue field's value.

func (*MetricComparisonComputation) SetTime added in v1.42.9

SetTime sets the Time field's value.

func (MetricComparisonComputation) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricComparisonComputation) Validate added in v1.42.9

func (s *MetricComparisonComputation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MinimumLabelType added in v1.42.9

type MinimumLabelType struct {

	// The visibility of the minimum label.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The minimum label of a data path label.

func (MinimumLabelType) GoString added in v1.42.9

func (s MinimumLabelType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MinimumLabelType) SetVisibility added in v1.42.9

func (s *MinimumLabelType) SetVisibility(v string) *MinimumLabelType

SetVisibility sets the Visibility field's value.

func (MinimumLabelType) String added in v1.42.9

func (s MinimumLabelType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MissingDataConfiguration added in v1.42.9

type MissingDataConfiguration struct {

	// The treatment option that determines how missing data should be rendered.
	// Choose from the following options:
	//
	//    * INTERPOLATE: Interpolate missing values between the prior and the next
	//    known value.
	//
	//    * SHOW_AS_ZERO: Show missing values as the value 0.
	//
	//    * SHOW_AS_BLANK: Display a blank space when rendering missing data.
	TreatmentOption *string `type:"string" enum:"MissingDataTreatmentOption"`
	// contains filtered or unexported fields
}

The configuration options that determine how missing data is treated during the rendering of a line chart.

func (MissingDataConfiguration) GoString added in v1.42.9

func (s MissingDataConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MissingDataConfiguration) SetTreatmentOption added in v1.42.9

func (s *MissingDataConfiguration) SetTreatmentOption(v string) *MissingDataConfiguration

SetTreatmentOption sets the TreatmentOption field's value.

func (MissingDataConfiguration) String added in v1.42.9

func (s MissingDataConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MySqlParameters

type MySqlParameters struct {

	// Database.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// Host.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// Port.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The parameters for MySQL.

func (MySqlParameters) GoString

func (s MySqlParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MySqlParameters) SetDatabase

func (s *MySqlParameters) SetDatabase(v string) *MySqlParameters

SetDatabase sets the Database field's value.

func (*MySqlParameters) SetHost

func (s *MySqlParameters) SetHost(v string) *MySqlParameters

SetHost sets the Host field's value.

func (*MySqlParameters) SetPort

func (s *MySqlParameters) SetPort(v int64) *MySqlParameters

SetPort sets the Port field's value.

func (MySqlParameters) String

func (s MySqlParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MySqlParameters) Validate

func (s *MySqlParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NamedEntityDefinition added in v1.42.9

type NamedEntityDefinition struct {

	// The name of the entity.
	FieldName *string `type:"string"`

	// The definition of a metric.
	Metric *NamedEntityDefinitionMetric `type:"structure"`

	// The property name to be used for the named entity.
	PropertyName *string `type:"string"`

	// The property role. Valid values for this structure are PRIMARY and ID.
	PropertyRole *string `type:"string" enum:"PropertyRole"`

	// The property usage. Valid values for this structure are INHERIT, DIMENSION,
	// and MEASURE.
	PropertyUsage *string `type:"string" enum:"PropertyUsage"`
	// contains filtered or unexported fields
}

A structure that represents a named entity.

func (NamedEntityDefinition) GoString added in v1.42.9

func (s NamedEntityDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NamedEntityDefinition) SetFieldName added in v1.42.9

SetFieldName sets the FieldName field's value.

func (*NamedEntityDefinition) SetMetric added in v1.42.9

SetMetric sets the Metric field's value.

func (*NamedEntityDefinition) SetPropertyName added in v1.42.9

func (s *NamedEntityDefinition) SetPropertyName(v string) *NamedEntityDefinition

SetPropertyName sets the PropertyName field's value.

func (*NamedEntityDefinition) SetPropertyRole added in v1.42.9

func (s *NamedEntityDefinition) SetPropertyRole(v string) *NamedEntityDefinition

SetPropertyRole sets the PropertyRole field's value.

func (*NamedEntityDefinition) SetPropertyUsage added in v1.42.9

func (s *NamedEntityDefinition) SetPropertyUsage(v string) *NamedEntityDefinition

SetPropertyUsage sets the PropertyUsage field's value.

func (NamedEntityDefinition) String added in v1.42.9

func (s NamedEntityDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NamedEntityDefinitionMetric added in v1.42.9

type NamedEntityDefinitionMetric struct {

	// The aggregation of a named entity. Valid values for this structure are SUM,
	// MIN, MAX, COUNT, AVERAGE, DISTINCT_COUNT, STDEV, STDEVP, VAR, VARP, PERCENTILE,
	// MEDIAN, and CUSTOM.
	Aggregation *string `type:"string" enum:"NamedEntityAggType"`

	// The additional parameters for an aggregation function.
	AggregationFunctionParameters map[string]*string `type:"map"`
	// contains filtered or unexported fields
}

A structure that represents a metric.

func (NamedEntityDefinitionMetric) GoString added in v1.42.9

func (s NamedEntityDefinitionMetric) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NamedEntityDefinitionMetric) SetAggregation added in v1.42.9

SetAggregation sets the Aggregation field's value.

func (*NamedEntityDefinitionMetric) SetAggregationFunctionParameters added in v1.42.9

func (s *NamedEntityDefinitionMetric) SetAggregationFunctionParameters(v map[string]*string) *NamedEntityDefinitionMetric

SetAggregationFunctionParameters sets the AggregationFunctionParameters field's value.

func (NamedEntityDefinitionMetric) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NamespaceError

type NamespaceError struct {

	// The message for the error.
	Message *string `type:"string"`

	// The error type.
	Type *string `type:"string" enum:"NamespaceErrorType"`
	// contains filtered or unexported fields
}

Errors that occur during namespace creation.

func (NamespaceError) GoString

func (s NamespaceError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NamespaceError) SetMessage

func (s *NamespaceError) SetMessage(v string) *NamespaceError

SetMessage sets the Message field's value.

func (*NamespaceError) SetType

func (s *NamespaceError) SetType(v string) *NamespaceError

SetType sets the Type field's value.

func (NamespaceError) String

func (s NamespaceError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NamespaceInfoV2

type NamespaceInfoV2 struct {

	// The namespace ARN.
	Arn *string `type:"string"`

	// The namespace Amazon Web Services Region.
	CapacityRegion *string `type:"string"`

	// The creation status of a namespace that is not yet completely created.
	CreationStatus *string `type:"string" enum:"NamespaceStatus"`

	// The identity store used for the namespace.
	IdentityStore *string `type:"string" enum:"IdentityStore"`

	// The name of the error.
	Name *string `type:"string"`

	// An error that occurred when the namespace was created.
	NamespaceError *NamespaceError `type:"structure"`
	// contains filtered or unexported fields
}

The error type.

func (NamespaceInfoV2) GoString

func (s NamespaceInfoV2) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NamespaceInfoV2) SetArn

func (s *NamespaceInfoV2) SetArn(v string) *NamespaceInfoV2

SetArn sets the Arn field's value.

func (*NamespaceInfoV2) SetCapacityRegion

func (s *NamespaceInfoV2) SetCapacityRegion(v string) *NamespaceInfoV2

SetCapacityRegion sets the CapacityRegion field's value.

func (*NamespaceInfoV2) SetCreationStatus

func (s *NamespaceInfoV2) SetCreationStatus(v string) *NamespaceInfoV2

SetCreationStatus sets the CreationStatus field's value.

func (*NamespaceInfoV2) SetIdentityStore

func (s *NamespaceInfoV2) SetIdentityStore(v string) *NamespaceInfoV2

SetIdentityStore sets the IdentityStore field's value.

func (*NamespaceInfoV2) SetName

func (s *NamespaceInfoV2) SetName(v string) *NamespaceInfoV2

SetName sets the Name field's value.

func (*NamespaceInfoV2) SetNamespaceError

func (s *NamespaceInfoV2) SetNamespaceError(v *NamespaceError) *NamespaceInfoV2

SetNamespaceError sets the NamespaceError field's value.

func (NamespaceInfoV2) String

func (s NamespaceInfoV2) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NegativeFormat added in v1.42.9

type NegativeFormat struct {

	// The prefix for a negative format.
	Prefix *string `type:"string"`

	// The suffix for a negative format.
	Suffix *string `type:"string"`
	// contains filtered or unexported fields
}

A structure that represents a negative format.

func (NegativeFormat) GoString added in v1.42.9

func (s NegativeFormat) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NegativeFormat) SetPrefix added in v1.42.9

func (s *NegativeFormat) SetPrefix(v string) *NegativeFormat

SetPrefix sets the Prefix field's value.

func (*NegativeFormat) SetSuffix added in v1.42.9

func (s *NegativeFormat) SetSuffix(v string) *NegativeFormat

SetSuffix sets the Suffix field's value.

func (NegativeFormat) String added in v1.42.9

func (s NegativeFormat) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NegativeValueConfiguration added in v1.42.9

type NegativeValueConfiguration struct {

	// Determines the display mode of the negative value configuration.
	//
	// DisplayMode is a required field
	DisplayMode *string `type:"string" required:"true" enum:"NegativeValueDisplayMode"`
	// contains filtered or unexported fields
}

The options that determine the negative value configuration.

func (NegativeValueConfiguration) GoString added in v1.42.9

func (s NegativeValueConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NegativeValueConfiguration) SetDisplayMode added in v1.42.9

SetDisplayMode sets the DisplayMode field's value.

func (NegativeValueConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NegativeValueConfiguration) Validate added in v1.42.9

func (s *NegativeValueConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NetworkInterface added in v1.42.9

type NetworkInterface struct {

	// The availability zone that the network interface resides in.
	AvailabilityZone *string `type:"string"`

	// An error message.
	ErrorMessage *string `type:"string"`

	// The network interface ID.
	NetworkInterfaceId *string `type:"string"`

	// The status of the network interface.
	Status *string `type:"string" enum:"NetworkInterfaceStatus"`

	// The subnet ID associated with the network interface.
	SubnetId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The structure that contains information about a network interface.

func (NetworkInterface) GoString added in v1.42.9

func (s NetworkInterface) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NetworkInterface) SetAvailabilityZone added in v1.42.9

func (s *NetworkInterface) SetAvailabilityZone(v string) *NetworkInterface

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*NetworkInterface) SetErrorMessage added in v1.42.9

func (s *NetworkInterface) SetErrorMessage(v string) *NetworkInterface

SetErrorMessage sets the ErrorMessage field's value.

func (*NetworkInterface) SetNetworkInterfaceId added in v1.42.9

func (s *NetworkInterface) SetNetworkInterfaceId(v string) *NetworkInterface

SetNetworkInterfaceId sets the NetworkInterfaceId field's value.

func (*NetworkInterface) SetStatus added in v1.42.9

func (s *NetworkInterface) SetStatus(v string) *NetworkInterface

SetStatus sets the Status field's value.

func (*NetworkInterface) SetSubnetId added in v1.42.9

func (s *NetworkInterface) SetSubnetId(v string) *NetworkInterface

SetSubnetId sets the SubnetId field's value.

func (NetworkInterface) String added in v1.42.9

func (s NetworkInterface) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NewDefaultValues added in v1.42.9

type NewDefaultValues struct {

	// A list of static default values for a given date time parameter.
	DateTimeStaticValues []*time.Time `min:"1" type:"list"`

	// A list of static default values for a given decimal parameter.
	DecimalStaticValues []*float64 `min:"1" type:"list"`

	// A list of static default values for a given integer parameter.
	IntegerStaticValues []*int64 `min:"1" type:"list"`

	// A list of static default values for a given string parameter.
	StringStaticValues []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The configuration that overrides the existing default values for a dataset parameter that is inherited from another dataset.

func (NewDefaultValues) GoString added in v1.42.9

func (s NewDefaultValues) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NewDefaultValues) SetDateTimeStaticValues added in v1.42.9

func (s *NewDefaultValues) SetDateTimeStaticValues(v []*time.Time) *NewDefaultValues

SetDateTimeStaticValues sets the DateTimeStaticValues field's value.

func (*NewDefaultValues) SetDecimalStaticValues added in v1.42.9

func (s *NewDefaultValues) SetDecimalStaticValues(v []*float64) *NewDefaultValues

SetDecimalStaticValues sets the DecimalStaticValues field's value.

func (*NewDefaultValues) SetIntegerStaticValues added in v1.42.9

func (s *NewDefaultValues) SetIntegerStaticValues(v []*int64) *NewDefaultValues

SetIntegerStaticValues sets the IntegerStaticValues field's value.

func (*NewDefaultValues) SetStringStaticValues added in v1.42.9

func (s *NewDefaultValues) SetStringStaticValues(v []*string) *NewDefaultValues

SetStringStaticValues sets the StringStaticValues field's value.

func (NewDefaultValues) String added in v1.42.9

func (s NewDefaultValues) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NewDefaultValues) Validate added in v1.42.9

func (s *NewDefaultValues) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NullValueFormatConfiguration added in v1.42.9

type NullValueFormatConfiguration struct {

	// Determines the null string of null values.
	//
	// NullString is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by NullValueFormatConfiguration's
	// String and GoString methods.
	//
	// NullString is a required field
	NullString *string `min:"1" type:"string" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

The options that determine the null value format configuration.

func (NullValueFormatConfiguration) GoString added in v1.42.9

func (s NullValueFormatConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NullValueFormatConfiguration) SetNullString added in v1.42.9

SetNullString sets the NullString field's value.

func (NullValueFormatConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NullValueFormatConfiguration) Validate added in v1.42.9

func (s *NullValueFormatConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NumberDisplayFormatConfiguration added in v1.42.9

type NumberDisplayFormatConfiguration struct {

	// The option that determines the decimal places configuration.
	DecimalPlacesConfiguration *DecimalPlacesConfiguration `type:"structure"`

	// The options that determine the negative value configuration.
	NegativeValueConfiguration *NegativeValueConfiguration `type:"structure"`

	// The options that determine the null value format configuration.
	NullValueFormatConfiguration *NullValueFormatConfiguration `type:"structure"`

	// Determines the number scale value of the number format.
	NumberScale *string `type:"string" enum:"NumberScale"`

	// Determines the prefix value of the number format.
	//
	// Prefix is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by NumberDisplayFormatConfiguration's
	// String and GoString methods.
	Prefix *string `min:"1" type:"string" sensitive:"true"`

	// The options that determine the numeric separator configuration.
	SeparatorConfiguration *NumericSeparatorConfiguration `type:"structure"`

	// Determines the suffix value of the number format.
	//
	// Suffix is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by NumberDisplayFormatConfiguration's
	// String and GoString methods.
	Suffix *string `min:"1" type:"string" sensitive:"true"`
	// contains filtered or unexported fields
}

The options that determine the number display format configuration.

func (NumberDisplayFormatConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumberDisplayFormatConfiguration) SetDecimalPlacesConfiguration added in v1.42.9

SetDecimalPlacesConfiguration sets the DecimalPlacesConfiguration field's value.

func (*NumberDisplayFormatConfiguration) SetNegativeValueConfiguration added in v1.42.9

SetNegativeValueConfiguration sets the NegativeValueConfiguration field's value.

func (*NumberDisplayFormatConfiguration) SetNullValueFormatConfiguration added in v1.42.9

SetNullValueFormatConfiguration sets the NullValueFormatConfiguration field's value.

func (*NumberDisplayFormatConfiguration) SetNumberScale added in v1.42.9

SetNumberScale sets the NumberScale field's value.

func (*NumberDisplayFormatConfiguration) SetPrefix added in v1.42.9

SetPrefix sets the Prefix field's value.

func (*NumberDisplayFormatConfiguration) SetSeparatorConfiguration added in v1.42.9

SetSeparatorConfiguration sets the SeparatorConfiguration field's value.

func (*NumberDisplayFormatConfiguration) SetSuffix added in v1.42.9

SetSuffix sets the Suffix field's value.

func (NumberDisplayFormatConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumberDisplayFormatConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type NumberFormatConfiguration added in v1.42.9

type NumberFormatConfiguration struct {

	// The options that determine the numeric format configuration.
	FormatConfiguration *NumericFormatConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

Formatting configuration for number fields.

func (NumberFormatConfiguration) GoString added in v1.42.9

func (s NumberFormatConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumberFormatConfiguration) SetFormatConfiguration added in v1.42.9

SetFormatConfiguration sets the FormatConfiguration field's value.

func (NumberFormatConfiguration) String added in v1.42.9

func (s NumberFormatConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumberFormatConfiguration) Validate added in v1.42.9

func (s *NumberFormatConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NumericAxisOptions added in v1.42.9

type NumericAxisOptions struct {

	// The range setup of a numeric axis.
	Range *AxisDisplayRange `type:"structure"`

	// The scale setup of a numeric axis.
	Scale *AxisScale `type:"structure"`
	// contains filtered or unexported fields
}

The options for an axis with a numeric field.

func (NumericAxisOptions) GoString added in v1.42.9

func (s NumericAxisOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericAxisOptions) SetRange added in v1.42.9

SetRange sets the Range field's value.

func (*NumericAxisOptions) SetScale added in v1.42.9

SetScale sets the Scale field's value.

func (NumericAxisOptions) String added in v1.42.9

func (s NumericAxisOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NumericEqualityDrillDownFilter added in v1.42.9

type NumericEqualityDrillDownFilter struct {

	// The column that the filter is applied to.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The value of the double input numeric drill down filter.
	//
	// Value is a required field
	Value *float64 `type:"double" required:"true"`
	// contains filtered or unexported fields
}

The category drill down filter.

func (NumericEqualityDrillDownFilter) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericEqualityDrillDownFilter) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*NumericEqualityDrillDownFilter) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (NumericEqualityDrillDownFilter) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericEqualityDrillDownFilter) Validate added in v1.42.9

func (s *NumericEqualityDrillDownFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NumericEqualityFilter added in v1.42.9

type NumericEqualityFilter struct {

	// The aggregation function of the filter.
	AggregationFunction *AggregationFunction `type:"structure"`

	// The column that the filter is applied to.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// An identifier that uniquely identifies a filter within a dashboard, analysis,
	// or template.
	//
	// FilterId is a required field
	FilterId *string `min:"1" type:"string" required:"true"`

	// The match operator that is used to determine if a filter should be applied.
	//
	// MatchOperator is a required field
	MatchOperator *string `type:"string" required:"true" enum:"NumericEqualityMatchOperator"`

	// This option determines how null values should be treated when filtering data.
	//
	//    * ALL_VALUES: Include null values in filtered results.
	//
	//    * NULLS_ONLY: Only include null values in filtered results.
	//
	//    * NON_NULLS_ONLY: Exclude null values from filtered results.
	//
	// NullOption is a required field
	NullOption *string `type:"string" required:"true" enum:"FilterNullOption"`

	// The parameter whose value should be used for the filter value.
	ParameterName *string `min:"1" type:"string"`

	// Select all of the values. Null is not the assigned value of select all.
	//
	//    * FILTER_ALL_VALUES
	SelectAllOptions *string `type:"string" enum:"NumericFilterSelectAllOptions"`

	// The input value.
	Value *float64 `type:"double"`
	// contains filtered or unexported fields
}

A NumericEqualityFilter filters values that are equal to the specified value.

func (NumericEqualityFilter) GoString added in v1.42.9

func (s NumericEqualityFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericEqualityFilter) SetAggregationFunction added in v1.42.9

func (s *NumericEqualityFilter) SetAggregationFunction(v *AggregationFunction) *NumericEqualityFilter

SetAggregationFunction sets the AggregationFunction field's value.

func (*NumericEqualityFilter) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*NumericEqualityFilter) SetFilterId added in v1.42.9

SetFilterId sets the FilterId field's value.

func (*NumericEqualityFilter) SetMatchOperator added in v1.42.9

func (s *NumericEqualityFilter) SetMatchOperator(v string) *NumericEqualityFilter

SetMatchOperator sets the MatchOperator field's value.

func (*NumericEqualityFilter) SetNullOption added in v1.42.9

func (s *NumericEqualityFilter) SetNullOption(v string) *NumericEqualityFilter

SetNullOption sets the NullOption field's value.

func (*NumericEqualityFilter) SetParameterName added in v1.42.9

func (s *NumericEqualityFilter) SetParameterName(v string) *NumericEqualityFilter

SetParameterName sets the ParameterName field's value.

func (*NumericEqualityFilter) SetSelectAllOptions added in v1.42.9

func (s *NumericEqualityFilter) SetSelectAllOptions(v string) *NumericEqualityFilter

SetSelectAllOptions sets the SelectAllOptions field's value.

func (*NumericEqualityFilter) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (NumericEqualityFilter) String added in v1.42.9

func (s NumericEqualityFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericEqualityFilter) Validate added in v1.42.9

func (s *NumericEqualityFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NumericFormatConfiguration added in v1.42.9

type NumericFormatConfiguration struct {

	// The options that determine the currency display format configuration.
	CurrencyDisplayFormatConfiguration *CurrencyDisplayFormatConfiguration `type:"structure"`

	// The options that determine the number display format configuration.
	NumberDisplayFormatConfiguration *NumberDisplayFormatConfiguration `type:"structure"`

	// The options that determine the percentage display format configuration.
	PercentageDisplayFormatConfiguration *PercentageDisplayFormatConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The options that determine the numeric format configuration.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (NumericFormatConfiguration) GoString added in v1.42.9

func (s NumericFormatConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericFormatConfiguration) SetCurrencyDisplayFormatConfiguration added in v1.42.9

SetCurrencyDisplayFormatConfiguration sets the CurrencyDisplayFormatConfiguration field's value.

func (*NumericFormatConfiguration) SetNumberDisplayFormatConfiguration added in v1.42.9

SetNumberDisplayFormatConfiguration sets the NumberDisplayFormatConfiguration field's value.

func (*NumericFormatConfiguration) SetPercentageDisplayFormatConfiguration added in v1.42.9

func (s *NumericFormatConfiguration) SetPercentageDisplayFormatConfiguration(v *PercentageDisplayFormatConfiguration) *NumericFormatConfiguration

SetPercentageDisplayFormatConfiguration sets the PercentageDisplayFormatConfiguration field's value.

func (NumericFormatConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericFormatConfiguration) Validate added in v1.42.9

func (s *NumericFormatConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NumericRangeFilter added in v1.42.9

type NumericRangeFilter struct {

	// The aggregation function of the filter.
	AggregationFunction *AggregationFunction `type:"structure"`

	// The column that the filter is applied to.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// An identifier that uniquely identifies a filter within a dashboard, analysis,
	// or template.
	//
	// FilterId is a required field
	FilterId *string `min:"1" type:"string" required:"true"`

	// Determines whether the maximum value in the filter value range should be
	// included in the filtered results.
	IncludeMaximum *bool `type:"boolean"`

	// Determines whether the minimum value in the filter value range should be
	// included in the filtered results.
	IncludeMinimum *bool `type:"boolean"`

	// This option determines how null values should be treated when filtering data.
	//
	//    * ALL_VALUES: Include null values in filtered results.
	//
	//    * NULLS_ONLY: Only include null values in filtered results.
	//
	//    * NON_NULLS_ONLY: Exclude null values from filtered results.
	//
	// NullOption is a required field
	NullOption *string `type:"string" required:"true" enum:"FilterNullOption"`

	// The maximum value for the filter value range.
	RangeMaximum *NumericRangeFilterValue `type:"structure"`

	// The minimum value for the filter value range.
	RangeMinimum *NumericRangeFilterValue `type:"structure"`

	// Select all of the values. Null is not the assigned value of select all.
	//
	//    * FILTER_ALL_VALUES
	SelectAllOptions *string `type:"string" enum:"NumericFilterSelectAllOptions"`
	// contains filtered or unexported fields
}

A NumericRangeFilter filters values that are within the value range.

func (NumericRangeFilter) GoString added in v1.42.9

func (s NumericRangeFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericRangeFilter) SetAggregationFunction added in v1.42.9

func (s *NumericRangeFilter) SetAggregationFunction(v *AggregationFunction) *NumericRangeFilter

SetAggregationFunction sets the AggregationFunction field's value.

func (*NumericRangeFilter) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*NumericRangeFilter) SetFilterId added in v1.42.9

func (s *NumericRangeFilter) SetFilterId(v string) *NumericRangeFilter

SetFilterId sets the FilterId field's value.

func (*NumericRangeFilter) SetIncludeMaximum added in v1.42.9

func (s *NumericRangeFilter) SetIncludeMaximum(v bool) *NumericRangeFilter

SetIncludeMaximum sets the IncludeMaximum field's value.

func (*NumericRangeFilter) SetIncludeMinimum added in v1.42.9

func (s *NumericRangeFilter) SetIncludeMinimum(v bool) *NumericRangeFilter

SetIncludeMinimum sets the IncludeMinimum field's value.

func (*NumericRangeFilter) SetNullOption added in v1.42.9

func (s *NumericRangeFilter) SetNullOption(v string) *NumericRangeFilter

SetNullOption sets the NullOption field's value.

func (*NumericRangeFilter) SetRangeMaximum added in v1.42.9

SetRangeMaximum sets the RangeMaximum field's value.

func (*NumericRangeFilter) SetRangeMinimum added in v1.42.9

SetRangeMinimum sets the RangeMinimum field's value.

func (*NumericRangeFilter) SetSelectAllOptions added in v1.42.9

func (s *NumericRangeFilter) SetSelectAllOptions(v string) *NumericRangeFilter

SetSelectAllOptions sets the SelectAllOptions field's value.

func (NumericRangeFilter) String added in v1.42.9

func (s NumericRangeFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericRangeFilter) Validate added in v1.42.9

func (s *NumericRangeFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NumericRangeFilterValue added in v1.42.9

type NumericRangeFilterValue struct {

	// The parameter that is used in the numeric range.
	Parameter *string `min:"1" type:"string"`

	// The static value of the numeric range filter.
	StaticValue *float64 `type:"double"`
	// contains filtered or unexported fields
}

The value input pf the numeric range filter.

func (NumericRangeFilterValue) GoString added in v1.42.9

func (s NumericRangeFilterValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericRangeFilterValue) SetParameter added in v1.42.9

SetParameter sets the Parameter field's value.

func (*NumericRangeFilterValue) SetStaticValue added in v1.42.9

SetStaticValue sets the StaticValue field's value.

func (NumericRangeFilterValue) String added in v1.42.9

func (s NumericRangeFilterValue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericRangeFilterValue) Validate added in v1.42.9

func (s *NumericRangeFilterValue) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NumericSeparatorConfiguration added in v1.42.9

type NumericSeparatorConfiguration struct {

	// Determines the decimal separator.
	DecimalSeparator *string `type:"string" enum:"NumericSeparatorSymbol"`

	// The options that determine the thousands separator configuration.
	ThousandsSeparator *ThousandSeparatorOptions `type:"structure"`
	// contains filtered or unexported fields
}

The options that determine the numeric separator configuration.

func (NumericSeparatorConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericSeparatorConfiguration) SetDecimalSeparator added in v1.42.9

SetDecimalSeparator sets the DecimalSeparator field's value.

func (*NumericSeparatorConfiguration) SetThousandsSeparator added in v1.42.9

SetThousandsSeparator sets the ThousandsSeparator field's value.

func (NumericSeparatorConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NumericalAggregationFunction added in v1.42.9

type NumericalAggregationFunction struct {

	// An aggregation based on the percentile of values in a dimension or measure.
	PercentileAggregation *PercentileAggregation `type:"structure"`

	// Built-in aggregation functions for numerical values.
	//
	//    * SUM: The sum of a dimension or measure.
	//
	//    * AVERAGE: The average of a dimension or measure.
	//
	//    * MIN: The minimum value of a dimension or measure.
	//
	//    * MAX: The maximum value of a dimension or measure.
	//
	//    * COUNT: The count of a dimension or measure.
	//
	//    * DISTINCT_COUNT: The count of distinct values in a dimension or measure.
	//
	//    * VAR: The variance of a dimension or measure.
	//
	//    * VARP: The partitioned variance of a dimension or measure.
	//
	//    * STDEV: The standard deviation of a dimension or measure.
	//
	//    * STDEVP: The partitioned standard deviation of a dimension or measure.
	//
	//    * MEDIAN: The median value of a dimension or measure.
	SimpleNumericalAggregation *string `type:"string" enum:"SimpleNumericalAggregationFunction"`
	// contains filtered or unexported fields
}

Aggregation for numerical values.

func (NumericalAggregationFunction) GoString added in v1.42.9

func (s NumericalAggregationFunction) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericalAggregationFunction) SetPercentileAggregation added in v1.42.9

SetPercentileAggregation sets the PercentileAggregation field's value.

func (*NumericalAggregationFunction) SetSimpleNumericalAggregation added in v1.42.9

func (s *NumericalAggregationFunction) SetSimpleNumericalAggregation(v string) *NumericalAggregationFunction

SetSimpleNumericalAggregation sets the SimpleNumericalAggregation field's value.

func (NumericalAggregationFunction) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NumericalDimensionField added in v1.42.9

type NumericalDimensionField struct {

	// The column that is used in the NumericalDimensionField.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The custom field ID.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The format configuration of the field.
	FormatConfiguration *NumberFormatConfiguration `type:"structure"`

	// The custom hierarchy ID.
	HierarchyId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The dimension type field with numerical type columns.

func (NumericalDimensionField) GoString added in v1.42.9

func (s NumericalDimensionField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericalDimensionField) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*NumericalDimensionField) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (*NumericalDimensionField) SetFormatConfiguration added in v1.42.9

SetFormatConfiguration sets the FormatConfiguration field's value.

func (*NumericalDimensionField) SetHierarchyId added in v1.42.9

SetHierarchyId sets the HierarchyId field's value.

func (NumericalDimensionField) String added in v1.42.9

func (s NumericalDimensionField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericalDimensionField) Validate added in v1.42.9

func (s *NumericalDimensionField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NumericalMeasureField added in v1.42.9

type NumericalMeasureField struct {

	// The aggregation function of the measure field.
	AggregationFunction *NumericalAggregationFunction `type:"structure"`

	// The column that is used in the NumericalMeasureField.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The custom field ID.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The format configuration of the field.
	FormatConfiguration *NumberFormatConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The measure type field with numerical type columns.

func (NumericalMeasureField) GoString added in v1.42.9

func (s NumericalMeasureField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericalMeasureField) SetAggregationFunction added in v1.42.9

SetAggregationFunction sets the AggregationFunction field's value.

func (*NumericalMeasureField) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*NumericalMeasureField) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (*NumericalMeasureField) SetFormatConfiguration added in v1.42.9

SetFormatConfiguration sets the FormatConfiguration field's value.

func (NumericalMeasureField) String added in v1.42.9

func (s NumericalMeasureField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NumericalMeasureField) Validate added in v1.42.9

func (s *NumericalMeasureField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OracleParameters

type OracleParameters struct {

	// The database.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// An Oracle host.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// The port.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The parameters for Oracle.

func (OracleParameters) GoString

func (s OracleParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OracleParameters) SetDatabase

func (s *OracleParameters) SetDatabase(v string) *OracleParameters

SetDatabase sets the Database field's value.

func (*OracleParameters) SetHost

func (s *OracleParameters) SetHost(v string) *OracleParameters

SetHost sets the Host field's value.

func (*OracleParameters) SetPort

func (s *OracleParameters) SetPort(v int64) *OracleParameters

SetPort sets the Port field's value.

func (OracleParameters) String

func (s OracleParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OracleParameters) Validate

func (s *OracleParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OutputColumn

type OutputColumn struct {

	// A description for a column.
	Description *string `type:"string"`

	// A display name for the dataset.
	Name *string `min:"1" type:"string"`

	// The type.
	Type *string `type:"string" enum:"ColumnDataType"`
	// contains filtered or unexported fields
}

Output column.

func (OutputColumn) GoString

func (s OutputColumn) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutputColumn) SetDescription

func (s *OutputColumn) SetDescription(v string) *OutputColumn

SetDescription sets the Description field's value.

func (*OutputColumn) SetName

func (s *OutputColumn) SetName(v string) *OutputColumn

SetName sets the Name field's value.

func (*OutputColumn) SetType

func (s *OutputColumn) SetType(v string) *OutputColumn

SetType sets the Type field's value.

func (OutputColumn) String

func (s OutputColumn) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OverrideDatasetParameterOperation added in v1.42.9

type OverrideDatasetParameterOperation struct {

	// The new default values for the parameter.
	NewDefaultValues *NewDefaultValues `type:"structure"`

	// The new name for the parameter.
	NewParameterName *string `min:"1" type:"string"`

	// The name of the parameter to be overridden with different values.
	//
	// ParameterName is a required field
	ParameterName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A transform operation that overrides the dataset parameter values that are defined in another dataset.

func (OverrideDatasetParameterOperation) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OverrideDatasetParameterOperation) SetNewDefaultValues added in v1.42.9

SetNewDefaultValues sets the NewDefaultValues field's value.

func (*OverrideDatasetParameterOperation) SetNewParameterName added in v1.42.9

SetNewParameterName sets the NewParameterName field's value.

func (*OverrideDatasetParameterOperation) SetParameterName added in v1.42.9

SetParameterName sets the ParameterName field's value.

func (OverrideDatasetParameterOperation) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OverrideDatasetParameterOperation) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type PaginationConfiguration added in v1.42.9

type PaginationConfiguration struct {

	// Indicates the page number.
	//
	// PageNumber is a required field
	PageNumber *int64 `type:"long" required:"true"`

	// Indicates how many items render in one page.
	//
	// PageSize is a required field
	PageSize *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

The pagination configuration for a table visual or boxplot.

func (PaginationConfiguration) GoString added in v1.42.9

func (s PaginationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PaginationConfiguration) SetPageNumber added in v1.42.9

SetPageNumber sets the PageNumber field's value.

func (*PaginationConfiguration) SetPageSize added in v1.42.9

SetPageSize sets the PageSize field's value.

func (PaginationConfiguration) String added in v1.42.9

func (s PaginationConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PaginationConfiguration) Validate added in v1.42.9

func (s *PaginationConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PanelConfiguration added in v1.42.9

type PanelConfiguration struct {

	// Sets the background color for each panel.
	BackgroundColor *string `type:"string"`

	// Determines whether or not a background for each small multiples panel is
	// rendered.
	BackgroundVisibility *string `type:"string" enum:"Visibility"`

	// Sets the line color of panel borders.
	BorderColor *string `type:"string"`

	// Sets the line style of panel borders.
	BorderStyle *string `type:"string" enum:"PanelBorderStyle"`

	// Sets the line thickness of panel borders.
	BorderThickness *string `type:"string"`

	// Determines whether or not each panel displays a border.
	BorderVisibility *string `type:"string" enum:"Visibility"`

	// Sets the total amount of negative space to display between sibling panels.
	GutterSpacing *string `type:"string"`

	// Determines whether or not negative space between sibling panels is rendered.
	GutterVisibility *string `type:"string" enum:"Visibility"`

	// Configures the title display within each small multiples panel.
	Title *PanelTitleOptions `type:"structure"`
	// contains filtered or unexported fields
}

A collection of options that configure how each panel displays in a small multiples chart.

func (PanelConfiguration) GoString added in v1.42.9

func (s PanelConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PanelConfiguration) SetBackgroundColor added in v1.42.9

func (s *PanelConfiguration) SetBackgroundColor(v string) *PanelConfiguration

SetBackgroundColor sets the BackgroundColor field's value.

func (*PanelConfiguration) SetBackgroundVisibility added in v1.42.9

func (s *PanelConfiguration) SetBackgroundVisibility(v string) *PanelConfiguration

SetBackgroundVisibility sets the BackgroundVisibility field's value.

func (*PanelConfiguration) SetBorderColor added in v1.42.9

func (s *PanelConfiguration) SetBorderColor(v string) *PanelConfiguration

SetBorderColor sets the BorderColor field's value.

func (*PanelConfiguration) SetBorderStyle added in v1.42.9

func (s *PanelConfiguration) SetBorderStyle(v string) *PanelConfiguration

SetBorderStyle sets the BorderStyle field's value.

func (*PanelConfiguration) SetBorderThickness added in v1.42.9

func (s *PanelConfiguration) SetBorderThickness(v string) *PanelConfiguration

SetBorderThickness sets the BorderThickness field's value.

func (*PanelConfiguration) SetBorderVisibility added in v1.42.9

func (s *PanelConfiguration) SetBorderVisibility(v string) *PanelConfiguration

SetBorderVisibility sets the BorderVisibility field's value.

func (*PanelConfiguration) SetGutterSpacing added in v1.42.9

func (s *PanelConfiguration) SetGutterSpacing(v string) *PanelConfiguration

SetGutterSpacing sets the GutterSpacing field's value.

func (*PanelConfiguration) SetGutterVisibility added in v1.42.9

func (s *PanelConfiguration) SetGutterVisibility(v string) *PanelConfiguration

SetGutterVisibility sets the GutterVisibility field's value.

func (*PanelConfiguration) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (PanelConfiguration) String added in v1.42.9

func (s PanelConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PanelTitleOptions added in v1.42.9

type PanelTitleOptions struct {

	// Configures the display properties of the given text.
	FontConfiguration *FontConfiguration `type:"structure"`

	// Sets the horizontal text alignment of the title within each panel.
	HorizontalTextAlignment *string `type:"string" enum:"HorizontalTextAlignment"`

	// Determines whether or not panel titles are displayed.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The options that determine the title styles for each small multiples panel.

func (PanelTitleOptions) GoString added in v1.42.9

func (s PanelTitleOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PanelTitleOptions) SetFontConfiguration added in v1.42.9

func (s *PanelTitleOptions) SetFontConfiguration(v *FontConfiguration) *PanelTitleOptions

SetFontConfiguration sets the FontConfiguration field's value.

func (*PanelTitleOptions) SetHorizontalTextAlignment added in v1.42.9

func (s *PanelTitleOptions) SetHorizontalTextAlignment(v string) *PanelTitleOptions

SetHorizontalTextAlignment sets the HorizontalTextAlignment field's value.

func (*PanelTitleOptions) SetVisibility added in v1.42.9

func (s *PanelTitleOptions) SetVisibility(v string) *PanelTitleOptions

SetVisibility sets the Visibility field's value.

func (PanelTitleOptions) String added in v1.42.9

func (s PanelTitleOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterControl added in v1.42.9

type ParameterControl struct {

	// A control from a date parameter that specifies date and time.
	DateTimePicker *ParameterDateTimePickerControl `type:"structure"`

	// A control to display a dropdown list with buttons that are used to select
	// a single value.
	Dropdown *ParameterDropDownControl `type:"structure"`

	// A control to display a list with buttons or boxes that are used to select
	// either a single value or multiple values.
	List *ParameterListControl `type:"structure"`

	// A control to display a horizontal toggle bar. This is used to change a value
	// by sliding the toggle.
	Slider *ParameterSliderControl `type:"structure"`

	// A control to display a text box that is used to enter multiple entries.
	TextArea *ParameterTextAreaControl `type:"structure"`

	// A control to display a text box that is used to enter a single entry.
	TextField *ParameterTextFieldControl `type:"structure"`
	// contains filtered or unexported fields
}

The control of a parameter that users can interact with in a dashboard or an analysis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (ParameterControl) GoString added in v1.42.9

func (s ParameterControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterControl) SetDateTimePicker added in v1.42.9

SetDateTimePicker sets the DateTimePicker field's value.

func (*ParameterControl) SetDropdown added in v1.42.9

SetDropdown sets the Dropdown field's value.

func (*ParameterControl) SetList added in v1.42.9

SetList sets the List field's value.

func (*ParameterControl) SetSlider added in v1.42.9

SetSlider sets the Slider field's value.

func (*ParameterControl) SetTextArea added in v1.42.9

SetTextArea sets the TextArea field's value.

func (*ParameterControl) SetTextField added in v1.42.9

SetTextField sets the TextField field's value.

func (ParameterControl) String added in v1.42.9

func (s ParameterControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterControl) Validate added in v1.42.9

func (s *ParameterControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParameterDateTimePickerControl added in v1.42.9

type ParameterDateTimePickerControl struct {

	// The display options of a control.
	DisplayOptions *DateTimePickerControlDisplayOptions `type:"structure"`

	// The ID of the ParameterDateTimePickerControl.
	//
	// ParameterControlId is a required field
	ParameterControlId *string `min:"1" type:"string" required:"true"`

	// The name of the ParameterDateTimePickerControl.
	//
	// SourceParameterName is a required field
	SourceParameterName *string `min:"1" type:"string" required:"true"`

	// The title of the ParameterDateTimePickerControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A control from a date parameter that specifies date and time.

func (ParameterDateTimePickerControl) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterDateTimePickerControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*ParameterDateTimePickerControl) SetParameterControlId added in v1.42.9

SetParameterControlId sets the ParameterControlId field's value.

func (*ParameterDateTimePickerControl) SetSourceParameterName added in v1.42.9

SetSourceParameterName sets the SourceParameterName field's value.

func (*ParameterDateTimePickerControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (ParameterDateTimePickerControl) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterDateTimePickerControl) Validate added in v1.42.9

func (s *ParameterDateTimePickerControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParameterDeclaration added in v1.42.9

type ParameterDeclaration struct {

	// A parameter declaration for the DateTime data type.
	DateTimeParameterDeclaration *DateTimeParameterDeclaration `type:"structure"`

	// A parameter declaration for the Decimal data type.
	DecimalParameterDeclaration *DecimalParameterDeclaration `type:"structure"`

	// A parameter declaration for the Integer data type.
	IntegerParameterDeclaration *IntegerParameterDeclaration `type:"structure"`

	// A parameter declaration for the String data type.
	StringParameterDeclaration *StringParameterDeclaration `type:"structure"`
	// contains filtered or unexported fields
}

The declaration definition of a parameter.

For more information, see Parameters in Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the Amazon QuickSight User Guide.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (ParameterDeclaration) GoString added in v1.42.9

func (s ParameterDeclaration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterDeclaration) SetDateTimeParameterDeclaration added in v1.42.9

func (s *ParameterDeclaration) SetDateTimeParameterDeclaration(v *DateTimeParameterDeclaration) *ParameterDeclaration

SetDateTimeParameterDeclaration sets the DateTimeParameterDeclaration field's value.

func (*ParameterDeclaration) SetDecimalParameterDeclaration added in v1.42.9

func (s *ParameterDeclaration) SetDecimalParameterDeclaration(v *DecimalParameterDeclaration) *ParameterDeclaration

SetDecimalParameterDeclaration sets the DecimalParameterDeclaration field's value.

func (*ParameterDeclaration) SetIntegerParameterDeclaration added in v1.42.9

func (s *ParameterDeclaration) SetIntegerParameterDeclaration(v *IntegerParameterDeclaration) *ParameterDeclaration

SetIntegerParameterDeclaration sets the IntegerParameterDeclaration field's value.

func (*ParameterDeclaration) SetStringParameterDeclaration added in v1.42.9

func (s *ParameterDeclaration) SetStringParameterDeclaration(v *StringParameterDeclaration) *ParameterDeclaration

SetStringParameterDeclaration sets the StringParameterDeclaration field's value.

func (ParameterDeclaration) String added in v1.42.9

func (s ParameterDeclaration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterDeclaration) Validate added in v1.42.9

func (s *ParameterDeclaration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParameterDropDownControl added in v1.42.9

type ParameterDropDownControl struct {

	// The values that are displayed in a control can be configured to only show
	// values that are valid based on what's selected in other controls.
	CascadingControlConfiguration *CascadingControlConfiguration `type:"structure"`

	// The display options of a control.
	DisplayOptions *DropDownControlDisplayOptions `type:"structure"`

	// The ID of the ParameterDropDownControl.
	//
	// ParameterControlId is a required field
	ParameterControlId *string `min:"1" type:"string" required:"true"`

	// A list of selectable values that are used in a control.
	SelectableValues *ParameterSelectableValues `type:"structure"`

	// The source parameter name of the ParameterDropDownControl.
	//
	// SourceParameterName is a required field
	SourceParameterName *string `min:"1" type:"string" required:"true"`

	// The title of the ParameterDropDownControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`

	// The type parameter name of the ParameterDropDownControl.
	Type *string `type:"string" enum:"SheetControlListType"`
	// contains filtered or unexported fields
}

A control to display a dropdown list with buttons that are used to select a single value.

func (ParameterDropDownControl) GoString added in v1.42.9

func (s ParameterDropDownControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterDropDownControl) SetCascadingControlConfiguration added in v1.42.9

func (s *ParameterDropDownControl) SetCascadingControlConfiguration(v *CascadingControlConfiguration) *ParameterDropDownControl

SetCascadingControlConfiguration sets the CascadingControlConfiguration field's value.

func (*ParameterDropDownControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*ParameterDropDownControl) SetParameterControlId added in v1.42.9

func (s *ParameterDropDownControl) SetParameterControlId(v string) *ParameterDropDownControl

SetParameterControlId sets the ParameterControlId field's value.

func (*ParameterDropDownControl) SetSelectableValues added in v1.42.9

SetSelectableValues sets the SelectableValues field's value.

func (*ParameterDropDownControl) SetSourceParameterName added in v1.42.9

func (s *ParameterDropDownControl) SetSourceParameterName(v string) *ParameterDropDownControl

SetSourceParameterName sets the SourceParameterName field's value.

func (*ParameterDropDownControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*ParameterDropDownControl) SetType added in v1.42.9

SetType sets the Type field's value.

func (ParameterDropDownControl) String added in v1.42.9

func (s ParameterDropDownControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterDropDownControl) Validate added in v1.42.9

func (s *ParameterDropDownControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParameterListControl added in v1.42.9

type ParameterListControl struct {

	// The values that are displayed in a control can be configured to only show
	// values that are valid based on what's selected in other controls.
	CascadingControlConfiguration *CascadingControlConfiguration `type:"structure"`

	// The display options of a control.
	DisplayOptions *ListControlDisplayOptions `type:"structure"`

	// The ID of the ParameterListControl.
	//
	// ParameterControlId is a required field
	ParameterControlId *string `min:"1" type:"string" required:"true"`

	// A list of selectable values that are used in a control.
	SelectableValues *ParameterSelectableValues `type:"structure"`

	// The source parameter name of the ParameterListControl.
	//
	// SourceParameterName is a required field
	SourceParameterName *string `min:"1" type:"string" required:"true"`

	// The title of the ParameterListControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`

	// The type of ParameterListControl.
	Type *string `type:"string" enum:"SheetControlListType"`
	// contains filtered or unexported fields
}

A control to display a list with buttons or boxes that are used to select either a single value or multiple values.

func (ParameterListControl) GoString added in v1.42.9

func (s ParameterListControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterListControl) SetCascadingControlConfiguration added in v1.42.9

func (s *ParameterListControl) SetCascadingControlConfiguration(v *CascadingControlConfiguration) *ParameterListControl

SetCascadingControlConfiguration sets the CascadingControlConfiguration field's value.

func (*ParameterListControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*ParameterListControl) SetParameterControlId added in v1.42.9

func (s *ParameterListControl) SetParameterControlId(v string) *ParameterListControl

SetParameterControlId sets the ParameterControlId field's value.

func (*ParameterListControl) SetSelectableValues added in v1.42.9

SetSelectableValues sets the SelectableValues field's value.

func (*ParameterListControl) SetSourceParameterName added in v1.42.9

func (s *ParameterListControl) SetSourceParameterName(v string) *ParameterListControl

SetSourceParameterName sets the SourceParameterName field's value.

func (*ParameterListControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*ParameterListControl) SetType added in v1.42.9

SetType sets the Type field's value.

func (ParameterListControl) String added in v1.42.9

func (s ParameterListControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterListControl) Validate added in v1.42.9

func (s *ParameterListControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParameterSelectableValues added in v1.42.9

type ParameterSelectableValues struct {

	// The column identifier that fetches values from the data set.
	LinkToDataSetColumn *ColumnIdentifier `type:"structure"`

	// The values that are used in ParameterSelectableValues.
	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

A list of selectable values that are used in a control.

func (ParameterSelectableValues) GoString added in v1.42.9

func (s ParameterSelectableValues) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterSelectableValues) SetLinkToDataSetColumn added in v1.42.9

SetLinkToDataSetColumn sets the LinkToDataSetColumn field's value.

func (*ParameterSelectableValues) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (ParameterSelectableValues) String added in v1.42.9

func (s ParameterSelectableValues) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterSelectableValues) Validate added in v1.42.9

func (s *ParameterSelectableValues) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParameterSliderControl added in v1.42.9

type ParameterSliderControl struct {

	// The display options of a control.
	DisplayOptions *SliderControlDisplayOptions `type:"structure"`

	// The smaller value that is displayed at the left of the slider.
	//
	// MaximumValue is a required field
	MaximumValue *float64 `type:"double" required:"true"`

	// The larger value that is displayed at the right of the slider.
	//
	// MinimumValue is a required field
	MinimumValue *float64 `type:"double" required:"true"`

	// The ID of the ParameterSliderControl.
	//
	// ParameterControlId is a required field
	ParameterControlId *string `min:"1" type:"string" required:"true"`

	// The source parameter name of the ParameterSliderControl.
	//
	// SourceParameterName is a required field
	SourceParameterName *string `min:"1" type:"string" required:"true"`

	// The number of increments that the slider bar is divided into.
	//
	// StepSize is a required field
	StepSize *float64 `type:"double" required:"true"`

	// The title of the ParameterSliderControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

func (ParameterSliderControl) GoString added in v1.42.9

func (s ParameterSliderControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterSliderControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*ParameterSliderControl) SetMaximumValue added in v1.42.9

func (s *ParameterSliderControl) SetMaximumValue(v float64) *ParameterSliderControl

SetMaximumValue sets the MaximumValue field's value.

func (*ParameterSliderControl) SetMinimumValue added in v1.42.9

func (s *ParameterSliderControl) SetMinimumValue(v float64) *ParameterSliderControl

SetMinimumValue sets the MinimumValue field's value.

func (*ParameterSliderControl) SetParameterControlId added in v1.42.9

func (s *ParameterSliderControl) SetParameterControlId(v string) *ParameterSliderControl

SetParameterControlId sets the ParameterControlId field's value.

func (*ParameterSliderControl) SetSourceParameterName added in v1.42.9

func (s *ParameterSliderControl) SetSourceParameterName(v string) *ParameterSliderControl

SetSourceParameterName sets the SourceParameterName field's value.

func (*ParameterSliderControl) SetStepSize added in v1.42.9

SetStepSize sets the StepSize field's value.

func (*ParameterSliderControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (ParameterSliderControl) String added in v1.42.9

func (s ParameterSliderControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterSliderControl) Validate added in v1.42.9

func (s *ParameterSliderControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParameterTextAreaControl added in v1.42.9

type ParameterTextAreaControl struct {

	// The delimiter that is used to separate the lines in text.
	Delimiter *string `min:"1" type:"string"`

	// The display options of a control.
	DisplayOptions *TextAreaControlDisplayOptions `type:"structure"`

	// The ID of the ParameterTextAreaControl.
	//
	// ParameterControlId is a required field
	ParameterControlId *string `min:"1" type:"string" required:"true"`

	// The source parameter name of the ParameterTextAreaControl.
	//
	// SourceParameterName is a required field
	SourceParameterName *string `min:"1" type:"string" required:"true"`

	// The title of the ParameterTextAreaControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A control to display a text box that is used to enter multiple entries.

func (ParameterTextAreaControl) GoString added in v1.42.9

func (s ParameterTextAreaControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterTextAreaControl) SetDelimiter added in v1.42.9

SetDelimiter sets the Delimiter field's value.

func (*ParameterTextAreaControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*ParameterTextAreaControl) SetParameterControlId added in v1.42.9

func (s *ParameterTextAreaControl) SetParameterControlId(v string) *ParameterTextAreaControl

SetParameterControlId sets the ParameterControlId field's value.

func (*ParameterTextAreaControl) SetSourceParameterName added in v1.42.9

func (s *ParameterTextAreaControl) SetSourceParameterName(v string) *ParameterTextAreaControl

SetSourceParameterName sets the SourceParameterName field's value.

func (*ParameterTextAreaControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (ParameterTextAreaControl) String added in v1.42.9

func (s ParameterTextAreaControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterTextAreaControl) Validate added in v1.42.9

func (s *ParameterTextAreaControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParameterTextFieldControl added in v1.42.9

type ParameterTextFieldControl struct {

	// The display options of a control.
	DisplayOptions *TextFieldControlDisplayOptions `type:"structure"`

	// The ID of the ParameterTextFieldControl.
	//
	// ParameterControlId is a required field
	ParameterControlId *string `min:"1" type:"string" required:"true"`

	// The source parameter name of the ParameterTextFieldControl.
	//
	// SourceParameterName is a required field
	SourceParameterName *string `min:"1" type:"string" required:"true"`

	// The title of the ParameterTextFieldControl.
	//
	// Title is a required field
	Title *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A control to display a text box that is used to enter a single entry.

func (ParameterTextFieldControl) GoString added in v1.42.9

func (s ParameterTextFieldControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterTextFieldControl) SetDisplayOptions added in v1.42.9

SetDisplayOptions sets the DisplayOptions field's value.

func (*ParameterTextFieldControl) SetParameterControlId added in v1.42.9

func (s *ParameterTextFieldControl) SetParameterControlId(v string) *ParameterTextFieldControl

SetParameterControlId sets the ParameterControlId field's value.

func (*ParameterTextFieldControl) SetSourceParameterName added in v1.42.9

func (s *ParameterTextFieldControl) SetSourceParameterName(v string) *ParameterTextFieldControl

SetSourceParameterName sets the SourceParameterName field's value.

func (*ParameterTextFieldControl) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (ParameterTextFieldControl) String added in v1.42.9

func (s ParameterTextFieldControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterTextFieldControl) Validate added in v1.42.9

func (s *ParameterTextFieldControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Parameters

type Parameters struct {

	// The parameters that have a data type of date-time.
	DateTimeParameters []*DateTimeParameter `type:"list"`

	// The parameters that have a data type of decimal.
	DecimalParameters []*DecimalParameter `type:"list"`

	// The parameters that have a data type of integer.
	IntegerParameters []*IntegerParameter `type:"list"`

	// The parameters that have a data type of string.
	StringParameters []*StringParameter `type:"list"`
	// contains filtered or unexported fields
}

A list of Amazon QuickSight parameters and the list's override values.

func (Parameters) GoString

func (s Parameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Parameters) SetDateTimeParameters

func (s *Parameters) SetDateTimeParameters(v []*DateTimeParameter) *Parameters

SetDateTimeParameters sets the DateTimeParameters field's value.

func (*Parameters) SetDecimalParameters

func (s *Parameters) SetDecimalParameters(v []*DecimalParameter) *Parameters

SetDecimalParameters sets the DecimalParameters field's value.

func (*Parameters) SetIntegerParameters

func (s *Parameters) SetIntegerParameters(v []*IntegerParameter) *Parameters

SetIntegerParameters sets the IntegerParameters field's value.

func (*Parameters) SetStringParameters

func (s *Parameters) SetStringParameters(v []*StringParameter) *Parameters

SetStringParameters sets the StringParameters field's value.

func (Parameters) String

func (s Parameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Parameters) Validate

func (s *Parameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PercentVisibleRange added in v1.42.9

type PercentVisibleRange struct {

	// The lower bound of the range.
	From *float64 `type:"double"`

	// The top bound of the range.
	To *float64 `type:"double"`
	// contains filtered or unexported fields
}

The percent range in the visible range.

func (PercentVisibleRange) GoString added in v1.42.9

func (s PercentVisibleRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PercentVisibleRange) SetFrom added in v1.42.9

SetFrom sets the From field's value.

func (*PercentVisibleRange) SetTo added in v1.42.9

SetTo sets the To field's value.

func (PercentVisibleRange) String added in v1.42.9

func (s PercentVisibleRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PercentageDisplayFormatConfiguration added in v1.42.9

type PercentageDisplayFormatConfiguration struct {

	// The option that determines the decimal places configuration.
	DecimalPlacesConfiguration *DecimalPlacesConfiguration `type:"structure"`

	// The options that determine the negative value configuration.
	NegativeValueConfiguration *NegativeValueConfiguration `type:"structure"`

	// The options that determine the null value format configuration.
	NullValueFormatConfiguration *NullValueFormatConfiguration `type:"structure"`

	// Determines the prefix value of the percentage format.
	//
	// Prefix is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PercentageDisplayFormatConfiguration's
	// String and GoString methods.
	Prefix *string `min:"1" type:"string" sensitive:"true"`

	// The options that determine the numeric separator configuration.
	SeparatorConfiguration *NumericSeparatorConfiguration `type:"structure"`

	// Determines the suffix value of the percentage format.
	//
	// Suffix is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PercentageDisplayFormatConfiguration's
	// String and GoString methods.
	Suffix *string `min:"1" type:"string" sensitive:"true"`
	// contains filtered or unexported fields
}

The options that determine the percentage display format configuration.

func (PercentageDisplayFormatConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PercentageDisplayFormatConfiguration) SetDecimalPlacesConfiguration added in v1.42.9

SetDecimalPlacesConfiguration sets the DecimalPlacesConfiguration field's value.

func (*PercentageDisplayFormatConfiguration) SetNegativeValueConfiguration added in v1.42.9

SetNegativeValueConfiguration sets the NegativeValueConfiguration field's value.

func (*PercentageDisplayFormatConfiguration) SetNullValueFormatConfiguration added in v1.42.9

SetNullValueFormatConfiguration sets the NullValueFormatConfiguration field's value.

func (*PercentageDisplayFormatConfiguration) SetPrefix added in v1.42.9

SetPrefix sets the Prefix field's value.

func (*PercentageDisplayFormatConfiguration) SetSeparatorConfiguration added in v1.42.9

SetSeparatorConfiguration sets the SeparatorConfiguration field's value.

func (*PercentageDisplayFormatConfiguration) SetSuffix added in v1.42.9

SetSuffix sets the Suffix field's value.

func (PercentageDisplayFormatConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PercentageDisplayFormatConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type PercentileAggregation added in v1.42.9

type PercentileAggregation struct {

	// The percentile value. This value can be any numeric constant 0–100. A percentile
	// value of 50 computes the median value of the measure.
	PercentileValue *float64 `type:"double"`
	// contains filtered or unexported fields
}

An aggregation based on the percentile of values in a dimension or measure.

func (PercentileAggregation) GoString added in v1.42.9

func (s PercentileAggregation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PercentileAggregation) SetPercentileValue added in v1.42.9

func (s *PercentileAggregation) SetPercentileValue(v float64) *PercentileAggregation

SetPercentileValue sets the PercentileValue field's value.

func (PercentileAggregation) String added in v1.42.9

func (s PercentileAggregation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PeriodOverPeriodComputation added in v1.42.9

type PeriodOverPeriodComputation struct {

	// The ID for a computation.
	//
	// ComputationId is a required field
	ComputationId *string `min:"1" type:"string" required:"true"`

	// The name of a computation.
	Name *string `type:"string"`

	// The time field that is used in a computation.
	//
	// Time is a required field
	Time *DimensionField `type:"structure" required:"true"`

	// The value field that is used in a computation.
	Value *MeasureField `type:"structure"`
	// contains filtered or unexported fields
}

The period over period computation configuration.

func (PeriodOverPeriodComputation) GoString added in v1.42.9

func (s PeriodOverPeriodComputation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PeriodOverPeriodComputation) SetComputationId added in v1.42.9

SetComputationId sets the ComputationId field's value.

func (*PeriodOverPeriodComputation) SetName added in v1.42.9

SetName sets the Name field's value.

func (*PeriodOverPeriodComputation) SetTime added in v1.42.9

SetTime sets the Time field's value.

func (*PeriodOverPeriodComputation) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (PeriodOverPeriodComputation) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PeriodOverPeriodComputation) Validate added in v1.42.9

func (s *PeriodOverPeriodComputation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PeriodToDateComputation added in v1.42.9

type PeriodToDateComputation struct {

	// The ID for a computation.
	//
	// ComputationId is a required field
	ComputationId *string `min:"1" type:"string" required:"true"`

	// The name of a computation.
	Name *string `type:"string"`

	// The time granularity setup of period to date computation. Choose from the
	// following options:
	//
	//    * YEAR: Year to date.
	//
	//    * MONTH: Month to date.
	PeriodTimeGranularity *string `type:"string" enum:"TimeGranularity"`

	// The time field that is used in a computation.
	//
	// Time is a required field
	Time *DimensionField `type:"structure" required:"true"`

	// The value field that is used in a computation.
	Value *MeasureField `type:"structure"`
	// contains filtered or unexported fields
}

The period to date computation configuration.

func (PeriodToDateComputation) GoString added in v1.42.9

func (s PeriodToDateComputation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PeriodToDateComputation) SetComputationId added in v1.42.9

func (s *PeriodToDateComputation) SetComputationId(v string) *PeriodToDateComputation

SetComputationId sets the ComputationId field's value.

func (*PeriodToDateComputation) SetName added in v1.42.9

SetName sets the Name field's value.

func (*PeriodToDateComputation) SetPeriodTimeGranularity added in v1.42.9

func (s *PeriodToDateComputation) SetPeriodTimeGranularity(v string) *PeriodToDateComputation

SetPeriodTimeGranularity sets the PeriodTimeGranularity field's value.

func (*PeriodToDateComputation) SetTime added in v1.42.9

SetTime sets the Time field's value.

func (*PeriodToDateComputation) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (PeriodToDateComputation) String added in v1.42.9

func (s PeriodToDateComputation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PeriodToDateComputation) Validate added in v1.42.9

func (s *PeriodToDateComputation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PhysicalTable

type PhysicalTable struct {

	// A physical table type built from the results of the custom SQL query.
	CustomSql *CustomSql `type:"structure"`

	// A physical table type for relational data sources.
	RelationalTable *RelationalTable `type:"structure"`

	// A physical table type for as S3 data source.
	S3Source *S3Source `type:"structure"`
	// contains filtered or unexported fields
}

A view of a data source that contains information about the shape of the data in the underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

func (PhysicalTable) GoString

func (s PhysicalTable) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PhysicalTable) SetCustomSql

func (s *PhysicalTable) SetCustomSql(v *CustomSql) *PhysicalTable

SetCustomSql sets the CustomSql field's value.

func (*PhysicalTable) SetRelationalTable

func (s *PhysicalTable) SetRelationalTable(v *RelationalTable) *PhysicalTable

SetRelationalTable sets the RelationalTable field's value.

func (*PhysicalTable) SetS3Source

func (s *PhysicalTable) SetS3Source(v *S3Source) *PhysicalTable

SetS3Source sets the S3Source field's value.

func (PhysicalTable) String

func (s PhysicalTable) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PhysicalTable) Validate

func (s *PhysicalTable) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PieChartAggregatedFieldWells added in v1.42.9

type PieChartAggregatedFieldWells struct {

	// The category (group/color) field wells of a pie chart.
	Category []*DimensionField `type:"list"`

	// The small multiples field well of a pie chart.
	SmallMultiples []*DimensionField `type:"list"`

	// The value field wells of a pie chart. Values are aggregated based on categories.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The field well configuration of a pie chart.

func (PieChartAggregatedFieldWells) GoString added in v1.42.9

func (s PieChartAggregatedFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PieChartAggregatedFieldWells) SetCategory added in v1.42.9

SetCategory sets the Category field's value.

func (*PieChartAggregatedFieldWells) SetSmallMultiples added in v1.42.9

SetSmallMultiples sets the SmallMultiples field's value.

func (*PieChartAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (PieChartAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PieChartAggregatedFieldWells) Validate added in v1.42.9

func (s *PieChartAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PieChartConfiguration added in v1.42.9

type PieChartConfiguration struct {

	// The label options of the group/color that is displayed in a pie chart.
	CategoryLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The contribution analysis (anomaly configuration) setup of the visual.
	ContributionAnalysisDefaults []*ContributionAnalysisDefault `min:"1" type:"list"`

	// The options that determine if visual data labels are displayed.
	DataLabels *DataLabelOptions `type:"structure"`

	// The options that determine the shape of the chart. This option determines
	// whether the chart is a pie chart or a donut chart.
	DonutOptions *DonutOptions `type:"structure"`

	// The field wells of the visual.
	FieldWells *PieChartFieldWells `type:"structure"`

	// The legend display setup of the visual.
	Legend *LegendOptions `type:"structure"`

	// The small multiples setup for the visual.
	SmallMultiplesOptions *SmallMultiplesOptions `type:"structure"`

	// The sort configuration of a pie chart.
	SortConfiguration *PieChartSortConfiguration `type:"structure"`

	// The tooltip display setup of the visual.
	Tooltip *TooltipOptions `type:"structure"`

	// The label options for the value that is displayed in a pie chart.
	ValueLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The palette (chart color) display setup of the visual.
	VisualPalette *VisualPalette `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a pie chart.

func (PieChartConfiguration) GoString added in v1.42.9

func (s PieChartConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PieChartConfiguration) SetCategoryLabelOptions added in v1.42.9

func (s *PieChartConfiguration) SetCategoryLabelOptions(v *ChartAxisLabelOptions) *PieChartConfiguration

SetCategoryLabelOptions sets the CategoryLabelOptions field's value.

func (*PieChartConfiguration) SetContributionAnalysisDefaults added in v1.42.9

func (s *PieChartConfiguration) SetContributionAnalysisDefaults(v []*ContributionAnalysisDefault) *PieChartConfiguration

SetContributionAnalysisDefaults sets the ContributionAnalysisDefaults field's value.

func (*PieChartConfiguration) SetDataLabels added in v1.42.9

SetDataLabels sets the DataLabels field's value.

func (*PieChartConfiguration) SetDonutOptions added in v1.42.9

SetDonutOptions sets the DonutOptions field's value.

func (*PieChartConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*PieChartConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*PieChartConfiguration) SetSmallMultiplesOptions added in v1.42.9

func (s *PieChartConfiguration) SetSmallMultiplesOptions(v *SmallMultiplesOptions) *PieChartConfiguration

SetSmallMultiplesOptions sets the SmallMultiplesOptions field's value.

func (*PieChartConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*PieChartConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (*PieChartConfiguration) SetValueLabelOptions added in v1.42.9

SetValueLabelOptions sets the ValueLabelOptions field's value.

func (*PieChartConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (PieChartConfiguration) String added in v1.42.9

func (s PieChartConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PieChartConfiguration) Validate added in v1.42.9

func (s *PieChartConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PieChartFieldWells added in v1.42.9

type PieChartFieldWells struct {

	// The field well configuration of a pie chart.
	PieChartAggregatedFieldWells *PieChartAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field well configuration of a pie chart.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (PieChartFieldWells) GoString added in v1.42.9

func (s PieChartFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PieChartFieldWells) SetPieChartAggregatedFieldWells added in v1.42.9

func (s *PieChartFieldWells) SetPieChartAggregatedFieldWells(v *PieChartAggregatedFieldWells) *PieChartFieldWells

SetPieChartAggregatedFieldWells sets the PieChartAggregatedFieldWells field's value.

func (PieChartFieldWells) String added in v1.42.9

func (s PieChartFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PieChartFieldWells) Validate added in v1.42.9

func (s *PieChartFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PieChartSortConfiguration added in v1.42.9

type PieChartSortConfiguration struct {

	// The limit on the number of categories that are displayed in a pie chart.
	CategoryItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of the category fields.
	CategorySort []*FieldSortOptions `type:"list"`

	// The limit on the number of small multiples panels that are displayed.
	SmallMultiplesLimitConfiguration *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of the small multiples field.
	SmallMultiplesSort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a pie chart.

func (PieChartSortConfiguration) GoString added in v1.42.9

func (s PieChartSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PieChartSortConfiguration) SetCategoryItemsLimit added in v1.42.9

SetCategoryItemsLimit sets the CategoryItemsLimit field's value.

func (*PieChartSortConfiguration) SetCategorySort added in v1.42.9

SetCategorySort sets the CategorySort field's value.

func (*PieChartSortConfiguration) SetSmallMultiplesLimitConfiguration added in v1.42.9

func (s *PieChartSortConfiguration) SetSmallMultiplesLimitConfiguration(v *ItemsLimitConfiguration) *PieChartSortConfiguration

SetSmallMultiplesLimitConfiguration sets the SmallMultiplesLimitConfiguration field's value.

func (*PieChartSortConfiguration) SetSmallMultiplesSort added in v1.42.9

SetSmallMultiplesSort sets the SmallMultiplesSort field's value.

func (PieChartSortConfiguration) String added in v1.42.9

func (s PieChartSortConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PieChartSortConfiguration) Validate added in v1.42.9

func (s *PieChartSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PieChartVisual added in v1.42.9

type PieChartVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration of a pie chart.
	ChartConfiguration *PieChartConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A pie or donut chart.

The PieChartVisual structure describes a visual that is a member of the pie chart family.

The following charts can be described by using this structure:

  • Pie charts

  • Donut charts

For more information, see Using pie charts (https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the Amazon QuickSight User Guide.

For more information, see Using donut charts (https://docs.aws.amazon.com/quicksight/latest/user/donut-chart.html) in the Amazon QuickSight User Guide.

func (PieChartVisual) GoString added in v1.42.9

func (s PieChartVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PieChartVisual) SetActions added in v1.42.9

func (s *PieChartVisual) SetActions(v []*VisualCustomAction) *PieChartVisual

SetActions sets the Actions field's value.

func (*PieChartVisual) SetChartConfiguration added in v1.42.9

func (s *PieChartVisual) SetChartConfiguration(v *PieChartConfiguration) *PieChartVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*PieChartVisual) SetColumnHierarchies added in v1.42.9

func (s *PieChartVisual) SetColumnHierarchies(v []*ColumnHierarchy) *PieChartVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*PieChartVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*PieChartVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*PieChartVisual) SetVisualId added in v1.42.9

func (s *PieChartVisual) SetVisualId(v string) *PieChartVisual

SetVisualId sets the VisualId field's value.

func (PieChartVisual) String added in v1.42.9

func (s PieChartVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PieChartVisual) Validate added in v1.42.9

func (s *PieChartVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotFieldSortOptions added in v1.42.9

type PivotFieldSortOptions struct {

	// The field ID for the field sort options.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The sort by field for the field sort options.
	//
	// SortBy is a required field
	SortBy *PivotTableSortBy `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The field sort options for a pivot table sort configuration.

func (PivotFieldSortOptions) GoString added in v1.42.9

func (s PivotFieldSortOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotFieldSortOptions) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (*PivotFieldSortOptions) SetSortBy added in v1.42.9

SetSortBy sets the SortBy field's value.

func (PivotFieldSortOptions) String added in v1.42.9

func (s PivotFieldSortOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotFieldSortOptions) Validate added in v1.42.9

func (s *PivotFieldSortOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableAggregatedFieldWells added in v1.42.9

type PivotTableAggregatedFieldWells struct {

	// The columns field well for a pivot table. Values are grouped by columns fields.
	Columns []*DimensionField `type:"list"`

	// The rows field well for a pivot table. Values are grouped by rows fields.
	Rows []*DimensionField `type:"list"`

	// The values field well for a pivot table. Values are aggregated based on rows
	// and columns fields.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The aggregated field well for the pivot table.

func (PivotTableAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableAggregatedFieldWells) SetColumns added in v1.42.9

SetColumns sets the Columns field's value.

func (*PivotTableAggregatedFieldWells) SetRows added in v1.42.9

SetRows sets the Rows field's value.

func (*PivotTableAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (PivotTableAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableAggregatedFieldWells) Validate added in v1.42.9

func (s *PivotTableAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableCellConditionalFormatting added in v1.42.9

type PivotTableCellConditionalFormatting struct {

	// The field ID of the cell for conditional formatting.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The scope of the cell for conditional formatting.
	Scope *PivotTableConditionalFormattingScope `type:"structure"`

	// A list of cell scopes for conditional formatting.
	Scopes []*PivotTableConditionalFormattingScope `type:"list"`

	// The text format of the cell for conditional formatting.
	TextFormat *TextConditionalFormat `type:"structure"`
	// contains filtered or unexported fields
}

The cell conditional formatting option for a pivot table.

func (PivotTableCellConditionalFormatting) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableCellConditionalFormatting) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (*PivotTableCellConditionalFormatting) SetScope added in v1.42.9

SetScope sets the Scope field's value.

func (*PivotTableCellConditionalFormatting) SetScopes added in v1.42.9

SetScopes sets the Scopes field's value.

func (*PivotTableCellConditionalFormatting) SetTextFormat added in v1.42.9

SetTextFormat sets the TextFormat field's value.

func (PivotTableCellConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableCellConditionalFormatting) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type PivotTableConditionalFormatting added in v1.42.9

type PivotTableConditionalFormatting struct {

	// Conditional formatting options for a PivotTableVisual.
	ConditionalFormattingOptions []*PivotTableConditionalFormattingOption `type:"list"`
	// contains filtered or unexported fields
}

The conditional formatting for a PivotTableVisual.

func (PivotTableConditionalFormatting) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableConditionalFormatting) SetConditionalFormattingOptions added in v1.42.9

SetConditionalFormattingOptions sets the ConditionalFormattingOptions field's value.

func (PivotTableConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableConditionalFormatting) Validate added in v1.42.9

func (s *PivotTableConditionalFormatting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableConditionalFormattingOption added in v1.42.9

type PivotTableConditionalFormattingOption struct {

	// The cell conditional formatting option for a pivot table.
	Cell *PivotTableCellConditionalFormatting `type:"structure"`
	// contains filtered or unexported fields
}

Conditional formatting options for a PivotTableVisual.

func (PivotTableConditionalFormattingOption) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableConditionalFormattingOption) SetCell added in v1.42.9

SetCell sets the Cell field's value.

func (PivotTableConditionalFormattingOption) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableConditionalFormattingOption) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type PivotTableConditionalFormattingScope added in v1.42.9

type PivotTableConditionalFormattingScope struct {

	// The role (field, field total, grand total) of the cell for conditional formatting.
	Role *string `type:"string" enum:"PivotTableConditionalFormattingScopeRole"`
	// contains filtered or unexported fields
}

The scope of the cell for conditional formatting.

func (PivotTableConditionalFormattingScope) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableConditionalFormattingScope) SetRole added in v1.42.9

SetRole sets the Role field's value.

func (PivotTableConditionalFormattingScope) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PivotTableConfiguration added in v1.42.9

type PivotTableConfiguration struct {

	// The field options for a pivot table visual.
	FieldOptions *PivotTableFieldOptions `type:"structure"`

	// The field wells of the visual.
	FieldWells *PivotTableFieldWells `type:"structure"`

	// The paginated report options for a pivot table visual.
	PaginatedReportOptions *PivotTablePaginatedReportOptions `type:"structure"`

	// The sort configuration for a PivotTableVisual.
	SortConfiguration *PivotTableSortConfiguration `type:"structure"`

	// The table options for a pivot table visual.
	TableOptions *PivotTableOptions `type:"structure"`

	// The total options for a pivot table visual.
	TotalOptions *PivotTableTotalOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration for a PivotTableVisual.

func (PivotTableConfiguration) GoString added in v1.42.9

func (s PivotTableConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableConfiguration) SetFieldOptions added in v1.42.9

SetFieldOptions sets the FieldOptions field's value.

func (*PivotTableConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*PivotTableConfiguration) SetPaginatedReportOptions added in v1.42.9

SetPaginatedReportOptions sets the PaginatedReportOptions field's value.

func (*PivotTableConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*PivotTableConfiguration) SetTableOptions added in v1.42.9

SetTableOptions sets the TableOptions field's value.

func (*PivotTableConfiguration) SetTotalOptions added in v1.42.9

SetTotalOptions sets the TotalOptions field's value.

func (PivotTableConfiguration) String added in v1.42.9

func (s PivotTableConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableConfiguration) Validate added in v1.42.9

func (s *PivotTableConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableDataPathOption added in v1.42.9

type PivotTableDataPathOption struct {

	// The list of data path values for the data path options.
	//
	// DataPathList is a required field
	DataPathList []*DataPathValue `type:"list" required:"true"`

	// The width of the data path option.
	Width *string `type:"string"`
	// contains filtered or unexported fields
}

The data path options for the pivot table field options.

func (PivotTableDataPathOption) GoString added in v1.42.9

func (s PivotTableDataPathOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableDataPathOption) SetDataPathList added in v1.42.9

SetDataPathList sets the DataPathList field's value.

func (*PivotTableDataPathOption) SetWidth added in v1.42.9

SetWidth sets the Width field's value.

func (PivotTableDataPathOption) String added in v1.42.9

func (s PivotTableDataPathOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableDataPathOption) Validate added in v1.42.9

func (s *PivotTableDataPathOption) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableFieldCollapseStateOption added in v1.42.9

type PivotTableFieldCollapseStateOption struct {

	// The state of the field target of a pivot table. Choose one of the following
	// options:
	//
	//    * COLLAPSED
	//
	//    * EXPANDED
	State *string `type:"string" enum:"PivotTableFieldCollapseState"`

	// A tagged-union object that sets the collapse state.
	//
	// Target is a required field
	Target *PivotTableFieldCollapseStateTarget `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The collapse state options for the pivot table field options.

func (PivotTableFieldCollapseStateOption) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldCollapseStateOption) SetState added in v1.42.9

SetState sets the State field's value.

func (*PivotTableFieldCollapseStateOption) SetTarget added in v1.42.9

SetTarget sets the Target field's value.

func (PivotTableFieldCollapseStateOption) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldCollapseStateOption) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type PivotTableFieldCollapseStateTarget added in v1.42.9

type PivotTableFieldCollapseStateTarget struct {

	// The data path of the pivot table's header. Used to set the collapse state.
	FieldDataPathValues []*DataPathValue `type:"list"`

	// The field ID of the pivot table that the collapse state needs to be set to.
	FieldId *string `type:"string"`
	// contains filtered or unexported fields
}

The target of a pivot table field collapse state.

func (PivotTableFieldCollapseStateTarget) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldCollapseStateTarget) SetFieldDataPathValues added in v1.42.9

SetFieldDataPathValues sets the FieldDataPathValues field's value.

func (*PivotTableFieldCollapseStateTarget) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (PivotTableFieldCollapseStateTarget) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldCollapseStateTarget) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type PivotTableFieldOption added in v1.42.9

type PivotTableFieldOption struct {

	// The custom label of the pivot table field.
	CustomLabel *string `min:"1" type:"string"`

	// The field ID of the pivot table field.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The visibility of the pivot table field.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The selected field options for the pivot table field options.

func (PivotTableFieldOption) GoString added in v1.42.9

func (s PivotTableFieldOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldOption) SetCustomLabel added in v1.42.9

func (s *PivotTableFieldOption) SetCustomLabel(v string) *PivotTableFieldOption

SetCustomLabel sets the CustomLabel field's value.

func (*PivotTableFieldOption) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (*PivotTableFieldOption) SetVisibility added in v1.42.9

func (s *PivotTableFieldOption) SetVisibility(v string) *PivotTableFieldOption

SetVisibility sets the Visibility field's value.

func (PivotTableFieldOption) String added in v1.42.9

func (s PivotTableFieldOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldOption) Validate added in v1.42.9

func (s *PivotTableFieldOption) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableFieldOptions added in v1.42.9

type PivotTableFieldOptions struct {

	// The collapse state options for the pivot table field options.
	CollapseStateOptions []*PivotTableFieldCollapseStateOption `type:"list"`

	// The data path options for the pivot table field options.
	DataPathOptions []*PivotTableDataPathOption `type:"list"`

	// The selected field options for the pivot table field options.
	SelectedFieldOptions []*PivotTableFieldOption `type:"list"`
	// contains filtered or unexported fields
}

The field options for a pivot table visual.

func (PivotTableFieldOptions) GoString added in v1.42.9

func (s PivotTableFieldOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldOptions) SetCollapseStateOptions added in v1.42.9

SetCollapseStateOptions sets the CollapseStateOptions field's value.

func (*PivotTableFieldOptions) SetDataPathOptions added in v1.42.9

SetDataPathOptions sets the DataPathOptions field's value.

func (*PivotTableFieldOptions) SetSelectedFieldOptions added in v1.42.9

func (s *PivotTableFieldOptions) SetSelectedFieldOptions(v []*PivotTableFieldOption) *PivotTableFieldOptions

SetSelectedFieldOptions sets the SelectedFieldOptions field's value.

func (PivotTableFieldOptions) String added in v1.42.9

func (s PivotTableFieldOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldOptions) Validate added in v1.42.9

func (s *PivotTableFieldOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableFieldSubtotalOptions added in v1.42.9

type PivotTableFieldSubtotalOptions struct {

	// The field ID of the subtotal options.
	FieldId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The optional configuration of subtotals cells.

func (PivotTableFieldSubtotalOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldSubtotalOptions) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (PivotTableFieldSubtotalOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldSubtotalOptions) Validate added in v1.42.9

func (s *PivotTableFieldSubtotalOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableFieldWells added in v1.42.9

type PivotTableFieldWells struct {

	// The aggregated field well for the pivot table.
	PivotTableAggregatedFieldWells *PivotTableAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field wells for a pivot table visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (PivotTableFieldWells) GoString added in v1.42.9

func (s PivotTableFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldWells) SetPivotTableAggregatedFieldWells added in v1.42.9

func (s *PivotTableFieldWells) SetPivotTableAggregatedFieldWells(v *PivotTableAggregatedFieldWells) *PivotTableFieldWells

SetPivotTableAggregatedFieldWells sets the PivotTableAggregatedFieldWells field's value.

func (PivotTableFieldWells) String added in v1.42.9

func (s PivotTableFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableFieldWells) Validate added in v1.42.9

func (s *PivotTableFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableOptions added in v1.42.9

type PivotTableOptions struct {

	// The table cell style of cells.
	CellStyle *TableCellStyle `type:"structure"`

	// The visibility setting of a pivot table's collapsed row dimension fields.
	// If the value of this structure is HIDDEN, all collapsed columns in a pivot
	// table are automatically hidden. The default value is VISIBLE.
	CollapsedRowDimensionsVisibility *string `type:"string" enum:"Visibility"`

	// The table cell style of the column header.
	ColumnHeaderStyle *TableCellStyle `type:"structure"`

	// The visibility of the column names.
	ColumnNamesVisibility *string `type:"string" enum:"Visibility"`

	// The metric placement (row, column) options.
	MetricPlacement *string `type:"string" enum:"PivotTableMetricPlacement"`

	// The row alternate color options (widget status, row alternate colors).
	RowAlternateColorOptions *RowAlternateColorOptions `type:"structure"`

	// The table cell style of row field names.
	RowFieldNamesStyle *TableCellStyle `type:"structure"`

	// The table cell style of the row headers.
	RowHeaderStyle *TableCellStyle `type:"structure"`

	// The visibility of the single metric options.
	SingleMetricVisibility *string `type:"string" enum:"Visibility"`

	// Determines the visibility of the pivot table.
	ToggleButtonsVisibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The table options for a pivot table visual.

func (PivotTableOptions) GoString added in v1.42.9

func (s PivotTableOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableOptions) SetCellStyle added in v1.42.9

func (s *PivotTableOptions) SetCellStyle(v *TableCellStyle) *PivotTableOptions

SetCellStyle sets the CellStyle field's value.

func (*PivotTableOptions) SetCollapsedRowDimensionsVisibility added in v1.42.9

func (s *PivotTableOptions) SetCollapsedRowDimensionsVisibility(v string) *PivotTableOptions

SetCollapsedRowDimensionsVisibility sets the CollapsedRowDimensionsVisibility field's value.

func (*PivotTableOptions) SetColumnHeaderStyle added in v1.42.9

func (s *PivotTableOptions) SetColumnHeaderStyle(v *TableCellStyle) *PivotTableOptions

SetColumnHeaderStyle sets the ColumnHeaderStyle field's value.

func (*PivotTableOptions) SetColumnNamesVisibility added in v1.42.9

func (s *PivotTableOptions) SetColumnNamesVisibility(v string) *PivotTableOptions

SetColumnNamesVisibility sets the ColumnNamesVisibility field's value.

func (*PivotTableOptions) SetMetricPlacement added in v1.42.9

func (s *PivotTableOptions) SetMetricPlacement(v string) *PivotTableOptions

SetMetricPlacement sets the MetricPlacement field's value.

func (*PivotTableOptions) SetRowAlternateColorOptions added in v1.42.9

func (s *PivotTableOptions) SetRowAlternateColorOptions(v *RowAlternateColorOptions) *PivotTableOptions

SetRowAlternateColorOptions sets the RowAlternateColorOptions field's value.

func (*PivotTableOptions) SetRowFieldNamesStyle added in v1.42.9

func (s *PivotTableOptions) SetRowFieldNamesStyle(v *TableCellStyle) *PivotTableOptions

SetRowFieldNamesStyle sets the RowFieldNamesStyle field's value.

func (*PivotTableOptions) SetRowHeaderStyle added in v1.42.9

func (s *PivotTableOptions) SetRowHeaderStyle(v *TableCellStyle) *PivotTableOptions

SetRowHeaderStyle sets the RowHeaderStyle field's value.

func (*PivotTableOptions) SetSingleMetricVisibility added in v1.42.9

func (s *PivotTableOptions) SetSingleMetricVisibility(v string) *PivotTableOptions

SetSingleMetricVisibility sets the SingleMetricVisibility field's value.

func (*PivotTableOptions) SetToggleButtonsVisibility added in v1.42.9

func (s *PivotTableOptions) SetToggleButtonsVisibility(v string) *PivotTableOptions

SetToggleButtonsVisibility sets the ToggleButtonsVisibility field's value.

func (PivotTableOptions) String added in v1.42.9

func (s PivotTableOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableOptions) Validate added in v1.42.9

func (s *PivotTableOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTablePaginatedReportOptions added in v1.42.9

type PivotTablePaginatedReportOptions struct {

	// The visibility of the repeating header rows on each page.
	OverflowColumnHeaderVisibility *string `type:"string" enum:"Visibility"`

	// The visibility of the printing table overflow across pages.
	VerticalOverflowVisibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The paginated report options for a pivot table visual.

func (PivotTablePaginatedReportOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTablePaginatedReportOptions) SetOverflowColumnHeaderVisibility added in v1.42.9

func (s *PivotTablePaginatedReportOptions) SetOverflowColumnHeaderVisibility(v string) *PivotTablePaginatedReportOptions

SetOverflowColumnHeaderVisibility sets the OverflowColumnHeaderVisibility field's value.

func (*PivotTablePaginatedReportOptions) SetVerticalOverflowVisibility added in v1.42.9

func (s *PivotTablePaginatedReportOptions) SetVerticalOverflowVisibility(v string) *PivotTablePaginatedReportOptions

SetVerticalOverflowVisibility sets the VerticalOverflowVisibility field's value.

func (PivotTablePaginatedReportOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PivotTableSortBy added in v1.42.9

type PivotTableSortBy struct {

	// The column sort (field id, direction) for the pivot table sort by options.
	Column *ColumnSort `type:"structure"`

	// The data path sort (data path value, direction) for the pivot table sort
	// by options.
	DataPath *DataPathSort `type:"structure"`

	// The field sort (field id, direction) for the pivot table sort by options.
	Field *FieldSort `type:"structure"`
	// contains filtered or unexported fields
}

The sort by field for the field sort options.

func (PivotTableSortBy) GoString added in v1.42.9

func (s PivotTableSortBy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableSortBy) SetColumn added in v1.42.9

func (s *PivotTableSortBy) SetColumn(v *ColumnSort) *PivotTableSortBy

SetColumn sets the Column field's value.

func (*PivotTableSortBy) SetDataPath added in v1.42.9

func (s *PivotTableSortBy) SetDataPath(v *DataPathSort) *PivotTableSortBy

SetDataPath sets the DataPath field's value.

func (*PivotTableSortBy) SetField added in v1.42.9

func (s *PivotTableSortBy) SetField(v *FieldSort) *PivotTableSortBy

SetField sets the Field field's value.

func (PivotTableSortBy) String added in v1.42.9

func (s PivotTableSortBy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableSortBy) Validate added in v1.42.9

func (s *PivotTableSortBy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableSortConfiguration added in v1.42.9

type PivotTableSortConfiguration struct {

	// The field sort options for a pivot table sort configuration.
	FieldSortOptions []*PivotFieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration for a PivotTableVisual.

func (PivotTableSortConfiguration) GoString added in v1.42.9

func (s PivotTableSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableSortConfiguration) SetFieldSortOptions added in v1.42.9

SetFieldSortOptions sets the FieldSortOptions field's value.

func (PivotTableSortConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableSortConfiguration) Validate added in v1.42.9

func (s *PivotTableSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableTotalOptions added in v1.42.9

type PivotTableTotalOptions struct {

	// The column subtotal options.
	ColumnSubtotalOptions *SubtotalOptions `type:"structure"`

	// The column total options.
	ColumnTotalOptions *PivotTotalOptions `type:"structure"`

	// The row subtotal options.
	RowSubtotalOptions *SubtotalOptions `type:"structure"`

	// The row total options.
	RowTotalOptions *PivotTotalOptions `type:"structure"`
	// contains filtered or unexported fields
}

The total options for a pivot table visual.

func (PivotTableTotalOptions) GoString added in v1.42.9

func (s PivotTableTotalOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableTotalOptions) SetColumnSubtotalOptions added in v1.42.9

func (s *PivotTableTotalOptions) SetColumnSubtotalOptions(v *SubtotalOptions) *PivotTableTotalOptions

SetColumnSubtotalOptions sets the ColumnSubtotalOptions field's value.

func (*PivotTableTotalOptions) SetColumnTotalOptions added in v1.42.9

func (s *PivotTableTotalOptions) SetColumnTotalOptions(v *PivotTotalOptions) *PivotTableTotalOptions

SetColumnTotalOptions sets the ColumnTotalOptions field's value.

func (*PivotTableTotalOptions) SetRowSubtotalOptions added in v1.42.9

func (s *PivotTableTotalOptions) SetRowSubtotalOptions(v *SubtotalOptions) *PivotTableTotalOptions

SetRowSubtotalOptions sets the RowSubtotalOptions field's value.

func (*PivotTableTotalOptions) SetRowTotalOptions added in v1.42.9

SetRowTotalOptions sets the RowTotalOptions field's value.

func (PivotTableTotalOptions) String added in v1.42.9

func (s PivotTableTotalOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableTotalOptions) Validate added in v1.42.9

func (s *PivotTableTotalOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTableVisual added in v1.42.9

type PivotTableVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration settings of the visual.
	ChartConfiguration *PivotTableConfiguration `type:"structure"`

	// The conditional formatting for a PivotTableVisual.
	ConditionalFormatting *PivotTableConditionalFormatting `type:"structure"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers..
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A pivot table.

For more information, see Using pivot tables (https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the Amazon QuickSight User Guide.

func (PivotTableVisual) GoString added in v1.42.9

func (s PivotTableVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableVisual) SetActions added in v1.42.9

SetActions sets the Actions field's value.

func (*PivotTableVisual) SetChartConfiguration added in v1.42.9

func (s *PivotTableVisual) SetChartConfiguration(v *PivotTableConfiguration) *PivotTableVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*PivotTableVisual) SetConditionalFormatting added in v1.42.9

func (s *PivotTableVisual) SetConditionalFormatting(v *PivotTableConditionalFormatting) *PivotTableVisual

SetConditionalFormatting sets the ConditionalFormatting field's value.

func (*PivotTableVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*PivotTableVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*PivotTableVisual) SetVisualId added in v1.42.9

func (s *PivotTableVisual) SetVisualId(v string) *PivotTableVisual

SetVisualId sets the VisualId field's value.

func (PivotTableVisual) String added in v1.42.9

func (s PivotTableVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTableVisual) Validate added in v1.42.9

func (s *PivotTableVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PivotTotalOptions added in v1.42.9

type PivotTotalOptions struct {

	// The custom label string for the total cells.
	CustomLabel *string `type:"string"`

	// The cell styling options for the total of header cells.
	MetricHeaderCellStyle *TableCellStyle `type:"structure"`

	// The placement (start, end) for the total cells.
	Placement *string `type:"string" enum:"TableTotalsPlacement"`

	// The scroll status (pinned, scrolled) for the total cells.
	ScrollStatus *string `type:"string" enum:"TableTotalsScrollStatus"`

	// The cell styling options for the total cells.
	TotalCellStyle *TableCellStyle `type:"structure"`

	// The visibility configuration for the total cells.
	TotalsVisibility *string `type:"string" enum:"Visibility"`

	// The cell styling options for the totals of value cells.
	ValueCellStyle *TableCellStyle `type:"structure"`
	// contains filtered or unexported fields
}

The optional configuration of totals cells in a PivotTableVisual.

func (PivotTotalOptions) GoString added in v1.42.9

func (s PivotTotalOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTotalOptions) SetCustomLabel added in v1.42.9

func (s *PivotTotalOptions) SetCustomLabel(v string) *PivotTotalOptions

SetCustomLabel sets the CustomLabel field's value.

func (*PivotTotalOptions) SetMetricHeaderCellStyle added in v1.42.9

func (s *PivotTotalOptions) SetMetricHeaderCellStyle(v *TableCellStyle) *PivotTotalOptions

SetMetricHeaderCellStyle sets the MetricHeaderCellStyle field's value.

func (*PivotTotalOptions) SetPlacement added in v1.42.9

func (s *PivotTotalOptions) SetPlacement(v string) *PivotTotalOptions

SetPlacement sets the Placement field's value.

func (*PivotTotalOptions) SetScrollStatus added in v1.42.9

func (s *PivotTotalOptions) SetScrollStatus(v string) *PivotTotalOptions

SetScrollStatus sets the ScrollStatus field's value.

func (*PivotTotalOptions) SetTotalCellStyle added in v1.42.9

func (s *PivotTotalOptions) SetTotalCellStyle(v *TableCellStyle) *PivotTotalOptions

SetTotalCellStyle sets the TotalCellStyle field's value.

func (*PivotTotalOptions) SetTotalsVisibility added in v1.42.9

func (s *PivotTotalOptions) SetTotalsVisibility(v string) *PivotTotalOptions

SetTotalsVisibility sets the TotalsVisibility field's value.

func (*PivotTotalOptions) SetValueCellStyle added in v1.42.9

func (s *PivotTotalOptions) SetValueCellStyle(v *TableCellStyle) *PivotTotalOptions

SetValueCellStyle sets the ValueCellStyle field's value.

func (PivotTotalOptions) String added in v1.42.9

func (s PivotTotalOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PivotTotalOptions) Validate added in v1.42.9

func (s *PivotTotalOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PostgreSqlParameters

type PostgreSqlParameters struct {

	// Database.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// Host.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// Port.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The parameters for PostgreSQL.

func (PostgreSqlParameters) GoString

func (s PostgreSqlParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PostgreSqlParameters) SetDatabase

SetDatabase sets the Database field's value.

func (*PostgreSqlParameters) SetHost

SetHost sets the Host field's value.

func (*PostgreSqlParameters) SetPort

SetPort sets the Port field's value.

func (PostgreSqlParameters) String

func (s PostgreSqlParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PostgreSqlParameters) Validate

func (s *PostgreSqlParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PreconditionNotMetException

type PreconditionNotMetException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

One or more preconditions aren't met.

func (*PreconditionNotMetException) Code

Code returns the exception type name.

func (*PreconditionNotMetException) Error

func (PreconditionNotMetException) GoString

func (s PreconditionNotMetException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PreconditionNotMetException) Message

func (s *PreconditionNotMetException) Message() string

Message returns the exception's message.

func (*PreconditionNotMetException) OrigErr

func (s *PreconditionNotMetException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PreconditionNotMetException) RequestID

func (s *PreconditionNotMetException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PreconditionNotMetException) StatusCode

func (s *PreconditionNotMetException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (PreconditionNotMetException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PredefinedHierarchy added in v1.42.9

type PredefinedHierarchy struct {

	// The list of columns that define the predefined hierarchy.
	//
	// Columns is a required field
	Columns []*ColumnIdentifier `min:"1" type:"list" required:"true"`

	// The option that determines the drill down filters for the predefined hierarchy.
	DrillDownFilters []*DrillDownFilter `type:"list"`

	// The hierarchy ID of the predefined hierarchy.
	//
	// HierarchyId is a required field
	HierarchyId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

func (PredefinedHierarchy) GoString added in v1.42.9

func (s PredefinedHierarchy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PredefinedHierarchy) SetColumns added in v1.42.9

SetColumns sets the Columns field's value.

func (*PredefinedHierarchy) SetDrillDownFilters added in v1.42.9

func (s *PredefinedHierarchy) SetDrillDownFilters(v []*DrillDownFilter) *PredefinedHierarchy

SetDrillDownFilters sets the DrillDownFilters field's value.

func (*PredefinedHierarchy) SetHierarchyId added in v1.42.9

func (s *PredefinedHierarchy) SetHierarchyId(v string) *PredefinedHierarchy

SetHierarchyId sets the HierarchyId field's value.

func (PredefinedHierarchy) String added in v1.42.9

func (s PredefinedHierarchy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PredefinedHierarchy) Validate added in v1.42.9

func (s *PredefinedHierarchy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PrestoParameters

type PrestoParameters struct {

	// Catalog.
	//
	// Catalog is a required field
	Catalog *string `type:"string" required:"true"`

	// Host.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// Port.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The parameters for Presto.

func (PrestoParameters) GoString

func (s PrestoParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PrestoParameters) SetCatalog

func (s *PrestoParameters) SetCatalog(v string) *PrestoParameters

SetCatalog sets the Catalog field's value.

func (*PrestoParameters) SetHost

func (s *PrestoParameters) SetHost(v string) *PrestoParameters

SetHost sets the Host field's value.

func (*PrestoParameters) SetPort

func (s *PrestoParameters) SetPort(v int64) *PrestoParameters

SetPort sets the Port field's value.

func (PrestoParameters) String

func (s PrestoParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PrestoParameters) Validate

func (s *PrestoParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProgressBarOptions added in v1.42.9

type ProgressBarOptions struct {

	// The visibility of the progress bar.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The options that determine the presentation of the progress bar of a KPI visual.

func (ProgressBarOptions) GoString added in v1.42.9

func (s ProgressBarOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProgressBarOptions) SetVisibility added in v1.42.9

func (s *ProgressBarOptions) SetVisibility(v string) *ProgressBarOptions

SetVisibility sets the Visibility field's value.

func (ProgressBarOptions) String added in v1.42.9

func (s ProgressBarOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProjectOperation

type ProjectOperation struct {

	// Projected columns.
	//
	// ProjectedColumns is a required field
	ProjectedColumns []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A transform operation that projects columns. Operations that come after a projection can only refer to projected columns.

func (ProjectOperation) GoString

func (s ProjectOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProjectOperation) SetProjectedColumns

func (s *ProjectOperation) SetProjectedColumns(v []*string) *ProjectOperation

SetProjectedColumns sets the ProjectedColumns field's value.

func (ProjectOperation) String

func (s ProjectOperation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProjectOperation) Validate

func (s *ProjectOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutDataSetRefreshPropertiesInput added in v1.42.9

type PutDataSetRefreshPropertiesInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`

	// The dataset refresh properties.
	//
	// DataSetRefreshProperties is a required field
	DataSetRefreshProperties *DataSetRefreshProperties `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (PutDataSetRefreshPropertiesInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutDataSetRefreshPropertiesInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*PutDataSetRefreshPropertiesInput) SetDataSetId added in v1.42.9

SetDataSetId sets the DataSetId field's value.

func (*PutDataSetRefreshPropertiesInput) SetDataSetRefreshProperties added in v1.42.9

SetDataSetRefreshProperties sets the DataSetRefreshProperties field's value.

func (PutDataSetRefreshPropertiesInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutDataSetRefreshPropertiesInput) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type PutDataSetRefreshPropertiesOutput added in v1.42.9

type PutDataSetRefreshPropertiesOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (PutDataSetRefreshPropertiesOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutDataSetRefreshPropertiesOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*PutDataSetRefreshPropertiesOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (PutDataSetRefreshPropertiesOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QueueInfo

type QueueInfo struct {

	// The ID of the ongoing ingestion. The queued ingestion is waiting for the
	// ongoing ingestion to complete.
	//
	// QueuedIngestion is a required field
	QueuedIngestion *string `type:"string" required:"true"`

	// The ID of the queued ingestion.
	//
	// WaitingOnIngestion is a required field
	WaitingOnIngestion *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information about a queued dataset SPICE ingestion.

func (QueueInfo) GoString

func (s QueueInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QueueInfo) SetQueuedIngestion

func (s *QueueInfo) SetQueuedIngestion(v string) *QueueInfo

SetQueuedIngestion sets the QueuedIngestion field's value.

func (*QueueInfo) SetWaitingOnIngestion

func (s *QueueInfo) SetWaitingOnIngestion(v string) *QueueInfo

SetWaitingOnIngestion sets the WaitingOnIngestion field's value.

func (QueueInfo) String

func (s QueueInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QuickSight

type QuickSight struct {
	*client.Client
}

QuickSight provides the API operation methods for making requests to Amazon QuickSight. See this package's package overview docs for details on the service.

QuickSight methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *QuickSight

New creates a new instance of the QuickSight client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a QuickSight client from just a session.
svc := quicksight.New(mySession)

// Create a QuickSight client with additional configuration
svc := quicksight.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*QuickSight) CancelIngestion

func (c *QuickSight) CancelIngestion(input *CancelIngestionInput) (*CancelIngestionOutput, error)

CancelIngestion API operation for Amazon QuickSight.

Cancels an ongoing ingestion of data into SPICE.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CancelIngestion for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ResourceExistsException The resource specified already exists.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CancelIngestion

func (*QuickSight) CancelIngestionRequest

func (c *QuickSight) CancelIngestionRequest(input *CancelIngestionInput) (req *request.Request, output *CancelIngestionOutput)

CancelIngestionRequest generates a "aws/request.Request" representing the client's request for the CancelIngestion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelIngestion for more information on using the CancelIngestion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelIngestionRequest method.
req, resp := client.CancelIngestionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CancelIngestion

func (*QuickSight) CancelIngestionWithContext

func (c *QuickSight) CancelIngestionWithContext(ctx aws.Context, input *CancelIngestionInput, opts ...request.Option) (*CancelIngestionOutput, error)

CancelIngestionWithContext is the same as CancelIngestion with the addition of the ability to pass a context and additional request options.

See CancelIngestion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateAccountCustomization

func (c *QuickSight) CreateAccountCustomization(input *CreateAccountCustomizationInput) (*CreateAccountCustomizationOutput, error)

CreateAccountCustomization API operation for Amazon QuickSight.

Creates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, you can add a custom default theme by using the CreateAccountCustomization or UpdateAccountCustomization API operation. To further customize Amazon QuickSight by removing Amazon QuickSight sample assets and videos for all new users, see Customizing Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html) in the Amazon QuickSight User Guide.

You can create customizations for your Amazon Web Services account or, if you specify a namespace, for a QuickSight namespace instead. Customizations that apply to a namespace always override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.

Before you use the CreateAccountCustomization API operation to add a theme as the namespace default, make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme isn't visible to your users even if you make it the default theme. To check if the theme is shared, view the current permissions by using the DescribeThemePermissions (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeThemePermissions.html) API operation. To share the theme, grant permissions by using the UpdateThemePermissions (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateThemePermissions.html) API operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateAccountCustomization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateAccountCustomization

func (*QuickSight) CreateAccountCustomizationRequest

func (c *QuickSight) CreateAccountCustomizationRequest(input *CreateAccountCustomizationInput) (req *request.Request, output *CreateAccountCustomizationOutput)

CreateAccountCustomizationRequest generates a "aws/request.Request" representing the client's request for the CreateAccountCustomization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAccountCustomization for more information on using the CreateAccountCustomization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAccountCustomizationRequest method.
req, resp := client.CreateAccountCustomizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateAccountCustomization

func (*QuickSight) CreateAccountCustomizationWithContext

func (c *QuickSight) CreateAccountCustomizationWithContext(ctx aws.Context, input *CreateAccountCustomizationInput, opts ...request.Option) (*CreateAccountCustomizationOutput, error)

CreateAccountCustomizationWithContext is the same as CreateAccountCustomization with the addition of the ability to pass a context and additional request options.

See CreateAccountCustomization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateAccountSubscription added in v1.42.9

func (c *QuickSight) CreateAccountSubscription(input *CreateAccountSubscriptionInput) (*CreateAccountSubscriptionOutput, error)

CreateAccountSubscription API operation for Amazon QuickSight.

Creates an Amazon QuickSight account, or subscribes to Amazon QuickSight Q.

The Amazon Web Services Region for the account is derived from what is configured in the CLI or SDK. This operation isn't supported in the US East (Ohio) Region, South America (Sao Paulo) Region, or Asia Pacific (Singapore) Region.

Before you use this operation, make sure that you can connect to an existing Amazon Web Services account. If you don't have an Amazon Web Services account, see Sign up for Amazon Web Services (https://docs.aws.amazon.com/quicksight/latest/user/setting-up-aws-sign-up.html) in the Amazon QuickSight User Guide. The person who signs up for Amazon QuickSight needs to have the correct Identity and Access Management (IAM) permissions. For more information, see IAM Policy Examples for Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/iam-policy-examples.html) in the Amazon QuickSight User Guide.

If your IAM policy includes both the Subscribe and CreateAccountSubscription actions, make sure that both actions are set to Allow. If either action is set to Deny, the Deny action prevails and your API call fails.

You can't pass an existing IAM role to access other Amazon Web Services services using this API operation. To pass your existing IAM role to Amazon QuickSight, see Passing IAM roles to Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html#security-create-iam-role) in the Amazon QuickSight User Guide.

You can't set default resource access on the new account from the Amazon QuickSight API. Instead, add default resource access from the Amazon QuickSight console. For more information about setting default resource access to Amazon Web Services services, see Setting default resource access to Amazon Web Services services (https://docs.aws.amazon.com/quicksight/latest/user/scoping-policies-defaults.html) in the Amazon QuickSight User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateAccountSubscription for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ResourceExistsException The resource specified already exists.

  • PreconditionNotMetException One or more preconditions aren't met.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateAccountSubscription

func (*QuickSight) CreateAccountSubscriptionRequest added in v1.42.9

func (c *QuickSight) CreateAccountSubscriptionRequest(input *CreateAccountSubscriptionInput) (req *request.Request, output *CreateAccountSubscriptionOutput)

CreateAccountSubscriptionRequest generates a "aws/request.Request" representing the client's request for the CreateAccountSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAccountSubscription for more information on using the CreateAccountSubscription API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAccountSubscriptionRequest method.
req, resp := client.CreateAccountSubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateAccountSubscription

func (*QuickSight) CreateAccountSubscriptionWithContext added in v1.42.9

func (c *QuickSight) CreateAccountSubscriptionWithContext(ctx aws.Context, input *CreateAccountSubscriptionInput, opts ...request.Option) (*CreateAccountSubscriptionOutput, error)

CreateAccountSubscriptionWithContext is the same as CreateAccountSubscription with the addition of the ability to pass a context and additional request options.

See CreateAccountSubscription for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateAnalysis

func (c *QuickSight) CreateAnalysis(input *CreateAnalysisInput) (*CreateAnalysisOutput, error)

CreateAnalysis API operation for Amazon QuickSight.

Creates an analysis in Amazon QuickSight. Analyses can be created either from a template or from an AnalysisDefinition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateAnalysis for usage and error information.

Returned Error Types:

  • ResourceNotFoundException One or more resources can't be found.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceExistsException The resource specified already exists.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateAnalysis

func (*QuickSight) CreateAnalysisRequest

func (c *QuickSight) CreateAnalysisRequest(input *CreateAnalysisInput) (req *request.Request, output *CreateAnalysisOutput)

CreateAnalysisRequest generates a "aws/request.Request" representing the client's request for the CreateAnalysis operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAnalysis for more information on using the CreateAnalysis API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAnalysisRequest method.
req, resp := client.CreateAnalysisRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateAnalysis

func (*QuickSight) CreateAnalysisWithContext

func (c *QuickSight) CreateAnalysisWithContext(ctx aws.Context, input *CreateAnalysisInput, opts ...request.Option) (*CreateAnalysisOutput, error)

CreateAnalysisWithContext is the same as CreateAnalysis with the addition of the ability to pass a context and additional request options.

See CreateAnalysis for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateDashboard

func (c *QuickSight) CreateDashboard(input *CreateDashboardInput) (*CreateDashboardOutput, error)

CreateDashboard API operation for Amazon QuickSight.

Creates a dashboard from either a template or directly with a DashboardDefinition. To first create a template, see the CreateTemplate (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html) API operation.

A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created from analyses. You can share Amazon QuickSight dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateDashboard for usage and error information.

Returned Error Types:

  • ResourceNotFoundException One or more resources can't be found.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceExistsException The resource specified already exists.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateDashboard

func (*QuickSight) CreateDashboardRequest

func (c *QuickSight) CreateDashboardRequest(input *CreateDashboardInput) (req *request.Request, output *CreateDashboardOutput)

CreateDashboardRequest generates a "aws/request.Request" representing the client's request for the CreateDashboard operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDashboard for more information on using the CreateDashboard API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDashboardRequest method.
req, resp := client.CreateDashboardRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateDashboard

func (*QuickSight) CreateDashboardWithContext

func (c *QuickSight) CreateDashboardWithContext(ctx aws.Context, input *CreateDashboardInput, opts ...request.Option) (*CreateDashboardOutput, error)

CreateDashboardWithContext is the same as CreateDashboard with the addition of the ability to pass a context and additional request options.

See CreateDashboard for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateDataSet

func (c *QuickSight) CreateDataSet(input *CreateDataSetInput) (*CreateDataSetOutput, error)

CreateDataSet API operation for Amazon QuickSight.

Creates a dataset. This operation doesn't support datasets that include uploaded files as a source.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateDataSet for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateDataSet

func (*QuickSight) CreateDataSetRequest

func (c *QuickSight) CreateDataSetRequest(input *CreateDataSetInput) (req *request.Request, output *CreateDataSetOutput)

CreateDataSetRequest generates a "aws/request.Request" representing the client's request for the CreateDataSet operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDataSet for more information on using the CreateDataSet API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDataSetRequest method.
req, resp := client.CreateDataSetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateDataSet

func (*QuickSight) CreateDataSetWithContext

func (c *QuickSight) CreateDataSetWithContext(ctx aws.Context, input *CreateDataSetInput, opts ...request.Option) (*CreateDataSetOutput, error)

CreateDataSetWithContext is the same as CreateDataSet with the addition of the ability to pass a context and additional request options.

See CreateDataSet for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateDataSource

func (c *QuickSight) CreateDataSource(input *CreateDataSourceInput) (*CreateDataSourceOutput, error)

CreateDataSource API operation for Amazon QuickSight.

Creates a data source.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateDataSource for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceNotFoundException One or more resources can't be found.

  • ResourceExistsException The resource specified already exists.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateDataSource

func (*QuickSight) CreateDataSourceRequest

func (c *QuickSight) CreateDataSourceRequest(input *CreateDataSourceInput) (req *request.Request, output *CreateDataSourceOutput)

CreateDataSourceRequest generates a "aws/request.Request" representing the client's request for the CreateDataSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDataSource for more information on using the CreateDataSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDataSourceRequest method.
req, resp := client.CreateDataSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateDataSource

func (*QuickSight) CreateDataSourceWithContext

func (c *QuickSight) CreateDataSourceWithContext(ctx aws.Context, input *CreateDataSourceInput, opts ...request.Option) (*CreateDataSourceOutput, error)

CreateDataSourceWithContext is the same as CreateDataSource with the addition of the ability to pass a context and additional request options.

See CreateDataSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateFolder

func (c *QuickSight) CreateFolder(input *CreateFolderInput) (*CreateFolderOutput, error)

CreateFolder API operation for Amazon QuickSight.

Creates an empty shared folder.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateFolder for usage and error information.

Returned Error Types:

  • ResourceNotFoundException One or more resources can't be found.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceExistsException The resource specified already exists.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateFolder

func (*QuickSight) CreateFolderMembership

func (c *QuickSight) CreateFolderMembership(input *CreateFolderMembershipInput) (*CreateFolderMembershipOutput, error)

CreateFolderMembership API operation for Amazon QuickSight.

Adds an asset, such as a dashboard, analysis, or dataset into a folder.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateFolderMembership for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ResourceExistsException The resource specified already exists.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateFolderMembership

func (*QuickSight) CreateFolderMembershipRequest

func (c *QuickSight) CreateFolderMembershipRequest(input *CreateFolderMembershipInput) (req *request.Request, output *CreateFolderMembershipOutput)

CreateFolderMembershipRequest generates a "aws/request.Request" representing the client's request for the CreateFolderMembership operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateFolderMembership for more information on using the CreateFolderMembership API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateFolderMembershipRequest method.
req, resp := client.CreateFolderMembershipRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateFolderMembership

func (*QuickSight) CreateFolderMembershipWithContext

func (c *QuickSight) CreateFolderMembershipWithContext(ctx aws.Context, input *CreateFolderMembershipInput, opts ...request.Option) (*CreateFolderMembershipOutput, error)

CreateFolderMembershipWithContext is the same as CreateFolderMembership with the addition of the ability to pass a context and additional request options.

See CreateFolderMembership for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateFolderRequest

func (c *QuickSight) CreateFolderRequest(input *CreateFolderInput) (req *request.Request, output *CreateFolderOutput)

CreateFolderRequest generates a "aws/request.Request" representing the client's request for the CreateFolder operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateFolder for more information on using the CreateFolder API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateFolderRequest method.
req, resp := client.CreateFolderRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateFolder

func (*QuickSight) CreateFolderWithContext

func (c *QuickSight) CreateFolderWithContext(ctx aws.Context, input *CreateFolderInput, opts ...request.Option) (*CreateFolderOutput, error)

CreateFolderWithContext is the same as CreateFolder with the addition of the ability to pass a context and additional request options.

See CreateFolder for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateGroup

func (c *QuickSight) CreateGroup(input *CreateGroupInput) (*CreateGroupOutput, error)

CreateGroup API operation for Amazon QuickSight.

Use the CreateGroup operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support.

The permissions resource is arn:aws:quicksight:<your-region>:<relevant-aws-account-id>:group/default/<group-name> .

The response is a group object.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateGroup for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateGroup

func (*QuickSight) CreateGroupMembership

func (c *QuickSight) CreateGroupMembership(input *CreateGroupMembershipInput) (*CreateGroupMembershipOutput, error)

CreateGroupMembership API operation for Amazon QuickSight.

Adds an Amazon QuickSight user to an Amazon QuickSight group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateGroupMembership for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateGroupMembership

func (*QuickSight) CreateGroupMembershipRequest

func (c *QuickSight) CreateGroupMembershipRequest(input *CreateGroupMembershipInput) (req *request.Request, output *CreateGroupMembershipOutput)

CreateGroupMembershipRequest generates a "aws/request.Request" representing the client's request for the CreateGroupMembership operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateGroupMembership for more information on using the CreateGroupMembership API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateGroupMembershipRequest method.
req, resp := client.CreateGroupMembershipRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateGroupMembership

func (*QuickSight) CreateGroupMembershipWithContext

func (c *QuickSight) CreateGroupMembershipWithContext(ctx aws.Context, input *CreateGroupMembershipInput, opts ...request.Option) (*CreateGroupMembershipOutput, error)

CreateGroupMembershipWithContext is the same as CreateGroupMembership with the addition of the ability to pass a context and additional request options.

See CreateGroupMembership for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateGroupRequest

func (c *QuickSight) CreateGroupRequest(input *CreateGroupInput) (req *request.Request, output *CreateGroupOutput)

CreateGroupRequest generates a "aws/request.Request" representing the client's request for the CreateGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateGroup for more information on using the CreateGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateGroupRequest method.
req, resp := client.CreateGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateGroup

func (*QuickSight) CreateGroupWithContext

func (c *QuickSight) CreateGroupWithContext(ctx aws.Context, input *CreateGroupInput, opts ...request.Option) (*CreateGroupOutput, error)

CreateGroupWithContext is the same as CreateGroup with the addition of the ability to pass a context and additional request options.

See CreateGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateIAMPolicyAssignment

func (c *QuickSight) CreateIAMPolicyAssignment(input *CreateIAMPolicyAssignmentInput) (*CreateIAMPolicyAssignmentOutput, error)

CreateIAMPolicyAssignment API operation for Amazon QuickSight.

Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name (ARN). This policy assignment is attached to the specified groups or users of Amazon QuickSight. Assignment names are unique per Amazon Web Services account. To avoid overwriting rules in other namespaces, use assignment names that are unique.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateIAMPolicyAssignment for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ConcurrentUpdatingException A resource is already in a state that indicates an operation is happening that must complete before a new update can be applied.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateIAMPolicyAssignment

func (*QuickSight) CreateIAMPolicyAssignmentRequest

func (c *QuickSight) CreateIAMPolicyAssignmentRequest(input *CreateIAMPolicyAssignmentInput) (req *request.Request, output *CreateIAMPolicyAssignmentOutput)

CreateIAMPolicyAssignmentRequest generates a "aws/request.Request" representing the client's request for the CreateIAMPolicyAssignment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateIAMPolicyAssignment for more information on using the CreateIAMPolicyAssignment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateIAMPolicyAssignmentRequest method.
req, resp := client.CreateIAMPolicyAssignmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateIAMPolicyAssignment

func (*QuickSight) CreateIAMPolicyAssignmentWithContext

func (c *QuickSight) CreateIAMPolicyAssignmentWithContext(ctx aws.Context, input *CreateIAMPolicyAssignmentInput, opts ...request.Option) (*CreateIAMPolicyAssignmentOutput, error)

CreateIAMPolicyAssignmentWithContext is the same as CreateIAMPolicyAssignment with the addition of the ability to pass a context and additional request options.

See CreateIAMPolicyAssignment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateIngestion

func (c *QuickSight) CreateIngestion(input *CreateIngestionInput) (*CreateIngestionOutput, error)

CreateIngestion API operation for Amazon QuickSight.

Creates and starts a new SPICE ingestion for a dataset. You can manually refresh datasets in an Enterprise edition account 32 times in a 24-hour period. You can manually refresh datasets in a Standard edition account 8 times in a 24-hour period. Each 24-hour period is measured starting 24 hours before the current date and time.

Any ingestions operating on tagged datasets inherit the same tags automatically for use in access control. For an example, see How do I create an IAM policy to control access to Amazon EC2 resources using tags? (http://aws.amazon.com/premiumsupport/knowledge-center/iam-ec2-resource-tags/) in the Amazon Web Services Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateIngestion for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • ResourceExistsException The resource specified already exists.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateIngestion

func (*QuickSight) CreateIngestionRequest

func (c *QuickSight) CreateIngestionRequest(input *CreateIngestionInput) (req *request.Request, output *CreateIngestionOutput)

CreateIngestionRequest generates a "aws/request.Request" representing the client's request for the CreateIngestion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateIngestion for more information on using the CreateIngestion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateIngestionRequest method.
req, resp := client.CreateIngestionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateIngestion

func (*QuickSight) CreateIngestionWithContext

func (c *QuickSight) CreateIngestionWithContext(ctx aws.Context, input *CreateIngestionInput, opts ...request.Option) (*CreateIngestionOutput, error)

CreateIngestionWithContext is the same as CreateIngestion with the addition of the ability to pass a context and additional request options.

See CreateIngestion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateNamespace

func (c *QuickSight) CreateNamespace(input *CreateNamespaceInput) (*CreateNamespaceOutput, error)

CreateNamespace API operation for Amazon QuickSight.

(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.

A namespace allows you to isolate the Amazon QuickSight users and groups that are registered for that namespace. Users that access the namespace can share assets only with other users or groups in the same namespace. They can't see users and groups in other namespaces. You can create a namespace after your Amazon Web Services account is subscribed to Amazon QuickSight. The namespace must be unique within the Amazon Web Services account. By default, there is a limit of 100 namespaces per Amazon Web Services account. To increase your limit, create a ticket with Amazon Web Services Support.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateNamespace for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • ResourceExistsException The resource specified already exists.

  • PreconditionNotMetException One or more preconditions aren't met.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateNamespace

func (*QuickSight) CreateNamespaceRequest

func (c *QuickSight) CreateNamespaceRequest(input *CreateNamespaceInput) (req *request.Request, output *CreateNamespaceOutput)

CreateNamespaceRequest generates a "aws/request.Request" representing the client's request for the CreateNamespace operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateNamespace for more information on using the CreateNamespace API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateNamespaceRequest method.
req, resp := client.CreateNamespaceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateNamespace

func (*QuickSight) CreateNamespaceWithContext

func (c *QuickSight) CreateNamespaceWithContext(ctx aws.Context, input *CreateNamespaceInput, opts ...request.Option) (*CreateNamespaceOutput, error)

CreateNamespaceWithContext is the same as CreateNamespace with the addition of the ability to pass a context and additional request options.

See CreateNamespace for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateRefreshSchedule added in v1.42.9

func (c *QuickSight) CreateRefreshSchedule(input *CreateRefreshScheduleInput) (*CreateRefreshScheduleOutput, error)

CreateRefreshSchedule API operation for Amazon QuickSight.

Creates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateRefreshSchedule for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • ResourceExistsException The resource specified already exists.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateRefreshSchedule

func (*QuickSight) CreateRefreshScheduleRequest added in v1.42.9

func (c *QuickSight) CreateRefreshScheduleRequest(input *CreateRefreshScheduleInput) (req *request.Request, output *CreateRefreshScheduleOutput)

CreateRefreshScheduleRequest generates a "aws/request.Request" representing the client's request for the CreateRefreshSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateRefreshSchedule for more information on using the CreateRefreshSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateRefreshScheduleRequest method.
req, resp := client.CreateRefreshScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateRefreshSchedule

func (*QuickSight) CreateRefreshScheduleWithContext added in v1.42.9

func (c *QuickSight) CreateRefreshScheduleWithContext(ctx aws.Context, input *CreateRefreshScheduleInput, opts ...request.Option) (*CreateRefreshScheduleOutput, error)

CreateRefreshScheduleWithContext is the same as CreateRefreshSchedule with the addition of the ability to pass a context and additional request options.

See CreateRefreshSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateTemplate

func (c *QuickSight) CreateTemplate(input *CreateTemplateInput) (*CreateTemplateOutput, error)

CreateTemplate API operation for Amazon QuickSight.

Creates a template either from a TemplateDefinition or from an existing Amazon QuickSight analysis or template. You can use the resulting template to create additional dashboards, templates, or analyses.

A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateTemplate for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateTemplate

func (*QuickSight) CreateTemplateAlias

func (c *QuickSight) CreateTemplateAlias(input *CreateTemplateAliasInput) (*CreateTemplateAliasOutput, error)

CreateTemplateAlias API operation for Amazon QuickSight.

Creates a template alias for a template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateTemplateAlias for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceExistsException The resource specified already exists.

  • LimitExceededException A limit is exceeded.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateTemplateAlias

func (*QuickSight) CreateTemplateAliasRequest

func (c *QuickSight) CreateTemplateAliasRequest(input *CreateTemplateAliasInput) (req *request.Request, output *CreateTemplateAliasOutput)

CreateTemplateAliasRequest generates a "aws/request.Request" representing the client's request for the CreateTemplateAlias operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateTemplateAlias for more information on using the CreateTemplateAlias API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateTemplateAliasRequest method.
req, resp := client.CreateTemplateAliasRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateTemplateAlias

func (*QuickSight) CreateTemplateAliasWithContext

func (c *QuickSight) CreateTemplateAliasWithContext(ctx aws.Context, input *CreateTemplateAliasInput, opts ...request.Option) (*CreateTemplateAliasOutput, error)

CreateTemplateAliasWithContext is the same as CreateTemplateAlias with the addition of the ability to pass a context and additional request options.

See CreateTemplateAlias for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateTemplateRequest

func (c *QuickSight) CreateTemplateRequest(input *CreateTemplateInput) (req *request.Request, output *CreateTemplateOutput)

CreateTemplateRequest generates a "aws/request.Request" representing the client's request for the CreateTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateTemplate for more information on using the CreateTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateTemplateRequest method.
req, resp := client.CreateTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateTemplate

func (*QuickSight) CreateTemplateWithContext

func (c *QuickSight) CreateTemplateWithContext(ctx aws.Context, input *CreateTemplateInput, opts ...request.Option) (*CreateTemplateOutput, error)

CreateTemplateWithContext is the same as CreateTemplate with the addition of the ability to pass a context and additional request options.

See CreateTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateTheme

func (c *QuickSight) CreateTheme(input *CreateThemeInput) (*CreateThemeOutput, error)

CreateTheme API operation for Amazon QuickSight.

Creates a theme.

A theme is set of configuration options for color and layout. Themes apply to analyses and dashboards. For more information, see Using Themes in Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html) in the Amazon QuickSight User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateTheme for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateTheme

func (*QuickSight) CreateThemeAlias

func (c *QuickSight) CreateThemeAlias(input *CreateThemeAliasInput) (*CreateThemeAliasOutput, error)

CreateThemeAlias API operation for Amazon QuickSight.

Creates a theme alias for a theme.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateThemeAlias for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateThemeAlias

func (*QuickSight) CreateThemeAliasRequest

func (c *QuickSight) CreateThemeAliasRequest(input *CreateThemeAliasInput) (req *request.Request, output *CreateThemeAliasOutput)

CreateThemeAliasRequest generates a "aws/request.Request" representing the client's request for the CreateThemeAlias operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateThemeAlias for more information on using the CreateThemeAlias API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateThemeAliasRequest method.
req, resp := client.CreateThemeAliasRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateThemeAlias

func (*QuickSight) CreateThemeAliasWithContext

func (c *QuickSight) CreateThemeAliasWithContext(ctx aws.Context, input *CreateThemeAliasInput, opts ...request.Option) (*CreateThemeAliasOutput, error)

CreateThemeAliasWithContext is the same as CreateThemeAlias with the addition of the ability to pass a context and additional request options.

See CreateThemeAlias for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateThemeRequest

func (c *QuickSight) CreateThemeRequest(input *CreateThemeInput) (req *request.Request, output *CreateThemeOutput)

CreateThemeRequest generates a "aws/request.Request" representing the client's request for the CreateTheme operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateTheme for more information on using the CreateTheme API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateThemeRequest method.
req, resp := client.CreateThemeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateTheme

func (*QuickSight) CreateThemeWithContext

func (c *QuickSight) CreateThemeWithContext(ctx aws.Context, input *CreateThemeInput, opts ...request.Option) (*CreateThemeOutput, error)

CreateThemeWithContext is the same as CreateTheme with the addition of the ability to pass a context and additional request options.

See CreateTheme for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateTopic added in v1.42.9

func (c *QuickSight) CreateTopic(input *CreateTopicInput) (*CreateTopicOutput, error)

CreateTopic API operation for Amazon QuickSight.

Creates a new Q topic.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateTopic for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceNotFoundException One or more resources can't be found.

  • ResourceExistsException The resource specified already exists.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateTopic

func (*QuickSight) CreateTopicRefreshSchedule added in v1.42.9

func (c *QuickSight) CreateTopicRefreshSchedule(input *CreateTopicRefreshScheduleInput) (*CreateTopicRefreshScheduleOutput, error)

CreateTopicRefreshSchedule API operation for Amazon QuickSight.

Creates a topic refresh schedule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateTopicRefreshSchedule for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceNotFoundException One or more resources can't be found.

  • ResourceExistsException The resource specified already exists.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateTopicRefreshSchedule

func (*QuickSight) CreateTopicRefreshScheduleRequest added in v1.42.9

func (c *QuickSight) CreateTopicRefreshScheduleRequest(input *CreateTopicRefreshScheduleInput) (req *request.Request, output *CreateTopicRefreshScheduleOutput)

CreateTopicRefreshScheduleRequest generates a "aws/request.Request" representing the client's request for the CreateTopicRefreshSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateTopicRefreshSchedule for more information on using the CreateTopicRefreshSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateTopicRefreshScheduleRequest method.
req, resp := client.CreateTopicRefreshScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateTopicRefreshSchedule

func (*QuickSight) CreateTopicRefreshScheduleWithContext added in v1.42.9

func (c *QuickSight) CreateTopicRefreshScheduleWithContext(ctx aws.Context, input *CreateTopicRefreshScheduleInput, opts ...request.Option) (*CreateTopicRefreshScheduleOutput, error)

CreateTopicRefreshScheduleWithContext is the same as CreateTopicRefreshSchedule with the addition of the ability to pass a context and additional request options.

See CreateTopicRefreshSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateTopicRequest added in v1.42.9

func (c *QuickSight) CreateTopicRequest(input *CreateTopicInput) (req *request.Request, output *CreateTopicOutput)

CreateTopicRequest generates a "aws/request.Request" representing the client's request for the CreateTopic operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateTopic for more information on using the CreateTopic API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateTopicRequest method.
req, resp := client.CreateTopicRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateTopic

func (*QuickSight) CreateTopicWithContext added in v1.42.9

func (c *QuickSight) CreateTopicWithContext(ctx aws.Context, input *CreateTopicInput, opts ...request.Option) (*CreateTopicOutput, error)

CreateTopicWithContext is the same as CreateTopic with the addition of the ability to pass a context and additional request options.

See CreateTopic for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) CreateVPCConnection added in v1.42.9

func (c *QuickSight) CreateVPCConnection(input *CreateVPCConnectionInput) (*CreateVPCConnectionOutput, error)

CreateVPCConnection API operation for Amazon QuickSight.

Creates a new VPC connection.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation CreateVPCConnection for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceExistsException The resource specified already exists.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateVPCConnection

func (*QuickSight) CreateVPCConnectionRequest added in v1.42.9

func (c *QuickSight) CreateVPCConnectionRequest(input *CreateVPCConnectionInput) (req *request.Request, output *CreateVPCConnectionOutput)

CreateVPCConnectionRequest generates a "aws/request.Request" representing the client's request for the CreateVPCConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateVPCConnection for more information on using the CreateVPCConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateVPCConnectionRequest method.
req, resp := client.CreateVPCConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateVPCConnection

func (*QuickSight) CreateVPCConnectionWithContext added in v1.42.9

func (c *QuickSight) CreateVPCConnectionWithContext(ctx aws.Context, input *CreateVPCConnectionInput, opts ...request.Option) (*CreateVPCConnectionOutput, error)

CreateVPCConnectionWithContext is the same as CreateVPCConnection with the addition of the ability to pass a context and additional request options.

See CreateVPCConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteAccountCustomization

func (c *QuickSight) DeleteAccountCustomization(input *DeleteAccountCustomizationInput) (*DeleteAccountCustomizationOutput, error)

DeleteAccountCustomization API operation for Amazon QuickSight.

Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteAccountCustomization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteAccountCustomization

func (*QuickSight) DeleteAccountCustomizationRequest

func (c *QuickSight) DeleteAccountCustomizationRequest(input *DeleteAccountCustomizationInput) (req *request.Request, output *DeleteAccountCustomizationOutput)

DeleteAccountCustomizationRequest generates a "aws/request.Request" representing the client's request for the DeleteAccountCustomization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAccountCustomization for more information on using the DeleteAccountCustomization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAccountCustomizationRequest method.
req, resp := client.DeleteAccountCustomizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteAccountCustomization

func (*QuickSight) DeleteAccountCustomizationWithContext

func (c *QuickSight) DeleteAccountCustomizationWithContext(ctx aws.Context, input *DeleteAccountCustomizationInput, opts ...request.Option) (*DeleteAccountCustomizationOutput, error)

DeleteAccountCustomizationWithContext is the same as DeleteAccountCustomization with the addition of the ability to pass a context and additional request options.

See DeleteAccountCustomization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteAccountSubscription added in v1.42.9

func (c *QuickSight) DeleteAccountSubscription(input *DeleteAccountSubscriptionInput) (*DeleteAccountSubscriptionOutput, error)

DeleteAccountSubscription API operation for Amazon QuickSight.

Use the DeleteAccountSubscription operation to delete an Amazon QuickSight account. This operation will result in an error message if you have configured your account termination protection settings to True. To change this setting and delete your account, call the UpdateAccountSettings API and set the value of the TerminationProtectionEnabled parameter to False, then make another call to the DeleteAccountSubscription API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteAccountSubscription for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteAccountSubscription

func (*QuickSight) DeleteAccountSubscriptionRequest added in v1.42.9

func (c *QuickSight) DeleteAccountSubscriptionRequest(input *DeleteAccountSubscriptionInput) (req *request.Request, output *DeleteAccountSubscriptionOutput)

DeleteAccountSubscriptionRequest generates a "aws/request.Request" representing the client's request for the DeleteAccountSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAccountSubscription for more information on using the DeleteAccountSubscription API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAccountSubscriptionRequest method.
req, resp := client.DeleteAccountSubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteAccountSubscription

func (*QuickSight) DeleteAccountSubscriptionWithContext added in v1.42.9

func (c *QuickSight) DeleteAccountSubscriptionWithContext(ctx aws.Context, input *DeleteAccountSubscriptionInput, opts ...request.Option) (*DeleteAccountSubscriptionOutput, error)

DeleteAccountSubscriptionWithContext is the same as DeleteAccountSubscription with the addition of the ability to pass a context and additional request options.

See DeleteAccountSubscription for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteAnalysis

func (c *QuickSight) DeleteAnalysis(input *DeleteAnalysisInput) (*DeleteAnalysisOutput, error)

DeleteAnalysis API operation for Amazon QuickSight.

Deletes an analysis from Amazon QuickSight. You can optionally include a recovery window during which you can restore the analysis. If you don't specify a recovery window value, the operation defaults to 30 days. Amazon QuickSight attaches a DeletionTime stamp to the response that specifies the end of the recovery window. At the end of the recovery window, Amazon QuickSight deletes the analysis permanently.

At any time before recovery window ends, you can use the RestoreAnalysis API operation to remove the DeletionTime stamp and cancel the deletion of the analysis. The analysis remains visible in the API until it's deleted, so you can describe it but you can't make a template from it.

An analysis that's scheduled for deletion isn't accessible in the Amazon QuickSight console. To access it in the console, restore it. Deleting an analysis doesn't delete the dashboards that you publish from it.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteAnalysis for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteAnalysis

func (*QuickSight) DeleteAnalysisRequest

func (c *QuickSight) DeleteAnalysisRequest(input *DeleteAnalysisInput) (req *request.Request, output *DeleteAnalysisOutput)

DeleteAnalysisRequest generates a "aws/request.Request" representing the client's request for the DeleteAnalysis operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAnalysis for more information on using the DeleteAnalysis API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAnalysisRequest method.
req, resp := client.DeleteAnalysisRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteAnalysis

func (*QuickSight) DeleteAnalysisWithContext

func (c *QuickSight) DeleteAnalysisWithContext(ctx aws.Context, input *DeleteAnalysisInput, opts ...request.Option) (*DeleteAnalysisOutput, error)

DeleteAnalysisWithContext is the same as DeleteAnalysis with the addition of the ability to pass a context and additional request options.

See DeleteAnalysis for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteDashboard

func (c *QuickSight) DeleteDashboard(input *DeleteDashboardInput) (*DeleteDashboardOutput, error)

DeleteDashboard API operation for Amazon QuickSight.

Deletes a dashboard.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteDashboard for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDashboard

func (*QuickSight) DeleteDashboardRequest

func (c *QuickSight) DeleteDashboardRequest(input *DeleteDashboardInput) (req *request.Request, output *DeleteDashboardOutput)

DeleteDashboardRequest generates a "aws/request.Request" representing the client's request for the DeleteDashboard operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDashboard for more information on using the DeleteDashboard API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDashboardRequest method.
req, resp := client.DeleteDashboardRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDashboard

func (*QuickSight) DeleteDashboardWithContext

func (c *QuickSight) DeleteDashboardWithContext(ctx aws.Context, input *DeleteDashboardInput, opts ...request.Option) (*DeleteDashboardOutput, error)

DeleteDashboardWithContext is the same as DeleteDashboard with the addition of the ability to pass a context and additional request options.

See DeleteDashboard for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteDataSet

func (c *QuickSight) DeleteDataSet(input *DeleteDataSetInput) (*DeleteDataSetOutput, error)

DeleteDataSet API operation for Amazon QuickSight.

Deletes a dataset.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteDataSet for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSet

func (*QuickSight) DeleteDataSetRefreshProperties added in v1.42.9

func (c *QuickSight) DeleteDataSetRefreshProperties(input *DeleteDataSetRefreshPropertiesInput) (*DeleteDataSetRefreshPropertiesOutput, error)

DeleteDataSetRefreshProperties API operation for Amazon QuickSight.

Deletes the dataset refresh properties of the dataset.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteDataSetRefreshProperties for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSetRefreshProperties

func (*QuickSight) DeleteDataSetRefreshPropertiesRequest added in v1.42.9

func (c *QuickSight) DeleteDataSetRefreshPropertiesRequest(input *DeleteDataSetRefreshPropertiesInput) (req *request.Request, output *DeleteDataSetRefreshPropertiesOutput)

DeleteDataSetRefreshPropertiesRequest generates a "aws/request.Request" representing the client's request for the DeleteDataSetRefreshProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDataSetRefreshProperties for more information on using the DeleteDataSetRefreshProperties API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDataSetRefreshPropertiesRequest method.
req, resp := client.DeleteDataSetRefreshPropertiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSetRefreshProperties

func (*QuickSight) DeleteDataSetRefreshPropertiesWithContext added in v1.42.9

func (c *QuickSight) DeleteDataSetRefreshPropertiesWithContext(ctx aws.Context, input *DeleteDataSetRefreshPropertiesInput, opts ...request.Option) (*DeleteDataSetRefreshPropertiesOutput, error)

DeleteDataSetRefreshPropertiesWithContext is the same as DeleteDataSetRefreshProperties with the addition of the ability to pass a context and additional request options.

See DeleteDataSetRefreshProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteDataSetRequest

func (c *QuickSight) DeleteDataSetRequest(input *DeleteDataSetInput) (req *request.Request, output *DeleteDataSetOutput)

DeleteDataSetRequest generates a "aws/request.Request" representing the client's request for the DeleteDataSet operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDataSet for more information on using the DeleteDataSet API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDataSetRequest method.
req, resp := client.DeleteDataSetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSet

func (*QuickSight) DeleteDataSetWithContext

func (c *QuickSight) DeleteDataSetWithContext(ctx aws.Context, input *DeleteDataSetInput, opts ...request.Option) (*DeleteDataSetOutput, error)

DeleteDataSetWithContext is the same as DeleteDataSet with the addition of the ability to pass a context and additional request options.

See DeleteDataSet for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteDataSource

func (c *QuickSight) DeleteDataSource(input *DeleteDataSourceInput) (*DeleteDataSourceOutput, error)

DeleteDataSource API operation for Amazon QuickSight.

Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data source.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteDataSource for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSource

func (*QuickSight) DeleteDataSourceRequest

func (c *QuickSight) DeleteDataSourceRequest(input *DeleteDataSourceInput) (req *request.Request, output *DeleteDataSourceOutput)

DeleteDataSourceRequest generates a "aws/request.Request" representing the client's request for the DeleteDataSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDataSource for more information on using the DeleteDataSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDataSourceRequest method.
req, resp := client.DeleteDataSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSource

func (*QuickSight) DeleteDataSourceWithContext

func (c *QuickSight) DeleteDataSourceWithContext(ctx aws.Context, input *DeleteDataSourceInput, opts ...request.Option) (*DeleteDataSourceOutput, error)

DeleteDataSourceWithContext is the same as DeleteDataSource with the addition of the ability to pass a context and additional request options.

See DeleteDataSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteFolder

func (c *QuickSight) DeleteFolder(input *DeleteFolderInput) (*DeleteFolderOutput, error)

DeleteFolder API operation for Amazon QuickSight.

Deletes an empty folder.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteFolder for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • PreconditionNotMetException One or more preconditions aren't met.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceNotFoundException One or more resources can't be found.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteFolder

func (*QuickSight) DeleteFolderMembership

func (c *QuickSight) DeleteFolderMembership(input *DeleteFolderMembershipInput) (*DeleteFolderMembershipOutput, error)

DeleteFolderMembership API operation for Amazon QuickSight.

Removes an asset, such as a dashboard, analysis, or dataset, from a folder.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteFolderMembership for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteFolderMembership

func (*QuickSight) DeleteFolderMembershipRequest

func (c *QuickSight) DeleteFolderMembershipRequest(input *DeleteFolderMembershipInput) (req *request.Request, output *DeleteFolderMembershipOutput)

DeleteFolderMembershipRequest generates a "aws/request.Request" representing the client's request for the DeleteFolderMembership operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFolderMembership for more information on using the DeleteFolderMembership API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFolderMembershipRequest method.
req, resp := client.DeleteFolderMembershipRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteFolderMembership

func (*QuickSight) DeleteFolderMembershipWithContext

func (c *QuickSight) DeleteFolderMembershipWithContext(ctx aws.Context, input *DeleteFolderMembershipInput, opts ...request.Option) (*DeleteFolderMembershipOutput, error)

DeleteFolderMembershipWithContext is the same as DeleteFolderMembership with the addition of the ability to pass a context and additional request options.

See DeleteFolderMembership for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteFolderRequest

func (c *QuickSight) DeleteFolderRequest(input *DeleteFolderInput) (req *request.Request, output *DeleteFolderOutput)

DeleteFolderRequest generates a "aws/request.Request" representing the client's request for the DeleteFolder operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFolder for more information on using the DeleteFolder API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFolderRequest method.
req, resp := client.DeleteFolderRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteFolder

func (*QuickSight) DeleteFolderWithContext

func (c *QuickSight) DeleteFolderWithContext(ctx aws.Context, input *DeleteFolderInput, opts ...request.Option) (*DeleteFolderOutput, error)

DeleteFolderWithContext is the same as DeleteFolder with the addition of the ability to pass a context and additional request options.

See DeleteFolder for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteGroup

func (c *QuickSight) DeleteGroup(input *DeleteGroupInput) (*DeleteGroupOutput, error)

DeleteGroup API operation for Amazon QuickSight.

Removes a user group from Amazon QuickSight.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteGroup for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteGroup

func (*QuickSight) DeleteGroupMembership

func (c *QuickSight) DeleteGroupMembership(input *DeleteGroupMembershipInput) (*DeleteGroupMembershipOutput, error)

DeleteGroupMembership API operation for Amazon QuickSight.

Removes a user from a group so that the user is no longer a member of the group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteGroupMembership for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteGroupMembership

func (*QuickSight) DeleteGroupMembershipRequest

func (c *QuickSight) DeleteGroupMembershipRequest(input *DeleteGroupMembershipInput) (req *request.Request, output *DeleteGroupMembershipOutput)

DeleteGroupMembershipRequest generates a "aws/request.Request" representing the client's request for the DeleteGroupMembership operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteGroupMembership for more information on using the DeleteGroupMembership API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteGroupMembershipRequest method.
req, resp := client.DeleteGroupMembershipRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteGroupMembership

func (*QuickSight) DeleteGroupMembershipWithContext

func (c *QuickSight) DeleteGroupMembershipWithContext(ctx aws.Context, input *DeleteGroupMembershipInput, opts ...request.Option) (*DeleteGroupMembershipOutput, error)

DeleteGroupMembershipWithContext is the same as DeleteGroupMembership with the addition of the ability to pass a context and additional request options.

See DeleteGroupMembership for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteGroupRequest

func (c *QuickSight) DeleteGroupRequest(input *DeleteGroupInput) (req *request.Request, output *DeleteGroupOutput)

DeleteGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteGroup for more information on using the DeleteGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteGroupRequest method.
req, resp := client.DeleteGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteGroup

func (*QuickSight) DeleteGroupWithContext

func (c *QuickSight) DeleteGroupWithContext(ctx aws.Context, input *DeleteGroupInput, opts ...request.Option) (*DeleteGroupOutput, error)

DeleteGroupWithContext is the same as DeleteGroup with the addition of the ability to pass a context and additional request options.

See DeleteGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteIAMPolicyAssignment

func (c *QuickSight) DeleteIAMPolicyAssignment(input *DeleteIAMPolicyAssignmentInput) (*DeleteIAMPolicyAssignmentOutput, error)

DeleteIAMPolicyAssignment API operation for Amazon QuickSight.

Deletes an existing IAM policy assignment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteIAMPolicyAssignment for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ConcurrentUpdatingException A resource is already in a state that indicates an operation is happening that must complete before a new update can be applied.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteIAMPolicyAssignment

func (*QuickSight) DeleteIAMPolicyAssignmentRequest

func (c *QuickSight) DeleteIAMPolicyAssignmentRequest(input *DeleteIAMPolicyAssignmentInput) (req *request.Request, output *DeleteIAMPolicyAssignmentOutput)

DeleteIAMPolicyAssignmentRequest generates a "aws/request.Request" representing the client's request for the DeleteIAMPolicyAssignment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteIAMPolicyAssignment for more information on using the DeleteIAMPolicyAssignment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteIAMPolicyAssignmentRequest method.
req, resp := client.DeleteIAMPolicyAssignmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteIAMPolicyAssignment

func (*QuickSight) DeleteIAMPolicyAssignmentWithContext

func (c *QuickSight) DeleteIAMPolicyAssignmentWithContext(ctx aws.Context, input *DeleteIAMPolicyAssignmentInput, opts ...request.Option) (*DeleteIAMPolicyAssignmentOutput, error)

DeleteIAMPolicyAssignmentWithContext is the same as DeleteIAMPolicyAssignment with the addition of the ability to pass a context and additional request options.

See DeleteIAMPolicyAssignment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteNamespace

func (c *QuickSight) DeleteNamespace(input *DeleteNamespaceInput) (*DeleteNamespaceOutput, error)

DeleteNamespace API operation for Amazon QuickSight.

Deletes a namespace and the users and groups that are associated with the namespace. This is an asynchronous process. Assets including dashboards, analyses, datasets and data sources are not deleted. To delete these assets, you use the API operations for the relevant asset.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteNamespace for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteNamespace

func (*QuickSight) DeleteNamespaceRequest

func (c *QuickSight) DeleteNamespaceRequest(input *DeleteNamespaceInput) (req *request.Request, output *DeleteNamespaceOutput)

DeleteNamespaceRequest generates a "aws/request.Request" representing the client's request for the DeleteNamespace operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteNamespace for more information on using the DeleteNamespace API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteNamespaceRequest method.
req, resp := client.DeleteNamespaceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteNamespace

func (*QuickSight) DeleteNamespaceWithContext

func (c *QuickSight) DeleteNamespaceWithContext(ctx aws.Context, input *DeleteNamespaceInput, opts ...request.Option) (*DeleteNamespaceOutput, error)

DeleteNamespaceWithContext is the same as DeleteNamespace with the addition of the ability to pass a context and additional request options.

See DeleteNamespace for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteRefreshSchedule added in v1.42.9

func (c *QuickSight) DeleteRefreshSchedule(input *DeleteRefreshScheduleInput) (*DeleteRefreshScheduleOutput, error)

DeleteRefreshSchedule API operation for Amazon QuickSight.

Deletes a refresh schedule from a dataset.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteRefreshSchedule for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteRefreshSchedule

func (*QuickSight) DeleteRefreshScheduleRequest added in v1.42.9

func (c *QuickSight) DeleteRefreshScheduleRequest(input *DeleteRefreshScheduleInput) (req *request.Request, output *DeleteRefreshScheduleOutput)

DeleteRefreshScheduleRequest generates a "aws/request.Request" representing the client's request for the DeleteRefreshSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRefreshSchedule for more information on using the DeleteRefreshSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRefreshScheduleRequest method.
req, resp := client.DeleteRefreshScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteRefreshSchedule

func (*QuickSight) DeleteRefreshScheduleWithContext added in v1.42.9

func (c *QuickSight) DeleteRefreshScheduleWithContext(ctx aws.Context, input *DeleteRefreshScheduleInput, opts ...request.Option) (*DeleteRefreshScheduleOutput, error)

DeleteRefreshScheduleWithContext is the same as DeleteRefreshSchedule with the addition of the ability to pass a context and additional request options.

See DeleteRefreshSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteTemplate

func (c *QuickSight) DeleteTemplate(input *DeleteTemplateInput) (*DeleteTemplateOutput, error)

DeleteTemplate API operation for Amazon QuickSight.

Deletes a template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteTemplate for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • LimitExceededException A limit is exceeded.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTemplate

func (*QuickSight) DeleteTemplateAlias

func (c *QuickSight) DeleteTemplateAlias(input *DeleteTemplateAliasInput) (*DeleteTemplateAliasOutput, error)

DeleteTemplateAlias API operation for Amazon QuickSight.

Deletes the item that the specified template alias points to. If you provide a specific alias, you delete the version of the template that the alias points to.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteTemplateAlias for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTemplateAlias

func (*QuickSight) DeleteTemplateAliasRequest

func (c *QuickSight) DeleteTemplateAliasRequest(input *DeleteTemplateAliasInput) (req *request.Request, output *DeleteTemplateAliasOutput)

DeleteTemplateAliasRequest generates a "aws/request.Request" representing the client's request for the DeleteTemplateAlias operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteTemplateAlias for more information on using the DeleteTemplateAlias API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteTemplateAliasRequest method.
req, resp := client.DeleteTemplateAliasRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTemplateAlias

func (*QuickSight) DeleteTemplateAliasWithContext

func (c *QuickSight) DeleteTemplateAliasWithContext(ctx aws.Context, input *DeleteTemplateAliasInput, opts ...request.Option) (*DeleteTemplateAliasOutput, error)

DeleteTemplateAliasWithContext is the same as DeleteTemplateAlias with the addition of the ability to pass a context and additional request options.

See DeleteTemplateAlias for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteTemplateRequest

func (c *QuickSight) DeleteTemplateRequest(input *DeleteTemplateInput) (req *request.Request, output *DeleteTemplateOutput)

DeleteTemplateRequest generates a "aws/request.Request" representing the client's request for the DeleteTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteTemplate for more information on using the DeleteTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteTemplateRequest method.
req, resp := client.DeleteTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTemplate

func (*QuickSight) DeleteTemplateWithContext

func (c *QuickSight) DeleteTemplateWithContext(ctx aws.Context, input *DeleteTemplateInput, opts ...request.Option) (*DeleteTemplateOutput, error)

DeleteTemplateWithContext is the same as DeleteTemplate with the addition of the ability to pass a context and additional request options.

See DeleteTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteTheme

func (c *QuickSight) DeleteTheme(input *DeleteThemeInput) (*DeleteThemeOutput, error)

DeleteTheme API operation for Amazon QuickSight.

Deletes a theme.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteTheme for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTheme

func (*QuickSight) DeleteThemeAlias

func (c *QuickSight) DeleteThemeAlias(input *DeleteThemeAliasInput) (*DeleteThemeAliasOutput, error)

DeleteThemeAlias API operation for Amazon QuickSight.

Deletes the version of the theme that the specified theme alias points to. If you provide a specific alias, you delete the version of the theme that the alias points to.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteThemeAlias for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteThemeAlias

func (*QuickSight) DeleteThemeAliasRequest

func (c *QuickSight) DeleteThemeAliasRequest(input *DeleteThemeAliasInput) (req *request.Request, output *DeleteThemeAliasOutput)

DeleteThemeAliasRequest generates a "aws/request.Request" representing the client's request for the DeleteThemeAlias operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteThemeAlias for more information on using the DeleteThemeAlias API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteThemeAliasRequest method.
req, resp := client.DeleteThemeAliasRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteThemeAlias

func (*QuickSight) DeleteThemeAliasWithContext

func (c *QuickSight) DeleteThemeAliasWithContext(ctx aws.Context, input *DeleteThemeAliasInput, opts ...request.Option) (*DeleteThemeAliasOutput, error)

DeleteThemeAliasWithContext is the same as DeleteThemeAlias with the addition of the ability to pass a context and additional request options.

See DeleteThemeAlias for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteThemeRequest

func (c *QuickSight) DeleteThemeRequest(input *DeleteThemeInput) (req *request.Request, output *DeleteThemeOutput)

DeleteThemeRequest generates a "aws/request.Request" representing the client's request for the DeleteTheme operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteTheme for more information on using the DeleteTheme API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteThemeRequest method.
req, resp := client.DeleteThemeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTheme

func (*QuickSight) DeleteThemeWithContext

func (c *QuickSight) DeleteThemeWithContext(ctx aws.Context, input *DeleteThemeInput, opts ...request.Option) (*DeleteThemeOutput, error)

DeleteThemeWithContext is the same as DeleteTheme with the addition of the ability to pass a context and additional request options.

See DeleteTheme for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteTopic added in v1.42.9

func (c *QuickSight) DeleteTopic(input *DeleteTopicInput) (*DeleteTopicOutput, error)

DeleteTopic API operation for Amazon QuickSight.

Deletes a topic.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteTopic for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTopic

func (*QuickSight) DeleteTopicRefreshSchedule added in v1.42.9

func (c *QuickSight) DeleteTopicRefreshSchedule(input *DeleteTopicRefreshScheduleInput) (*DeleteTopicRefreshScheduleOutput, error)

DeleteTopicRefreshSchedule API operation for Amazon QuickSight.

Deletes a topic refresh schedule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteTopicRefreshSchedule for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceNotFoundException One or more resources can't be found.

  • ResourceExistsException The resource specified already exists.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTopicRefreshSchedule

func (*QuickSight) DeleteTopicRefreshScheduleRequest added in v1.42.9

func (c *QuickSight) DeleteTopicRefreshScheduleRequest(input *DeleteTopicRefreshScheduleInput) (req *request.Request, output *DeleteTopicRefreshScheduleOutput)

DeleteTopicRefreshScheduleRequest generates a "aws/request.Request" representing the client's request for the DeleteTopicRefreshSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteTopicRefreshSchedule for more information on using the DeleteTopicRefreshSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteTopicRefreshScheduleRequest method.
req, resp := client.DeleteTopicRefreshScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTopicRefreshSchedule

func (*QuickSight) DeleteTopicRefreshScheduleWithContext added in v1.42.9

func (c *QuickSight) DeleteTopicRefreshScheduleWithContext(ctx aws.Context, input *DeleteTopicRefreshScheduleInput, opts ...request.Option) (*DeleteTopicRefreshScheduleOutput, error)

DeleteTopicRefreshScheduleWithContext is the same as DeleteTopicRefreshSchedule with the addition of the ability to pass a context and additional request options.

See DeleteTopicRefreshSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteTopicRequest added in v1.42.9

func (c *QuickSight) DeleteTopicRequest(input *DeleteTopicInput) (req *request.Request, output *DeleteTopicOutput)

DeleteTopicRequest generates a "aws/request.Request" representing the client's request for the DeleteTopic operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteTopic for more information on using the DeleteTopic API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteTopicRequest method.
req, resp := client.DeleteTopicRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTopic

func (*QuickSight) DeleteTopicWithContext added in v1.42.9

func (c *QuickSight) DeleteTopicWithContext(ctx aws.Context, input *DeleteTopicInput, opts ...request.Option) (*DeleteTopicOutput, error)

DeleteTopicWithContext is the same as DeleteTopic with the addition of the ability to pass a context and additional request options.

See DeleteTopic for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteUser

func (c *QuickSight) DeleteUser(input *DeleteUserInput) (*DeleteUserOutput, error)

DeleteUser API operation for Amazon QuickSight.

Deletes the Amazon QuickSight user that is associated with the identity of the IAM user or role that's making the call. The IAM user isn't deleted as a result of this call.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteUser for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteUser

func (*QuickSight) DeleteUserByPrincipalId

func (c *QuickSight) DeleteUserByPrincipalId(input *DeleteUserByPrincipalIdInput) (*DeleteUserByPrincipalIdOutput, error)

DeleteUserByPrincipalId API operation for Amazon QuickSight.

Deletes a user identified by its principal ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteUserByPrincipalId for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteUserByPrincipalId

func (*QuickSight) DeleteUserByPrincipalIdRequest

func (c *QuickSight) DeleteUserByPrincipalIdRequest(input *DeleteUserByPrincipalIdInput) (req *request.Request, output *DeleteUserByPrincipalIdOutput)

DeleteUserByPrincipalIdRequest generates a "aws/request.Request" representing the client's request for the DeleteUserByPrincipalId operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteUserByPrincipalId for more information on using the DeleteUserByPrincipalId API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteUserByPrincipalIdRequest method.
req, resp := client.DeleteUserByPrincipalIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteUserByPrincipalId

func (*QuickSight) DeleteUserByPrincipalIdWithContext

func (c *QuickSight) DeleteUserByPrincipalIdWithContext(ctx aws.Context, input *DeleteUserByPrincipalIdInput, opts ...request.Option) (*DeleteUserByPrincipalIdOutput, error)

DeleteUserByPrincipalIdWithContext is the same as DeleteUserByPrincipalId with the addition of the ability to pass a context and additional request options.

See DeleteUserByPrincipalId for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteUserRequest

func (c *QuickSight) DeleteUserRequest(input *DeleteUserInput) (req *request.Request, output *DeleteUserOutput)

DeleteUserRequest generates a "aws/request.Request" representing the client's request for the DeleteUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteUser for more information on using the DeleteUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteUserRequest method.
req, resp := client.DeleteUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteUser

func (*QuickSight) DeleteUserWithContext

func (c *QuickSight) DeleteUserWithContext(ctx aws.Context, input *DeleteUserInput, opts ...request.Option) (*DeleteUserOutput, error)

DeleteUserWithContext is the same as DeleteUser with the addition of the ability to pass a context and additional request options.

See DeleteUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DeleteVPCConnection added in v1.42.9

func (c *QuickSight) DeleteVPCConnection(input *DeleteVPCConnectionInput) (*DeleteVPCConnectionOutput, error)

DeleteVPCConnection API operation for Amazon QuickSight.

Deletes a VPC connection.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DeleteVPCConnection for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteVPCConnection

func (*QuickSight) DeleteVPCConnectionRequest added in v1.42.9

func (c *QuickSight) DeleteVPCConnectionRequest(input *DeleteVPCConnectionInput) (req *request.Request, output *DeleteVPCConnectionOutput)

DeleteVPCConnectionRequest generates a "aws/request.Request" representing the client's request for the DeleteVPCConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteVPCConnection for more information on using the DeleteVPCConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteVPCConnectionRequest method.
req, resp := client.DeleteVPCConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteVPCConnection

func (*QuickSight) DeleteVPCConnectionWithContext added in v1.42.9

func (c *QuickSight) DeleteVPCConnectionWithContext(ctx aws.Context, input *DeleteVPCConnectionInput, opts ...request.Option) (*DeleteVPCConnectionOutput, error)

DeleteVPCConnectionWithContext is the same as DeleteVPCConnection with the addition of the ability to pass a context and additional request options.

See DeleteVPCConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeAccountCustomization

func (c *QuickSight) DescribeAccountCustomization(input *DescribeAccountCustomizationInput) (*DescribeAccountCustomizationOutput, error)

DescribeAccountCustomization API operation for Amazon QuickSight.

Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which customizations to apply by running this API operation with the Resolved flag included.

To determine what customizations display when you run this command, it can help to visualize the relationship of the entities involved.

  • Amazon Web Services account - The Amazon Web Services account exists at the top of the hierarchy. It has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region. That's where your free SPICE capacity is located. You can use Amazon QuickSight in any supported Amazon Web Services Region.

  • Amazon Web Services Region - In each Amazon Web Services Region where you sign in to Amazon QuickSight at least once, Amazon QuickSight acts as a separate instance of the same service. If you have a user directory, it resides in us-east-1, which is the US East (N. Virginia). Generally speaking, these users have access to Amazon QuickSight in any Amazon Web Services Region, unless they are constrained to a namespace. To run the command in a different Amazon Web Services Region, you change your Region settings. If you're using the CLI, you can use one of the following options: Use command line options (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-options.html). Use named profiles (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html). Run aws configure to change your default Amazon Web Services Region. Use Enter to key the same settings for your keys. For more information, see Configuring the CLI (https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html).

  • Namespace - A QuickSight namespace is a partition that contains users and assets (data sources, datasets, dashboards, and so on). To access assets that are in a specific namespace, users and groups must also be part of the same namespace. People who share a namespace are completely isolated from users and assets in other namespaces, even if they are in the same Amazon Web Services account and Amazon Web Services Region.

  • Applied customizations - Within an Amazon Web Services Region, a set of Amazon QuickSight customizations can apply to an Amazon Web Services account or to a namespace. Settings that you apply to a namespace override settings that you apply to an Amazon Web Services account. All settings are isolated to a single Amazon Web Services Region. To apply them in other Amazon Web Services Regions, run the CreateAccountCustomization command in each Amazon Web Services Region where you want to apply the same customizations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeAccountCustomization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAccountCustomization

func (*QuickSight) DescribeAccountCustomizationRequest

func (c *QuickSight) DescribeAccountCustomizationRequest(input *DescribeAccountCustomizationInput) (req *request.Request, output *DescribeAccountCustomizationOutput)

DescribeAccountCustomizationRequest generates a "aws/request.Request" representing the client's request for the DescribeAccountCustomization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAccountCustomization for more information on using the DescribeAccountCustomization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAccountCustomizationRequest method.
req, resp := client.DescribeAccountCustomizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAccountCustomization

func (*QuickSight) DescribeAccountCustomizationWithContext

func (c *QuickSight) DescribeAccountCustomizationWithContext(ctx aws.Context, input *DescribeAccountCustomizationInput, opts ...request.Option) (*DescribeAccountCustomizationOutput, error)

DescribeAccountCustomizationWithContext is the same as DescribeAccountCustomization with the addition of the ability to pass a context and additional request options.

See DescribeAccountCustomization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeAccountSettings

func (c *QuickSight) DescribeAccountSettings(input *DescribeAccountSettingsInput) (*DescribeAccountSettingsOutput, error)

DescribeAccountSettings API operation for Amazon QuickSight.

Describes the settings that were used when your Amazon QuickSight subscription was first created in this Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeAccountSettings for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAccountSettings

func (*QuickSight) DescribeAccountSettingsRequest

func (c *QuickSight) DescribeAccountSettingsRequest(input *DescribeAccountSettingsInput) (req *request.Request, output *DescribeAccountSettingsOutput)

DescribeAccountSettingsRequest generates a "aws/request.Request" representing the client's request for the DescribeAccountSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAccountSettings for more information on using the DescribeAccountSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAccountSettingsRequest method.
req, resp := client.DescribeAccountSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAccountSettings

func (*QuickSight) DescribeAccountSettingsWithContext

func (c *QuickSight) DescribeAccountSettingsWithContext(ctx aws.Context, input *DescribeAccountSettingsInput, opts ...request.Option) (*DescribeAccountSettingsOutput, error)

DescribeAccountSettingsWithContext is the same as DescribeAccountSettings with the addition of the ability to pass a context and additional request options.

See DescribeAccountSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeAccountSubscription added in v1.42.9

func (c *QuickSight) DescribeAccountSubscription(input *DescribeAccountSubscriptionInput) (*DescribeAccountSubscriptionOutput, error)

DescribeAccountSubscription API operation for Amazon QuickSight.

Use the DescribeAccountSubscription operation to receive a description of an Amazon QuickSight account's subscription. A successful API call returns an AccountInfo object that includes an account's name, subscription status, authentication type, edition, and notification email address.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeAccountSubscription for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAccountSubscription

func (*QuickSight) DescribeAccountSubscriptionRequest added in v1.42.9

func (c *QuickSight) DescribeAccountSubscriptionRequest(input *DescribeAccountSubscriptionInput) (req *request.Request, output *DescribeAccountSubscriptionOutput)

DescribeAccountSubscriptionRequest generates a "aws/request.Request" representing the client's request for the DescribeAccountSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAccountSubscription for more information on using the DescribeAccountSubscription API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAccountSubscriptionRequest method.
req, resp := client.DescribeAccountSubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAccountSubscription

func (*QuickSight) DescribeAccountSubscriptionWithContext added in v1.42.9

func (c *QuickSight) DescribeAccountSubscriptionWithContext(ctx aws.Context, input *DescribeAccountSubscriptionInput, opts ...request.Option) (*DescribeAccountSubscriptionOutput, error)

DescribeAccountSubscriptionWithContext is the same as DescribeAccountSubscription with the addition of the ability to pass a context and additional request options.

See DescribeAccountSubscription for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeAnalysis

func (c *QuickSight) DescribeAnalysis(input *DescribeAnalysisInput) (*DescribeAnalysisOutput, error)

DescribeAnalysis API operation for Amazon QuickSight.

Provides a summary of the metadata for an analysis.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeAnalysis for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAnalysis

func (*QuickSight) DescribeAnalysisDefinition added in v1.42.9

func (c *QuickSight) DescribeAnalysisDefinition(input *DescribeAnalysisDefinitionInput) (*DescribeAnalysisDefinitionOutput, error)

DescribeAnalysisDefinition API operation for Amazon QuickSight.

Provides a detailed description of the definition of an analysis.

If you do not need to know details about the content of an Analysis, for instance if you are trying to check the status of a recently created or updated Analysis, use the DescribeAnalysis (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeAnalysis.html) instead.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeAnalysisDefinition for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAnalysisDefinition

func (*QuickSight) DescribeAnalysisDefinitionRequest added in v1.42.9

func (c *QuickSight) DescribeAnalysisDefinitionRequest(input *DescribeAnalysisDefinitionInput) (req *request.Request, output *DescribeAnalysisDefinitionOutput)

DescribeAnalysisDefinitionRequest generates a "aws/request.Request" representing the client's request for the DescribeAnalysisDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAnalysisDefinition for more information on using the DescribeAnalysisDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAnalysisDefinitionRequest method.
req, resp := client.DescribeAnalysisDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAnalysisDefinition

func (*QuickSight) DescribeAnalysisDefinitionWithContext added in v1.42.9

func (c *QuickSight) DescribeAnalysisDefinitionWithContext(ctx aws.Context, input *DescribeAnalysisDefinitionInput, opts ...request.Option) (*DescribeAnalysisDefinitionOutput, error)

DescribeAnalysisDefinitionWithContext is the same as DescribeAnalysisDefinition with the addition of the ability to pass a context and additional request options.

See DescribeAnalysisDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeAnalysisPermissions

func (c *QuickSight) DescribeAnalysisPermissions(input *DescribeAnalysisPermissionsInput) (*DescribeAnalysisPermissionsOutput, error)

DescribeAnalysisPermissions API operation for Amazon QuickSight.

Provides the read and write permissions for an analysis.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeAnalysisPermissions for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAnalysisPermissions

func (*QuickSight) DescribeAnalysisPermissionsRequest

func (c *QuickSight) DescribeAnalysisPermissionsRequest(input *DescribeAnalysisPermissionsInput) (req *request.Request, output *DescribeAnalysisPermissionsOutput)

DescribeAnalysisPermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribeAnalysisPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAnalysisPermissions for more information on using the DescribeAnalysisPermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAnalysisPermissionsRequest method.
req, resp := client.DescribeAnalysisPermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAnalysisPermissions

func (*QuickSight) DescribeAnalysisPermissionsWithContext

func (c *QuickSight) DescribeAnalysisPermissionsWithContext(ctx aws.Context, input *DescribeAnalysisPermissionsInput, opts ...request.Option) (*DescribeAnalysisPermissionsOutput, error)

DescribeAnalysisPermissionsWithContext is the same as DescribeAnalysisPermissions with the addition of the ability to pass a context and additional request options.

See DescribeAnalysisPermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeAnalysisRequest

func (c *QuickSight) DescribeAnalysisRequest(input *DescribeAnalysisInput) (req *request.Request, output *DescribeAnalysisOutput)

DescribeAnalysisRequest generates a "aws/request.Request" representing the client's request for the DescribeAnalysis operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAnalysis for more information on using the DescribeAnalysis API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAnalysisRequest method.
req, resp := client.DescribeAnalysisRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAnalysis

func (*QuickSight) DescribeAnalysisWithContext

func (c *QuickSight) DescribeAnalysisWithContext(ctx aws.Context, input *DescribeAnalysisInput, opts ...request.Option) (*DescribeAnalysisOutput, error)

DescribeAnalysisWithContext is the same as DescribeAnalysis with the addition of the ability to pass a context and additional request options.

See DescribeAnalysis for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeAssetBundleExportJob added in v1.42.9

func (c *QuickSight) DescribeAssetBundleExportJob(input *DescribeAssetBundleExportJobInput) (*DescribeAssetBundleExportJobOutput, error)

DescribeAssetBundleExportJob API operation for Amazon QuickSight.

Describes an existing export job.

Poll job descriptions after a job starts to know the status of the job. When a job succeeds, a URL is provided to download the exported assets' data from. Download URLs are valid for five minutes after they are generated. You can call the DescribeAssetBundleExportJob API for a new download URL as needed.

Job descriptions are available for 14 days after the job starts.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeAssetBundleExportJob for usage and error information.

Returned Error Types:

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAssetBundleExportJob

func (*QuickSight) DescribeAssetBundleExportJobRequest added in v1.42.9

func (c *QuickSight) DescribeAssetBundleExportJobRequest(input *DescribeAssetBundleExportJobInput) (req *request.Request, output *DescribeAssetBundleExportJobOutput)

DescribeAssetBundleExportJobRequest generates a "aws/request.Request" representing the client's request for the DescribeAssetBundleExportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAssetBundleExportJob for more information on using the DescribeAssetBundleExportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAssetBundleExportJobRequest method.
req, resp := client.DescribeAssetBundleExportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAssetBundleExportJob

func (*QuickSight) DescribeAssetBundleExportJobWithContext added in v1.42.9

func (c *QuickSight) DescribeAssetBundleExportJobWithContext(ctx aws.Context, input *DescribeAssetBundleExportJobInput, opts ...request.Option) (*DescribeAssetBundleExportJobOutput, error)

DescribeAssetBundleExportJobWithContext is the same as DescribeAssetBundleExportJob with the addition of the ability to pass a context and additional request options.

See DescribeAssetBundleExportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeAssetBundleImportJob added in v1.42.9

func (c *QuickSight) DescribeAssetBundleImportJob(input *DescribeAssetBundleImportJobInput) (*DescribeAssetBundleImportJobOutput, error)

DescribeAssetBundleImportJob API operation for Amazon QuickSight.

Describes an existing import job.

Poll job descriptions after starting a job to know when it has succeeded or failed. Job descriptions are available for 14 days after job starts.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeAssetBundleImportJob for usage and error information.

Returned Error Types:

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAssetBundleImportJob

func (*QuickSight) DescribeAssetBundleImportJobRequest added in v1.42.9

func (c *QuickSight) DescribeAssetBundleImportJobRequest(input *DescribeAssetBundleImportJobInput) (req *request.Request, output *DescribeAssetBundleImportJobOutput)

DescribeAssetBundleImportJobRequest generates a "aws/request.Request" representing the client's request for the DescribeAssetBundleImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAssetBundleImportJob for more information on using the DescribeAssetBundleImportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAssetBundleImportJobRequest method.
req, resp := client.DescribeAssetBundleImportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAssetBundleImportJob

func (*QuickSight) DescribeAssetBundleImportJobWithContext added in v1.42.9

func (c *QuickSight) DescribeAssetBundleImportJobWithContext(ctx aws.Context, input *DescribeAssetBundleImportJobInput, opts ...request.Option) (*DescribeAssetBundleImportJobOutput, error)

DescribeAssetBundleImportJobWithContext is the same as DescribeAssetBundleImportJob with the addition of the ability to pass a context and additional request options.

See DescribeAssetBundleImportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeDashboard

func (c *QuickSight) DescribeDashboard(input *DescribeDashboardInput) (*DescribeDashboardOutput, error)

DescribeDashboard API operation for Amazon QuickSight.

Provides a summary for a dashboard.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeDashboard for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboard

func (*QuickSight) DescribeDashboardDefinition added in v1.42.9

func (c *QuickSight) DescribeDashboardDefinition(input *DescribeDashboardDefinitionInput) (*DescribeDashboardDefinitionOutput, error)

DescribeDashboardDefinition API operation for Amazon QuickSight.

Provides a detailed description of the definition of a dashboard.

If you do not need to know details about the content of a dashboard, for instance if you are trying to check the status of a recently created or updated dashboard, use the DescribeDashboard (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboard.html) instead.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeDashboardDefinition for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboardDefinition

func (*QuickSight) DescribeDashboardDefinitionRequest added in v1.42.9

func (c *QuickSight) DescribeDashboardDefinitionRequest(input *DescribeDashboardDefinitionInput) (req *request.Request, output *DescribeDashboardDefinitionOutput)

DescribeDashboardDefinitionRequest generates a "aws/request.Request" representing the client's request for the DescribeDashboardDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDashboardDefinition for more information on using the DescribeDashboardDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDashboardDefinitionRequest method.
req, resp := client.DescribeDashboardDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboardDefinition

func (*QuickSight) DescribeDashboardDefinitionWithContext added in v1.42.9

func (c *QuickSight) DescribeDashboardDefinitionWithContext(ctx aws.Context, input *DescribeDashboardDefinitionInput, opts ...request.Option) (*DescribeDashboardDefinitionOutput, error)

DescribeDashboardDefinitionWithContext is the same as DescribeDashboardDefinition with the addition of the ability to pass a context and additional request options.

See DescribeDashboardDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeDashboardPermissions

func (c *QuickSight) DescribeDashboardPermissions(input *DescribeDashboardPermissionsInput) (*DescribeDashboardPermissionsOutput, error)

DescribeDashboardPermissions API operation for Amazon QuickSight.

Describes read and write permissions for a dashboard.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeDashboardPermissions for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboardPermissions

func (*QuickSight) DescribeDashboardPermissionsRequest

func (c *QuickSight) DescribeDashboardPermissionsRequest(input *DescribeDashboardPermissionsInput) (req *request.Request, output *DescribeDashboardPermissionsOutput)

DescribeDashboardPermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribeDashboardPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDashboardPermissions for more information on using the DescribeDashboardPermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDashboardPermissionsRequest method.
req, resp := client.DescribeDashboardPermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboardPermissions

func (*QuickSight) DescribeDashboardPermissionsWithContext

func (c *QuickSight) DescribeDashboardPermissionsWithContext(ctx aws.Context, input *DescribeDashboardPermissionsInput, opts ...request.Option) (*DescribeDashboardPermissionsOutput, error)

DescribeDashboardPermissionsWithContext is the same as DescribeDashboardPermissions with the addition of the ability to pass a context and additional request options.

See DescribeDashboardPermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeDashboardRequest

func (c *QuickSight) DescribeDashboardRequest(input *DescribeDashboardInput) (req *request.Request, output *DescribeDashboardOutput)

DescribeDashboardRequest generates a "aws/request.Request" representing the client's request for the DescribeDashboard operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDashboard for more information on using the DescribeDashboard API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDashboardRequest method.
req, resp := client.DescribeDashboardRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboard

func (*QuickSight) DescribeDashboardSnapshotJob added in v1.42.9

func (c *QuickSight) DescribeDashboardSnapshotJob(input *DescribeDashboardSnapshotJobInput) (*DescribeDashboardSnapshotJobOutput, error)

DescribeDashboardSnapshotJob API operation for Amazon QuickSight.

Describes an existing snapshot job.

Poll job descriptions after a job starts to know the status of the job. For information on available status codes, see JobStatus.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeDashboardSnapshotJob for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboardSnapshotJob

func (*QuickSight) DescribeDashboardSnapshotJobRequest added in v1.42.9

func (c *QuickSight) DescribeDashboardSnapshotJobRequest(input *DescribeDashboardSnapshotJobInput) (req *request.Request, output *DescribeDashboardSnapshotJobOutput)

DescribeDashboardSnapshotJobRequest generates a "aws/request.Request" representing the client's request for the DescribeDashboardSnapshotJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDashboardSnapshotJob for more information on using the DescribeDashboardSnapshotJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDashboardSnapshotJobRequest method.
req, resp := client.DescribeDashboardSnapshotJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboardSnapshotJob

func (*QuickSight) DescribeDashboardSnapshotJobResult added in v1.42.9

DescribeDashboardSnapshotJobResult API operation for Amazon QuickSight.

Describes the result of an existing snapshot job that has finished running.

A finished snapshot job will return a COMPLETED or FAILED status when you poll the job with a DescribeDashboardSnapshotJob API call.

If the job has not finished running, this operation returns a message that says Dashboard Snapshot Job with id <SnapshotjobId> has not reached a terminal state..

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeDashboardSnapshotJobResult for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboardSnapshotJobResult

func (*QuickSight) DescribeDashboardSnapshotJobResultRequest added in v1.42.9

func (c *QuickSight) DescribeDashboardSnapshotJobResultRequest(input *DescribeDashboardSnapshotJobResultInput) (req *request.Request, output *DescribeDashboardSnapshotJobResultOutput)

DescribeDashboardSnapshotJobResultRequest generates a "aws/request.Request" representing the client's request for the DescribeDashboardSnapshotJobResult operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDashboardSnapshotJobResult for more information on using the DescribeDashboardSnapshotJobResult API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDashboardSnapshotJobResultRequest method.
req, resp := client.DescribeDashboardSnapshotJobResultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDashboardSnapshotJobResult

func (*QuickSight) DescribeDashboardSnapshotJobResultWithContext added in v1.42.9

func (c *QuickSight) DescribeDashboardSnapshotJobResultWithContext(ctx aws.Context, input *DescribeDashboardSnapshotJobResultInput, opts ...request.Option) (*DescribeDashboardSnapshotJobResultOutput, error)

DescribeDashboardSnapshotJobResultWithContext is the same as DescribeDashboardSnapshotJobResult with the addition of the ability to pass a context and additional request options.

See DescribeDashboardSnapshotJobResult for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeDashboardSnapshotJobWithContext added in v1.42.9

func (c *QuickSight) DescribeDashboardSnapshotJobWithContext(ctx aws.Context, input *DescribeDashboardSnapshotJobInput, opts ...request.Option) (*DescribeDashboardSnapshotJobOutput, error)

DescribeDashboardSnapshotJobWithContext is the same as DescribeDashboardSnapshotJob with the addition of the ability to pass a context and additional request options.

See DescribeDashboardSnapshotJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeDashboardWithContext

func (c *QuickSight) DescribeDashboardWithContext(ctx aws.Context, input *DescribeDashboardInput, opts ...request.Option) (*DescribeDashboardOutput, error)

DescribeDashboardWithContext is the same as DescribeDashboard with the addition of the ability to pass a context and additional request options.

See DescribeDashboard for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeDataSet

func (c *QuickSight) DescribeDataSet(input *DescribeDataSetInput) (*DescribeDataSetOutput, error)

DescribeDataSet API operation for Amazon QuickSight.

Describes a dataset. This operation doesn't support datasets that include uploaded files as a source.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeDataSet for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSet

func (*QuickSight) DescribeDataSetPermissions

func (c *QuickSight) DescribeDataSetPermissions(input *DescribeDataSetPermissionsInput) (*DescribeDataSetPermissionsOutput, error)

DescribeDataSetPermissions API operation for Amazon QuickSight.

Describes the permissions on a dataset.

The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeDataSetPermissions for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetPermissions

func (*QuickSight) DescribeDataSetPermissionsRequest

func (c *QuickSight) DescribeDataSetPermissionsRequest(input *DescribeDataSetPermissionsInput) (req *request.Request, output *DescribeDataSetPermissionsOutput)

DescribeDataSetPermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribeDataSetPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDataSetPermissions for more information on using the DescribeDataSetPermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDataSetPermissionsRequest method.
req, resp := client.DescribeDataSetPermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetPermissions

func (*QuickSight) DescribeDataSetPermissionsWithContext

func (c *QuickSight) DescribeDataSetPermissionsWithContext(ctx aws.Context, input *DescribeDataSetPermissionsInput, opts ...request.Option) (*DescribeDataSetPermissionsOutput, error)

DescribeDataSetPermissionsWithContext is the same as DescribeDataSetPermissions with the addition of the ability to pass a context and additional request options.

See DescribeDataSetPermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeDataSetRefreshProperties added in v1.42.9

func (c *QuickSight) DescribeDataSetRefreshProperties(input *DescribeDataSetRefreshPropertiesInput) (*DescribeDataSetRefreshPropertiesOutput, error)

DescribeDataSetRefreshProperties API operation for Amazon QuickSight.

Describes the refresh properties of a dataset.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeDataSetRefreshProperties for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetRefreshProperties

func (*QuickSight) DescribeDataSetRefreshPropertiesRequest added in v1.42.9

func (c *QuickSight) DescribeDataSetRefreshPropertiesRequest(input *DescribeDataSetRefreshPropertiesInput) (req *request.Request, output *DescribeDataSetRefreshPropertiesOutput)

DescribeDataSetRefreshPropertiesRequest generates a "aws/request.Request" representing the client's request for the DescribeDataSetRefreshProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDataSetRefreshProperties for more information on using the DescribeDataSetRefreshProperties API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDataSetRefreshPropertiesRequest method.
req, resp := client.DescribeDataSetRefreshPropertiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetRefreshProperties

func (*QuickSight) DescribeDataSetRefreshPropertiesWithContext added in v1.42.9

func (c *QuickSight) DescribeDataSetRefreshPropertiesWithContext(ctx aws.Context, input *DescribeDataSetRefreshPropertiesInput, opts ...request.Option) (*DescribeDataSetRefreshPropertiesOutput, error)

DescribeDataSetRefreshPropertiesWithContext is the same as DescribeDataSetRefreshProperties with the addition of the ability to pass a context and additional request options.

See DescribeDataSetRefreshProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeDataSetRequest

func (c *QuickSight) DescribeDataSetRequest(input *DescribeDataSetInput) (req *request.Request, output *DescribeDataSetOutput)

DescribeDataSetRequest generates a "aws/request.Request" representing the client's request for the DescribeDataSet operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDataSet for more information on using the DescribeDataSet API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDataSetRequest method.
req, resp := client.DescribeDataSetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSet

func (*QuickSight) DescribeDataSetWithContext

func (c *QuickSight) DescribeDataSetWithContext(ctx aws.Context, input *DescribeDataSetInput, opts ...request.Option) (*DescribeDataSetOutput, error)

DescribeDataSetWithContext is the same as DescribeDataSet with the addition of the ability to pass a context and additional request options.

See DescribeDataSet for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeDataSource

func (c *QuickSight) DescribeDataSource(input *DescribeDataSourceInput) (*DescribeDataSourceOutput, error)

DescribeDataSource API operation for Amazon QuickSight.

Describes a data source.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeDataSource for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSource

func (*QuickSight) DescribeDataSourcePermissions

func (c *QuickSight) DescribeDataSourcePermissions(input *DescribeDataSourcePermissionsInput) (*DescribeDataSourcePermissionsOutput, error)

DescribeDataSourcePermissions API operation for Amazon QuickSight.

Describes the resource permissions for a data source.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeDataSourcePermissions for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSourcePermissions

func (*QuickSight) DescribeDataSourcePermissionsRequest

func (c *QuickSight) DescribeDataSourcePermissionsRequest(input *DescribeDataSourcePermissionsInput) (req *request.Request, output *DescribeDataSourcePermissionsOutput)

DescribeDataSourcePermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribeDataSourcePermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDataSourcePermissions for more information on using the DescribeDataSourcePermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDataSourcePermissionsRequest method.
req, resp := client.DescribeDataSourcePermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSourcePermissions

func (*QuickSight) DescribeDataSourcePermissionsWithContext

func (c *QuickSight) DescribeDataSourcePermissionsWithContext(ctx aws.Context, input *DescribeDataSourcePermissionsInput, opts ...request.Option) (*DescribeDataSourcePermissionsOutput, error)

DescribeDataSourcePermissionsWithContext is the same as DescribeDataSourcePermissions with the addition of the ability to pass a context and additional request options.

See DescribeDataSourcePermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeDataSourceRequest

func (c *QuickSight) DescribeDataSourceRequest(input *DescribeDataSourceInput) (req *request.Request, output *DescribeDataSourceOutput)

DescribeDataSourceRequest generates a "aws/request.Request" representing the client's request for the DescribeDataSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDataSource for more information on using the DescribeDataSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDataSourceRequest method.
req, resp := client.DescribeDataSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSource

func (*QuickSight) DescribeDataSourceWithContext

func (c *QuickSight) DescribeDataSourceWithContext(ctx aws.Context, input *DescribeDataSourceInput, opts ...request.Option) (*DescribeDataSourceOutput, error)

DescribeDataSourceWithContext is the same as DescribeDataSource with the addition of the ability to pass a context and additional request options.

See DescribeDataSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeFolder

func (c *QuickSight) DescribeFolder(input *DescribeFolderInput) (*DescribeFolderOutput, error)

DescribeFolder API operation for Amazon QuickSight.

Describes a folder.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeFolder for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolder

func (*QuickSight) DescribeFolderPermissions

func (c *QuickSight) DescribeFolderPermissions(input *DescribeFolderPermissionsInput) (*DescribeFolderPermissionsOutput, error)

DescribeFolderPermissions API operation for Amazon QuickSight.

Describes permissions for a folder.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeFolderPermissions for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolderPermissions

func (*QuickSight) DescribeFolderPermissionsRequest

func (c *QuickSight) DescribeFolderPermissionsRequest(input *DescribeFolderPermissionsInput) (req *request.Request, output *DescribeFolderPermissionsOutput)

DescribeFolderPermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribeFolderPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFolderPermissions for more information on using the DescribeFolderPermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFolderPermissionsRequest method.
req, resp := client.DescribeFolderPermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolderPermissions

func (*QuickSight) DescribeFolderPermissionsWithContext

func (c *QuickSight) DescribeFolderPermissionsWithContext(ctx aws.Context, input *DescribeFolderPermissionsInput, opts ...request.Option) (*DescribeFolderPermissionsOutput, error)

DescribeFolderPermissionsWithContext is the same as DescribeFolderPermissions with the addition of the ability to pass a context and additional request options.

See DescribeFolderPermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeFolderRequest

func (c *QuickSight) DescribeFolderRequest(input *DescribeFolderInput) (req *request.Request, output *DescribeFolderOutput)

DescribeFolderRequest generates a "aws/request.Request" representing the client's request for the DescribeFolder operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFolder for more information on using the DescribeFolder API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFolderRequest method.
req, resp := client.DescribeFolderRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolder

func (*QuickSight) DescribeFolderResolvedPermissions

DescribeFolderResolvedPermissions API operation for Amazon QuickSight.

Describes the folder resolved permissions. Permissions consists of both folder direct permissions and the inherited permissions from the ancestor folders.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeFolderResolvedPermissions for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolderResolvedPermissions

func (*QuickSight) DescribeFolderResolvedPermissionsRequest

func (c *QuickSight) DescribeFolderResolvedPermissionsRequest(input *DescribeFolderResolvedPermissionsInput) (req *request.Request, output *DescribeFolderResolvedPermissionsOutput)

DescribeFolderResolvedPermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribeFolderResolvedPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFolderResolvedPermissions for more information on using the DescribeFolderResolvedPermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFolderResolvedPermissionsRequest method.
req, resp := client.DescribeFolderResolvedPermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolderResolvedPermissions

func (*QuickSight) DescribeFolderResolvedPermissionsWithContext

func (c *QuickSight) DescribeFolderResolvedPermissionsWithContext(ctx aws.Context, input *DescribeFolderResolvedPermissionsInput, opts ...request.Option) (*DescribeFolderResolvedPermissionsOutput, error)

DescribeFolderResolvedPermissionsWithContext is the same as DescribeFolderResolvedPermissions with the addition of the ability to pass a context and additional request options.

See DescribeFolderResolvedPermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeFolderWithContext

func (c *QuickSight) DescribeFolderWithContext(ctx aws.Context, input *DescribeFolderInput, opts ...request.Option) (*DescribeFolderOutput, error)

DescribeFolderWithContext is the same as DescribeFolder with the addition of the ability to pass a context and additional request options.

See DescribeFolder for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeGroup

func (c *QuickSight) DescribeGroup(input *DescribeGroupInput) (*DescribeGroupOutput, error)

DescribeGroup API operation for Amazon QuickSight.

Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeGroup for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeGroup

func (*QuickSight) DescribeGroupMembership added in v1.42.9

func (c *QuickSight) DescribeGroupMembership(input *DescribeGroupMembershipInput) (*DescribeGroupMembershipOutput, error)

DescribeGroupMembership API operation for Amazon QuickSight.

Use the DescribeGroupMembership operation to determine if a user is a member of the specified group. If the user exists and is a member of the specified group, an associated GroupMember object is returned.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeGroupMembership for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeGroupMembership

func (*QuickSight) DescribeGroupMembershipRequest added in v1.42.9

func (c *QuickSight) DescribeGroupMembershipRequest(input *DescribeGroupMembershipInput) (req *request.Request, output *DescribeGroupMembershipOutput)

DescribeGroupMembershipRequest generates a "aws/request.Request" representing the client's request for the DescribeGroupMembership operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeGroupMembership for more information on using the DescribeGroupMembership API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeGroupMembershipRequest method.
req, resp := client.DescribeGroupMembershipRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeGroupMembership

func (*QuickSight) DescribeGroupMembershipWithContext added in v1.42.9

func (c *QuickSight) DescribeGroupMembershipWithContext(ctx aws.Context, input *DescribeGroupMembershipInput, opts ...request.Option) (*DescribeGroupMembershipOutput, error)

DescribeGroupMembershipWithContext is the same as DescribeGroupMembership with the addition of the ability to pass a context and additional request options.

See DescribeGroupMembership for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeGroupRequest

func (c *QuickSight) DescribeGroupRequest(input *DescribeGroupInput) (req *request.Request, output *DescribeGroupOutput)

DescribeGroupRequest generates a "aws/request.Request" representing the client's request for the DescribeGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeGroup for more information on using the DescribeGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeGroupRequest method.
req, resp := client.DescribeGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeGroup

func (*QuickSight) DescribeGroupWithContext

func (c *QuickSight) DescribeGroupWithContext(ctx aws.Context, input *DescribeGroupInput, opts ...request.Option) (*DescribeGroupOutput, error)

DescribeGroupWithContext is the same as DescribeGroup with the addition of the ability to pass a context and additional request options.

See DescribeGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeIAMPolicyAssignment

func (c *QuickSight) DescribeIAMPolicyAssignment(input *DescribeIAMPolicyAssignmentInput) (*DescribeIAMPolicyAssignmentOutput, error)

DescribeIAMPolicyAssignment API operation for Amazon QuickSight.

Describes an existing IAM policy assignment, as specified by the assignment name.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeIAMPolicyAssignment for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeIAMPolicyAssignment

func (*QuickSight) DescribeIAMPolicyAssignmentRequest

func (c *QuickSight) DescribeIAMPolicyAssignmentRequest(input *DescribeIAMPolicyAssignmentInput) (req *request.Request, output *DescribeIAMPolicyAssignmentOutput)

DescribeIAMPolicyAssignmentRequest generates a "aws/request.Request" representing the client's request for the DescribeIAMPolicyAssignment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeIAMPolicyAssignment for more information on using the DescribeIAMPolicyAssignment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeIAMPolicyAssignmentRequest method.
req, resp := client.DescribeIAMPolicyAssignmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeIAMPolicyAssignment

func (*QuickSight) DescribeIAMPolicyAssignmentWithContext

func (c *QuickSight) DescribeIAMPolicyAssignmentWithContext(ctx aws.Context, input *DescribeIAMPolicyAssignmentInput, opts ...request.Option) (*DescribeIAMPolicyAssignmentOutput, error)

DescribeIAMPolicyAssignmentWithContext is the same as DescribeIAMPolicyAssignment with the addition of the ability to pass a context and additional request options.

See DescribeIAMPolicyAssignment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeIngestion

func (c *QuickSight) DescribeIngestion(input *DescribeIngestionInput) (*DescribeIngestionOutput, error)

DescribeIngestion API operation for Amazon QuickSight.

Describes a SPICE ingestion.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeIngestion for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ResourceExistsException The resource specified already exists.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeIngestion

func (*QuickSight) DescribeIngestionRequest

func (c *QuickSight) DescribeIngestionRequest(input *DescribeIngestionInput) (req *request.Request, output *DescribeIngestionOutput)

DescribeIngestionRequest generates a "aws/request.Request" representing the client's request for the DescribeIngestion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeIngestion for more information on using the DescribeIngestion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeIngestionRequest method.
req, resp := client.DescribeIngestionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeIngestion

func (*QuickSight) DescribeIngestionWithContext

func (c *QuickSight) DescribeIngestionWithContext(ctx aws.Context, input *DescribeIngestionInput, opts ...request.Option) (*DescribeIngestionOutput, error)

DescribeIngestionWithContext is the same as DescribeIngestion with the addition of the ability to pass a context and additional request options.

See DescribeIngestion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeIpRestriction

func (c *QuickSight) DescribeIpRestriction(input *DescribeIpRestrictionInput) (*DescribeIpRestrictionOutput, error)

DescribeIpRestriction API operation for Amazon QuickSight.

Provides a summary and status of IP rules.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeIpRestriction for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeIpRestriction

func (*QuickSight) DescribeIpRestrictionRequest

func (c *QuickSight) DescribeIpRestrictionRequest(input *DescribeIpRestrictionInput) (req *request.Request, output *DescribeIpRestrictionOutput)

DescribeIpRestrictionRequest generates a "aws/request.Request" representing the client's request for the DescribeIpRestriction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeIpRestriction for more information on using the DescribeIpRestriction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeIpRestrictionRequest method.
req, resp := client.DescribeIpRestrictionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeIpRestriction

func (*QuickSight) DescribeIpRestrictionWithContext

func (c *QuickSight) DescribeIpRestrictionWithContext(ctx aws.Context, input *DescribeIpRestrictionInput, opts ...request.Option) (*DescribeIpRestrictionOutput, error)

DescribeIpRestrictionWithContext is the same as DescribeIpRestriction with the addition of the ability to pass a context and additional request options.

See DescribeIpRestriction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeNamespace

func (c *QuickSight) DescribeNamespace(input *DescribeNamespaceInput) (*DescribeNamespaceOutput, error)

DescribeNamespace API operation for Amazon QuickSight.

Describes the current namespace.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeNamespace for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeNamespace

func (*QuickSight) DescribeNamespaceRequest

func (c *QuickSight) DescribeNamespaceRequest(input *DescribeNamespaceInput) (req *request.Request, output *DescribeNamespaceOutput)

DescribeNamespaceRequest generates a "aws/request.Request" representing the client's request for the DescribeNamespace operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeNamespace for more information on using the DescribeNamespace API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeNamespaceRequest method.
req, resp := client.DescribeNamespaceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeNamespace

func (*QuickSight) DescribeNamespaceWithContext

func (c *QuickSight) DescribeNamespaceWithContext(ctx aws.Context, input *DescribeNamespaceInput, opts ...request.Option) (*DescribeNamespaceOutput, error)

DescribeNamespaceWithContext is the same as DescribeNamespace with the addition of the ability to pass a context and additional request options.

See DescribeNamespace for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeRefreshSchedule added in v1.42.9

func (c *QuickSight) DescribeRefreshSchedule(input *DescribeRefreshScheduleInput) (*DescribeRefreshScheduleOutput, error)

DescribeRefreshSchedule API operation for Amazon QuickSight.

Provides a summary of a refresh schedule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeRefreshSchedule for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeRefreshSchedule

func (*QuickSight) DescribeRefreshScheduleRequest added in v1.42.9

func (c *QuickSight) DescribeRefreshScheduleRequest(input *DescribeRefreshScheduleInput) (req *request.Request, output *DescribeRefreshScheduleOutput)

DescribeRefreshScheduleRequest generates a "aws/request.Request" representing the client's request for the DescribeRefreshSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRefreshSchedule for more information on using the DescribeRefreshSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRefreshScheduleRequest method.
req, resp := client.DescribeRefreshScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeRefreshSchedule

func (*QuickSight) DescribeRefreshScheduleWithContext added in v1.42.9

func (c *QuickSight) DescribeRefreshScheduleWithContext(ctx aws.Context, input *DescribeRefreshScheduleInput, opts ...request.Option) (*DescribeRefreshScheduleOutput, error)

DescribeRefreshScheduleWithContext is the same as DescribeRefreshSchedule with the addition of the ability to pass a context and additional request options.

See DescribeRefreshSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeTemplate

func (c *QuickSight) DescribeTemplate(input *DescribeTemplateInput) (*DescribeTemplateOutput, error)

DescribeTemplate API operation for Amazon QuickSight.

Describes a template's metadata.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeTemplate for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplate

func (*QuickSight) DescribeTemplateAlias

func (c *QuickSight) DescribeTemplateAlias(input *DescribeTemplateAliasInput) (*DescribeTemplateAliasOutput, error)

DescribeTemplateAlias API operation for Amazon QuickSight.

Describes the template alias for a template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeTemplateAlias for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplateAlias

func (*QuickSight) DescribeTemplateAliasRequest

func (c *QuickSight) DescribeTemplateAliasRequest(input *DescribeTemplateAliasInput) (req *request.Request, output *DescribeTemplateAliasOutput)

DescribeTemplateAliasRequest generates a "aws/request.Request" representing the client's request for the DescribeTemplateAlias operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTemplateAlias for more information on using the DescribeTemplateAlias API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTemplateAliasRequest method.
req, resp := client.DescribeTemplateAliasRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplateAlias

func (*QuickSight) DescribeTemplateAliasWithContext

func (c *QuickSight) DescribeTemplateAliasWithContext(ctx aws.Context, input *DescribeTemplateAliasInput, opts ...request.Option) (*DescribeTemplateAliasOutput, error)

DescribeTemplateAliasWithContext is the same as DescribeTemplateAlias with the addition of the ability to pass a context and additional request options.

See DescribeTemplateAlias for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeTemplateDefinition added in v1.42.9

func (c *QuickSight) DescribeTemplateDefinition(input *DescribeTemplateDefinitionInput) (*DescribeTemplateDefinitionOutput, error)

DescribeTemplateDefinition API operation for Amazon QuickSight.

Provides a detailed description of the definition of a template.

If you do not need to know details about the content of a template, for instance if you are trying to check the status of a recently created or updated template, use the DescribeTemplate (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeTemplate.html) instead.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeTemplateDefinition for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplateDefinition

func (*QuickSight) DescribeTemplateDefinitionRequest added in v1.42.9

func (c *QuickSight) DescribeTemplateDefinitionRequest(input *DescribeTemplateDefinitionInput) (req *request.Request, output *DescribeTemplateDefinitionOutput)

DescribeTemplateDefinitionRequest generates a "aws/request.Request" representing the client's request for the DescribeTemplateDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTemplateDefinition for more information on using the DescribeTemplateDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTemplateDefinitionRequest method.
req, resp := client.DescribeTemplateDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplateDefinition

func (*QuickSight) DescribeTemplateDefinitionWithContext added in v1.42.9

func (c *QuickSight) DescribeTemplateDefinitionWithContext(ctx aws.Context, input *DescribeTemplateDefinitionInput, opts ...request.Option) (*DescribeTemplateDefinitionOutput, error)

DescribeTemplateDefinitionWithContext is the same as DescribeTemplateDefinition with the addition of the ability to pass a context and additional request options.

See DescribeTemplateDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeTemplatePermissions

func (c *QuickSight) DescribeTemplatePermissions(input *DescribeTemplatePermissionsInput) (*DescribeTemplatePermissionsOutput, error)

DescribeTemplatePermissions API operation for Amazon QuickSight.

Describes read and write permissions on a template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeTemplatePermissions for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplatePermissions

func (*QuickSight) DescribeTemplatePermissionsRequest

func (c *QuickSight) DescribeTemplatePermissionsRequest(input *DescribeTemplatePermissionsInput) (req *request.Request, output *DescribeTemplatePermissionsOutput)

DescribeTemplatePermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribeTemplatePermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTemplatePermissions for more information on using the DescribeTemplatePermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTemplatePermissionsRequest method.
req, resp := client.DescribeTemplatePermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplatePermissions

func (*QuickSight) DescribeTemplatePermissionsWithContext

func (c *QuickSight) DescribeTemplatePermissionsWithContext(ctx aws.Context, input *DescribeTemplatePermissionsInput, opts ...request.Option) (*DescribeTemplatePermissionsOutput, error)

DescribeTemplatePermissionsWithContext is the same as DescribeTemplatePermissions with the addition of the ability to pass a context and additional request options.

See DescribeTemplatePermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeTemplateRequest

func (c *QuickSight) DescribeTemplateRequest(input *DescribeTemplateInput) (req *request.Request, output *DescribeTemplateOutput)

DescribeTemplateRequest generates a "aws/request.Request" representing the client's request for the DescribeTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTemplate for more information on using the DescribeTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTemplateRequest method.
req, resp := client.DescribeTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplate

func (*QuickSight) DescribeTemplateWithContext

func (c *QuickSight) DescribeTemplateWithContext(ctx aws.Context, input *DescribeTemplateInput, opts ...request.Option) (*DescribeTemplateOutput, error)

DescribeTemplateWithContext is the same as DescribeTemplate with the addition of the ability to pass a context and additional request options.

See DescribeTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeTheme

func (c *QuickSight) DescribeTheme(input *DescribeThemeInput) (*DescribeThemeOutput, error)

DescribeTheme API operation for Amazon QuickSight.

Describes a theme.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeTheme for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTheme

func (*QuickSight) DescribeThemeAlias

func (c *QuickSight) DescribeThemeAlias(input *DescribeThemeAliasInput) (*DescribeThemeAliasOutput, error)

DescribeThemeAlias API operation for Amazon QuickSight.

Describes the alias for a theme.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeThemeAlias for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeThemeAlias

func (*QuickSight) DescribeThemeAliasRequest

func (c *QuickSight) DescribeThemeAliasRequest(input *DescribeThemeAliasInput) (req *request.Request, output *DescribeThemeAliasOutput)

DescribeThemeAliasRequest generates a "aws/request.Request" representing the client's request for the DescribeThemeAlias operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeThemeAlias for more information on using the DescribeThemeAlias API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeThemeAliasRequest method.
req, resp := client.DescribeThemeAliasRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeThemeAlias

func (*QuickSight) DescribeThemeAliasWithContext

func (c *QuickSight) DescribeThemeAliasWithContext(ctx aws.Context, input *DescribeThemeAliasInput, opts ...request.Option) (*DescribeThemeAliasOutput, error)

DescribeThemeAliasWithContext is the same as DescribeThemeAlias with the addition of the ability to pass a context and additional request options.

See DescribeThemeAlias for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeThemePermissions

func (c *QuickSight) DescribeThemePermissions(input *DescribeThemePermissionsInput) (*DescribeThemePermissionsOutput, error)

DescribeThemePermissions API operation for Amazon QuickSight.

Describes the read and write permissions for a theme.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeThemePermissions for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeThemePermissions

func (*QuickSight) DescribeThemePermissionsRequest

func (c *QuickSight) DescribeThemePermissionsRequest(input *DescribeThemePermissionsInput) (req *request.Request, output *DescribeThemePermissionsOutput)

DescribeThemePermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribeThemePermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeThemePermissions for more information on using the DescribeThemePermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeThemePermissionsRequest method.
req, resp := client.DescribeThemePermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeThemePermissions

func (*QuickSight) DescribeThemePermissionsWithContext

func (c *QuickSight) DescribeThemePermissionsWithContext(ctx aws.Context, input *DescribeThemePermissionsInput, opts ...request.Option) (*DescribeThemePermissionsOutput, error)

DescribeThemePermissionsWithContext is the same as DescribeThemePermissions with the addition of the ability to pass a context and additional request options.

See DescribeThemePermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeThemeRequest

func (c *QuickSight) DescribeThemeRequest(input *DescribeThemeInput) (req *request.Request, output *DescribeThemeOutput)

DescribeThemeRequest generates a "aws/request.Request" representing the client's request for the DescribeTheme operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTheme for more information on using the DescribeTheme API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeThemeRequest method.
req, resp := client.DescribeThemeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTheme

func (*QuickSight) DescribeThemeWithContext

func (c *QuickSight) DescribeThemeWithContext(ctx aws.Context, input *DescribeThemeInput, opts ...request.Option) (*DescribeThemeOutput, error)

DescribeThemeWithContext is the same as DescribeTheme with the addition of the ability to pass a context and additional request options.

See DescribeTheme for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeTopic added in v1.42.9

func (c *QuickSight) DescribeTopic(input *DescribeTopicInput) (*DescribeTopicOutput, error)

DescribeTopic API operation for Amazon QuickSight.

Describes a topic.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeTopic for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTopic

func (*QuickSight) DescribeTopicPermissions added in v1.42.9

func (c *QuickSight) DescribeTopicPermissions(input *DescribeTopicPermissionsInput) (*DescribeTopicPermissionsOutput, error)

DescribeTopicPermissions API operation for Amazon QuickSight.

Describes the permissions of a topic.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeTopicPermissions for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTopicPermissions

func (*QuickSight) DescribeTopicPermissionsRequest added in v1.42.9

func (c *QuickSight) DescribeTopicPermissionsRequest(input *DescribeTopicPermissionsInput) (req *request.Request, output *DescribeTopicPermissionsOutput)

DescribeTopicPermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribeTopicPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTopicPermissions for more information on using the DescribeTopicPermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTopicPermissionsRequest method.
req, resp := client.DescribeTopicPermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTopicPermissions

func (*QuickSight) DescribeTopicPermissionsWithContext added in v1.42.9

func (c *QuickSight) DescribeTopicPermissionsWithContext(ctx aws.Context, input *DescribeTopicPermissionsInput, opts ...request.Option) (*DescribeTopicPermissionsOutput, error)

DescribeTopicPermissionsWithContext is the same as DescribeTopicPermissions with the addition of the ability to pass a context and additional request options.

See DescribeTopicPermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeTopicRefresh added in v1.42.9

func (c *QuickSight) DescribeTopicRefresh(input *DescribeTopicRefreshInput) (*DescribeTopicRefreshOutput, error)

DescribeTopicRefresh API operation for Amazon QuickSight.

Describes the status of a topic refresh.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeTopicRefresh for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTopicRefresh

func (*QuickSight) DescribeTopicRefreshRequest added in v1.42.9

func (c *QuickSight) DescribeTopicRefreshRequest(input *DescribeTopicRefreshInput) (req *request.Request, output *DescribeTopicRefreshOutput)

DescribeTopicRefreshRequest generates a "aws/request.Request" representing the client's request for the DescribeTopicRefresh operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTopicRefresh for more information on using the DescribeTopicRefresh API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTopicRefreshRequest method.
req, resp := client.DescribeTopicRefreshRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTopicRefresh

func (*QuickSight) DescribeTopicRefreshSchedule added in v1.42.9

func (c *QuickSight) DescribeTopicRefreshSchedule(input *DescribeTopicRefreshScheduleInput) (*DescribeTopicRefreshScheduleOutput, error)

DescribeTopicRefreshSchedule API operation for Amazon QuickSight.

Deletes a topic refresh schedule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeTopicRefreshSchedule for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceNotFoundException One or more resources can't be found.

  • ResourceExistsException The resource specified already exists.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTopicRefreshSchedule

func (*QuickSight) DescribeTopicRefreshScheduleRequest added in v1.42.9

func (c *QuickSight) DescribeTopicRefreshScheduleRequest(input *DescribeTopicRefreshScheduleInput) (req *request.Request, output *DescribeTopicRefreshScheduleOutput)

DescribeTopicRefreshScheduleRequest generates a "aws/request.Request" representing the client's request for the DescribeTopicRefreshSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTopicRefreshSchedule for more information on using the DescribeTopicRefreshSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTopicRefreshScheduleRequest method.
req, resp := client.DescribeTopicRefreshScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTopicRefreshSchedule

func (*QuickSight) DescribeTopicRefreshScheduleWithContext added in v1.42.9

func (c *QuickSight) DescribeTopicRefreshScheduleWithContext(ctx aws.Context, input *DescribeTopicRefreshScheduleInput, opts ...request.Option) (*DescribeTopicRefreshScheduleOutput, error)

DescribeTopicRefreshScheduleWithContext is the same as DescribeTopicRefreshSchedule with the addition of the ability to pass a context and additional request options.

See DescribeTopicRefreshSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeTopicRefreshWithContext added in v1.42.9

func (c *QuickSight) DescribeTopicRefreshWithContext(ctx aws.Context, input *DescribeTopicRefreshInput, opts ...request.Option) (*DescribeTopicRefreshOutput, error)

DescribeTopicRefreshWithContext is the same as DescribeTopicRefresh with the addition of the ability to pass a context and additional request options.

See DescribeTopicRefresh for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeTopicRequest added in v1.42.9

func (c *QuickSight) DescribeTopicRequest(input *DescribeTopicInput) (req *request.Request, output *DescribeTopicOutput)

DescribeTopicRequest generates a "aws/request.Request" representing the client's request for the DescribeTopic operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTopic for more information on using the DescribeTopic API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTopicRequest method.
req, resp := client.DescribeTopicRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTopic

func (*QuickSight) DescribeTopicWithContext added in v1.42.9

func (c *QuickSight) DescribeTopicWithContext(ctx aws.Context, input *DescribeTopicInput, opts ...request.Option) (*DescribeTopicOutput, error)

DescribeTopicWithContext is the same as DescribeTopic with the addition of the ability to pass a context and additional request options.

See DescribeTopic for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeUser

func (c *QuickSight) DescribeUser(input *DescribeUserInput) (*DescribeUserOutput, error)

DescribeUser API operation for Amazon QuickSight.

Returns information about a user, given the user name.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeUser for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeUser

func (*QuickSight) DescribeUserRequest

func (c *QuickSight) DescribeUserRequest(input *DescribeUserInput) (req *request.Request, output *DescribeUserOutput)

DescribeUserRequest generates a "aws/request.Request" representing the client's request for the DescribeUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeUser for more information on using the DescribeUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeUserRequest method.
req, resp := client.DescribeUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeUser

func (*QuickSight) DescribeUserWithContext

func (c *QuickSight) DescribeUserWithContext(ctx aws.Context, input *DescribeUserInput, opts ...request.Option) (*DescribeUserOutput, error)

DescribeUserWithContext is the same as DescribeUser with the addition of the ability to pass a context and additional request options.

See DescribeUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) DescribeVPCConnection added in v1.42.9

func (c *QuickSight) DescribeVPCConnection(input *DescribeVPCConnectionInput) (*DescribeVPCConnectionOutput, error)

DescribeVPCConnection API operation for Amazon QuickSight.

Describes a VPC connection.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation DescribeVPCConnection for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeVPCConnection

func (*QuickSight) DescribeVPCConnectionRequest added in v1.42.9

func (c *QuickSight) DescribeVPCConnectionRequest(input *DescribeVPCConnectionInput) (req *request.Request, output *DescribeVPCConnectionOutput)

DescribeVPCConnectionRequest generates a "aws/request.Request" representing the client's request for the DescribeVPCConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeVPCConnection for more information on using the DescribeVPCConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeVPCConnectionRequest method.
req, resp := client.DescribeVPCConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeVPCConnection

func (*QuickSight) DescribeVPCConnectionWithContext added in v1.42.9

func (c *QuickSight) DescribeVPCConnectionWithContext(ctx aws.Context, input *DescribeVPCConnectionInput, opts ...request.Option) (*DescribeVPCConnectionOutput, error)

DescribeVPCConnectionWithContext is the same as DescribeVPCConnection with the addition of the ability to pass a context and additional request options.

See DescribeVPCConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) GenerateEmbedUrlForAnonymousUser

func (c *QuickSight) GenerateEmbedUrlForAnonymousUser(input *GenerateEmbedUrlForAnonymousUserInput) (*GenerateEmbedUrlForAnonymousUserOutput, error)

GenerateEmbedUrlForAnonymousUser API operation for Amazon QuickSight.

Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or visual in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions.

The following rules apply to the generated URL:

For more information, see Embedded Analytics (https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html) in the Amazon QuickSight User Guide.

For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal (https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation GenerateEmbedUrlForAnonymousUser for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • SessionLifetimeInMinutesInvalidException The number of minutes specified for the lifetime of a session isn't valid. The session lifetime must be 15-600 minutes.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • UnsupportedPricingPlanException This error indicates that you are calling an embedding operation in Amazon QuickSight without the required pricing plan on your Amazon Web Services account. Before you can use embedding for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You can do this on the Manage Amazon QuickSight page.

    After capacity pricing is added, you can use the GetDashboardEmbedUrl (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html) API operation with the --identity-type ANONYMOUS option.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForAnonymousUser

func (*QuickSight) GenerateEmbedUrlForAnonymousUserRequest

func (c *QuickSight) GenerateEmbedUrlForAnonymousUserRequest(input *GenerateEmbedUrlForAnonymousUserInput) (req *request.Request, output *GenerateEmbedUrlForAnonymousUserOutput)

GenerateEmbedUrlForAnonymousUserRequest generates a "aws/request.Request" representing the client's request for the GenerateEmbedUrlForAnonymousUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GenerateEmbedUrlForAnonymousUser for more information on using the GenerateEmbedUrlForAnonymousUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GenerateEmbedUrlForAnonymousUserRequest method.
req, resp := client.GenerateEmbedUrlForAnonymousUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForAnonymousUser

func (*QuickSight) GenerateEmbedUrlForAnonymousUserWithContext

func (c *QuickSight) GenerateEmbedUrlForAnonymousUserWithContext(ctx aws.Context, input *GenerateEmbedUrlForAnonymousUserInput, opts ...request.Option) (*GenerateEmbedUrlForAnonymousUserOutput, error)

GenerateEmbedUrlForAnonymousUserWithContext is the same as GenerateEmbedUrlForAnonymousUser with the addition of the ability to pass a context and additional request options.

See GenerateEmbedUrlForAnonymousUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) GenerateEmbedUrlForRegisteredUser

GenerateEmbedUrlForRegisteredUser API operation for Amazon QuickSight.

Generates an embed URL that you can use to embed an Amazon QuickSight experience in your website. This action can be used for any type of user registered in an Amazon QuickSight account. Before you use this action, make sure that you have configured the relevant Amazon QuickSight resource and permissions.

The following rules apply to the generated URL:

For more information, see Embedded Analytics (https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html) in the Amazon QuickSight User Guide.

For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal (https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation GenerateEmbedUrlForRegisteredUser for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • UserNotFoundException The user with the provided name isn't found. This error can happen in any operation that requires finding a user based on a provided user name, such as DeleteUser, DescribeUser, and so on.

  • ResourceNotFoundException One or more resources can't be found.

  • SessionLifetimeInMinutesInvalidException The number of minutes specified for the lifetime of a session isn't valid. The session lifetime must be 15-600 minutes.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • UnsupportedPricingPlanException This error indicates that you are calling an embedding operation in Amazon QuickSight without the required pricing plan on your Amazon Web Services account. Before you can use embedding for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You can do this on the Manage Amazon QuickSight page.

    After capacity pricing is added, you can use the GetDashboardEmbedUrl (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html) API operation with the --identity-type ANONYMOUS option.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForRegisteredUser

func (*QuickSight) GenerateEmbedUrlForRegisteredUserRequest

func (c *QuickSight) GenerateEmbedUrlForRegisteredUserRequest(input *GenerateEmbedUrlForRegisteredUserInput) (req *request.Request, output *GenerateEmbedUrlForRegisteredUserOutput)

GenerateEmbedUrlForRegisteredUserRequest generates a "aws/request.Request" representing the client's request for the GenerateEmbedUrlForRegisteredUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GenerateEmbedUrlForRegisteredUser for more information on using the GenerateEmbedUrlForRegisteredUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GenerateEmbedUrlForRegisteredUserRequest method.
req, resp := client.GenerateEmbedUrlForRegisteredUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForRegisteredUser

func (*QuickSight) GenerateEmbedUrlForRegisteredUserWithContext

func (c *QuickSight) GenerateEmbedUrlForRegisteredUserWithContext(ctx aws.Context, input *GenerateEmbedUrlForRegisteredUserInput, opts ...request.Option) (*GenerateEmbedUrlForRegisteredUserOutput, error)

GenerateEmbedUrlForRegisteredUserWithContext is the same as GenerateEmbedUrlForRegisteredUser with the addition of the ability to pass a context and additional request options.

See GenerateEmbedUrlForRegisteredUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) GetDashboardEmbedUrl

func (c *QuickSight) GetDashboardEmbedUrl(input *GetDashboardEmbedUrlInput) (*GetDashboardEmbedUrlOutput, error)

GetDashboardEmbedUrl API operation for Amazon QuickSight.

Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions.

Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the generated URL:

  • They must be used together.

  • They can be used one time only.

  • They are valid for 5 minutes after you run this command.

  • You are charged only when the URL is used or there is interaction with Amazon QuickSight.

  • The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional SessionLifetimeInMinutes parameter to customize session duration.

For more information, see Embedding Analytics Using GetDashboardEmbedUrl (https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html) in the Amazon QuickSight User Guide.

For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal (https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation GetDashboardEmbedUrl for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • DomainNotWhitelistedException The domain specified isn't on the allow list. All domains for embedded dashboards must be added to the approved list by an Amazon QuickSight admin.

  • UserNotFoundException The user with the provided name isn't found. This error can happen in any operation that requires finding a user based on a provided user name, such as DeleteUser, DescribeUser, and so on.

  • IdentityTypeNotSupportedException The identity type specified isn't supported. Supported identity types include IAM and QUICKSIGHT.

  • SessionLifetimeInMinutesInvalidException The number of minutes specified for the lifetime of a session isn't valid. The session lifetime must be 15-600 minutes.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • UnsupportedPricingPlanException This error indicates that you are calling an embedding operation in Amazon QuickSight without the required pricing plan on your Amazon Web Services account. Before you can use embedding for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You can do this on the Manage Amazon QuickSight page.

    After capacity pricing is added, you can use the GetDashboardEmbedUrl (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html) API operation with the --identity-type ANONYMOUS option.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GetDashboardEmbedUrl

func (*QuickSight) GetDashboardEmbedUrlRequest

func (c *QuickSight) GetDashboardEmbedUrlRequest(input *GetDashboardEmbedUrlInput) (req *request.Request, output *GetDashboardEmbedUrlOutput)

GetDashboardEmbedUrlRequest generates a "aws/request.Request" representing the client's request for the GetDashboardEmbedUrl operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDashboardEmbedUrl for more information on using the GetDashboardEmbedUrl API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDashboardEmbedUrlRequest method.
req, resp := client.GetDashboardEmbedUrlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GetDashboardEmbedUrl

func (*QuickSight) GetDashboardEmbedUrlWithContext

func (c *QuickSight) GetDashboardEmbedUrlWithContext(ctx aws.Context, input *GetDashboardEmbedUrlInput, opts ...request.Option) (*GetDashboardEmbedUrlOutput, error)

GetDashboardEmbedUrlWithContext is the same as GetDashboardEmbedUrl with the addition of the ability to pass a context and additional request options.

See GetDashboardEmbedUrl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) GetSessionEmbedUrl

func (c *QuickSight) GetSessionEmbedUrl(input *GetSessionEmbedUrlInput) (*GetSessionEmbedUrlOutput, error)

GetSessionEmbedUrl API operation for Amazon QuickSight.

Generates a session URL and authorization code that you can use to embed the Amazon Amazon QuickSight console in your web server code. Use GetSessionEmbedUrl where you want to provide an authoring portal that allows users to create data sources, datasets, analyses, and dashboards. The users who access an embedded Amazon QuickSight console need belong to the author or admin security cohort. If you want to restrict permissions to some of these features, add a custom permissions profile to the user with the UpdateUser (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html) API operation. Use RegisterUser (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html) API operation to add a new user with a custom permission profile attached. For more information, see the following sections in the Amazon QuickSight User Guide:

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation GetSessionEmbedUrl for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UserNotFoundException The user with the provided name isn't found. This error can happen in any operation that requires finding a user based on a provided user name, such as DeleteUser, DescribeUser, and so on.

  • SessionLifetimeInMinutesInvalidException The number of minutes specified for the lifetime of a session isn't valid. The session lifetime must be 15-600 minutes.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GetSessionEmbedUrl

func (*QuickSight) GetSessionEmbedUrlRequest

func (c *QuickSight) GetSessionEmbedUrlRequest(input *GetSessionEmbedUrlInput) (req *request.Request, output *GetSessionEmbedUrlOutput)

GetSessionEmbedUrlRequest generates a "aws/request.Request" representing the client's request for the GetSessionEmbedUrl operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetSessionEmbedUrl for more information on using the GetSessionEmbedUrl API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetSessionEmbedUrlRequest method.
req, resp := client.GetSessionEmbedUrlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GetSessionEmbedUrl

func (*QuickSight) GetSessionEmbedUrlWithContext

func (c *QuickSight) GetSessionEmbedUrlWithContext(ctx aws.Context, input *GetSessionEmbedUrlInput, opts ...request.Option) (*GetSessionEmbedUrlOutput, error)

GetSessionEmbedUrlWithContext is the same as GetSessionEmbedUrl with the addition of the ability to pass a context and additional request options.

See GetSessionEmbedUrl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListAnalyses

func (c *QuickSight) ListAnalyses(input *ListAnalysesInput) (*ListAnalysesOutput, error)

ListAnalyses API operation for Amazon QuickSight.

Lists Amazon QuickSight analyses that exist in the specified Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListAnalyses for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListAnalyses

func (*QuickSight) ListAnalysesPages

func (c *QuickSight) ListAnalysesPages(input *ListAnalysesInput, fn func(*ListAnalysesOutput, bool) bool) error

ListAnalysesPages iterates over the pages of a ListAnalyses operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAnalyses method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAnalyses operation.
pageNum := 0
err := client.ListAnalysesPages(params,
    func(page *quicksight.ListAnalysesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListAnalysesPagesWithContext

func (c *QuickSight) ListAnalysesPagesWithContext(ctx aws.Context, input *ListAnalysesInput, fn func(*ListAnalysesOutput, bool) bool, opts ...request.Option) error

ListAnalysesPagesWithContext same as ListAnalysesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListAnalysesRequest

func (c *QuickSight) ListAnalysesRequest(input *ListAnalysesInput) (req *request.Request, output *ListAnalysesOutput)

ListAnalysesRequest generates a "aws/request.Request" representing the client's request for the ListAnalyses operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAnalyses for more information on using the ListAnalyses API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAnalysesRequest method.
req, resp := client.ListAnalysesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListAnalyses

func (*QuickSight) ListAnalysesWithContext

func (c *QuickSight) ListAnalysesWithContext(ctx aws.Context, input *ListAnalysesInput, opts ...request.Option) (*ListAnalysesOutput, error)

ListAnalysesWithContext is the same as ListAnalyses with the addition of the ability to pass a context and additional request options.

See ListAnalyses for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListAssetBundleExportJobs added in v1.42.9

func (c *QuickSight) ListAssetBundleExportJobs(input *ListAssetBundleExportJobsInput) (*ListAssetBundleExportJobsOutput, error)

ListAssetBundleExportJobs API operation for Amazon QuickSight.

Lists all asset bundle export jobs that have been taken place in the last 14 days. Jobs created more than 14 days ago are deleted forever and are not returned. If you are using the same job ID for multiple jobs, ListAssetBundleExportJobs only returns the most recent job that uses the repeated job ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListAssetBundleExportJobs for usage and error information.

Returned Error Types:

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ThrottlingException Access is throttled.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidNextTokenException The NextToken value isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListAssetBundleExportJobs

func (*QuickSight) ListAssetBundleExportJobsPages added in v1.42.9

func (c *QuickSight) ListAssetBundleExportJobsPages(input *ListAssetBundleExportJobsInput, fn func(*ListAssetBundleExportJobsOutput, bool) bool) error

ListAssetBundleExportJobsPages iterates over the pages of a ListAssetBundleExportJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssetBundleExportJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssetBundleExportJobs operation.
pageNum := 0
err := client.ListAssetBundleExportJobsPages(params,
    func(page *quicksight.ListAssetBundleExportJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListAssetBundleExportJobsPagesWithContext added in v1.42.9

func (c *QuickSight) ListAssetBundleExportJobsPagesWithContext(ctx aws.Context, input *ListAssetBundleExportJobsInput, fn func(*ListAssetBundleExportJobsOutput, bool) bool, opts ...request.Option) error

ListAssetBundleExportJobsPagesWithContext same as ListAssetBundleExportJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListAssetBundleExportJobsRequest added in v1.42.9

func (c *QuickSight) ListAssetBundleExportJobsRequest(input *ListAssetBundleExportJobsInput) (req *request.Request, output *ListAssetBundleExportJobsOutput)

ListAssetBundleExportJobsRequest generates a "aws/request.Request" representing the client's request for the ListAssetBundleExportJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssetBundleExportJobs for more information on using the ListAssetBundleExportJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssetBundleExportJobsRequest method.
req, resp := client.ListAssetBundleExportJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListAssetBundleExportJobs

func (*QuickSight) ListAssetBundleExportJobsWithContext added in v1.42.9

func (c *QuickSight) ListAssetBundleExportJobsWithContext(ctx aws.Context, input *ListAssetBundleExportJobsInput, opts ...request.Option) (*ListAssetBundleExportJobsOutput, error)

ListAssetBundleExportJobsWithContext is the same as ListAssetBundleExportJobs with the addition of the ability to pass a context and additional request options.

See ListAssetBundleExportJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListAssetBundleImportJobs added in v1.42.9

func (c *QuickSight) ListAssetBundleImportJobs(input *ListAssetBundleImportJobsInput) (*ListAssetBundleImportJobsOutput, error)

ListAssetBundleImportJobs API operation for Amazon QuickSight.

Lists all asset bundle import jobs that have taken place in the last 14 days. Jobs created more than 14 days ago are deleted forever and are not returned. If you are using the same job ID for multiple jobs, ListAssetBundleImportJobs only returns the most recent job that uses the repeated job ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListAssetBundleImportJobs for usage and error information.

Returned Error Types:

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ThrottlingException Access is throttled.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidNextTokenException The NextToken value isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListAssetBundleImportJobs

func (*QuickSight) ListAssetBundleImportJobsPages added in v1.42.9

func (c *QuickSight) ListAssetBundleImportJobsPages(input *ListAssetBundleImportJobsInput, fn func(*ListAssetBundleImportJobsOutput, bool) bool) error

ListAssetBundleImportJobsPages iterates over the pages of a ListAssetBundleImportJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssetBundleImportJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssetBundleImportJobs operation.
pageNum := 0
err := client.ListAssetBundleImportJobsPages(params,
    func(page *quicksight.ListAssetBundleImportJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListAssetBundleImportJobsPagesWithContext added in v1.42.9

func (c *QuickSight) ListAssetBundleImportJobsPagesWithContext(ctx aws.Context, input *ListAssetBundleImportJobsInput, fn func(*ListAssetBundleImportJobsOutput, bool) bool, opts ...request.Option) error

ListAssetBundleImportJobsPagesWithContext same as ListAssetBundleImportJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListAssetBundleImportJobsRequest added in v1.42.9

func (c *QuickSight) ListAssetBundleImportJobsRequest(input *ListAssetBundleImportJobsInput) (req *request.Request, output *ListAssetBundleImportJobsOutput)

ListAssetBundleImportJobsRequest generates a "aws/request.Request" representing the client's request for the ListAssetBundleImportJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssetBundleImportJobs for more information on using the ListAssetBundleImportJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssetBundleImportJobsRequest method.
req, resp := client.ListAssetBundleImportJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListAssetBundleImportJobs

func (*QuickSight) ListAssetBundleImportJobsWithContext added in v1.42.9

func (c *QuickSight) ListAssetBundleImportJobsWithContext(ctx aws.Context, input *ListAssetBundleImportJobsInput, opts ...request.Option) (*ListAssetBundleImportJobsOutput, error)

ListAssetBundleImportJobsWithContext is the same as ListAssetBundleImportJobs with the addition of the ability to pass a context and additional request options.

See ListAssetBundleImportJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListDashboardVersions

func (c *QuickSight) ListDashboardVersions(input *ListDashboardVersionsInput) (*ListDashboardVersionsOutput, error)

ListDashboardVersions API operation for Amazon QuickSight.

Lists all the versions of the dashboards in the Amazon QuickSight subscription.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListDashboardVersions for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListDashboardVersions

func (*QuickSight) ListDashboardVersionsPages

func (c *QuickSight) ListDashboardVersionsPages(input *ListDashboardVersionsInput, fn func(*ListDashboardVersionsOutput, bool) bool) error

ListDashboardVersionsPages iterates over the pages of a ListDashboardVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDashboardVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDashboardVersions operation.
pageNum := 0
err := client.ListDashboardVersionsPages(params,
    func(page *quicksight.ListDashboardVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListDashboardVersionsPagesWithContext

func (c *QuickSight) ListDashboardVersionsPagesWithContext(ctx aws.Context, input *ListDashboardVersionsInput, fn func(*ListDashboardVersionsOutput, bool) bool, opts ...request.Option) error

ListDashboardVersionsPagesWithContext same as ListDashboardVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListDashboardVersionsRequest

func (c *QuickSight) ListDashboardVersionsRequest(input *ListDashboardVersionsInput) (req *request.Request, output *ListDashboardVersionsOutput)

ListDashboardVersionsRequest generates a "aws/request.Request" representing the client's request for the ListDashboardVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDashboardVersions for more information on using the ListDashboardVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDashboardVersionsRequest method.
req, resp := client.ListDashboardVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListDashboardVersions

func (*QuickSight) ListDashboardVersionsWithContext

func (c *QuickSight) ListDashboardVersionsWithContext(ctx aws.Context, input *ListDashboardVersionsInput, opts ...request.Option) (*ListDashboardVersionsOutput, error)

ListDashboardVersionsWithContext is the same as ListDashboardVersions with the addition of the ability to pass a context and additional request options.

See ListDashboardVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListDashboards

func (c *QuickSight) ListDashboards(input *ListDashboardsInput) (*ListDashboardsOutput, error)

ListDashboards API operation for Amazon QuickSight.

Lists dashboards in an Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListDashboards for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListDashboards

func (*QuickSight) ListDashboardsPages

func (c *QuickSight) ListDashboardsPages(input *ListDashboardsInput, fn func(*ListDashboardsOutput, bool) bool) error

ListDashboardsPages iterates over the pages of a ListDashboards operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDashboards method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDashboards operation.
pageNum := 0
err := client.ListDashboardsPages(params,
    func(page *quicksight.ListDashboardsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListDashboardsPagesWithContext

func (c *QuickSight) ListDashboardsPagesWithContext(ctx aws.Context, input *ListDashboardsInput, fn func(*ListDashboardsOutput, bool) bool, opts ...request.Option) error

ListDashboardsPagesWithContext same as ListDashboardsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListDashboardsRequest

func (c *QuickSight) ListDashboardsRequest(input *ListDashboardsInput) (req *request.Request, output *ListDashboardsOutput)

ListDashboardsRequest generates a "aws/request.Request" representing the client's request for the ListDashboards operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDashboards for more information on using the ListDashboards API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDashboardsRequest method.
req, resp := client.ListDashboardsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListDashboards

func (*QuickSight) ListDashboardsWithContext

func (c *QuickSight) ListDashboardsWithContext(ctx aws.Context, input *ListDashboardsInput, opts ...request.Option) (*ListDashboardsOutput, error)

ListDashboardsWithContext is the same as ListDashboards with the addition of the ability to pass a context and additional request options.

See ListDashboards for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListDataSets

func (c *QuickSight) ListDataSets(input *ListDataSetsInput) (*ListDataSetsOutput, error)

ListDataSets API operation for Amazon QuickSight.

Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.

The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/*.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListDataSets for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListDataSets

func (*QuickSight) ListDataSetsPages

func (c *QuickSight) ListDataSetsPages(input *ListDataSetsInput, fn func(*ListDataSetsOutput, bool) bool) error

ListDataSetsPages iterates over the pages of a ListDataSets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDataSets method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDataSets operation.
pageNum := 0
err := client.ListDataSetsPages(params,
    func(page *quicksight.ListDataSetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListDataSetsPagesWithContext

func (c *QuickSight) ListDataSetsPagesWithContext(ctx aws.Context, input *ListDataSetsInput, fn func(*ListDataSetsOutput, bool) bool, opts ...request.Option) error

ListDataSetsPagesWithContext same as ListDataSetsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListDataSetsRequest

func (c *QuickSight) ListDataSetsRequest(input *ListDataSetsInput) (req *request.Request, output *ListDataSetsOutput)

ListDataSetsRequest generates a "aws/request.Request" representing the client's request for the ListDataSets operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDataSets for more information on using the ListDataSets API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDataSetsRequest method.
req, resp := client.ListDataSetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListDataSets

func (*QuickSight) ListDataSetsWithContext

func (c *QuickSight) ListDataSetsWithContext(ctx aws.Context, input *ListDataSetsInput, opts ...request.Option) (*ListDataSetsOutput, error)

ListDataSetsWithContext is the same as ListDataSets with the addition of the ability to pass a context and additional request options.

See ListDataSets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListDataSources

func (c *QuickSight) ListDataSources(input *ListDataSourcesInput) (*ListDataSourcesOutput, error)

ListDataSources API operation for Amazon QuickSight.

Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListDataSources for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListDataSources

func (*QuickSight) ListDataSourcesPages

func (c *QuickSight) ListDataSourcesPages(input *ListDataSourcesInput, fn func(*ListDataSourcesOutput, bool) bool) error

ListDataSourcesPages iterates over the pages of a ListDataSources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDataSources method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDataSources operation.
pageNum := 0
err := client.ListDataSourcesPages(params,
    func(page *quicksight.ListDataSourcesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListDataSourcesPagesWithContext

func (c *QuickSight) ListDataSourcesPagesWithContext(ctx aws.Context, input *ListDataSourcesInput, fn func(*ListDataSourcesOutput, bool) bool, opts ...request.Option) error

ListDataSourcesPagesWithContext same as ListDataSourcesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListDataSourcesRequest

func (c *QuickSight) ListDataSourcesRequest(input *ListDataSourcesInput) (req *request.Request, output *ListDataSourcesOutput)

ListDataSourcesRequest generates a "aws/request.Request" representing the client's request for the ListDataSources operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDataSources for more information on using the ListDataSources API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDataSourcesRequest method.
req, resp := client.ListDataSourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListDataSources

func (*QuickSight) ListDataSourcesWithContext

func (c *QuickSight) ListDataSourcesWithContext(ctx aws.Context, input *ListDataSourcesInput, opts ...request.Option) (*ListDataSourcesOutput, error)

ListDataSourcesWithContext is the same as ListDataSources with the addition of the ability to pass a context and additional request options.

See ListDataSources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListFolderMembers

func (c *QuickSight) ListFolderMembers(input *ListFolderMembersInput) (*ListFolderMembersOutput, error)

ListFolderMembers API operation for Amazon QuickSight.

List all assets (DASHBOARD, ANALYSIS, and DATASET) in a folder.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListFolderMembers for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListFolderMembers

func (*QuickSight) ListFolderMembersRequest

func (c *QuickSight) ListFolderMembersRequest(input *ListFolderMembersInput) (req *request.Request, output *ListFolderMembersOutput)

ListFolderMembersRequest generates a "aws/request.Request" representing the client's request for the ListFolderMembers operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFolderMembers for more information on using the ListFolderMembers API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFolderMembersRequest method.
req, resp := client.ListFolderMembersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListFolderMembers

func (*QuickSight) ListFolderMembersWithContext

func (c *QuickSight) ListFolderMembersWithContext(ctx aws.Context, input *ListFolderMembersInput, opts ...request.Option) (*ListFolderMembersOutput, error)

ListFolderMembersWithContext is the same as ListFolderMembers with the addition of the ability to pass a context and additional request options.

See ListFolderMembers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListFolders

func (c *QuickSight) ListFolders(input *ListFoldersInput) (*ListFoldersOutput, error)

ListFolders API operation for Amazon QuickSight.

Lists all folders in an account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListFolders for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListFolders

func (*QuickSight) ListFoldersRequest

func (c *QuickSight) ListFoldersRequest(input *ListFoldersInput) (req *request.Request, output *ListFoldersOutput)

ListFoldersRequest generates a "aws/request.Request" representing the client's request for the ListFolders operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFolders for more information on using the ListFolders API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFoldersRequest method.
req, resp := client.ListFoldersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListFolders

func (*QuickSight) ListFoldersWithContext

func (c *QuickSight) ListFoldersWithContext(ctx aws.Context, input *ListFoldersInput, opts ...request.Option) (*ListFoldersOutput, error)

ListFoldersWithContext is the same as ListFolders with the addition of the ability to pass a context and additional request options.

See ListFolders for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListGroupMemberships

func (c *QuickSight) ListGroupMemberships(input *ListGroupMembershipsInput) (*ListGroupMembershipsOutput, error)

ListGroupMemberships API operation for Amazon QuickSight.

Lists member users in a group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListGroupMemberships for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListGroupMemberships

func (*QuickSight) ListGroupMembershipsPages added in v1.42.9

func (c *QuickSight) ListGroupMembershipsPages(input *ListGroupMembershipsInput, fn func(*ListGroupMembershipsOutput, bool) bool) error

ListGroupMembershipsPages iterates over the pages of a ListGroupMemberships operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListGroupMemberships method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListGroupMemberships operation.
pageNum := 0
err := client.ListGroupMembershipsPages(params,
    func(page *quicksight.ListGroupMembershipsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListGroupMembershipsPagesWithContext added in v1.42.9

func (c *QuickSight) ListGroupMembershipsPagesWithContext(ctx aws.Context, input *ListGroupMembershipsInput, fn func(*ListGroupMembershipsOutput, bool) bool, opts ...request.Option) error

ListGroupMembershipsPagesWithContext same as ListGroupMembershipsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListGroupMembershipsRequest

func (c *QuickSight) ListGroupMembershipsRequest(input *ListGroupMembershipsInput) (req *request.Request, output *ListGroupMembershipsOutput)

ListGroupMembershipsRequest generates a "aws/request.Request" representing the client's request for the ListGroupMemberships operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListGroupMemberships for more information on using the ListGroupMemberships API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListGroupMembershipsRequest method.
req, resp := client.ListGroupMembershipsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListGroupMemberships

func (*QuickSight) ListGroupMembershipsWithContext

func (c *QuickSight) ListGroupMembershipsWithContext(ctx aws.Context, input *ListGroupMembershipsInput, opts ...request.Option) (*ListGroupMembershipsOutput, error)

ListGroupMembershipsWithContext is the same as ListGroupMemberships with the addition of the ability to pass a context and additional request options.

See ListGroupMemberships for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListGroups

func (c *QuickSight) ListGroups(input *ListGroupsInput) (*ListGroupsOutput, error)

ListGroups API operation for Amazon QuickSight.

Lists all user groups in Amazon QuickSight.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListGroups for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListGroups

func (*QuickSight) ListGroupsPages added in v1.42.9

func (c *QuickSight) ListGroupsPages(input *ListGroupsInput, fn func(*ListGroupsOutput, bool) bool) error

ListGroupsPages iterates over the pages of a ListGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListGroups method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListGroups operation.
pageNum := 0
err := client.ListGroupsPages(params,
    func(page *quicksight.ListGroupsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListGroupsPagesWithContext added in v1.42.9

func (c *QuickSight) ListGroupsPagesWithContext(ctx aws.Context, input *ListGroupsInput, fn func(*ListGroupsOutput, bool) bool, opts ...request.Option) error

ListGroupsPagesWithContext same as ListGroupsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListGroupsRequest

func (c *QuickSight) ListGroupsRequest(input *ListGroupsInput) (req *request.Request, output *ListGroupsOutput)

ListGroupsRequest generates a "aws/request.Request" representing the client's request for the ListGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListGroups for more information on using the ListGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListGroupsRequest method.
req, resp := client.ListGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListGroups

func (*QuickSight) ListGroupsWithContext

func (c *QuickSight) ListGroupsWithContext(ctx aws.Context, input *ListGroupsInput, opts ...request.Option) (*ListGroupsOutput, error)

ListGroupsWithContext is the same as ListGroups with the addition of the ability to pass a context and additional request options.

See ListGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListIAMPolicyAssignments

func (c *QuickSight) ListIAMPolicyAssignments(input *ListIAMPolicyAssignmentsInput) (*ListIAMPolicyAssignmentsOutput, error)

ListIAMPolicyAssignments API operation for Amazon QuickSight.

Lists the IAM policy assignments in the current Amazon QuickSight account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListIAMPolicyAssignments for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListIAMPolicyAssignments

func (*QuickSight) ListIAMPolicyAssignmentsForUser

func (c *QuickSight) ListIAMPolicyAssignmentsForUser(input *ListIAMPolicyAssignmentsForUserInput) (*ListIAMPolicyAssignmentsForUserOutput, error)

ListIAMPolicyAssignmentsForUser API operation for Amazon QuickSight.

Lists all of the IAM policy assignments, including the Amazon Resource Names (ARNs), for the IAM policies assigned to the specified user and group, or groups that the user belongs to.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListIAMPolicyAssignmentsForUser for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ConcurrentUpdatingException A resource is already in a state that indicates an operation is happening that must complete before a new update can be applied.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListIAMPolicyAssignmentsForUser

func (*QuickSight) ListIAMPolicyAssignmentsForUserPages added in v1.42.9

func (c *QuickSight) ListIAMPolicyAssignmentsForUserPages(input *ListIAMPolicyAssignmentsForUserInput, fn func(*ListIAMPolicyAssignmentsForUserOutput, bool) bool) error

ListIAMPolicyAssignmentsForUserPages iterates over the pages of a ListIAMPolicyAssignmentsForUser operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListIAMPolicyAssignmentsForUser method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListIAMPolicyAssignmentsForUser operation.
pageNum := 0
err := client.ListIAMPolicyAssignmentsForUserPages(params,
    func(page *quicksight.ListIAMPolicyAssignmentsForUserOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListIAMPolicyAssignmentsForUserPagesWithContext added in v1.42.9

func (c *QuickSight) ListIAMPolicyAssignmentsForUserPagesWithContext(ctx aws.Context, input *ListIAMPolicyAssignmentsForUserInput, fn func(*ListIAMPolicyAssignmentsForUserOutput, bool) bool, opts ...request.Option) error

ListIAMPolicyAssignmentsForUserPagesWithContext same as ListIAMPolicyAssignmentsForUserPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListIAMPolicyAssignmentsForUserRequest

func (c *QuickSight) ListIAMPolicyAssignmentsForUserRequest(input *ListIAMPolicyAssignmentsForUserInput) (req *request.Request, output *ListIAMPolicyAssignmentsForUserOutput)

ListIAMPolicyAssignmentsForUserRequest generates a "aws/request.Request" representing the client's request for the ListIAMPolicyAssignmentsForUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListIAMPolicyAssignmentsForUser for more information on using the ListIAMPolicyAssignmentsForUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListIAMPolicyAssignmentsForUserRequest method.
req, resp := client.ListIAMPolicyAssignmentsForUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListIAMPolicyAssignmentsForUser

func (*QuickSight) ListIAMPolicyAssignmentsForUserWithContext

func (c *QuickSight) ListIAMPolicyAssignmentsForUserWithContext(ctx aws.Context, input *ListIAMPolicyAssignmentsForUserInput, opts ...request.Option) (*ListIAMPolicyAssignmentsForUserOutput, error)

ListIAMPolicyAssignmentsForUserWithContext is the same as ListIAMPolicyAssignmentsForUser with the addition of the ability to pass a context and additional request options.

See ListIAMPolicyAssignmentsForUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListIAMPolicyAssignmentsPages added in v1.42.9

func (c *QuickSight) ListIAMPolicyAssignmentsPages(input *ListIAMPolicyAssignmentsInput, fn func(*ListIAMPolicyAssignmentsOutput, bool) bool) error

ListIAMPolicyAssignmentsPages iterates over the pages of a ListIAMPolicyAssignments operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListIAMPolicyAssignments method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListIAMPolicyAssignments operation.
pageNum := 0
err := client.ListIAMPolicyAssignmentsPages(params,
    func(page *quicksight.ListIAMPolicyAssignmentsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListIAMPolicyAssignmentsPagesWithContext added in v1.42.9

func (c *QuickSight) ListIAMPolicyAssignmentsPagesWithContext(ctx aws.Context, input *ListIAMPolicyAssignmentsInput, fn func(*ListIAMPolicyAssignmentsOutput, bool) bool, opts ...request.Option) error

ListIAMPolicyAssignmentsPagesWithContext same as ListIAMPolicyAssignmentsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListIAMPolicyAssignmentsRequest

func (c *QuickSight) ListIAMPolicyAssignmentsRequest(input *ListIAMPolicyAssignmentsInput) (req *request.Request, output *ListIAMPolicyAssignmentsOutput)

ListIAMPolicyAssignmentsRequest generates a "aws/request.Request" representing the client's request for the ListIAMPolicyAssignments operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListIAMPolicyAssignments for more information on using the ListIAMPolicyAssignments API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListIAMPolicyAssignmentsRequest method.
req, resp := client.ListIAMPolicyAssignmentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListIAMPolicyAssignments

func (*QuickSight) ListIAMPolicyAssignmentsWithContext

func (c *QuickSight) ListIAMPolicyAssignmentsWithContext(ctx aws.Context, input *ListIAMPolicyAssignmentsInput, opts ...request.Option) (*ListIAMPolicyAssignmentsOutput, error)

ListIAMPolicyAssignmentsWithContext is the same as ListIAMPolicyAssignments with the addition of the ability to pass a context and additional request options.

See ListIAMPolicyAssignments for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListIngestions

func (c *QuickSight) ListIngestions(input *ListIngestionsInput) (*ListIngestionsOutput, error)

ListIngestions API operation for Amazon QuickSight.

Lists the history of SPICE ingestions for a dataset.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListIngestions for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ResourceExistsException The resource specified already exists.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListIngestions

func (*QuickSight) ListIngestionsPages

func (c *QuickSight) ListIngestionsPages(input *ListIngestionsInput, fn func(*ListIngestionsOutput, bool) bool) error

ListIngestionsPages iterates over the pages of a ListIngestions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListIngestions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListIngestions operation.
pageNum := 0
err := client.ListIngestionsPages(params,
    func(page *quicksight.ListIngestionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListIngestionsPagesWithContext

func (c *QuickSight) ListIngestionsPagesWithContext(ctx aws.Context, input *ListIngestionsInput, fn func(*ListIngestionsOutput, bool) bool, opts ...request.Option) error

ListIngestionsPagesWithContext same as ListIngestionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListIngestionsRequest

func (c *QuickSight) ListIngestionsRequest(input *ListIngestionsInput) (req *request.Request, output *ListIngestionsOutput)

ListIngestionsRequest generates a "aws/request.Request" representing the client's request for the ListIngestions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListIngestions for more information on using the ListIngestions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListIngestionsRequest method.
req, resp := client.ListIngestionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListIngestions

func (*QuickSight) ListIngestionsWithContext

func (c *QuickSight) ListIngestionsWithContext(ctx aws.Context, input *ListIngestionsInput, opts ...request.Option) (*ListIngestionsOutput, error)

ListIngestionsWithContext is the same as ListIngestions with the addition of the ability to pass a context and additional request options.

See ListIngestions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListNamespaces

func (c *QuickSight) ListNamespaces(input *ListNamespacesInput) (*ListNamespacesOutput, error)

ListNamespaces API operation for Amazon QuickSight.

Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListNamespaces for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListNamespaces

func (*QuickSight) ListNamespacesPages

func (c *QuickSight) ListNamespacesPages(input *ListNamespacesInput, fn func(*ListNamespacesOutput, bool) bool) error

ListNamespacesPages iterates over the pages of a ListNamespaces operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListNamespaces method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListNamespaces operation.
pageNum := 0
err := client.ListNamespacesPages(params,
    func(page *quicksight.ListNamespacesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListNamespacesPagesWithContext

func (c *QuickSight) ListNamespacesPagesWithContext(ctx aws.Context, input *ListNamespacesInput, fn func(*ListNamespacesOutput, bool) bool, opts ...request.Option) error

ListNamespacesPagesWithContext same as ListNamespacesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListNamespacesRequest

func (c *QuickSight) ListNamespacesRequest(input *ListNamespacesInput) (req *request.Request, output *ListNamespacesOutput)

ListNamespacesRequest generates a "aws/request.Request" representing the client's request for the ListNamespaces operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListNamespaces for more information on using the ListNamespaces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListNamespacesRequest method.
req, resp := client.ListNamespacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListNamespaces

func (*QuickSight) ListNamespacesWithContext

func (c *QuickSight) ListNamespacesWithContext(ctx aws.Context, input *ListNamespacesInput, opts ...request.Option) (*ListNamespacesOutput, error)

ListNamespacesWithContext is the same as ListNamespaces with the addition of the ability to pass a context and additional request options.

See ListNamespaces for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListRefreshSchedules added in v1.42.9

func (c *QuickSight) ListRefreshSchedules(input *ListRefreshSchedulesInput) (*ListRefreshSchedulesOutput, error)

ListRefreshSchedules API operation for Amazon QuickSight.

Lists the refresh schedules of a dataset. Each dataset can have up to 5 schedules.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListRefreshSchedules for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListRefreshSchedules

func (*QuickSight) ListRefreshSchedulesRequest added in v1.42.9

func (c *QuickSight) ListRefreshSchedulesRequest(input *ListRefreshSchedulesInput) (req *request.Request, output *ListRefreshSchedulesOutput)

ListRefreshSchedulesRequest generates a "aws/request.Request" representing the client's request for the ListRefreshSchedules operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRefreshSchedules for more information on using the ListRefreshSchedules API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRefreshSchedulesRequest method.
req, resp := client.ListRefreshSchedulesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListRefreshSchedules

func (*QuickSight) ListRefreshSchedulesWithContext added in v1.42.9

func (c *QuickSight) ListRefreshSchedulesWithContext(ctx aws.Context, input *ListRefreshSchedulesInput, opts ...request.Option) (*ListRefreshSchedulesOutput, error)

ListRefreshSchedulesWithContext is the same as ListRefreshSchedules with the addition of the ability to pass a context and additional request options.

See ListRefreshSchedules for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListTagsForResource

func (c *QuickSight) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Amazon QuickSight.

Lists the tags assigned to a resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTagsForResource

func (*QuickSight) ListTagsForResourceRequest

func (c *QuickSight) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTagsForResource

func (*QuickSight) ListTagsForResourceWithContext

func (c *QuickSight) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListTemplateAliases

func (c *QuickSight) ListTemplateAliases(input *ListTemplateAliasesInput) (*ListTemplateAliasesOutput, error)

ListTemplateAliases API operation for Amazon QuickSight.

Lists all the aliases of a template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListTemplateAliases for usage and error information.

Returned Error Types:

  • InvalidNextTokenException The NextToken value isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTemplateAliases

func (*QuickSight) ListTemplateAliasesPages

func (c *QuickSight) ListTemplateAliasesPages(input *ListTemplateAliasesInput, fn func(*ListTemplateAliasesOutput, bool) bool) error

ListTemplateAliasesPages iterates over the pages of a ListTemplateAliases operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTemplateAliases method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTemplateAliases operation.
pageNum := 0
err := client.ListTemplateAliasesPages(params,
    func(page *quicksight.ListTemplateAliasesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListTemplateAliasesPagesWithContext

func (c *QuickSight) ListTemplateAliasesPagesWithContext(ctx aws.Context, input *ListTemplateAliasesInput, fn func(*ListTemplateAliasesOutput, bool) bool, opts ...request.Option) error

ListTemplateAliasesPagesWithContext same as ListTemplateAliasesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListTemplateAliasesRequest

func (c *QuickSight) ListTemplateAliasesRequest(input *ListTemplateAliasesInput) (req *request.Request, output *ListTemplateAliasesOutput)

ListTemplateAliasesRequest generates a "aws/request.Request" representing the client's request for the ListTemplateAliases operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTemplateAliases for more information on using the ListTemplateAliases API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTemplateAliasesRequest method.
req, resp := client.ListTemplateAliasesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTemplateAliases

func (*QuickSight) ListTemplateAliasesWithContext

func (c *QuickSight) ListTemplateAliasesWithContext(ctx aws.Context, input *ListTemplateAliasesInput, opts ...request.Option) (*ListTemplateAliasesOutput, error)

ListTemplateAliasesWithContext is the same as ListTemplateAliases with the addition of the ability to pass a context and additional request options.

See ListTemplateAliases for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListTemplateVersions

func (c *QuickSight) ListTemplateVersions(input *ListTemplateVersionsInput) (*ListTemplateVersionsOutput, error)

ListTemplateVersions API operation for Amazon QuickSight.

Lists all the versions of the templates in the current Amazon QuickSight account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListTemplateVersions for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • InvalidNextTokenException The NextToken value isn't valid.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTemplateVersions

func (*QuickSight) ListTemplateVersionsPages

func (c *QuickSight) ListTemplateVersionsPages(input *ListTemplateVersionsInput, fn func(*ListTemplateVersionsOutput, bool) bool) error

ListTemplateVersionsPages iterates over the pages of a ListTemplateVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTemplateVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTemplateVersions operation.
pageNum := 0
err := client.ListTemplateVersionsPages(params,
    func(page *quicksight.ListTemplateVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListTemplateVersionsPagesWithContext

func (c *QuickSight) ListTemplateVersionsPagesWithContext(ctx aws.Context, input *ListTemplateVersionsInput, fn func(*ListTemplateVersionsOutput, bool) bool, opts ...request.Option) error

ListTemplateVersionsPagesWithContext same as ListTemplateVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListTemplateVersionsRequest

func (c *QuickSight) ListTemplateVersionsRequest(input *ListTemplateVersionsInput) (req *request.Request, output *ListTemplateVersionsOutput)

ListTemplateVersionsRequest generates a "aws/request.Request" representing the client's request for the ListTemplateVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTemplateVersions for more information on using the ListTemplateVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTemplateVersionsRequest method.
req, resp := client.ListTemplateVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTemplateVersions

func (*QuickSight) ListTemplateVersionsWithContext

func (c *QuickSight) ListTemplateVersionsWithContext(ctx aws.Context, input *ListTemplateVersionsInput, opts ...request.Option) (*ListTemplateVersionsOutput, error)

ListTemplateVersionsWithContext is the same as ListTemplateVersions with the addition of the ability to pass a context and additional request options.

See ListTemplateVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListTemplates

func (c *QuickSight) ListTemplates(input *ListTemplatesInput) (*ListTemplatesOutput, error)

ListTemplates API operation for Amazon QuickSight.

Lists all the templates in the current Amazon QuickSight account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListTemplates for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • InvalidNextTokenException The NextToken value isn't valid.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTemplates

func (*QuickSight) ListTemplatesPages

func (c *QuickSight) ListTemplatesPages(input *ListTemplatesInput, fn func(*ListTemplatesOutput, bool) bool) error

ListTemplatesPages iterates over the pages of a ListTemplates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTemplates method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTemplates operation.
pageNum := 0
err := client.ListTemplatesPages(params,
    func(page *quicksight.ListTemplatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListTemplatesPagesWithContext

func (c *QuickSight) ListTemplatesPagesWithContext(ctx aws.Context, input *ListTemplatesInput, fn func(*ListTemplatesOutput, bool) bool, opts ...request.Option) error

ListTemplatesPagesWithContext same as ListTemplatesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListTemplatesRequest

func (c *QuickSight) ListTemplatesRequest(input *ListTemplatesInput) (req *request.Request, output *ListTemplatesOutput)

ListTemplatesRequest generates a "aws/request.Request" representing the client's request for the ListTemplates operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTemplates for more information on using the ListTemplates API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTemplatesRequest method.
req, resp := client.ListTemplatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTemplates

func (*QuickSight) ListTemplatesWithContext

func (c *QuickSight) ListTemplatesWithContext(ctx aws.Context, input *ListTemplatesInput, opts ...request.Option) (*ListTemplatesOutput, error)

ListTemplatesWithContext is the same as ListTemplates with the addition of the ability to pass a context and additional request options.

See ListTemplates for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListThemeAliases

func (c *QuickSight) ListThemeAliases(input *ListThemeAliasesInput) (*ListThemeAliasesOutput, error)

ListThemeAliases API operation for Amazon QuickSight.

Lists all the aliases of a theme.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListThemeAliases for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemeAliases

func (*QuickSight) ListThemeAliasesRequest

func (c *QuickSight) ListThemeAliasesRequest(input *ListThemeAliasesInput) (req *request.Request, output *ListThemeAliasesOutput)

ListThemeAliasesRequest generates a "aws/request.Request" representing the client's request for the ListThemeAliases operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListThemeAliases for more information on using the ListThemeAliases API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListThemeAliasesRequest method.
req, resp := client.ListThemeAliasesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemeAliases

func (*QuickSight) ListThemeAliasesWithContext

func (c *QuickSight) ListThemeAliasesWithContext(ctx aws.Context, input *ListThemeAliasesInput, opts ...request.Option) (*ListThemeAliasesOutput, error)

ListThemeAliasesWithContext is the same as ListThemeAliases with the addition of the ability to pass a context and additional request options.

See ListThemeAliases for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListThemeVersions

func (c *QuickSight) ListThemeVersions(input *ListThemeVersionsInput) (*ListThemeVersionsOutput, error)

ListThemeVersions API operation for Amazon QuickSight.

Lists all the versions of the themes in the current Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListThemeVersions for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemeVersions

func (*QuickSight) ListThemeVersionsPages

func (c *QuickSight) ListThemeVersionsPages(input *ListThemeVersionsInput, fn func(*ListThemeVersionsOutput, bool) bool) error

ListThemeVersionsPages iterates over the pages of a ListThemeVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListThemeVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListThemeVersions operation.
pageNum := 0
err := client.ListThemeVersionsPages(params,
    func(page *quicksight.ListThemeVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListThemeVersionsPagesWithContext

func (c *QuickSight) ListThemeVersionsPagesWithContext(ctx aws.Context, input *ListThemeVersionsInput, fn func(*ListThemeVersionsOutput, bool) bool, opts ...request.Option) error

ListThemeVersionsPagesWithContext same as ListThemeVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListThemeVersionsRequest

func (c *QuickSight) ListThemeVersionsRequest(input *ListThemeVersionsInput) (req *request.Request, output *ListThemeVersionsOutput)

ListThemeVersionsRequest generates a "aws/request.Request" representing the client's request for the ListThemeVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListThemeVersions for more information on using the ListThemeVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListThemeVersionsRequest method.
req, resp := client.ListThemeVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemeVersions

func (*QuickSight) ListThemeVersionsWithContext

func (c *QuickSight) ListThemeVersionsWithContext(ctx aws.Context, input *ListThemeVersionsInput, opts ...request.Option) (*ListThemeVersionsOutput, error)

ListThemeVersionsWithContext is the same as ListThemeVersions with the addition of the ability to pass a context and additional request options.

See ListThemeVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListThemes

func (c *QuickSight) ListThemes(input *ListThemesInput) (*ListThemesOutput, error)

ListThemes API operation for Amazon QuickSight.

Lists all the themes in the current Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListThemes for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • InvalidNextTokenException The NextToken value isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemes

func (*QuickSight) ListThemesPages

func (c *QuickSight) ListThemesPages(input *ListThemesInput, fn func(*ListThemesOutput, bool) bool) error

ListThemesPages iterates over the pages of a ListThemes operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListThemes method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListThemes operation.
pageNum := 0
err := client.ListThemesPages(params,
    func(page *quicksight.ListThemesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListThemesPagesWithContext

func (c *QuickSight) ListThemesPagesWithContext(ctx aws.Context, input *ListThemesInput, fn func(*ListThemesOutput, bool) bool, opts ...request.Option) error

ListThemesPagesWithContext same as ListThemesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListThemesRequest

func (c *QuickSight) ListThemesRequest(input *ListThemesInput) (req *request.Request, output *ListThemesOutput)

ListThemesRequest generates a "aws/request.Request" representing the client's request for the ListThemes operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListThemes for more information on using the ListThemes API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListThemesRequest method.
req, resp := client.ListThemesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemes

func (*QuickSight) ListThemesWithContext

func (c *QuickSight) ListThemesWithContext(ctx aws.Context, input *ListThemesInput, opts ...request.Option) (*ListThemesOutput, error)

ListThemesWithContext is the same as ListThemes with the addition of the ability to pass a context and additional request options.

See ListThemes for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListTopicRefreshSchedules added in v1.42.9

func (c *QuickSight) ListTopicRefreshSchedules(input *ListTopicRefreshSchedulesInput) (*ListTopicRefreshSchedulesOutput, error)

ListTopicRefreshSchedules API operation for Amazon QuickSight.

Lists all of the refresh schedules for a topic.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListTopicRefreshSchedules for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceNotFoundException One or more resources can't be found.

  • ResourceExistsException The resource specified already exists.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTopicRefreshSchedules

func (*QuickSight) ListTopicRefreshSchedulesRequest added in v1.42.9

func (c *QuickSight) ListTopicRefreshSchedulesRequest(input *ListTopicRefreshSchedulesInput) (req *request.Request, output *ListTopicRefreshSchedulesOutput)

ListTopicRefreshSchedulesRequest generates a "aws/request.Request" representing the client's request for the ListTopicRefreshSchedules operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTopicRefreshSchedules for more information on using the ListTopicRefreshSchedules API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTopicRefreshSchedulesRequest method.
req, resp := client.ListTopicRefreshSchedulesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTopicRefreshSchedules

func (*QuickSight) ListTopicRefreshSchedulesWithContext added in v1.42.9

func (c *QuickSight) ListTopicRefreshSchedulesWithContext(ctx aws.Context, input *ListTopicRefreshSchedulesInput, opts ...request.Option) (*ListTopicRefreshSchedulesOutput, error)

ListTopicRefreshSchedulesWithContext is the same as ListTopicRefreshSchedules with the addition of the ability to pass a context and additional request options.

See ListTopicRefreshSchedules for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListTopics added in v1.42.9

func (c *QuickSight) ListTopics(input *ListTopicsInput) (*ListTopicsOutput, error)

ListTopics API operation for Amazon QuickSight.

Lists all of the topics within an account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListTopics for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTopics

func (*QuickSight) ListTopicsPages added in v1.42.9

func (c *QuickSight) ListTopicsPages(input *ListTopicsInput, fn func(*ListTopicsOutput, bool) bool) error

ListTopicsPages iterates over the pages of a ListTopics operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTopics method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTopics operation.
pageNum := 0
err := client.ListTopicsPages(params,
    func(page *quicksight.ListTopicsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListTopicsPagesWithContext added in v1.42.9

func (c *QuickSight) ListTopicsPagesWithContext(ctx aws.Context, input *ListTopicsInput, fn func(*ListTopicsOutput, bool) bool, opts ...request.Option) error

ListTopicsPagesWithContext same as ListTopicsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListTopicsRequest added in v1.42.9

func (c *QuickSight) ListTopicsRequest(input *ListTopicsInput) (req *request.Request, output *ListTopicsOutput)

ListTopicsRequest generates a "aws/request.Request" representing the client's request for the ListTopics operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTopics for more information on using the ListTopics API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTopicsRequest method.
req, resp := client.ListTopicsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTopics

func (*QuickSight) ListTopicsWithContext added in v1.42.9

func (c *QuickSight) ListTopicsWithContext(ctx aws.Context, input *ListTopicsInput, opts ...request.Option) (*ListTopicsOutput, error)

ListTopicsWithContext is the same as ListTopics with the addition of the ability to pass a context and additional request options.

See ListTopics for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListUserGroups

func (c *QuickSight) ListUserGroups(input *ListUserGroupsInput) (*ListUserGroupsOutput, error)

ListUserGroups API operation for Amazon QuickSight.

Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListUserGroups for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListUserGroups

func (*QuickSight) ListUserGroupsPages added in v1.42.9

func (c *QuickSight) ListUserGroupsPages(input *ListUserGroupsInput, fn func(*ListUserGroupsOutput, bool) bool) error

ListUserGroupsPages iterates over the pages of a ListUserGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListUserGroups method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListUserGroups operation.
pageNum := 0
err := client.ListUserGroupsPages(params,
    func(page *quicksight.ListUserGroupsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListUserGroupsPagesWithContext added in v1.42.9

func (c *QuickSight) ListUserGroupsPagesWithContext(ctx aws.Context, input *ListUserGroupsInput, fn func(*ListUserGroupsOutput, bool) bool, opts ...request.Option) error

ListUserGroupsPagesWithContext same as ListUserGroupsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListUserGroupsRequest

func (c *QuickSight) ListUserGroupsRequest(input *ListUserGroupsInput) (req *request.Request, output *ListUserGroupsOutput)

ListUserGroupsRequest generates a "aws/request.Request" representing the client's request for the ListUserGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListUserGroups for more information on using the ListUserGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListUserGroupsRequest method.
req, resp := client.ListUserGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListUserGroups

func (*QuickSight) ListUserGroupsWithContext

func (c *QuickSight) ListUserGroupsWithContext(ctx aws.Context, input *ListUserGroupsInput, opts ...request.Option) (*ListUserGroupsOutput, error)

ListUserGroupsWithContext is the same as ListUserGroups with the addition of the ability to pass a context and additional request options.

See ListUserGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListUsers

func (c *QuickSight) ListUsers(input *ListUsersInput) (*ListUsersOutput, error)

ListUsers API operation for Amazon QuickSight.

Returns a list of all of the Amazon QuickSight users belonging to this account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListUsers for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListUsers

func (*QuickSight) ListUsersPages added in v1.42.9

func (c *QuickSight) ListUsersPages(input *ListUsersInput, fn func(*ListUsersOutput, bool) bool) error

ListUsersPages iterates over the pages of a ListUsers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListUsers method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListUsers operation.
pageNum := 0
err := client.ListUsersPages(params,
    func(page *quicksight.ListUsersOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListUsersPagesWithContext added in v1.42.9

func (c *QuickSight) ListUsersPagesWithContext(ctx aws.Context, input *ListUsersInput, fn func(*ListUsersOutput, bool) bool, opts ...request.Option) error

ListUsersPagesWithContext same as ListUsersPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListUsersRequest

func (c *QuickSight) ListUsersRequest(input *ListUsersInput) (req *request.Request, output *ListUsersOutput)

ListUsersRequest generates a "aws/request.Request" representing the client's request for the ListUsers operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListUsers for more information on using the ListUsers API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListUsersRequest method.
req, resp := client.ListUsersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListUsers

func (*QuickSight) ListUsersWithContext

func (c *QuickSight) ListUsersWithContext(ctx aws.Context, input *ListUsersInput, opts ...request.Option) (*ListUsersOutput, error)

ListUsersWithContext is the same as ListUsers with the addition of the ability to pass a context and additional request options.

See ListUsers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListVPCConnections added in v1.42.9

func (c *QuickSight) ListVPCConnections(input *ListVPCConnectionsInput) (*ListVPCConnectionsOutput, error)

ListVPCConnections API operation for Amazon QuickSight.

Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation ListVPCConnections for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListVPCConnections

func (*QuickSight) ListVPCConnectionsPages added in v1.42.9

func (c *QuickSight) ListVPCConnectionsPages(input *ListVPCConnectionsInput, fn func(*ListVPCConnectionsOutput, bool) bool) error

ListVPCConnectionsPages iterates over the pages of a ListVPCConnections operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListVPCConnections method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListVPCConnections operation.
pageNum := 0
err := client.ListVPCConnectionsPages(params,
    func(page *quicksight.ListVPCConnectionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) ListVPCConnectionsPagesWithContext added in v1.42.9

func (c *QuickSight) ListVPCConnectionsPagesWithContext(ctx aws.Context, input *ListVPCConnectionsInput, fn func(*ListVPCConnectionsOutput, bool) bool, opts ...request.Option) error

ListVPCConnectionsPagesWithContext same as ListVPCConnectionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) ListVPCConnectionsRequest added in v1.42.9

func (c *QuickSight) ListVPCConnectionsRequest(input *ListVPCConnectionsInput) (req *request.Request, output *ListVPCConnectionsOutput)

ListVPCConnectionsRequest generates a "aws/request.Request" representing the client's request for the ListVPCConnections operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListVPCConnections for more information on using the ListVPCConnections API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListVPCConnectionsRequest method.
req, resp := client.ListVPCConnectionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListVPCConnections

func (*QuickSight) ListVPCConnectionsWithContext added in v1.42.9

func (c *QuickSight) ListVPCConnectionsWithContext(ctx aws.Context, input *ListVPCConnectionsInput, opts ...request.Option) (*ListVPCConnectionsOutput, error)

ListVPCConnectionsWithContext is the same as ListVPCConnections with the addition of the ability to pass a context and additional request options.

See ListVPCConnections for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) PutDataSetRefreshProperties added in v1.42.9

func (c *QuickSight) PutDataSetRefreshProperties(input *PutDataSetRefreshPropertiesInput) (*PutDataSetRefreshPropertiesOutput, error)

PutDataSetRefreshProperties API operation for Amazon QuickSight.

Creates or updates the dataset refresh properties for the dataset.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation PutDataSetRefreshProperties for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • PreconditionNotMetException One or more preconditions aren't met.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/PutDataSetRefreshProperties

func (*QuickSight) PutDataSetRefreshPropertiesRequest added in v1.42.9

func (c *QuickSight) PutDataSetRefreshPropertiesRequest(input *PutDataSetRefreshPropertiesInput) (req *request.Request, output *PutDataSetRefreshPropertiesOutput)

PutDataSetRefreshPropertiesRequest generates a "aws/request.Request" representing the client's request for the PutDataSetRefreshProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutDataSetRefreshProperties for more information on using the PutDataSetRefreshProperties API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutDataSetRefreshPropertiesRequest method.
req, resp := client.PutDataSetRefreshPropertiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/PutDataSetRefreshProperties

func (*QuickSight) PutDataSetRefreshPropertiesWithContext added in v1.42.9

func (c *QuickSight) PutDataSetRefreshPropertiesWithContext(ctx aws.Context, input *PutDataSetRefreshPropertiesInput, opts ...request.Option) (*PutDataSetRefreshPropertiesOutput, error)

PutDataSetRefreshPropertiesWithContext is the same as PutDataSetRefreshProperties with the addition of the ability to pass a context and additional request options.

See PutDataSetRefreshProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) RegisterUser

func (c *QuickSight) RegisterUser(input *RegisterUserInput) (*RegisterUserOutput, error)

RegisterUser API operation for Amazon QuickSight.

Creates an Amazon QuickSight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request. When you register a new user from the Amazon QuickSight API, Amazon QuickSight generates a registration URL. The user accesses this registration URL to create their account. Amazon QuickSight doesn't send a registration email to users who are registered from the Amazon QuickSight API. If you want new users to receive a registration email, then add those users in the Amazon QuickSight console. For more information on registering a new user in the Amazon QuickSight console, see Inviting users to access Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/managing-users.html#inviting-users).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation RegisterUser for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • ResourceExistsException The resource specified already exists.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisterUser

func (*QuickSight) RegisterUserRequest

func (c *QuickSight) RegisterUserRequest(input *RegisterUserInput) (req *request.Request, output *RegisterUserOutput)

RegisterUserRequest generates a "aws/request.Request" representing the client's request for the RegisterUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterUser for more information on using the RegisterUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterUserRequest method.
req, resp := client.RegisterUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisterUser

func (*QuickSight) RegisterUserWithContext

func (c *QuickSight) RegisterUserWithContext(ctx aws.Context, input *RegisterUserInput, opts ...request.Option) (*RegisterUserOutput, error)

RegisterUserWithContext is the same as RegisterUser with the addition of the ability to pass a context and additional request options.

See RegisterUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) RestoreAnalysis

func (c *QuickSight) RestoreAnalysis(input *RestoreAnalysisInput) (*RestoreAnalysisOutput, error)

RestoreAnalysis API operation for Amazon QuickSight.

Restores an analysis.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation RestoreAnalysis for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RestoreAnalysis

func (*QuickSight) RestoreAnalysisRequest

func (c *QuickSight) RestoreAnalysisRequest(input *RestoreAnalysisInput) (req *request.Request, output *RestoreAnalysisOutput)

RestoreAnalysisRequest generates a "aws/request.Request" representing the client's request for the RestoreAnalysis operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RestoreAnalysis for more information on using the RestoreAnalysis API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RestoreAnalysisRequest method.
req, resp := client.RestoreAnalysisRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RestoreAnalysis

func (*QuickSight) RestoreAnalysisWithContext

func (c *QuickSight) RestoreAnalysisWithContext(ctx aws.Context, input *RestoreAnalysisInput, opts ...request.Option) (*RestoreAnalysisOutput, error)

RestoreAnalysisWithContext is the same as RestoreAnalysis with the addition of the ability to pass a context and additional request options.

See RestoreAnalysis for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) SearchAnalyses

func (c *QuickSight) SearchAnalyses(input *SearchAnalysesInput) (*SearchAnalysesOutput, error)

SearchAnalyses API operation for Amazon QuickSight.

Searches for analyses that belong to the user specified in the filter.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation SearchAnalyses for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchAnalyses

func (*QuickSight) SearchAnalysesPages

func (c *QuickSight) SearchAnalysesPages(input *SearchAnalysesInput, fn func(*SearchAnalysesOutput, bool) bool) error

SearchAnalysesPages iterates over the pages of a SearchAnalyses operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchAnalyses method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchAnalyses operation.
pageNum := 0
err := client.SearchAnalysesPages(params,
    func(page *quicksight.SearchAnalysesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) SearchAnalysesPagesWithContext

func (c *QuickSight) SearchAnalysesPagesWithContext(ctx aws.Context, input *SearchAnalysesInput, fn func(*SearchAnalysesOutput, bool) bool, opts ...request.Option) error

SearchAnalysesPagesWithContext same as SearchAnalysesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) SearchAnalysesRequest

func (c *QuickSight) SearchAnalysesRequest(input *SearchAnalysesInput) (req *request.Request, output *SearchAnalysesOutput)

SearchAnalysesRequest generates a "aws/request.Request" representing the client's request for the SearchAnalyses operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchAnalyses for more information on using the SearchAnalyses API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchAnalysesRequest method.
req, resp := client.SearchAnalysesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchAnalyses

func (*QuickSight) SearchAnalysesWithContext

func (c *QuickSight) SearchAnalysesWithContext(ctx aws.Context, input *SearchAnalysesInput, opts ...request.Option) (*SearchAnalysesOutput, error)

SearchAnalysesWithContext is the same as SearchAnalyses with the addition of the ability to pass a context and additional request options.

See SearchAnalyses for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) SearchDashboards

func (c *QuickSight) SearchDashboards(input *SearchDashboardsInput) (*SearchDashboardsOutput, error)

SearchDashboards API operation for Amazon QuickSight.

Searches for dashboards that belong to a user.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation SearchDashboards for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchDashboards

func (*QuickSight) SearchDashboardsPages

func (c *QuickSight) SearchDashboardsPages(input *SearchDashboardsInput, fn func(*SearchDashboardsOutput, bool) bool) error

SearchDashboardsPages iterates over the pages of a SearchDashboards operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchDashboards method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchDashboards operation.
pageNum := 0
err := client.SearchDashboardsPages(params,
    func(page *quicksight.SearchDashboardsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) SearchDashboardsPagesWithContext

func (c *QuickSight) SearchDashboardsPagesWithContext(ctx aws.Context, input *SearchDashboardsInput, fn func(*SearchDashboardsOutput, bool) bool, opts ...request.Option) error

SearchDashboardsPagesWithContext same as SearchDashboardsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) SearchDashboardsRequest

func (c *QuickSight) SearchDashboardsRequest(input *SearchDashboardsInput) (req *request.Request, output *SearchDashboardsOutput)

SearchDashboardsRequest generates a "aws/request.Request" representing the client's request for the SearchDashboards operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchDashboards for more information on using the SearchDashboards API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchDashboardsRequest method.
req, resp := client.SearchDashboardsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchDashboards

func (*QuickSight) SearchDashboardsWithContext

func (c *QuickSight) SearchDashboardsWithContext(ctx aws.Context, input *SearchDashboardsInput, opts ...request.Option) (*SearchDashboardsOutput, error)

SearchDashboardsWithContext is the same as SearchDashboards with the addition of the ability to pass a context and additional request options.

See SearchDashboards for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) SearchDataSets added in v1.42.9

func (c *QuickSight) SearchDataSets(input *SearchDataSetsInput) (*SearchDataSetsOutput, error)

SearchDataSets API operation for Amazon QuickSight.

Use the SearchDataSets operation to search for datasets that belong to an account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation SearchDataSets for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchDataSets

func (*QuickSight) SearchDataSetsPages added in v1.42.9

func (c *QuickSight) SearchDataSetsPages(input *SearchDataSetsInput, fn func(*SearchDataSetsOutput, bool) bool) error

SearchDataSetsPages iterates over the pages of a SearchDataSets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchDataSets method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchDataSets operation.
pageNum := 0
err := client.SearchDataSetsPages(params,
    func(page *quicksight.SearchDataSetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) SearchDataSetsPagesWithContext added in v1.42.9

func (c *QuickSight) SearchDataSetsPagesWithContext(ctx aws.Context, input *SearchDataSetsInput, fn func(*SearchDataSetsOutput, bool) bool, opts ...request.Option) error

SearchDataSetsPagesWithContext same as SearchDataSetsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) SearchDataSetsRequest added in v1.42.9

func (c *QuickSight) SearchDataSetsRequest(input *SearchDataSetsInput) (req *request.Request, output *SearchDataSetsOutput)

SearchDataSetsRequest generates a "aws/request.Request" representing the client's request for the SearchDataSets operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchDataSets for more information on using the SearchDataSets API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchDataSetsRequest method.
req, resp := client.SearchDataSetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchDataSets

func (*QuickSight) SearchDataSetsWithContext added in v1.42.9

func (c *QuickSight) SearchDataSetsWithContext(ctx aws.Context, input *SearchDataSetsInput, opts ...request.Option) (*SearchDataSetsOutput, error)

SearchDataSetsWithContext is the same as SearchDataSets with the addition of the ability to pass a context and additional request options.

See SearchDataSets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) SearchDataSources added in v1.42.9

func (c *QuickSight) SearchDataSources(input *SearchDataSourcesInput) (*SearchDataSourcesOutput, error)

SearchDataSources API operation for Amazon QuickSight.

Use the SearchDataSources operation to search for data sources that belong to an account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation SearchDataSources for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidNextTokenException The NextToken value isn't valid.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchDataSources

func (*QuickSight) SearchDataSourcesPages added in v1.42.9

func (c *QuickSight) SearchDataSourcesPages(input *SearchDataSourcesInput, fn func(*SearchDataSourcesOutput, bool) bool) error

SearchDataSourcesPages iterates over the pages of a SearchDataSources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchDataSources method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchDataSources operation.
pageNum := 0
err := client.SearchDataSourcesPages(params,
    func(page *quicksight.SearchDataSourcesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) SearchDataSourcesPagesWithContext added in v1.42.9

func (c *QuickSight) SearchDataSourcesPagesWithContext(ctx aws.Context, input *SearchDataSourcesInput, fn func(*SearchDataSourcesOutput, bool) bool, opts ...request.Option) error

SearchDataSourcesPagesWithContext same as SearchDataSourcesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) SearchDataSourcesRequest added in v1.42.9

func (c *QuickSight) SearchDataSourcesRequest(input *SearchDataSourcesInput) (req *request.Request, output *SearchDataSourcesOutput)

SearchDataSourcesRequest generates a "aws/request.Request" representing the client's request for the SearchDataSources operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchDataSources for more information on using the SearchDataSources API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchDataSourcesRequest method.
req, resp := client.SearchDataSourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchDataSources

func (*QuickSight) SearchDataSourcesWithContext added in v1.42.9

func (c *QuickSight) SearchDataSourcesWithContext(ctx aws.Context, input *SearchDataSourcesInput, opts ...request.Option) (*SearchDataSourcesOutput, error)

SearchDataSourcesWithContext is the same as SearchDataSources with the addition of the ability to pass a context and additional request options.

See SearchDataSources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) SearchFolders

func (c *QuickSight) SearchFolders(input *SearchFoldersInput) (*SearchFoldersOutput, error)

SearchFolders API operation for Amazon QuickSight.

Searches the subfolders in a folder.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation SearchFolders for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InvalidRequestException You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchFolders

func (*QuickSight) SearchFoldersRequest

func (c *QuickSight) SearchFoldersRequest(input *SearchFoldersInput) (req *request.Request, output *SearchFoldersOutput)

SearchFoldersRequest generates a "aws/request.Request" representing the client's request for the SearchFolders operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchFolders for more information on using the SearchFolders API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchFoldersRequest method.
req, resp := client.SearchFoldersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchFolders

func (*QuickSight) SearchFoldersWithContext

func (c *QuickSight) SearchFoldersWithContext(ctx aws.Context, input *SearchFoldersInput, opts ...request.Option) (*SearchFoldersOutput, error)

SearchFoldersWithContext is the same as SearchFolders with the addition of the ability to pass a context and additional request options.

See SearchFolders for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) SearchGroups added in v1.42.9

func (c *QuickSight) SearchGroups(input *SearchGroupsInput) (*SearchGroupsOutput, error)

SearchGroups API operation for Amazon QuickSight.

Use the SearchGroups operation to search groups in a specified Amazon QuickSight namespace using the supplied filters.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation SearchGroups for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InvalidNextTokenException The NextToken value isn't valid.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchGroups

func (*QuickSight) SearchGroupsPages added in v1.42.9

func (c *QuickSight) SearchGroupsPages(input *SearchGroupsInput, fn func(*SearchGroupsOutput, bool) bool) error

SearchGroupsPages iterates over the pages of a SearchGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchGroups method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchGroups operation.
pageNum := 0
err := client.SearchGroupsPages(params,
    func(page *quicksight.SearchGroupsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*QuickSight) SearchGroupsPagesWithContext added in v1.42.9

func (c *QuickSight) SearchGroupsPagesWithContext(ctx aws.Context, input *SearchGroupsInput, fn func(*SearchGroupsOutput, bool) bool, opts ...request.Option) error

SearchGroupsPagesWithContext same as SearchGroupsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) SearchGroupsRequest added in v1.42.9

func (c *QuickSight) SearchGroupsRequest(input *SearchGroupsInput) (req *request.Request, output *SearchGroupsOutput)

SearchGroupsRequest generates a "aws/request.Request" representing the client's request for the SearchGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchGroups for more information on using the SearchGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchGroupsRequest method.
req, resp := client.SearchGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SearchGroups

func (*QuickSight) SearchGroupsWithContext added in v1.42.9

func (c *QuickSight) SearchGroupsWithContext(ctx aws.Context, input *SearchGroupsInput, opts ...request.Option) (*SearchGroupsOutput, error)

SearchGroupsWithContext is the same as SearchGroups with the addition of the ability to pass a context and additional request options.

See SearchGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) StartAssetBundleExportJob added in v1.42.9

func (c *QuickSight) StartAssetBundleExportJob(input *StartAssetBundleExportJobInput) (*StartAssetBundleExportJobOutput, error)

StartAssetBundleExportJob API operation for Amazon QuickSight.

Starts an Asset Bundle export job.

An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a DescribeAssetBundleExportJob API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a DescribeAssetBundleExportJob API call. Each Amazon QuickSight account can run up to 5 export jobs concurrently.

The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation StartAssetBundleExportJob for usage and error information.

Returned Error Types:

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • LimitExceededException A limit is exceeded.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException One or more resources can't be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StartAssetBundleExportJob

func (*QuickSight) StartAssetBundleExportJobRequest added in v1.42.9

func (c *QuickSight) StartAssetBundleExportJobRequest(input *StartAssetBundleExportJobInput) (req *request.Request, output *StartAssetBundleExportJobOutput)

StartAssetBundleExportJobRequest generates a "aws/request.Request" representing the client's request for the StartAssetBundleExportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartAssetBundleExportJob for more information on using the StartAssetBundleExportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartAssetBundleExportJobRequest method.
req, resp := client.StartAssetBundleExportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StartAssetBundleExportJob

func (*QuickSight) StartAssetBundleExportJobWithContext added in v1.42.9

func (c *QuickSight) StartAssetBundleExportJobWithContext(ctx aws.Context, input *StartAssetBundleExportJobInput, opts ...request.Option) (*StartAssetBundleExportJobOutput, error)

StartAssetBundleExportJobWithContext is the same as StartAssetBundleExportJob with the addition of the ability to pass a context and additional request options.

See StartAssetBundleExportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) StartAssetBundleImportJob added in v1.42.9

func (c *QuickSight) StartAssetBundleImportJob(input *StartAssetBundleImportJobInput) (*StartAssetBundleImportJobOutput, error)

StartAssetBundleImportJob API operation for Amazon QuickSight.

Starts an Asset Bundle import job.

An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to 5 import jobs concurrently.

The API caller must have the necessary "create", "describe", and "update" permissions in their IAM role to access each resource type that is contained in the bundle file before the resources can be imported.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation StartAssetBundleImportJob for usage and error information.

Returned Error Types:

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • LimitExceededException A limit is exceeded.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException One or more resources can't be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StartAssetBundleImportJob

func (*QuickSight) StartAssetBundleImportJobRequest added in v1.42.9

func (c *QuickSight) StartAssetBundleImportJobRequest(input *StartAssetBundleImportJobInput) (req *request.Request, output *StartAssetBundleImportJobOutput)

StartAssetBundleImportJobRequest generates a "aws/request.Request" representing the client's request for the StartAssetBundleImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartAssetBundleImportJob for more information on using the StartAssetBundleImportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartAssetBundleImportJobRequest method.
req, resp := client.StartAssetBundleImportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StartAssetBundleImportJob

func (*QuickSight) StartAssetBundleImportJobWithContext added in v1.42.9

func (c *QuickSight) StartAssetBundleImportJobWithContext(ctx aws.Context, input *StartAssetBundleImportJobInput, opts ...request.Option) (*StartAssetBundleImportJobOutput, error)

StartAssetBundleImportJobWithContext is the same as StartAssetBundleImportJob with the addition of the ability to pass a context and additional request options.

See StartAssetBundleImportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) StartDashboardSnapshotJob added in v1.42.9

func (c *QuickSight) StartDashboardSnapshotJob(input *StartDashboardSnapshotJobInput) (*StartDashboardSnapshotJobOutput, error)

StartDashboardSnapshotJob API operation for Amazon QuickSight.

Starts an asynchronous job that generates a dashboard snapshot. You can request up to one paginated PDF and up to five CSVs per API call.

Poll job descriptions with a DescribeDashboardSnapshotJob API call. Once the job succeeds, use the DescribeDashboardSnapshotJobResult API to obtain the download URIs that the job generates.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation StartDashboardSnapshotJob for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • UnsupportedPricingPlanException This error indicates that you are calling an embedding operation in Amazon QuickSight without the required pricing plan on your Amazon Web Services account. Before you can use embedding for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You can do this on the Manage Amazon QuickSight page.

    After capacity pricing is added, you can use the GetDashboardEmbedUrl (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html) API operation with the --identity-type ANONYMOUS option.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StartDashboardSnapshotJob

func (*QuickSight) StartDashboardSnapshotJobRequest added in v1.42.9

func (c *QuickSight) StartDashboardSnapshotJobRequest(input *StartDashboardSnapshotJobInput) (req *request.Request, output *StartDashboardSnapshotJobOutput)

StartDashboardSnapshotJobRequest generates a "aws/request.Request" representing the client's request for the StartDashboardSnapshotJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartDashboardSnapshotJob for more information on using the StartDashboardSnapshotJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartDashboardSnapshotJobRequest method.
req, resp := client.StartDashboardSnapshotJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StartDashboardSnapshotJob

func (*QuickSight) StartDashboardSnapshotJobWithContext added in v1.42.9

func (c *QuickSight) StartDashboardSnapshotJobWithContext(ctx aws.Context, input *StartDashboardSnapshotJobInput, opts ...request.Option) (*StartDashboardSnapshotJobOutput, error)

StartDashboardSnapshotJobWithContext is the same as StartDashboardSnapshotJob with the addition of the ability to pass a context and additional request options.

See StartDashboardSnapshotJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) TagResource

func (c *QuickSight) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for Amazon QuickSight.

Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.

You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, template, and topic.

Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for the following:

  • You can't use tags to track costs for Amazon QuickSight. This isn't possible because you can't tag the resources that Amazon QuickSight costs are based on, for example Amazon QuickSight storage capacity (SPICE), number of users, type of users, and usage metrics.

  • Amazon QuickSight doesn't currently support the tag editor for Resource Groups.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation TagResource for usage and error information.

Returned Error Types:

  • LimitExceededException A limit is exceeded.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TagResource

func (*QuickSight) TagResourceRequest

func (c *QuickSight) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TagResource

func (*QuickSight) TagResourceWithContext

func (c *QuickSight) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UntagResource

func (c *QuickSight) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for Amazon QuickSight.

Removes a tag or tags from a resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UntagResource for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UntagResource

func (*QuickSight) UntagResourceRequest

func (c *QuickSight) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UntagResource

func (*QuickSight) UntagResourceWithContext

func (c *QuickSight) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateAccountCustomization

func (c *QuickSight) UpdateAccountCustomization(input *UpdateAccountCustomizationInput) (*UpdateAccountCustomizationOutput, error)

UpdateAccountCustomization API operation for Amazon QuickSight.

Updates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, the only customization that you can use is a theme.

You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a Amazon QuickSight namespace instead. Customizations that apply to a namespace override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateAccountCustomization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAccountCustomization

func (*QuickSight) UpdateAccountCustomizationRequest

func (c *QuickSight) UpdateAccountCustomizationRequest(input *UpdateAccountCustomizationInput) (req *request.Request, output *UpdateAccountCustomizationOutput)

UpdateAccountCustomizationRequest generates a "aws/request.Request" representing the client's request for the UpdateAccountCustomization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAccountCustomization for more information on using the UpdateAccountCustomization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAccountCustomizationRequest method.
req, resp := client.UpdateAccountCustomizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAccountCustomization

func (*QuickSight) UpdateAccountCustomizationWithContext

func (c *QuickSight) UpdateAccountCustomizationWithContext(ctx aws.Context, input *UpdateAccountCustomizationInput, opts ...request.Option) (*UpdateAccountCustomizationOutput, error)

UpdateAccountCustomizationWithContext is the same as UpdateAccountCustomization with the addition of the ability to pass a context and additional request options.

See UpdateAccountCustomization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateAccountSettings

func (c *QuickSight) UpdateAccountSettings(input *UpdateAccountSettingsInput) (*UpdateAccountSettingsOutput, error)

UpdateAccountSettings API operation for Amazon QuickSight.

Updates the Amazon QuickSight settings in your Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateAccountSettings for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAccountSettings

func (*QuickSight) UpdateAccountSettingsRequest

func (c *QuickSight) UpdateAccountSettingsRequest(input *UpdateAccountSettingsInput) (req *request.Request, output *UpdateAccountSettingsOutput)

UpdateAccountSettingsRequest generates a "aws/request.Request" representing the client's request for the UpdateAccountSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAccountSettings for more information on using the UpdateAccountSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAccountSettingsRequest method.
req, resp := client.UpdateAccountSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAccountSettings

func (*QuickSight) UpdateAccountSettingsWithContext

func (c *QuickSight) UpdateAccountSettingsWithContext(ctx aws.Context, input *UpdateAccountSettingsInput, opts ...request.Option) (*UpdateAccountSettingsOutput, error)

UpdateAccountSettingsWithContext is the same as UpdateAccountSettings with the addition of the ability to pass a context and additional request options.

See UpdateAccountSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateAnalysis

func (c *QuickSight) UpdateAnalysis(input *UpdateAnalysisInput) (*UpdateAnalysisOutput, error)

UpdateAnalysis API operation for Amazon QuickSight.

Updates an analysis in Amazon QuickSight

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateAnalysis for usage and error information.

Returned Error Types:

  • ResourceNotFoundException One or more resources can't be found.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceExistsException The resource specified already exists.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAnalysis

func (*QuickSight) UpdateAnalysisPermissions

func (c *QuickSight) UpdateAnalysisPermissions(input *UpdateAnalysisPermissionsInput) (*UpdateAnalysisPermissionsOutput, error)

UpdateAnalysisPermissions API operation for Amazon QuickSight.

Updates the read and write permissions for an analysis.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateAnalysisPermissions for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAnalysisPermissions

func (*QuickSight) UpdateAnalysisPermissionsRequest

func (c *QuickSight) UpdateAnalysisPermissionsRequest(input *UpdateAnalysisPermissionsInput) (req *request.Request, output *UpdateAnalysisPermissionsOutput)

UpdateAnalysisPermissionsRequest generates a "aws/request.Request" representing the client's request for the UpdateAnalysisPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAnalysisPermissions for more information on using the UpdateAnalysisPermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAnalysisPermissionsRequest method.
req, resp := client.UpdateAnalysisPermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAnalysisPermissions

func (*QuickSight) UpdateAnalysisPermissionsWithContext

func (c *QuickSight) UpdateAnalysisPermissionsWithContext(ctx aws.Context, input *UpdateAnalysisPermissionsInput, opts ...request.Option) (*UpdateAnalysisPermissionsOutput, error)

UpdateAnalysisPermissionsWithContext is the same as UpdateAnalysisPermissions with the addition of the ability to pass a context and additional request options.

See UpdateAnalysisPermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateAnalysisRequest

func (c *QuickSight) UpdateAnalysisRequest(input *UpdateAnalysisInput) (req *request.Request, output *UpdateAnalysisOutput)

UpdateAnalysisRequest generates a "aws/request.Request" representing the client's request for the UpdateAnalysis operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAnalysis for more information on using the UpdateAnalysis API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAnalysisRequest method.
req, resp := client.UpdateAnalysisRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAnalysis

func (*QuickSight) UpdateAnalysisWithContext

func (c *QuickSight) UpdateAnalysisWithContext(ctx aws.Context, input *UpdateAnalysisInput, opts ...request.Option) (*UpdateAnalysisOutput, error)

UpdateAnalysisWithContext is the same as UpdateAnalysis with the addition of the ability to pass a context and additional request options.

See UpdateAnalysis for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateDashboard

func (c *QuickSight) UpdateDashboard(input *UpdateDashboardInput) (*UpdateDashboardOutput, error)

UpdateDashboard API operation for Amazon QuickSight.

Updates a dashboard in an Amazon Web Services account.

Updating a Dashboard creates a new dashboard version but does not immediately publish the new version. You can update the published version of a dashboard by using the UpdateDashboardPublishedVersion (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateDashboardPublishedVersion.html) API operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateDashboard for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • LimitExceededException A limit is exceeded.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboard

func (*QuickSight) UpdateDashboardPermissions

func (c *QuickSight) UpdateDashboardPermissions(input *UpdateDashboardPermissionsInput) (*UpdateDashboardPermissionsOutput, error)

UpdateDashboardPermissions API operation for Amazon QuickSight.

Updates read and write permissions on a dashboard.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateDashboardPermissions for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardPermissions

func (*QuickSight) UpdateDashboardPermissionsRequest

func (c *QuickSight) UpdateDashboardPermissionsRequest(input *UpdateDashboardPermissionsInput) (req *request.Request, output *UpdateDashboardPermissionsOutput)

UpdateDashboardPermissionsRequest generates a "aws/request.Request" representing the client's request for the UpdateDashboardPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDashboardPermissions for more information on using the UpdateDashboardPermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDashboardPermissionsRequest method.
req, resp := client.UpdateDashboardPermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardPermissions

func (*QuickSight) UpdateDashboardPermissionsWithContext

func (c *QuickSight) UpdateDashboardPermissionsWithContext(ctx aws.Context, input *UpdateDashboardPermissionsInput, opts ...request.Option) (*UpdateDashboardPermissionsOutput, error)

UpdateDashboardPermissionsWithContext is the same as UpdateDashboardPermissions with the addition of the ability to pass a context and additional request options.

See UpdateDashboardPermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateDashboardPublishedVersion

func (c *QuickSight) UpdateDashboardPublishedVersion(input *UpdateDashboardPublishedVersionInput) (*UpdateDashboardPublishedVersionOutput, error)

UpdateDashboardPublishedVersion API operation for Amazon QuickSight.

Updates the published version of a dashboard.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateDashboardPublishedVersion for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardPublishedVersion

func (*QuickSight) UpdateDashboardPublishedVersionRequest

func (c *QuickSight) UpdateDashboardPublishedVersionRequest(input *UpdateDashboardPublishedVersionInput) (req *request.Request, output *UpdateDashboardPublishedVersionOutput)

UpdateDashboardPublishedVersionRequest generates a "aws/request.Request" representing the client's request for the UpdateDashboardPublishedVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDashboardPublishedVersion for more information on using the UpdateDashboardPublishedVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDashboardPublishedVersionRequest method.
req, resp := client.UpdateDashboardPublishedVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardPublishedVersion

func (*QuickSight) UpdateDashboardPublishedVersionWithContext

func (c *QuickSight) UpdateDashboardPublishedVersionWithContext(ctx aws.Context, input *UpdateDashboardPublishedVersionInput, opts ...request.Option) (*UpdateDashboardPublishedVersionOutput, error)

UpdateDashboardPublishedVersionWithContext is the same as UpdateDashboardPublishedVersion with the addition of the ability to pass a context and additional request options.

See UpdateDashboardPublishedVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateDashboardRequest

func (c *QuickSight) UpdateDashboardRequest(input *UpdateDashboardInput) (req *request.Request, output *UpdateDashboardOutput)

UpdateDashboardRequest generates a "aws/request.Request" representing the client's request for the UpdateDashboard operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDashboard for more information on using the UpdateDashboard API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDashboardRequest method.
req, resp := client.UpdateDashboardRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboard

func (*QuickSight) UpdateDashboardWithContext

func (c *QuickSight) UpdateDashboardWithContext(ctx aws.Context, input *UpdateDashboardInput, opts ...request.Option) (*UpdateDashboardOutput, error)

UpdateDashboardWithContext is the same as UpdateDashboard with the addition of the ability to pass a context and additional request options.

See UpdateDashboard for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateDataSet

func (c *QuickSight) UpdateDataSet(input *UpdateDataSetInput) (*UpdateDataSetOutput, error)

UpdateDataSet API operation for Amazon QuickSight.

Updates a dataset. This operation doesn't support datasets that include uploaded files as a source. Partial updates are not supported by this operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateDataSet for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSet

func (*QuickSight) UpdateDataSetPermissions

func (c *QuickSight) UpdateDataSetPermissions(input *UpdateDataSetPermissionsInput) (*UpdateDataSetPermissionsOutput, error)

UpdateDataSetPermissions API operation for Amazon QuickSight.

Updates the permissions on a dataset.

The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateDataSetPermissions for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSetPermissions

func (*QuickSight) UpdateDataSetPermissionsRequest

func (c *QuickSight) UpdateDataSetPermissionsRequest(input *UpdateDataSetPermissionsInput) (req *request.Request, output *UpdateDataSetPermissionsOutput)

UpdateDataSetPermissionsRequest generates a "aws/request.Request" representing the client's request for the UpdateDataSetPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDataSetPermissions for more information on using the UpdateDataSetPermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDataSetPermissionsRequest method.
req, resp := client.UpdateDataSetPermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSetPermissions

func (*QuickSight) UpdateDataSetPermissionsWithContext

func (c *QuickSight) UpdateDataSetPermissionsWithContext(ctx aws.Context, input *UpdateDataSetPermissionsInput, opts ...request.Option) (*UpdateDataSetPermissionsOutput, error)

UpdateDataSetPermissionsWithContext is the same as UpdateDataSetPermissions with the addition of the ability to pass a context and additional request options.

See UpdateDataSetPermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateDataSetRequest

func (c *QuickSight) UpdateDataSetRequest(input *UpdateDataSetInput) (req *request.Request, output *UpdateDataSetOutput)

UpdateDataSetRequest generates a "aws/request.Request" representing the client's request for the UpdateDataSet operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDataSet for more information on using the UpdateDataSet API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDataSetRequest method.
req, resp := client.UpdateDataSetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSet

func (*QuickSight) UpdateDataSetWithContext

func (c *QuickSight) UpdateDataSetWithContext(ctx aws.Context, input *UpdateDataSetInput, opts ...request.Option) (*UpdateDataSetOutput, error)

UpdateDataSetWithContext is the same as UpdateDataSet with the addition of the ability to pass a context and additional request options.

See UpdateDataSet for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateDataSource

func (c *QuickSight) UpdateDataSource(input *UpdateDataSourceInput) (*UpdateDataSourceOutput, error)

UpdateDataSource API operation for Amazon QuickSight.

Updates a data source.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateDataSource for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSource

func (*QuickSight) UpdateDataSourcePermissions

func (c *QuickSight) UpdateDataSourcePermissions(input *UpdateDataSourcePermissionsInput) (*UpdateDataSourcePermissionsOutput, error)

UpdateDataSourcePermissions API operation for Amazon QuickSight.

Updates the permissions to a data source.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateDataSourcePermissions for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSourcePermissions

func (*QuickSight) UpdateDataSourcePermissionsRequest

func (c *QuickSight) UpdateDataSourcePermissionsRequest(input *UpdateDataSourcePermissionsInput) (req *request.Request, output *UpdateDataSourcePermissionsOutput)

UpdateDataSourcePermissionsRequest generates a "aws/request.Request" representing the client's request for the UpdateDataSourcePermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDataSourcePermissions for more information on using the UpdateDataSourcePermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDataSourcePermissionsRequest method.
req, resp := client.UpdateDataSourcePermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSourcePermissions

func (*QuickSight) UpdateDataSourcePermissionsWithContext

func (c *QuickSight) UpdateDataSourcePermissionsWithContext(ctx aws.Context, input *UpdateDataSourcePermissionsInput, opts ...request.Option) (*UpdateDataSourcePermissionsOutput, error)

UpdateDataSourcePermissionsWithContext is the same as UpdateDataSourcePermissions with the addition of the ability to pass a context and additional request options.

See UpdateDataSourcePermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateDataSourceRequest

func (c *QuickSight) UpdateDataSourceRequest(input *UpdateDataSourceInput) (req *request.Request, output *UpdateDataSourceOutput)

UpdateDataSourceRequest generates a "aws/request.Request" representing the client's request for the UpdateDataSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDataSource for more information on using the UpdateDataSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDataSourceRequest method.
req, resp := client.UpdateDataSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSource

func (*QuickSight) UpdateDataSourceWithContext

func (c *QuickSight) UpdateDataSourceWithContext(ctx aws.Context, input *UpdateDataSourceInput, opts ...request.Option) (*UpdateDataSourceOutput, error)

UpdateDataSourceWithContext is the same as UpdateDataSource with the addition of the ability to pass a context and additional request options.

See UpdateDataSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateFolder

func (c *QuickSight) UpdateFolder(input *UpdateFolderInput) (*UpdateFolderOutput, error)

UpdateFolder API operation for Amazon QuickSight.

Updates the name of a folder.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateFolder for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateFolder

func (*QuickSight) UpdateFolderPermissions

func (c *QuickSight) UpdateFolderPermissions(input *UpdateFolderPermissionsInput) (*UpdateFolderPermissionsOutput, error)

UpdateFolderPermissions API operation for Amazon QuickSight.

Updates permissions of a folder.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateFolderPermissions for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • LimitExceededException A limit is exceeded.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateFolderPermissions

func (*QuickSight) UpdateFolderPermissionsRequest

func (c *QuickSight) UpdateFolderPermissionsRequest(input *UpdateFolderPermissionsInput) (req *request.Request, output *UpdateFolderPermissionsOutput)

UpdateFolderPermissionsRequest generates a "aws/request.Request" representing the client's request for the UpdateFolderPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFolderPermissions for more information on using the UpdateFolderPermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFolderPermissionsRequest method.
req, resp := client.UpdateFolderPermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateFolderPermissions

func (*QuickSight) UpdateFolderPermissionsWithContext

func (c *QuickSight) UpdateFolderPermissionsWithContext(ctx aws.Context, input *UpdateFolderPermissionsInput, opts ...request.Option) (*UpdateFolderPermissionsOutput, error)

UpdateFolderPermissionsWithContext is the same as UpdateFolderPermissions with the addition of the ability to pass a context and additional request options.

See UpdateFolderPermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateFolderRequest

func (c *QuickSight) UpdateFolderRequest(input *UpdateFolderInput) (req *request.Request, output *UpdateFolderOutput)

UpdateFolderRequest generates a "aws/request.Request" representing the client's request for the UpdateFolder operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFolder for more information on using the UpdateFolder API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFolderRequest method.
req, resp := client.UpdateFolderRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateFolder

func (*QuickSight) UpdateFolderWithContext

func (c *QuickSight) UpdateFolderWithContext(ctx aws.Context, input *UpdateFolderInput, opts ...request.Option) (*UpdateFolderOutput, error)

UpdateFolderWithContext is the same as UpdateFolder with the addition of the ability to pass a context and additional request options.

See UpdateFolder for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateGroup

func (c *QuickSight) UpdateGroup(input *UpdateGroupInput) (*UpdateGroupOutput, error)

UpdateGroup API operation for Amazon QuickSight.

Changes a group description.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateGroup for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateGroup

func (*QuickSight) UpdateGroupRequest

func (c *QuickSight) UpdateGroupRequest(input *UpdateGroupInput) (req *request.Request, output *UpdateGroupOutput)

UpdateGroupRequest generates a "aws/request.Request" representing the client's request for the UpdateGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateGroup for more information on using the UpdateGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateGroupRequest method.
req, resp := client.UpdateGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateGroup

func (*QuickSight) UpdateGroupWithContext

func (c *QuickSight) UpdateGroupWithContext(ctx aws.Context, input *UpdateGroupInput, opts ...request.Option) (*UpdateGroupOutput, error)

UpdateGroupWithContext is the same as UpdateGroup with the addition of the ability to pass a context and additional request options.

See UpdateGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateIAMPolicyAssignment

func (c *QuickSight) UpdateIAMPolicyAssignment(input *UpdateIAMPolicyAssignmentInput) (*UpdateIAMPolicyAssignmentOutput, error)

UpdateIAMPolicyAssignment API operation for Amazon QuickSight.

Updates an existing IAM policy assignment. This operation updates only the optional parameter or parameters that are specified in the request. This overwrites all of the users included in Identities.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateIAMPolicyAssignment for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ConcurrentUpdatingException A resource is already in a state that indicates an operation is happening that must complete before a new update can be applied.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateIAMPolicyAssignment

func (*QuickSight) UpdateIAMPolicyAssignmentRequest

func (c *QuickSight) UpdateIAMPolicyAssignmentRequest(input *UpdateIAMPolicyAssignmentInput) (req *request.Request, output *UpdateIAMPolicyAssignmentOutput)

UpdateIAMPolicyAssignmentRequest generates a "aws/request.Request" representing the client's request for the UpdateIAMPolicyAssignment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateIAMPolicyAssignment for more information on using the UpdateIAMPolicyAssignment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateIAMPolicyAssignmentRequest method.
req, resp := client.UpdateIAMPolicyAssignmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateIAMPolicyAssignment

func (*QuickSight) UpdateIAMPolicyAssignmentWithContext

func (c *QuickSight) UpdateIAMPolicyAssignmentWithContext(ctx aws.Context, input *UpdateIAMPolicyAssignmentInput, opts ...request.Option) (*UpdateIAMPolicyAssignmentOutput, error)

UpdateIAMPolicyAssignmentWithContext is the same as UpdateIAMPolicyAssignment with the addition of the ability to pass a context and additional request options.

See UpdateIAMPolicyAssignment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateIpRestriction

func (c *QuickSight) UpdateIpRestriction(input *UpdateIpRestrictionInput) (*UpdateIpRestrictionOutput, error)

UpdateIpRestriction API operation for Amazon QuickSight.

Updates the content and status of IP rules. To use this operation, you must provide the entire map of rules. You can use the DescribeIpRestriction operation to get the current rule map.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateIpRestriction for usage and error information.

Returned Error Types:

  • LimitExceededException A limit is exceeded.

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateIpRestriction

func (*QuickSight) UpdateIpRestrictionRequest

func (c *QuickSight) UpdateIpRestrictionRequest(input *UpdateIpRestrictionInput) (req *request.Request, output *UpdateIpRestrictionOutput)

UpdateIpRestrictionRequest generates a "aws/request.Request" representing the client's request for the UpdateIpRestriction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateIpRestriction for more information on using the UpdateIpRestriction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateIpRestrictionRequest method.
req, resp := client.UpdateIpRestrictionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateIpRestriction

func (*QuickSight) UpdateIpRestrictionWithContext

func (c *QuickSight) UpdateIpRestrictionWithContext(ctx aws.Context, input *UpdateIpRestrictionInput, opts ...request.Option) (*UpdateIpRestrictionOutput, error)

UpdateIpRestrictionWithContext is the same as UpdateIpRestriction with the addition of the ability to pass a context and additional request options.

See UpdateIpRestriction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdatePublicSharingSettings added in v1.42.9

func (c *QuickSight) UpdatePublicSharingSettings(input *UpdatePublicSharingSettingsInput) (*UpdatePublicSharingSettingsOutput, error)

UpdatePublicSharingSettings API operation for Amazon QuickSight.

Use the UpdatePublicSharingSettings operation to turn on or turn off the public sharing settings of an Amazon QuickSight dashboard.

To use this operation, turn on session capacity pricing for your Amazon QuickSight account.

Before you can turn on public sharing on your account, make sure to give public sharing permissions to an administrative user in the Identity and Access Management (IAM) console. For more information on using IAM with Amazon QuickSight, see Using Amazon QuickSight with IAM (https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html) in the Amazon QuickSight User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdatePublicSharingSettings for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedPricingPlanException This error indicates that you are calling an embedding operation in Amazon QuickSight without the required pricing plan on your Amazon Web Services account. Before you can use embedding for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You can do this on the Manage Amazon QuickSight page.

    After capacity pricing is added, you can use the GetDashboardEmbedUrl (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html) API operation with the --identity-type ANONYMOUS option.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdatePublicSharingSettings

func (*QuickSight) UpdatePublicSharingSettingsRequest added in v1.42.9

func (c *QuickSight) UpdatePublicSharingSettingsRequest(input *UpdatePublicSharingSettingsInput) (req *request.Request, output *UpdatePublicSharingSettingsOutput)

UpdatePublicSharingSettingsRequest generates a "aws/request.Request" representing the client's request for the UpdatePublicSharingSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePublicSharingSettings for more information on using the UpdatePublicSharingSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePublicSharingSettingsRequest method.
req, resp := client.UpdatePublicSharingSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdatePublicSharingSettings

func (*QuickSight) UpdatePublicSharingSettingsWithContext added in v1.42.9

func (c *QuickSight) UpdatePublicSharingSettingsWithContext(ctx aws.Context, input *UpdatePublicSharingSettingsInput, opts ...request.Option) (*UpdatePublicSharingSettingsOutput, error)

UpdatePublicSharingSettingsWithContext is the same as UpdatePublicSharingSettings with the addition of the ability to pass a context and additional request options.

See UpdatePublicSharingSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateRefreshSchedule added in v1.42.9

func (c *QuickSight) UpdateRefreshSchedule(input *UpdateRefreshScheduleInput) (*UpdateRefreshScheduleOutput, error)

UpdateRefreshSchedule API operation for Amazon QuickSight.

Updates a refresh schedule for a dataset.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateRefreshSchedule for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • LimitExceededException A limit is exceeded.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateRefreshSchedule

func (*QuickSight) UpdateRefreshScheduleRequest added in v1.42.9

func (c *QuickSight) UpdateRefreshScheduleRequest(input *UpdateRefreshScheduleInput) (req *request.Request, output *UpdateRefreshScheduleOutput)

UpdateRefreshScheduleRequest generates a "aws/request.Request" representing the client's request for the UpdateRefreshSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateRefreshSchedule for more information on using the UpdateRefreshSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateRefreshScheduleRequest method.
req, resp := client.UpdateRefreshScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateRefreshSchedule

func (*QuickSight) UpdateRefreshScheduleWithContext added in v1.42.9

func (c *QuickSight) UpdateRefreshScheduleWithContext(ctx aws.Context, input *UpdateRefreshScheduleInput, opts ...request.Option) (*UpdateRefreshScheduleOutput, error)

UpdateRefreshScheduleWithContext is the same as UpdateRefreshSchedule with the addition of the ability to pass a context and additional request options.

See UpdateRefreshSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateTemplate

func (c *QuickSight) UpdateTemplate(input *UpdateTemplateInput) (*UpdateTemplateOutput, error)

UpdateTemplate API operation for Amazon QuickSight.

Updates a template from an existing Amazon QuickSight analysis or another template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateTemplate for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • LimitExceededException A limit is exceeded.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTemplate

func (*QuickSight) UpdateTemplateAlias

func (c *QuickSight) UpdateTemplateAlias(input *UpdateTemplateAliasInput) (*UpdateTemplateAliasOutput, error)

UpdateTemplateAlias API operation for Amazon QuickSight.

Updates the template alias of a template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateTemplateAlias for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • ResourceNotFoundException One or more resources can't be found.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTemplateAlias

func (*QuickSight) UpdateTemplateAliasRequest

func (c *QuickSight) UpdateTemplateAliasRequest(input *UpdateTemplateAliasInput) (req *request.Request, output *UpdateTemplateAliasOutput)

UpdateTemplateAliasRequest generates a "aws/request.Request" representing the client's request for the UpdateTemplateAlias operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTemplateAlias for more information on using the UpdateTemplateAlias API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateTemplateAliasRequest method.
req, resp := client.UpdateTemplateAliasRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTemplateAlias

func (*QuickSight) UpdateTemplateAliasWithContext

func (c *QuickSight) UpdateTemplateAliasWithContext(ctx aws.Context, input *UpdateTemplateAliasInput, opts ...request.Option) (*UpdateTemplateAliasOutput, error)

UpdateTemplateAliasWithContext is the same as UpdateTemplateAlias with the addition of the ability to pass a context and additional request options.

See UpdateTemplateAlias for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateTemplatePermissions

func (c *QuickSight) UpdateTemplatePermissions(input *UpdateTemplatePermissionsInput) (*UpdateTemplatePermissionsOutput, error)

UpdateTemplatePermissions API operation for Amazon QuickSight.

Updates the resource permissions for a template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateTemplatePermissions for usage and error information.

Returned Error Types:

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTemplatePermissions

func (*QuickSight) UpdateTemplatePermissionsRequest

func (c *QuickSight) UpdateTemplatePermissionsRequest(input *UpdateTemplatePermissionsInput) (req *request.Request, output *UpdateTemplatePermissionsOutput)

UpdateTemplatePermissionsRequest generates a "aws/request.Request" representing the client's request for the UpdateTemplatePermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTemplatePermissions for more information on using the UpdateTemplatePermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateTemplatePermissionsRequest method.
req, resp := client.UpdateTemplatePermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTemplatePermissions

func (*QuickSight) UpdateTemplatePermissionsWithContext

func (c *QuickSight) UpdateTemplatePermissionsWithContext(ctx aws.Context, input *UpdateTemplatePermissionsInput, opts ...request.Option) (*UpdateTemplatePermissionsOutput, error)

UpdateTemplatePermissionsWithContext is the same as UpdateTemplatePermissions with the addition of the ability to pass a context and additional request options.

See UpdateTemplatePermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateTemplateRequest

func (c *QuickSight) UpdateTemplateRequest(input *UpdateTemplateInput) (req *request.Request, output *UpdateTemplateOutput)

UpdateTemplateRequest generates a "aws/request.Request" representing the client's request for the UpdateTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTemplate for more information on using the UpdateTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateTemplateRequest method.
req, resp := client.UpdateTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTemplate

func (*QuickSight) UpdateTemplateWithContext

func (c *QuickSight) UpdateTemplateWithContext(ctx aws.Context, input *UpdateTemplateInput, opts ...request.Option) (*UpdateTemplateOutput, error)

UpdateTemplateWithContext is the same as UpdateTemplate with the addition of the ability to pass a context and additional request options.

See UpdateTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateTheme

func (c *QuickSight) UpdateTheme(input *UpdateThemeInput) (*UpdateThemeOutput, error)

UpdateTheme API operation for Amazon QuickSight.

Updates a theme.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateTheme for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTheme

func (*QuickSight) UpdateThemeAlias

func (c *QuickSight) UpdateThemeAlias(input *UpdateThemeAliasInput) (*UpdateThemeAliasOutput, error)

UpdateThemeAlias API operation for Amazon QuickSight.

Updates an alias of a theme.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateThemeAlias for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceExistsException The resource specified already exists.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateThemeAlias

func (*QuickSight) UpdateThemeAliasRequest

func (c *QuickSight) UpdateThemeAliasRequest(input *UpdateThemeAliasInput) (req *request.Request, output *UpdateThemeAliasOutput)

UpdateThemeAliasRequest generates a "aws/request.Request" representing the client's request for the UpdateThemeAlias operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateThemeAlias for more information on using the UpdateThemeAlias API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateThemeAliasRequest method.
req, resp := client.UpdateThemeAliasRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateThemeAlias

func (*QuickSight) UpdateThemeAliasWithContext

func (c *QuickSight) UpdateThemeAliasWithContext(ctx aws.Context, input *UpdateThemeAliasInput, opts ...request.Option) (*UpdateThemeAliasOutput, error)

UpdateThemeAliasWithContext is the same as UpdateThemeAlias with the addition of the ability to pass a context and additional request options.

See UpdateThemeAlias for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateThemePermissions

func (c *QuickSight) UpdateThemePermissions(input *UpdateThemePermissionsInput) (*UpdateThemePermissionsOutput, error)

UpdateThemePermissions API operation for Amazon QuickSight.

Updates the resource permissions for a theme. Permissions apply to the action to grant or revoke permissions on, for example "quicksight:DescribeTheme".

Theme permissions apply in groupings. Valid groupings include the following for the three levels of permissions, which are user, owner, or no permissions:

  • User "quicksight:DescribeTheme" "quicksight:DescribeThemeAlias" "quicksight:ListThemeAliases" "quicksight:ListThemeVersions"

  • Owner "quicksight:DescribeTheme" "quicksight:DescribeThemeAlias" "quicksight:ListThemeAliases" "quicksight:ListThemeVersions" "quicksight:DeleteTheme" "quicksight:UpdateTheme" "quicksight:CreateThemeAlias" "quicksight:DeleteThemeAlias" "quicksight:UpdateThemeAlias" "quicksight:UpdateThemePermissions" "quicksight:DescribeThemePermissions"

  • To specify no permissions, omit the permissions list.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateThemePermissions for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateThemePermissions

func (*QuickSight) UpdateThemePermissionsRequest

func (c *QuickSight) UpdateThemePermissionsRequest(input *UpdateThemePermissionsInput) (req *request.Request, output *UpdateThemePermissionsOutput)

UpdateThemePermissionsRequest generates a "aws/request.Request" representing the client's request for the UpdateThemePermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateThemePermissions for more information on using the UpdateThemePermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateThemePermissionsRequest method.
req, resp := client.UpdateThemePermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateThemePermissions

func (*QuickSight) UpdateThemePermissionsWithContext

func (c *QuickSight) UpdateThemePermissionsWithContext(ctx aws.Context, input *UpdateThemePermissionsInput, opts ...request.Option) (*UpdateThemePermissionsOutput, error)

UpdateThemePermissionsWithContext is the same as UpdateThemePermissions with the addition of the ability to pass a context and additional request options.

See UpdateThemePermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateThemeRequest

func (c *QuickSight) UpdateThemeRequest(input *UpdateThemeInput) (req *request.Request, output *UpdateThemeOutput)

UpdateThemeRequest generates a "aws/request.Request" representing the client's request for the UpdateTheme operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTheme for more information on using the UpdateTheme API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateThemeRequest method.
req, resp := client.UpdateThemeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTheme

func (*QuickSight) UpdateThemeWithContext

func (c *QuickSight) UpdateThemeWithContext(ctx aws.Context, input *UpdateThemeInput, opts ...request.Option) (*UpdateThemeOutput, error)

UpdateThemeWithContext is the same as UpdateTheme with the addition of the ability to pass a context and additional request options.

See UpdateTheme for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateTopic added in v1.42.9

func (c *QuickSight) UpdateTopic(input *UpdateTopicInput) (*UpdateTopicOutput, error)

UpdateTopic API operation for Amazon QuickSight.

Updates a topic.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateTopic for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceNotFoundException One or more resources can't be found.

  • ResourceExistsException The resource specified already exists.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTopic

func (*QuickSight) UpdateTopicPermissions added in v1.42.9

func (c *QuickSight) UpdateTopicPermissions(input *UpdateTopicPermissionsInput) (*UpdateTopicPermissionsOutput, error)

UpdateTopicPermissions API operation for Amazon QuickSight.

Updates the permissions of a topic.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateTopicPermissions for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ThrottlingException Access is throttled.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • LimitExceededException A limit is exceeded.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTopicPermissions

func (*QuickSight) UpdateTopicPermissionsRequest added in v1.42.9

func (c *QuickSight) UpdateTopicPermissionsRequest(input *UpdateTopicPermissionsInput) (req *request.Request, output *UpdateTopicPermissionsOutput)

UpdateTopicPermissionsRequest generates a "aws/request.Request" representing the client's request for the UpdateTopicPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTopicPermissions for more information on using the UpdateTopicPermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateTopicPermissionsRequest method.
req, resp := client.UpdateTopicPermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTopicPermissions

func (*QuickSight) UpdateTopicPermissionsWithContext added in v1.42.9

func (c *QuickSight) UpdateTopicPermissionsWithContext(ctx aws.Context, input *UpdateTopicPermissionsInput, opts ...request.Option) (*UpdateTopicPermissionsOutput, error)

UpdateTopicPermissionsWithContext is the same as UpdateTopicPermissions with the addition of the ability to pass a context and additional request options.

See UpdateTopicPermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateTopicRefreshSchedule added in v1.42.9

func (c *QuickSight) UpdateTopicRefreshSchedule(input *UpdateTopicRefreshScheduleInput) (*UpdateTopicRefreshScheduleOutput, error)

UpdateTopicRefreshSchedule API operation for Amazon QuickSight.

Updates a topic refresh schedule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateTopicRefreshSchedule for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceNotFoundException One or more resources can't be found.

  • ResourceExistsException The resource specified already exists.

  • ThrottlingException Access is throttled.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTopicRefreshSchedule

func (*QuickSight) UpdateTopicRefreshScheduleRequest added in v1.42.9

func (c *QuickSight) UpdateTopicRefreshScheduleRequest(input *UpdateTopicRefreshScheduleInput) (req *request.Request, output *UpdateTopicRefreshScheduleOutput)

UpdateTopicRefreshScheduleRequest generates a "aws/request.Request" representing the client's request for the UpdateTopicRefreshSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTopicRefreshSchedule for more information on using the UpdateTopicRefreshSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateTopicRefreshScheduleRequest method.
req, resp := client.UpdateTopicRefreshScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTopicRefreshSchedule

func (*QuickSight) UpdateTopicRefreshScheduleWithContext added in v1.42.9

func (c *QuickSight) UpdateTopicRefreshScheduleWithContext(ctx aws.Context, input *UpdateTopicRefreshScheduleInput, opts ...request.Option) (*UpdateTopicRefreshScheduleOutput, error)

UpdateTopicRefreshScheduleWithContext is the same as UpdateTopicRefreshSchedule with the addition of the ability to pass a context and additional request options.

See UpdateTopicRefreshSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateTopicRequest added in v1.42.9

func (c *QuickSight) UpdateTopicRequest(input *UpdateTopicInput) (req *request.Request, output *UpdateTopicOutput)

UpdateTopicRequest generates a "aws/request.Request" representing the client's request for the UpdateTopic operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTopic for more information on using the UpdateTopic API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateTopicRequest method.
req, resp := client.UpdateTopicRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTopic

func (*QuickSight) UpdateTopicWithContext added in v1.42.9

func (c *QuickSight) UpdateTopicWithContext(ctx aws.Context, input *UpdateTopicInput, opts ...request.Option) (*UpdateTopicOutput, error)

UpdateTopicWithContext is the same as UpdateTopic with the addition of the ability to pass a context and additional request options.

See UpdateTopic for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateUser

func (c *QuickSight) UpdateUser(input *UpdateUserInput) (*UpdateUserOutput, error)

UpdateUser API operation for Amazon QuickSight.

Updates an Amazon QuickSight user.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateUser for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • PreconditionNotMetException One or more preconditions aren't met.

  • InternalFailureException An internal failure occurred.

  • ResourceUnavailableException This resource is currently unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateUser

func (*QuickSight) UpdateUserRequest

func (c *QuickSight) UpdateUserRequest(input *UpdateUserInput) (req *request.Request, output *UpdateUserOutput)

UpdateUserRequest generates a "aws/request.Request" representing the client's request for the UpdateUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateUser for more information on using the UpdateUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateUserRequest method.
req, resp := client.UpdateUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateUser

func (*QuickSight) UpdateUserWithContext

func (c *QuickSight) UpdateUserWithContext(ctx aws.Context, input *UpdateUserInput, opts ...request.Option) (*UpdateUserOutput, error)

UpdateUserWithContext is the same as UpdateUser with the addition of the ability to pass a context and additional request options.

See UpdateUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*QuickSight) UpdateVPCConnection added in v1.42.9

func (c *QuickSight) UpdateVPCConnection(input *UpdateVPCConnectionInput) (*UpdateVPCConnectionOutput, error)

UpdateVPCConnection API operation for Amazon QuickSight.

Updates a VPC connection.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon QuickSight's API operation UpdateVPCConnection for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • InvalidParameterValueException One or more parameters has a value that isn't valid.

  • LimitExceededException A limit is exceeded.

  • ResourceNotFoundException One or more resources can't be found.

  • ThrottlingException Access is throttled.

  • UnsupportedUserEditionException This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

  • InternalFailureException An internal failure occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateVPCConnection

func (*QuickSight) UpdateVPCConnectionRequest added in v1.42.9

func (c *QuickSight) UpdateVPCConnectionRequest(input *UpdateVPCConnectionInput) (req *request.Request, output *UpdateVPCConnectionOutput)

UpdateVPCConnectionRequest generates a "aws/request.Request" representing the client's request for the UpdateVPCConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateVPCConnection for more information on using the UpdateVPCConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateVPCConnectionRequest method.
req, resp := client.UpdateVPCConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateVPCConnection

func (*QuickSight) UpdateVPCConnectionWithContext added in v1.42.9

func (c *QuickSight) UpdateVPCConnectionWithContext(ctx aws.Context, input *UpdateVPCConnectionInput, opts ...request.Option) (*UpdateVPCConnectionOutput, error)

UpdateVPCConnectionWithContext is the same as UpdateVPCConnection with the addition of the ability to pass a context and additional request options.

See UpdateVPCConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type RadarChartAggregatedFieldWells added in v1.42.9

type RadarChartAggregatedFieldWells struct {

	// The aggregated field well categories of a radar chart.
	Category []*DimensionField `type:"list"`

	// The color that are assigned to the aggregated field wells of a radar chart.
	Color []*DimensionField `type:"list"`

	// The values that are assigned to the aggregated field wells of a radar chart.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The aggregated field well configuration of a RadarChartVisual.

func (RadarChartAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartAggregatedFieldWells) SetCategory added in v1.42.9

SetCategory sets the Category field's value.

func (*RadarChartAggregatedFieldWells) SetColor added in v1.42.9

SetColor sets the Color field's value.

func (*RadarChartAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (RadarChartAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartAggregatedFieldWells) Validate added in v1.42.9

func (s *RadarChartAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RadarChartAreaStyleSettings added in v1.42.9

type RadarChartAreaStyleSettings struct {

	// The visibility settings of a radar chart.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The configured style settings of a radar chart.

func (RadarChartAreaStyleSettings) GoString added in v1.42.9

func (s RadarChartAreaStyleSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartAreaStyleSettings) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (RadarChartAreaStyleSettings) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RadarChartConfiguration added in v1.42.9

type RadarChartConfiguration struct {

	// Determines the visibility of the colors of alternatign bands in a radar chart.
	AlternateBandColorsVisibility *string `type:"string" enum:"Visibility"`

	// The color of the even-numbered alternate bands of a radar chart.
	AlternateBandEvenColor *string `type:"string"`

	// The color of the odd-numbered alternate bands of a radar chart.
	AlternateBandOddColor *string `type:"string"`

	// The axis behavior options of a radar chart.
	AxesRangeScale *string `type:"string" enum:"RadarChartAxesRangeScale"`

	// The base sreies settings of a radar chart.
	BaseSeriesSettings *RadarChartSeriesSettings `type:"structure"`

	// The category axis of a radar chart.
	CategoryAxis *AxisDisplayOptions `type:"structure"`

	// The category label options of a radar chart.
	CategoryLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The color axis of a radar chart.
	ColorAxis *AxisDisplayOptions `type:"structure"`

	// The color label options of a radar chart.
	ColorLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The field well configuration of a RadarChartVisual.
	FieldWells *RadarChartFieldWells `type:"structure"`

	// The legend display setup of the visual.
	Legend *LegendOptions `type:"structure"`

	// The shape of the radar chart.
	Shape *string `type:"string" enum:"RadarChartShape"`

	// The sort configuration of a RadarChartVisual.
	SortConfiguration *RadarChartSortConfiguration `type:"structure"`

	// The start angle of a radar chart's axis.
	StartAngle *float64 `type:"double"`

	// The palette (chart color) display setup of the visual.
	VisualPalette *VisualPalette `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a RadarChartVisual.

func (RadarChartConfiguration) GoString added in v1.42.9

func (s RadarChartConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartConfiguration) SetAlternateBandColorsVisibility added in v1.42.9

func (s *RadarChartConfiguration) SetAlternateBandColorsVisibility(v string) *RadarChartConfiguration

SetAlternateBandColorsVisibility sets the AlternateBandColorsVisibility field's value.

func (*RadarChartConfiguration) SetAlternateBandEvenColor added in v1.42.9

func (s *RadarChartConfiguration) SetAlternateBandEvenColor(v string) *RadarChartConfiguration

SetAlternateBandEvenColor sets the AlternateBandEvenColor field's value.

func (*RadarChartConfiguration) SetAlternateBandOddColor added in v1.42.9

func (s *RadarChartConfiguration) SetAlternateBandOddColor(v string) *RadarChartConfiguration

SetAlternateBandOddColor sets the AlternateBandOddColor field's value.

func (*RadarChartConfiguration) SetAxesRangeScale added in v1.42.9

func (s *RadarChartConfiguration) SetAxesRangeScale(v string) *RadarChartConfiguration

SetAxesRangeScale sets the AxesRangeScale field's value.

func (*RadarChartConfiguration) SetBaseSeriesSettings added in v1.42.9

SetBaseSeriesSettings sets the BaseSeriesSettings field's value.

func (*RadarChartConfiguration) SetCategoryAxis added in v1.42.9

SetCategoryAxis sets the CategoryAxis field's value.

func (*RadarChartConfiguration) SetCategoryLabelOptions added in v1.42.9

SetCategoryLabelOptions sets the CategoryLabelOptions field's value.

func (*RadarChartConfiguration) SetColorAxis added in v1.42.9

SetColorAxis sets the ColorAxis field's value.

func (*RadarChartConfiguration) SetColorLabelOptions added in v1.42.9

SetColorLabelOptions sets the ColorLabelOptions field's value.

func (*RadarChartConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*RadarChartConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*RadarChartConfiguration) SetShape added in v1.42.9

SetShape sets the Shape field's value.

func (*RadarChartConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*RadarChartConfiguration) SetStartAngle added in v1.42.9

SetStartAngle sets the StartAngle field's value.

func (*RadarChartConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (RadarChartConfiguration) String added in v1.42.9

func (s RadarChartConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartConfiguration) Validate added in v1.42.9

func (s *RadarChartConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RadarChartFieldWells added in v1.42.9

type RadarChartFieldWells struct {

	// The aggregated field wells of a radar chart visual.
	RadarChartAggregatedFieldWells *RadarChartAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field wells of a radar chart visual.

func (RadarChartFieldWells) GoString added in v1.42.9

func (s RadarChartFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartFieldWells) SetRadarChartAggregatedFieldWells added in v1.42.9

func (s *RadarChartFieldWells) SetRadarChartAggregatedFieldWells(v *RadarChartAggregatedFieldWells) *RadarChartFieldWells

SetRadarChartAggregatedFieldWells sets the RadarChartAggregatedFieldWells field's value.

func (RadarChartFieldWells) String added in v1.42.9

func (s RadarChartFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartFieldWells) Validate added in v1.42.9

func (s *RadarChartFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RadarChartSeriesSettings added in v1.42.9

type RadarChartSeriesSettings struct {

	// The area style settings of a radar chart.
	AreaStyleSettings *RadarChartAreaStyleSettings `type:"structure"`
	// contains filtered or unexported fields
}

The series settings of a radar chart.

func (RadarChartSeriesSettings) GoString added in v1.42.9

func (s RadarChartSeriesSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartSeriesSettings) SetAreaStyleSettings added in v1.42.9

SetAreaStyleSettings sets the AreaStyleSettings field's value.

func (RadarChartSeriesSettings) String added in v1.42.9

func (s RadarChartSeriesSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RadarChartSortConfiguration added in v1.42.9

type RadarChartSortConfiguration struct {

	// The category items limit for a radar chart.
	CategoryItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The category sort options of a radar chart.
	CategorySort []*FieldSortOptions `type:"list"`

	// The color items limit of a radar chart.
	ColorItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The color sort configuration of a radar chart.
	ColorSort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a RadarChartVisual.

func (RadarChartSortConfiguration) GoString added in v1.42.9

func (s RadarChartSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartSortConfiguration) SetCategoryItemsLimit added in v1.42.9

SetCategoryItemsLimit sets the CategoryItemsLimit field's value.

func (*RadarChartSortConfiguration) SetCategorySort added in v1.42.9

SetCategorySort sets the CategorySort field's value.

func (*RadarChartSortConfiguration) SetColorItemsLimit added in v1.42.9

SetColorItemsLimit sets the ColorItemsLimit field's value.

func (*RadarChartSortConfiguration) SetColorSort added in v1.42.9

SetColorSort sets the ColorSort field's value.

func (RadarChartSortConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartSortConfiguration) Validate added in v1.42.9

func (s *RadarChartSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RadarChartVisual added in v1.42.9

type RadarChartVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration settings of the visual.
	ChartConfiguration *RadarChartConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A radar chart visual.

func (RadarChartVisual) GoString added in v1.42.9

func (s RadarChartVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartVisual) SetActions added in v1.42.9

SetActions sets the Actions field's value.

func (*RadarChartVisual) SetChartConfiguration added in v1.42.9

func (s *RadarChartVisual) SetChartConfiguration(v *RadarChartConfiguration) *RadarChartVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*RadarChartVisual) SetColumnHierarchies added in v1.42.9

func (s *RadarChartVisual) SetColumnHierarchies(v []*ColumnHierarchy) *RadarChartVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*RadarChartVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*RadarChartVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*RadarChartVisual) SetVisualId added in v1.42.9

func (s *RadarChartVisual) SetVisualId(v string) *RadarChartVisual

SetVisualId sets the VisualId field's value.

func (RadarChartVisual) String added in v1.42.9

func (s RadarChartVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RadarChartVisual) Validate added in v1.42.9

func (s *RadarChartVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RangeConstant added in v1.42.9

type RangeConstant struct {

	// The maximum value for a range constant.
	Maximum *string `type:"string"`

	// The minimum value for a range constant.
	Minimum *string `type:"string"`
	// contains filtered or unexported fields
}

A structure that represents a range constant.

func (RangeConstant) GoString added in v1.42.9

func (s RangeConstant) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RangeConstant) SetMaximum added in v1.42.9

func (s *RangeConstant) SetMaximum(v string) *RangeConstant

SetMaximum sets the Maximum field's value.

func (*RangeConstant) SetMinimum added in v1.42.9

func (s *RangeConstant) SetMinimum(v string) *RangeConstant

SetMinimum sets the Minimum field's value.

func (RangeConstant) String added in v1.42.9

func (s RangeConstant) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RangeEndsLabelType added in v1.42.9

type RangeEndsLabelType struct {

	// The visibility of the range ends label.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The range ends label type of a data path label.

func (RangeEndsLabelType) GoString added in v1.42.9

func (s RangeEndsLabelType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RangeEndsLabelType) SetVisibility added in v1.42.9

func (s *RangeEndsLabelType) SetVisibility(v string) *RangeEndsLabelType

SetVisibility sets the Visibility field's value.

func (RangeEndsLabelType) String added in v1.42.9

func (s RangeEndsLabelType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RdsParameters

type RdsParameters struct {

	// Database.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// Instance ID.
	//
	// InstanceId is a required field
	InstanceId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The parameters for Amazon RDS.

func (RdsParameters) GoString

func (s RdsParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RdsParameters) SetDatabase

func (s *RdsParameters) SetDatabase(v string) *RdsParameters

SetDatabase sets the Database field's value.

func (*RdsParameters) SetInstanceId

func (s *RdsParameters) SetInstanceId(v string) *RdsParameters

SetInstanceId sets the InstanceId field's value.

func (RdsParameters) String

func (s RdsParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RdsParameters) Validate

func (s *RdsParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RedshiftParameters

type RedshiftParameters struct {

	// Cluster ID. This field can be blank if the Host and Port are provided.
	ClusterId *string `min:"1" type:"string"`

	// Database.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// Host. This field can be blank if ClusterId is provided.
	Host *string `min:"1" type:"string"`

	// Port. This field can be blank if the ClusterId is provided.
	Port *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The parameters for Amazon Redshift. The ClusterId field can be blank if Host and Port are both set. The Host and Port fields can be blank if the ClusterId field is set.

func (RedshiftParameters) GoString

func (s RedshiftParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RedshiftParameters) SetClusterId

func (s *RedshiftParameters) SetClusterId(v string) *RedshiftParameters

SetClusterId sets the ClusterId field's value.

func (*RedshiftParameters) SetDatabase

func (s *RedshiftParameters) SetDatabase(v string) *RedshiftParameters

SetDatabase sets the Database field's value.

func (*RedshiftParameters) SetHost

SetHost sets the Host field's value.

func (*RedshiftParameters) SetPort

SetPort sets the Port field's value.

func (RedshiftParameters) String

func (s RedshiftParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RedshiftParameters) Validate

func (s *RedshiftParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReferenceLine added in v1.42.9

type ReferenceLine struct {

	// The data configuration of the reference line.
	//
	// DataConfiguration is a required field
	DataConfiguration *ReferenceLineDataConfiguration `type:"structure" required:"true"`

	// The label configuration of the reference line.
	LabelConfiguration *ReferenceLineLabelConfiguration `type:"structure"`

	// The status of the reference line. Choose one of the following options:
	//
	//    * ENABLE
	//
	//    * DISABLE
	Status *string `type:"string" enum:"WidgetStatus"`

	// The style configuration of the reference line.
	StyleConfiguration *ReferenceLineStyleConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The reference line visual display options.

func (ReferenceLine) GoString added in v1.42.9

func (s ReferenceLine) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLine) SetDataConfiguration added in v1.42.9

func (s *ReferenceLine) SetDataConfiguration(v *ReferenceLineDataConfiguration) *ReferenceLine

SetDataConfiguration sets the DataConfiguration field's value.

func (*ReferenceLine) SetLabelConfiguration added in v1.42.9

func (s *ReferenceLine) SetLabelConfiguration(v *ReferenceLineLabelConfiguration) *ReferenceLine

SetLabelConfiguration sets the LabelConfiguration field's value.

func (*ReferenceLine) SetStatus added in v1.42.9

func (s *ReferenceLine) SetStatus(v string) *ReferenceLine

SetStatus sets the Status field's value.

func (*ReferenceLine) SetStyleConfiguration added in v1.42.9

func (s *ReferenceLine) SetStyleConfiguration(v *ReferenceLineStyleConfiguration) *ReferenceLine

SetStyleConfiguration sets the StyleConfiguration field's value.

func (ReferenceLine) String added in v1.42.9

func (s ReferenceLine) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLine) Validate added in v1.42.9

func (s *ReferenceLine) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReferenceLineCustomLabelConfiguration added in v1.42.9

type ReferenceLineCustomLabelConfiguration struct {

	// The string text of the custom label.
	//
	// CustomLabel is a required field
	CustomLabel *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The configuration for a custom label on a ReferenceLine.

func (ReferenceLineCustomLabelConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineCustomLabelConfiguration) SetCustomLabel added in v1.42.9

SetCustomLabel sets the CustomLabel field's value.

func (ReferenceLineCustomLabelConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineCustomLabelConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type ReferenceLineDataConfiguration added in v1.42.9

type ReferenceLineDataConfiguration struct {

	// The axis binding type of the reference line. Choose one of the following
	// options:
	//
	//    * PrimaryY
	//
	//    * SecondaryY
	AxisBinding *string `type:"string" enum:"AxisBinding"`

	// The dynamic configuration of the reference line data configuration.
	DynamicConfiguration *ReferenceLineDynamicDataConfiguration `type:"structure"`

	// The static data configuration of the reference line data configuration.
	StaticConfiguration *ReferenceLineStaticDataConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The data configuration of the reference line.

func (ReferenceLineDataConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineDataConfiguration) SetAxisBinding added in v1.42.9

SetAxisBinding sets the AxisBinding field's value.

func (*ReferenceLineDataConfiguration) SetDynamicConfiguration added in v1.42.9

SetDynamicConfiguration sets the DynamicConfiguration field's value.

func (*ReferenceLineDataConfiguration) SetStaticConfiguration added in v1.42.9

SetStaticConfiguration sets the StaticConfiguration field's value.

func (ReferenceLineDataConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineDataConfiguration) Validate added in v1.42.9

func (s *ReferenceLineDataConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReferenceLineDynamicDataConfiguration added in v1.42.9

type ReferenceLineDynamicDataConfiguration struct {

	// The calculation that is used in the dynamic data.
	//
	// Calculation is a required field
	Calculation *NumericalAggregationFunction `type:"structure" required:"true"`

	// The column that the dynamic data targets.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The aggregation function that is used in the dynamic data.
	MeasureAggregationFunction *AggregationFunction `type:"structure"`
	// contains filtered or unexported fields
}

The dynamic configuration of the reference line data configuration.

func (ReferenceLineDynamicDataConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineDynamicDataConfiguration) SetCalculation added in v1.42.9

SetCalculation sets the Calculation field's value.

func (*ReferenceLineDynamicDataConfiguration) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*ReferenceLineDynamicDataConfiguration) SetMeasureAggregationFunction added in v1.42.9

SetMeasureAggregationFunction sets the MeasureAggregationFunction field's value.

func (ReferenceLineDynamicDataConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineDynamicDataConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type ReferenceLineLabelConfiguration added in v1.42.9

type ReferenceLineLabelConfiguration struct {

	// The custom label configuration of the label in a reference line.
	CustomLabelConfiguration *ReferenceLineCustomLabelConfiguration `type:"structure"`

	// The font color configuration of the label in a reference line.
	FontColor *string `type:"string"`

	// The font configuration of the label in a reference line.
	FontConfiguration *FontConfiguration `type:"structure"`

	// The horizontal position configuration of the label in a reference line. Choose
	// one of the following options:
	//
	//    * LEFT
	//
	//    * CENTER
	//
	//    * RIGHT
	HorizontalPosition *string `type:"string" enum:"ReferenceLineLabelHorizontalPosition"`

	// The value label configuration of the label in a reference line.
	ValueLabelConfiguration *ReferenceLineValueLabelConfiguration `type:"structure"`

	// The vertical position configuration of the label in a reference line. Choose
	// one of the following options:
	//
	//    * ABOVE
	//
	//    * BELOW
	VerticalPosition *string `type:"string" enum:"ReferenceLineLabelVerticalPosition"`
	// contains filtered or unexported fields
}

The label configuration of a reference line.

func (ReferenceLineLabelConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineLabelConfiguration) SetCustomLabelConfiguration added in v1.42.9

SetCustomLabelConfiguration sets the CustomLabelConfiguration field's value.

func (*ReferenceLineLabelConfiguration) SetFontColor added in v1.42.9

SetFontColor sets the FontColor field's value.

func (*ReferenceLineLabelConfiguration) SetFontConfiguration added in v1.42.9

SetFontConfiguration sets the FontConfiguration field's value.

func (*ReferenceLineLabelConfiguration) SetHorizontalPosition added in v1.42.9

SetHorizontalPosition sets the HorizontalPosition field's value.

func (*ReferenceLineLabelConfiguration) SetValueLabelConfiguration added in v1.42.9

SetValueLabelConfiguration sets the ValueLabelConfiguration field's value.

func (*ReferenceLineLabelConfiguration) SetVerticalPosition added in v1.42.9

SetVerticalPosition sets the VerticalPosition field's value.

func (ReferenceLineLabelConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineLabelConfiguration) Validate added in v1.42.9

func (s *ReferenceLineLabelConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReferenceLineStaticDataConfiguration added in v1.42.9

type ReferenceLineStaticDataConfiguration struct {

	// The double input of the static data.
	//
	// Value is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ReferenceLineStaticDataConfiguration's
	// String and GoString methods.
	//
	// Value is a required field
	Value *float64 `type:"double" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

The static data configuration of the reference line data configuration.

func (ReferenceLineStaticDataConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineStaticDataConfiguration) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (ReferenceLineStaticDataConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineStaticDataConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type ReferenceLineStyleConfiguration added in v1.42.9

type ReferenceLineStyleConfiguration struct {

	// The hex color of the reference line.
	Color *string `type:"string"`

	// The pattern type of the line style. Choose one of the following options:
	//
	//    * SOLID
	//
	//    * DASHED
	//
	//    * DOTTED
	Pattern *string `type:"string" enum:"ReferenceLinePatternType"`
	// contains filtered or unexported fields
}

The style configuration of the reference line.

func (ReferenceLineStyleConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineStyleConfiguration) SetColor added in v1.42.9

SetColor sets the Color field's value.

func (*ReferenceLineStyleConfiguration) SetPattern added in v1.42.9

SetPattern sets the Pattern field's value.

func (ReferenceLineStyleConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReferenceLineValueLabelConfiguration added in v1.42.9

type ReferenceLineValueLabelConfiguration struct {

	// The format configuration of the value label.
	FormatConfiguration *NumericFormatConfiguration `type:"structure"`

	// The relative position of the value label. Choose one of the following options:
	//
	//    * BEFORE_CUSTOM_LABEL
	//
	//    * AFTER_CUSTOM_LABEL
	RelativePosition *string `type:"string" enum:"ReferenceLineValueLabelRelativePosition"`
	// contains filtered or unexported fields
}

The value label configuration of the label in a reference line.

func (ReferenceLineValueLabelConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineValueLabelConfiguration) SetFormatConfiguration added in v1.42.9

SetFormatConfiguration sets the FormatConfiguration field's value.

func (*ReferenceLineValueLabelConfiguration) SetRelativePosition added in v1.42.9

SetRelativePosition sets the RelativePosition field's value.

func (ReferenceLineValueLabelConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceLineValueLabelConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type RefreshConfiguration added in v1.42.9

type RefreshConfiguration struct {

	// The incremental refresh for the dataset.
	//
	// IncrementalRefresh is a required field
	IncrementalRefresh *IncrementalRefresh `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The refresh configuration of a dataset.

func (RefreshConfiguration) GoString added in v1.42.9

func (s RefreshConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RefreshConfiguration) SetIncrementalRefresh added in v1.42.9

func (s *RefreshConfiguration) SetIncrementalRefresh(v *IncrementalRefresh) *RefreshConfiguration

SetIncrementalRefresh sets the IncrementalRefresh field's value.

func (RefreshConfiguration) String added in v1.42.9

func (s RefreshConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RefreshConfiguration) Validate added in v1.42.9

func (s *RefreshConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RefreshFrequency added in v1.42.9

type RefreshFrequency struct {

	// The interval between scheduled refreshes. Valid values are as follows:
	//
	//    * MINUTE15: The dataset refreshes every 15 minutes. This value is only
	//    supported for incremental refreshes. This interval can only be used for
	//    one schedule per dataset.
	//
	//    * MINUTE30:The dataset refreshes every 30 minutes. This value is only
	//    supported for incremental refreshes. This interval can only be used for
	//    one schedule per dataset.
	//
	//    * HOURLY: The dataset refreshes every hour. This interval can only be
	//    used for one schedule per dataset.
	//
	//    * DAILY: The dataset refreshes every day.
	//
	//    * WEEKLY: The dataset refreshes every week.
	//
	//    * MONTHLY: The dataset refreshes every month.
	//
	// Interval is a required field
	Interval *string `type:"string" required:"true" enum:"RefreshInterval"`

	// The day of the week that you want to schedule the refresh on. This value
	// is required for weekly and monthly refresh intervals.
	RefreshOnDay *ScheduleRefreshOnEntity `type:"structure"`

	// The time of day that you want the datset to refresh. This value is expressed
	// in HH:MM format. This field is not required for schedules that refresh hourly.
	TimeOfTheDay *string `type:"string"`

	// The timezone that you want the refresh schedule to use. The timezone ID must
	// match a corresponding ID found on java.util.time.getAvailableIDs().
	Timezone *string `type:"string"`
	// contains filtered or unexported fields
}

Specifies the interval between each scheduled refresh of a dataset.

func (RefreshFrequency) GoString added in v1.42.9

func (s RefreshFrequency) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RefreshFrequency) SetInterval added in v1.42.9

func (s *RefreshFrequency) SetInterval(v string) *RefreshFrequency

SetInterval sets the Interval field's value.

func (*RefreshFrequency) SetRefreshOnDay added in v1.42.9

SetRefreshOnDay sets the RefreshOnDay field's value.

func (*RefreshFrequency) SetTimeOfTheDay added in v1.42.9

func (s *RefreshFrequency) SetTimeOfTheDay(v string) *RefreshFrequency

SetTimeOfTheDay sets the TimeOfTheDay field's value.

func (*RefreshFrequency) SetTimezone added in v1.42.9

func (s *RefreshFrequency) SetTimezone(v string) *RefreshFrequency

SetTimezone sets the Timezone field's value.

func (RefreshFrequency) String added in v1.42.9

func (s RefreshFrequency) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RefreshFrequency) Validate added in v1.42.9

func (s *RefreshFrequency) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RefreshSchedule added in v1.42.9

type RefreshSchedule struct {

	// The Amazon Resource Name (ARN) for the refresh schedule.
	Arn *string `type:"string"`

	// The type of refresh that a datset undergoes. Valid values are as follows:
	//
	//    * FULL_REFRESH: A complete refresh of a dataset.
	//
	//    * INCREMENTAL_REFRESH: A partial refresh of some rows of a dataset, based
	//    on the time window specified.
	//
	// For more information on full and incremental refreshes, see Refreshing SPICE
	// data (https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html)
	// in the Amazon QuickSight User Guide.
	//
	// RefreshType is a required field
	RefreshType *string `type:"string" required:"true" enum:"IngestionType"`

	// The frequency for the refresh schedule.
	//
	// ScheduleFrequency is a required field
	ScheduleFrequency *RefreshFrequency `type:"structure" required:"true"`

	// An identifier for the refresh schedule.
	//
	// ScheduleId is a required field
	ScheduleId *string `type:"string" required:"true"`

	// Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS
	// format.
	StartAfterDateTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

The refresh schedule of a dataset.

func (RefreshSchedule) GoString added in v1.42.9

func (s RefreshSchedule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RefreshSchedule) SetArn added in v1.42.9

func (s *RefreshSchedule) SetArn(v string) *RefreshSchedule

SetArn sets the Arn field's value.

func (*RefreshSchedule) SetRefreshType added in v1.42.9

func (s *RefreshSchedule) SetRefreshType(v string) *RefreshSchedule

SetRefreshType sets the RefreshType field's value.

func (*RefreshSchedule) SetScheduleFrequency added in v1.42.9

func (s *RefreshSchedule) SetScheduleFrequency(v *RefreshFrequency) *RefreshSchedule

SetScheduleFrequency sets the ScheduleFrequency field's value.

func (*RefreshSchedule) SetScheduleId added in v1.42.9

func (s *RefreshSchedule) SetScheduleId(v string) *RefreshSchedule

SetScheduleId sets the ScheduleId field's value.

func (*RefreshSchedule) SetStartAfterDateTime added in v1.42.9

func (s *RefreshSchedule) SetStartAfterDateTime(v time.Time) *RefreshSchedule

SetStartAfterDateTime sets the StartAfterDateTime field's value.

func (RefreshSchedule) String added in v1.42.9

func (s RefreshSchedule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RefreshSchedule) Validate added in v1.42.9

func (s *RefreshSchedule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RegisterUserInput

type RegisterUserInput struct {

	// The ID for the Amazon Web Services account that the user is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The URL of the custom OpenID Connect (OIDC) provider that provides identity
	// to let a user federate into Amazon QuickSight with an associated Identity
	// and Access Management(IAM) role. This parameter should only be used when
	// ExternalLoginFederationProviderType parameter is set to CUSTOM_OIDC.
	CustomFederationProviderUrl *string `type:"string"`

	// (Enterprise edition only) The name of the custom permissions profile that
	// you want to assign to this user. Customized permissions allows you to control
	// a user's access by restricting access the following operations:
	//
	//    * Create and update data sources
	//
	//    * Create and update datasets
	//
	//    * Create and update email reports
	//
	//    * Subscribe to email reports
	//
	// To add custom permissions to an existing user, use UpdateUser (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html)
	// instead.
	//
	// A set of custom permissions includes any combination of these restrictions.
	// Currently, you need to create the profile names for custom permission sets
	// by using the Amazon QuickSight console. Then, you use the RegisterUser API
	// operation to assign the named set of permissions to a Amazon QuickSight user.
	//
	// Amazon QuickSight custom permissions are applied through IAM policies. Therefore,
	// they override the permissions typically granted by assigning Amazon QuickSight
	// users to one of the default security cohorts in Amazon QuickSight (admin,
	// author, reader).
	//
	// This feature is available only to Amazon QuickSight Enterprise edition subscriptions.
	CustomPermissionsName *string `min:"1" type:"string"`

	// The email address of the user that you want to register.
	//
	// Email is a required field
	Email *string `type:"string" required:"true"`

	// The type of supported external login provider that provides identity to let
	// a user federate into Amazon QuickSight with an associated Identity and Access
	// Management(IAM) role. The type of supported external login provider can be
	// one of the following.
	//
	//    * COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com.
	//    When choosing the COGNITO provider type, don’t use the "CustomFederationProviderUrl"
	//    parameter which is only needed when the external provider is custom.
	//
	//    * CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider. When choosing CUSTOM_OIDC
	//    type, use the CustomFederationProviderUrl parameter to provide the custom
	//    OIDC provider URL.
	ExternalLoginFederationProviderType *string `type:"string"`

	// The identity ID for a user in the external login provider.
	ExternalLoginId *string `type:"string"`

	// The ARN of the IAM user or role that you are registering with Amazon QuickSight.
	IamArn *string `type:"string"`

	// Amazon QuickSight supports several ways of managing the identity of users.
	// This parameter accepts two values:
	//
	//    * IAM: A user whose identity maps to an existing IAM user or role.
	//
	//    * QUICKSIGHT: A user whose identity is owned and managed internally by
	//    Amazon QuickSight.
	//
	// IdentityType is a required field
	IdentityType *string `type:"string" required:"true" enum:"IdentityType"`

	// The namespace. Currently, you should set this to default.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// You need to use this parameter only when you register one or more users using
	// an assumed IAM role. You don't need to provide the session name for other
	// scenarios, for example when you are registering an IAM user or an Amazon
	// QuickSight user. You can register multiple users using the same IAM role
	// if each user has a different session name. For more information on assuming
	// IAM roles, see assume-role (https://docs.aws.amazon.com/cli/latest/reference/sts/assume-role.html)
	// in the CLI Reference.
	SessionName *string `min:"2" type:"string"`

	// The Amazon QuickSight user name that you want to create for the user you
	// are registering.
	UserName *string `min:"1" type:"string"`

	// The Amazon QuickSight role for the user. The user role can be one of the
	// following:
	//
	//    * READER: A user who has read-only access to dashboards.
	//
	//    * AUTHOR: A user who can create data sources, datasets, analyses, and
	//    dashboards.
	//
	//    * ADMIN: A user who is an author, who can also manage Amazon QuickSight
	//    settings.
	//
	//    * RESTRICTED_READER: This role isn't currently available for use.
	//
	//    * RESTRICTED_AUTHOR: This role isn't currently available for use.
	//
	// UserRole is a required field
	UserRole *string `type:"string" required:"true" enum:"UserRole"`
	// contains filtered or unexported fields
}

func (RegisterUserInput) GoString

func (s RegisterUserInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterUserInput) SetAwsAccountId

func (s *RegisterUserInput) SetAwsAccountId(v string) *RegisterUserInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*RegisterUserInput) SetCustomFederationProviderUrl

func (s *RegisterUserInput) SetCustomFederationProviderUrl(v string) *RegisterUserInput

SetCustomFederationProviderUrl sets the CustomFederationProviderUrl field's value.

func (*RegisterUserInput) SetCustomPermissionsName

func (s *RegisterUserInput) SetCustomPermissionsName(v string) *RegisterUserInput

SetCustomPermissionsName sets the CustomPermissionsName field's value.

func (*RegisterUserInput) SetEmail

func (s *RegisterUserInput) SetEmail(v string) *RegisterUserInput

SetEmail sets the Email field's value.

func (*RegisterUserInput) SetExternalLoginFederationProviderType

func (s *RegisterUserInput) SetExternalLoginFederationProviderType(v string) *RegisterUserInput

SetExternalLoginFederationProviderType sets the ExternalLoginFederationProviderType field's value.

func (*RegisterUserInput) SetExternalLoginId

func (s *RegisterUserInput) SetExternalLoginId(v string) *RegisterUserInput

SetExternalLoginId sets the ExternalLoginId field's value.

func (*RegisterUserInput) SetIamArn

func (s *RegisterUserInput) SetIamArn(v string) *RegisterUserInput

SetIamArn sets the IamArn field's value.

func (*RegisterUserInput) SetIdentityType

func (s *RegisterUserInput) SetIdentityType(v string) *RegisterUserInput

SetIdentityType sets the IdentityType field's value.

func (*RegisterUserInput) SetNamespace

func (s *RegisterUserInput) SetNamespace(v string) *RegisterUserInput

SetNamespace sets the Namespace field's value.

func (*RegisterUserInput) SetSessionName

func (s *RegisterUserInput) SetSessionName(v string) *RegisterUserInput

SetSessionName sets the SessionName field's value.

func (*RegisterUserInput) SetUserName

func (s *RegisterUserInput) SetUserName(v string) *RegisterUserInput

SetUserName sets the UserName field's value.

func (*RegisterUserInput) SetUserRole

func (s *RegisterUserInput) SetUserRole(v string) *RegisterUserInput

SetUserRole sets the UserRole field's value.

func (RegisterUserInput) String

func (s RegisterUserInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterUserInput) Validate

func (s *RegisterUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RegisterUserOutput

type RegisterUserOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The user's user name.
	User *User `type:"structure"`

	// The URL the user visits to complete registration and provide a password.
	// This is returned only for users with an identity type of QUICKSIGHT.
	UserInvitationUrl *string `type:"string"`
	// contains filtered or unexported fields
}

func (RegisterUserOutput) GoString

func (s RegisterUserOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterUserOutput) SetRequestId

func (s *RegisterUserOutput) SetRequestId(v string) *RegisterUserOutput

SetRequestId sets the RequestId field's value.

func (*RegisterUserOutput) SetStatus

func (s *RegisterUserOutput) SetStatus(v int64) *RegisterUserOutput

SetStatus sets the Status field's value.

func (*RegisterUserOutput) SetUser

func (s *RegisterUserOutput) SetUser(v *User) *RegisterUserOutput

SetUser sets the User field's value.

func (*RegisterUserOutput) SetUserInvitationUrl

func (s *RegisterUserOutput) SetUserInvitationUrl(v string) *RegisterUserOutput

SetUserInvitationUrl sets the UserInvitationUrl field's value.

func (RegisterUserOutput) String

func (s RegisterUserOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegisteredUserConsoleFeatureConfigurations added in v1.42.9

type RegisteredUserConsoleFeatureConfigurations struct {

	// The state persistence configurations of an embedded Amazon QuickSight console.
	StatePersistence *StatePersistenceConfigurations `type:"structure"`
	// contains filtered or unexported fields
}

The feature configurations of an embedded Amazon QuickSight console.

func (RegisteredUserConsoleFeatureConfigurations) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserConsoleFeatureConfigurations) SetStatePersistence added in v1.42.9

SetStatePersistence sets the StatePersistence field's value.

func (RegisteredUserConsoleFeatureConfigurations) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserConsoleFeatureConfigurations) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type RegisteredUserDashboardEmbeddingConfiguration

type RegisteredUserDashboardEmbeddingConfiguration struct {

	// The feature configurations of an embbedded Amazon QuickSight dashboard.
	FeatureConfigurations *RegisteredUserDashboardFeatureConfigurations `type:"structure"`

	// The dashboard ID for the dashboard that you want the user to see first. This
	// ID is included in the output URL. When the URL in response is accessed, Amazon
	// QuickSight renders this dashboard if the user has permissions to view it.
	//
	// If the user does not have permission to view this dashboard, they see a permissions
	// error message.
	//
	// InitialDashboardId is a required field
	InitialDashboardId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information about the dashboard you want to embed.

func (RegisteredUserDashboardEmbeddingConfiguration) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserDashboardEmbeddingConfiguration) SetFeatureConfigurations added in v1.42.9

SetFeatureConfigurations sets the FeatureConfigurations field's value.

func (*RegisteredUserDashboardEmbeddingConfiguration) SetInitialDashboardId

SetInitialDashboardId sets the InitialDashboardId field's value.

func (RegisteredUserDashboardEmbeddingConfiguration) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserDashboardEmbeddingConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type RegisteredUserDashboardFeatureConfigurations added in v1.42.9

type RegisteredUserDashboardFeatureConfigurations struct {

	// The bookmarks configuration for an embedded dashboard in Amazon QuickSight.
	Bookmarks *BookmarksConfigurations `type:"structure"`

	// The state persistence settings of an embedded dashboard.
	StatePersistence *StatePersistenceConfigurations `type:"structure"`
	// contains filtered or unexported fields
}

The feature configuration for an embedded dashboard.

func (RegisteredUserDashboardFeatureConfigurations) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserDashboardFeatureConfigurations) SetBookmarks added in v1.42.9

SetBookmarks sets the Bookmarks field's value.

func (*RegisteredUserDashboardFeatureConfigurations) SetStatePersistence added in v1.42.9

SetStatePersistence sets the StatePersistence field's value.

func (RegisteredUserDashboardFeatureConfigurations) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserDashboardFeatureConfigurations) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type RegisteredUserDashboardVisualEmbeddingConfiguration added in v1.42.9

type RegisteredUserDashboardVisualEmbeddingConfiguration struct {

	// The visual ID for the visual that you want the user to embed. This ID is
	// included in the output URL. When the URL in response is accessed, Amazon
	// QuickSight renders this visual.
	//
	// The Amazon Resource Name (ARN) of the dashboard that the visual belongs to
	// must be included in the AuthorizedResourceArns parameter. Otherwise, the
	// request will fail with InvalidParameterValueException.
	//
	// InitialDashboardVisualId is a required field
	InitialDashboardVisualId *DashboardVisualId `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.

func (RegisteredUserDashboardVisualEmbeddingConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserDashboardVisualEmbeddingConfiguration) SetInitialDashboardVisualId added in v1.42.9

SetInitialDashboardVisualId sets the InitialDashboardVisualId field's value.

func (RegisteredUserDashboardVisualEmbeddingConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserDashboardVisualEmbeddingConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type RegisteredUserEmbeddingExperienceConfiguration

type RegisteredUserEmbeddingExperienceConfiguration struct {

	// The configuration details for providing a dashboard embedding experience.
	Dashboard *RegisteredUserDashboardEmbeddingConfiguration `type:"structure"`

	// The type of embedding experience. In this case, Amazon QuickSight visuals.
	DashboardVisual *RegisteredUserDashboardVisualEmbeddingConfiguration `type:"structure"`

	// The configuration details for embedding the Q search bar.
	//
	// For more information about embedding the Q search bar, see Embedding Overview
	// (https://docs.aws.amazon.com/quicksight/latest/user/embedding-overview.html)
	// in the Amazon QuickSight User Guide.
	QSearchBar *RegisteredUserQSearchBarEmbeddingConfiguration `type:"structure"`

	// The configuration details for providing each Amazon QuickSight console embedding
	// experience. This can be used along with custom permissions to restrict access
	// to certain features. For more information, see Customizing Access to the
	// Amazon QuickSight Console (https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html)
	// in the Amazon QuickSight User Guide.
	//
	// Use GenerateEmbedUrlForRegisteredUser (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForRegisteredUser.html)
	// where you want to provide an authoring portal that allows users to create
	// data sources, datasets, analyses, and dashboards. The users who accesses
	// an embedded Amazon QuickSight console needs to belong to the author or admin
	// security cohort. If you want to restrict permissions to some of these features,
	// add a custom permissions profile to the user with the UpdateUser (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html)
	// API operation. Use the RegisterUser (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html)
	// API operation to add a new user with a custom permission profile attached.
	// For more information, see the following sections in the Amazon QuickSight
	// User Guide:
	//
	//    * Embedding the Full Functionality of the Amazon QuickSight Console for
	//    Authenticated Users (https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-full-console-for-authenticated-users.html)
	//
	//    * Customizing Access to the Amazon QuickSight Console (https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html)
	//
	// For more information about the high-level steps for embedding and for an
	// interactive demo of the ways you can customize embedding, visit the Amazon
	// QuickSight Developer Portal (https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html).
	QuickSightConsole *RegisteredUserQuickSightConsoleEmbeddingConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The type of experience you want to embed. For registered users, you can embed Amazon QuickSight dashboards or the Amazon QuickSight console.

Exactly one of the experience configurations is required. You can choose Dashboard or QuickSightConsole. You cannot choose more than one experience configuration.

func (RegisteredUserEmbeddingExperienceConfiguration) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserEmbeddingExperienceConfiguration) SetDashboard

SetDashboard sets the Dashboard field's value.

func (*RegisteredUserEmbeddingExperienceConfiguration) SetDashboardVisual added in v1.42.9

SetDashboardVisual sets the DashboardVisual field's value.

func (*RegisteredUserEmbeddingExperienceConfiguration) SetQSearchBar

SetQSearchBar sets the QSearchBar field's value.

func (*RegisteredUserEmbeddingExperienceConfiguration) SetQuickSightConsole

SetQuickSightConsole sets the QuickSightConsole field's value.

func (RegisteredUserEmbeddingExperienceConfiguration) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserEmbeddingExperienceConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type RegisteredUserQSearchBarEmbeddingConfiguration

type RegisteredUserQSearchBarEmbeddingConfiguration struct {

	// The ID of the Q topic that you want to make the starting topic in the Q search
	// bar. You can find a topic ID by navigating to the Topics pane in the Amazon
	// QuickSight application and opening a topic. The ID is in the URL for the
	// topic that you open.
	//
	// If you don't specify an initial topic, a list of all shared topics is shown
	// in the Q bar for your readers. When you select an initial topic, you can
	// specify whether or not readers are allowed to select other topics from the
	// available ones in the list.
	InitialTopicId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about the Q search bar embedding experience.

func (RegisteredUserQSearchBarEmbeddingConfiguration) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserQSearchBarEmbeddingConfiguration) SetInitialTopicId

SetInitialTopicId sets the InitialTopicId field's value.

func (RegisteredUserQSearchBarEmbeddingConfiguration) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserQSearchBarEmbeddingConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type RegisteredUserQuickSightConsoleEmbeddingConfiguration

type RegisteredUserQuickSightConsoleEmbeddingConfiguration struct {

	// The embedding configuration of an embedded Amazon QuickSight console.
	FeatureConfigurations *RegisteredUserConsoleFeatureConfigurations `type:"structure"`

	// The initial URL path for the Amazon QuickSight console. InitialPath is required.
	//
	// The entry point URL is constrained to the following paths:
	//
	//    * /start
	//
	//    * /start/analyses
	//
	//    * /start/dashboards
	//
	//    * /start/favorites
	//
	//    * /dashboards/DashboardId. DashboardId is the actual ID key from the Amazon
	//    QuickSight console URL of the dashboard.
	//
	//    * /analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon
	//    QuickSight console URL of the analysis.
	InitialPath *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about the Amazon QuickSight console that you want to embed.

func (RegisteredUserQuickSightConsoleEmbeddingConfiguration) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserQuickSightConsoleEmbeddingConfiguration) SetFeatureConfigurations added in v1.42.9

SetFeatureConfigurations sets the FeatureConfigurations field's value.

func (*RegisteredUserQuickSightConsoleEmbeddingConfiguration) SetInitialPath

SetInitialPath sets the InitialPath field's value.

func (RegisteredUserQuickSightConsoleEmbeddingConfiguration) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisteredUserQuickSightConsoleEmbeddingConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type RelationalTable

type RelationalTable struct {

	// The catalog associated with a table.
	Catalog *string `type:"string"`

	// The Amazon Resource Name (ARN) for the data source.
	//
	// DataSourceArn is a required field
	DataSourceArn *string `type:"string" required:"true"`

	// The column schema of the table.
	//
	// InputColumns is a required field
	InputColumns []*InputColumn `min:"1" type:"list" required:"true"`

	// The name of the relational table.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The schema name. This name applies to certain relational database engines.
	Schema *string `type:"string"`
	// contains filtered or unexported fields
}

A physical table type for relational data sources.

func (RelationalTable) GoString

func (s RelationalTable) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RelationalTable) SetCatalog

func (s *RelationalTable) SetCatalog(v string) *RelationalTable

SetCatalog sets the Catalog field's value.

func (*RelationalTable) SetDataSourceArn

func (s *RelationalTable) SetDataSourceArn(v string) *RelationalTable

SetDataSourceArn sets the DataSourceArn field's value.

func (*RelationalTable) SetInputColumns

func (s *RelationalTable) SetInputColumns(v []*InputColumn) *RelationalTable

SetInputColumns sets the InputColumns field's value.

func (*RelationalTable) SetName

func (s *RelationalTable) SetName(v string) *RelationalTable

SetName sets the Name field's value.

func (*RelationalTable) SetSchema

func (s *RelationalTable) SetSchema(v string) *RelationalTable

SetSchema sets the Schema field's value.

func (RelationalTable) String

func (s RelationalTable) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RelationalTable) Validate

func (s *RelationalTable) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RelativeDateTimeControlDisplayOptions added in v1.42.9

type RelativeDateTimeControlDisplayOptions struct {

	// Customize how dates are formatted in controls.
	DateTimeFormat *string `min:"1" type:"string"`

	// The configuration of info icon label options.
	InfoIconLabelOptions *SheetControlInfoIconLabelOptions `type:"structure"`

	// The options to configure the title visibility, name, and font size.
	TitleOptions *LabelOptions `type:"structure"`
	// contains filtered or unexported fields
}

The display options of a control.

func (RelativeDateTimeControlDisplayOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RelativeDateTimeControlDisplayOptions) SetDateTimeFormat added in v1.42.9

SetDateTimeFormat sets the DateTimeFormat field's value.

func (*RelativeDateTimeControlDisplayOptions) SetInfoIconLabelOptions added in v1.42.9

SetInfoIconLabelOptions sets the InfoIconLabelOptions field's value.

func (*RelativeDateTimeControlDisplayOptions) SetTitleOptions added in v1.42.9

SetTitleOptions sets the TitleOptions field's value.

func (RelativeDateTimeControlDisplayOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RelativeDateTimeControlDisplayOptions) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type RelativeDatesFilter added in v1.42.9

type RelativeDatesFilter struct {

	// The date configuration of the filter.
	//
	// AnchorDateConfiguration is a required field
	AnchorDateConfiguration *AnchorDateConfiguration `type:"structure" required:"true"`

	// The column that the filter is applied to.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The configuration for the exclude period of the filter.
	ExcludePeriodConfiguration *ExcludePeriodConfiguration `type:"structure"`

	// An identifier that uniquely identifies a filter within a dashboard, analysis,
	// or template.
	//
	// FilterId is a required field
	FilterId *string `min:"1" type:"string" required:"true"`

	// The minimum granularity (period granularity) of the relative dates filter.
	MinimumGranularity *string `type:"string" enum:"TimeGranularity"`

	// This option determines how null values should be treated when filtering data.
	//
	//    * ALL_VALUES: Include null values in filtered results.
	//
	//    * NULLS_ONLY: Only include null values in filtered results.
	//
	//    * NON_NULLS_ONLY: Exclude null values from filtered results.
	//
	// NullOption is a required field
	NullOption *string `type:"string" required:"true" enum:"FilterNullOption"`

	// The parameter whose value should be used for the filter value.
	ParameterName *string `min:"1" type:"string"`

	// The range date type of the filter. Choose one of the options below:
	//
	//    * PREVIOUS
	//
	//    * THIS
	//
	//    * LAST
	//
	//    * NOW
	//
	//    * NEXT
	//
	// RelativeDateType is a required field
	RelativeDateType *string `type:"string" required:"true" enum:"RelativeDateType"`

	// The date value of the filter.
	RelativeDateValue *int64 `type:"integer"`

	// The level of time precision that is used to aggregate DateTime values.
	//
	// TimeGranularity is a required field
	TimeGranularity *string `type:"string" required:"true" enum:"TimeGranularity"`
	// contains filtered or unexported fields
}

A RelativeDatesFilter filters relative dates values.

func (RelativeDatesFilter) GoString added in v1.42.9

func (s RelativeDatesFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RelativeDatesFilter) SetAnchorDateConfiguration added in v1.42.9

func (s *RelativeDatesFilter) SetAnchorDateConfiguration(v *AnchorDateConfiguration) *RelativeDatesFilter

SetAnchorDateConfiguration sets the AnchorDateConfiguration field's value.

func (*RelativeDatesFilter) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*RelativeDatesFilter) SetExcludePeriodConfiguration added in v1.42.9

func (s *RelativeDatesFilter) SetExcludePeriodConfiguration(v *ExcludePeriodConfiguration) *RelativeDatesFilter

SetExcludePeriodConfiguration sets the ExcludePeriodConfiguration field's value.

func (*RelativeDatesFilter) SetFilterId added in v1.42.9

func (s *RelativeDatesFilter) SetFilterId(v string) *RelativeDatesFilter

SetFilterId sets the FilterId field's value.

func (*RelativeDatesFilter) SetMinimumGranularity added in v1.42.9

func (s *RelativeDatesFilter) SetMinimumGranularity(v string) *RelativeDatesFilter

SetMinimumGranularity sets the MinimumGranularity field's value.

func (*RelativeDatesFilter) SetNullOption added in v1.42.9

func (s *RelativeDatesFilter) SetNullOption(v string) *RelativeDatesFilter

SetNullOption sets the NullOption field's value.

func (*RelativeDatesFilter) SetParameterName added in v1.42.9

func (s *RelativeDatesFilter) SetParameterName(v string) *RelativeDatesFilter

SetParameterName sets the ParameterName field's value.

func (*RelativeDatesFilter) SetRelativeDateType added in v1.42.9

func (s *RelativeDatesFilter) SetRelativeDateType(v string) *RelativeDatesFilter

SetRelativeDateType sets the RelativeDateType field's value.

func (*RelativeDatesFilter) SetRelativeDateValue added in v1.42.9

func (s *RelativeDatesFilter) SetRelativeDateValue(v int64) *RelativeDatesFilter

SetRelativeDateValue sets the RelativeDateValue field's value.

func (*RelativeDatesFilter) SetTimeGranularity added in v1.42.9

func (s *RelativeDatesFilter) SetTimeGranularity(v string) *RelativeDatesFilter

SetTimeGranularity sets the TimeGranularity field's value.

func (RelativeDatesFilter) String added in v1.42.9

func (s RelativeDatesFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RelativeDatesFilter) Validate added in v1.42.9

func (s *RelativeDatesFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RenameColumnOperation

type RenameColumnOperation struct {

	// The name of the column to be renamed.
	//
	// ColumnName is a required field
	ColumnName *string `min:"1" type:"string" required:"true"`

	// The new name for the column.
	//
	// NewColumnName is a required field
	NewColumnName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A transform operation that renames a column.

func (RenameColumnOperation) GoString

func (s RenameColumnOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RenameColumnOperation) SetColumnName

func (s *RenameColumnOperation) SetColumnName(v string) *RenameColumnOperation

SetColumnName sets the ColumnName field's value.

func (*RenameColumnOperation) SetNewColumnName

func (s *RenameColumnOperation) SetNewColumnName(v string) *RenameColumnOperation

SetNewColumnName sets the NewColumnName field's value.

func (RenameColumnOperation) String

func (s RenameColumnOperation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RenameColumnOperation) Validate

func (s *RenameColumnOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceExistsException

type ResourceExistsException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`

	// The resource type for this request.
	ResourceType *string `type:"string" enum:"ExceptionResourceType"`
	// contains filtered or unexported fields
}

The resource specified already exists.

func (*ResourceExistsException) Code

func (s *ResourceExistsException) Code() string

Code returns the exception type name.

func (*ResourceExistsException) Error

func (s *ResourceExistsException) Error() string

func (ResourceExistsException) GoString

func (s ResourceExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceExistsException) Message

func (s *ResourceExistsException) Message() string

Message returns the exception's message.

func (*ResourceExistsException) OrigErr

func (s *ResourceExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceExistsException) RequestID

func (s *ResourceExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceExistsException) StatusCode

func (s *ResourceExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceExistsException) String

func (s ResourceExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

type ResourceNotFoundException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`

	// The resource type for this request.
	ResourceType *string `type:"string" enum:"ExceptionResourceType"`
	// contains filtered or unexported fields
}

One or more resources can't be found.

func (*ResourceNotFoundException) Code

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourcePermission

type ResourcePermission struct {

	// The IAM action to grant or revoke permissions on.
	//
	// Actions is a required field
	Actions []*string `min:"1" type:"list" required:"true"`

	// The Amazon Resource Name (ARN) of the principal. This can be one of the following:
	//
	//    * The ARN of an Amazon QuickSight user or group associated with a data
	//    source or dataset. (This is common.)
	//
	//    * The ARN of an Amazon QuickSight user, group, or namespace associated
	//    with an analysis, dashboard, template, or theme. (This is common.)
	//
	//    * The ARN of an Amazon Web Services account root: This is an IAM ARN rather
	//    than a QuickSight ARN. Use this option only to share resources (templates)
	//    across Amazon Web Services accounts. (This is less common.)
	//
	// Principal is a required field
	Principal *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Permission for the resource.

func (ResourcePermission) GoString

func (s ResourcePermission) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourcePermission) SetActions

func (s *ResourcePermission) SetActions(v []*string) *ResourcePermission

SetActions sets the Actions field's value.

func (*ResourcePermission) SetPrincipal

func (s *ResourcePermission) SetPrincipal(v string) *ResourcePermission

SetPrincipal sets the Principal field's value.

func (ResourcePermission) String

func (s ResourcePermission) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourcePermission) Validate

func (s *ResourcePermission) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceUnavailableException

type ResourceUnavailableException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`

	// The resource type for this request.
	ResourceType *string `type:"string" enum:"ExceptionResourceType"`
	// contains filtered or unexported fields
}

This resource is currently unavailable.

func (*ResourceUnavailableException) Code

Code returns the exception type name.

func (*ResourceUnavailableException) Error

func (ResourceUnavailableException) GoString

func (s ResourceUnavailableException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceUnavailableException) Message

func (s *ResourceUnavailableException) Message() string

Message returns the exception's message.

func (*ResourceUnavailableException) OrigErr

func (s *ResourceUnavailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceUnavailableException) RequestID

func (s *ResourceUnavailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceUnavailableException) StatusCode

func (s *ResourceUnavailableException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceUnavailableException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreAnalysisInput

type RestoreAnalysisInput struct {

	// The ID of the analysis that you're restoring.
	//
	// AnalysisId is a required field
	AnalysisId *string `location:"uri" locationName:"AnalysisId" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the analysis.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RestoreAnalysisInput) GoString

func (s RestoreAnalysisInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreAnalysisInput) SetAnalysisId

func (s *RestoreAnalysisInput) SetAnalysisId(v string) *RestoreAnalysisInput

SetAnalysisId sets the AnalysisId field's value.

func (*RestoreAnalysisInput) SetAwsAccountId

func (s *RestoreAnalysisInput) SetAwsAccountId(v string) *RestoreAnalysisInput

SetAwsAccountId sets the AwsAccountId field's value.

func (RestoreAnalysisInput) String

func (s RestoreAnalysisInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreAnalysisInput) Validate

func (s *RestoreAnalysisInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestoreAnalysisOutput

type RestoreAnalysisOutput struct {

	// The ID of the analysis that you're restoring.
	AnalysisId *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the analysis that you're restoring.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (RestoreAnalysisOutput) GoString

func (s RestoreAnalysisOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreAnalysisOutput) SetAnalysisId

func (s *RestoreAnalysisOutput) SetAnalysisId(v string) *RestoreAnalysisOutput

SetAnalysisId sets the AnalysisId field's value.

func (*RestoreAnalysisOutput) SetArn

SetArn sets the Arn field's value.

func (*RestoreAnalysisOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*RestoreAnalysisOutput) SetStatus

SetStatus sets the Status field's value.

func (RestoreAnalysisOutput) String

func (s RestoreAnalysisOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RollingDateConfiguration added in v1.42.9

type RollingDateConfiguration struct {

	// The data set that is used in the rolling date configuration.
	DataSetIdentifier *string `min:"1" type:"string"`

	// The expression of the rolling date configuration.
	//
	// Expression is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by RollingDateConfiguration's
	// String and GoString methods.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

The rolling date configuration of a date time filter.

func (RollingDateConfiguration) GoString added in v1.42.9

func (s RollingDateConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RollingDateConfiguration) SetDataSetIdentifier added in v1.42.9

func (s *RollingDateConfiguration) SetDataSetIdentifier(v string) *RollingDateConfiguration

SetDataSetIdentifier sets the DataSetIdentifier field's value.

func (*RollingDateConfiguration) SetExpression added in v1.42.9

SetExpression sets the Expression field's value.

func (RollingDateConfiguration) String added in v1.42.9

func (s RollingDateConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RollingDateConfiguration) Validate added in v1.42.9

func (s *RollingDateConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RowAlternateColorOptions added in v1.42.9

type RowAlternateColorOptions struct {

	// Determines the list of row alternate colors.
	RowAlternateColors []*string `type:"list"`

	// Determines the widget status.
	Status *string `type:"string" enum:"WidgetStatus"`
	// contains filtered or unexported fields
}

Determines the row alternate color options.

func (RowAlternateColorOptions) GoString added in v1.42.9

func (s RowAlternateColorOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RowAlternateColorOptions) SetRowAlternateColors added in v1.42.9

func (s *RowAlternateColorOptions) SetRowAlternateColors(v []*string) *RowAlternateColorOptions

SetRowAlternateColors sets the RowAlternateColors field's value.

func (*RowAlternateColorOptions) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (RowAlternateColorOptions) String added in v1.42.9

func (s RowAlternateColorOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RowInfo

type RowInfo struct {

	// The number of rows that were not ingested.
	RowsDropped *int64 `type:"long"`

	// The number of rows that were ingested.
	RowsIngested *int64 `type:"long"`

	// The total number of rows in the dataset.
	TotalRowsInDataset *int64 `type:"long"`
	// contains filtered or unexported fields
}

Information about rows for a data set SPICE ingestion.

func (RowInfo) GoString

func (s RowInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RowInfo) SetRowsDropped

func (s *RowInfo) SetRowsDropped(v int64) *RowInfo

SetRowsDropped sets the RowsDropped field's value.

func (*RowInfo) SetRowsIngested

func (s *RowInfo) SetRowsIngested(v int64) *RowInfo

SetRowsIngested sets the RowsIngested field's value.

func (*RowInfo) SetTotalRowsInDataset

func (s *RowInfo) SetTotalRowsInDataset(v int64) *RowInfo

SetTotalRowsInDataset sets the TotalRowsInDataset field's value.

func (RowInfo) String

func (s RowInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RowLevelPermissionDataSet

type RowLevelPermissionDataSet struct {

	// The Amazon Resource Name (ARN) of the dataset that contains permissions for
	// RLS.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// The user or group rules associated with the dataset that contains permissions
	// for RLS.
	//
	// By default, FormatVersion is VERSION_1. When FormatVersion is VERSION_1,
	// UserName and GroupName are required. When FormatVersion is VERSION_2, UserARN
	// and GroupARN are required, and Namespace must not exist.
	FormatVersion *string `type:"string" enum:"RowLevelPermissionFormatVersion"`

	// The namespace associated with the dataset that contains permissions for RLS.
	Namespace *string `type:"string"`

	// The type of permissions to use when interpreting the permissions for RLS.
	// DENY_ACCESS is included for backward compatibility only.
	//
	// PermissionPolicy is a required field
	PermissionPolicy *string `type:"string" required:"true" enum:"RowLevelPermissionPolicy"`

	// The status of the row-level security permission dataset. If enabled, the
	// status is ENABLED. If disabled, the status is DISABLED.
	Status *string `type:"string" enum:"Status"`
	// contains filtered or unexported fields
}

Information about a dataset that contains permissions for row-level security (RLS). The permissions dataset maps fields to users or groups. For more information, see Using Row-Level Security (RLS) to Restrict Access to a Dataset (https://docs.aws.amazon.com/quicksight/latest/user/restrict-access-to-a-data-set-using-row-level-security.html) in the Amazon QuickSight User Guide.

The option to deny permissions by setting PermissionPolicy to DENY_ACCESS is not supported for new RLS datasets.

func (RowLevelPermissionDataSet) GoString

func (s RowLevelPermissionDataSet) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RowLevelPermissionDataSet) SetArn

SetArn sets the Arn field's value.

func (*RowLevelPermissionDataSet) SetFormatVersion

SetFormatVersion sets the FormatVersion field's value.

func (*RowLevelPermissionDataSet) SetNamespace

SetNamespace sets the Namespace field's value.

func (*RowLevelPermissionDataSet) SetPermissionPolicy

func (s *RowLevelPermissionDataSet) SetPermissionPolicy(v string) *RowLevelPermissionDataSet

SetPermissionPolicy sets the PermissionPolicy field's value.

func (*RowLevelPermissionDataSet) SetStatus

SetStatus sets the Status field's value.

func (RowLevelPermissionDataSet) String

func (s RowLevelPermissionDataSet) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RowLevelPermissionDataSet) Validate

func (s *RowLevelPermissionDataSet) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RowLevelPermissionTagConfiguration

type RowLevelPermissionTagConfiguration struct {

	// The status of row-level security tags. If enabled, the status is ENABLED.
	// If disabled, the status is DISABLED.
	Status *string `type:"string" enum:"Status"`

	// A list of tag configuration rules to apply to a dataset. All tag configurations
	// have the OR condition. Tags within each tile will be joined (AND). At least
	// one rule in this structure must have all tag values assigned to it to apply
	// Row-level security (RLS) to the dataset.
	TagRuleConfigurations [][]*string `min:"1" type:"list"`

	// A set of rules associated with row-level security, such as the tag names
	// and columns that they are assigned to.
	//
	// TagRules is a required field
	TagRules []*RowLevelPermissionTagRule `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

The configuration of tags on a dataset to set row-level security.

func (RowLevelPermissionTagConfiguration) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RowLevelPermissionTagConfiguration) SetStatus

SetStatus sets the Status field's value.

func (*RowLevelPermissionTagConfiguration) SetTagRuleConfigurations added in v1.42.9

SetTagRuleConfigurations sets the TagRuleConfigurations field's value.

func (*RowLevelPermissionTagConfiguration) SetTagRules

SetTagRules sets the TagRules field's value.

func (RowLevelPermissionTagConfiguration) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RowLevelPermissionTagConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type RowLevelPermissionTagRule

type RowLevelPermissionTagRule struct {

	// The column name that a tag key is assigned to.
	//
	// ColumnName is a required field
	ColumnName *string `type:"string" required:"true"`

	// A string that you want to use to filter by all the values in a column in
	// the dataset and don’t want to list the values one by one. For example,
	// you can use an asterisk as your match all value.
	//
	// MatchAllValue is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by RowLevelPermissionTagRule's
	// String and GoString methods.
	MatchAllValue *string `min:"1" type:"string" sensitive:"true"`

	// The unique key for a tag.
	//
	// TagKey is a required field
	TagKey *string `min:"1" type:"string" required:"true"`

	// A string that you want to use to delimit the values when you pass the values
	// at run time. For example, you can delimit the values with a comma.
	TagMultiValueDelimiter *string `type:"string"`
	// contains filtered or unexported fields
}

A set of rules associated with a tag.

func (RowLevelPermissionTagRule) GoString

func (s RowLevelPermissionTagRule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RowLevelPermissionTagRule) SetColumnName

SetColumnName sets the ColumnName field's value.

func (*RowLevelPermissionTagRule) SetMatchAllValue

SetMatchAllValue sets the MatchAllValue field's value.

func (*RowLevelPermissionTagRule) SetTagKey

SetTagKey sets the TagKey field's value.

func (*RowLevelPermissionTagRule) SetTagMultiValueDelimiter

func (s *RowLevelPermissionTagRule) SetTagMultiValueDelimiter(v string) *RowLevelPermissionTagRule

SetTagMultiValueDelimiter sets the TagMultiValueDelimiter field's value.

func (RowLevelPermissionTagRule) String

func (s RowLevelPermissionTagRule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RowLevelPermissionTagRule) Validate

func (s *RowLevelPermissionTagRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type S3BucketConfiguration added in v1.42.9

type S3BucketConfiguration struct {

	// The name of an existing Amazon S3 bucket where the generated snapshot artifacts
	// are sent.
	//
	// BucketName is a required field
	BucketName *string `type:"string" required:"true"`

	// The prefix of the Amazon S3 bucket that the generated snapshots are stored
	// in.
	//
	// BucketPrefix is a required field
	BucketPrefix *string `type:"string" required:"true"`

	// The region that the Amazon S3 bucket is located in. The bucket must be located
	// in the same region that the StartDashboardSnapshotJob API call is made.
	//
	// BucketRegion is a required field
	BucketRegion *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

An optional structure that contains the Amazon S3 bucket configuration that the generated snapshots are stored in. If you don't provide this information, generated snapshots are stored in the default Amazon QuickSight bucket.

func (S3BucketConfiguration) GoString added in v1.42.9

func (s S3BucketConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3BucketConfiguration) SetBucketName added in v1.42.9

func (s *S3BucketConfiguration) SetBucketName(v string) *S3BucketConfiguration

SetBucketName sets the BucketName field's value.

func (*S3BucketConfiguration) SetBucketPrefix added in v1.42.9

func (s *S3BucketConfiguration) SetBucketPrefix(v string) *S3BucketConfiguration

SetBucketPrefix sets the BucketPrefix field's value.

func (*S3BucketConfiguration) SetBucketRegion added in v1.42.9

func (s *S3BucketConfiguration) SetBucketRegion(v string) *S3BucketConfiguration

SetBucketRegion sets the BucketRegion field's value.

func (S3BucketConfiguration) String added in v1.42.9

func (s S3BucketConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3BucketConfiguration) Validate added in v1.42.9

func (s *S3BucketConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type S3Parameters

type S3Parameters struct {

	// Location of the Amazon S3 manifest file. This is NULL if the manifest file
	// was uploaded into Amazon QuickSight.
	//
	// ManifestFileLocation is a required field
	ManifestFileLocation *ManifestFileLocation `type:"structure" required:"true"`

	// Use the RoleArn structure to override an account-wide role for a specific
	// S3 data source. For example, say an account administrator has turned off
	// all S3 access with an account-wide role. The administrator can then use RoleArn
	// to bypass the account-wide role and allow S3 access for the single S3 data
	// source that is specified in the structure, even if the account-wide role
	// forbidding S3 access is still active.
	RoleArn *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

The parameters for S3.

func (S3Parameters) GoString

func (s S3Parameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3Parameters) SetManifestFileLocation

func (s *S3Parameters) SetManifestFileLocation(v *ManifestFileLocation) *S3Parameters

SetManifestFileLocation sets the ManifestFileLocation field's value.

func (*S3Parameters) SetRoleArn added in v1.42.9

func (s *S3Parameters) SetRoleArn(v string) *S3Parameters

SetRoleArn sets the RoleArn field's value.

func (S3Parameters) String

func (s S3Parameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3Parameters) Validate

func (s *S3Parameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type S3Source

type S3Source struct {

	// The Amazon Resource Name (ARN) for the data source.
	//
	// DataSourceArn is a required field
	DataSourceArn *string `type:"string" required:"true"`

	// A physical table type for an S3 data source.
	//
	// For files that aren't JSON, only STRING data types are supported in input
	// columns.
	//
	// InputColumns is a required field
	InputColumns []*InputColumn `min:"1" type:"list" required:"true"`

	// Information about the format for the S3 source file or files.
	UploadSettings *UploadSettings `type:"structure"`
	// contains filtered or unexported fields
}

A physical table type for an S3 data source.

func (S3Source) GoString

func (s S3Source) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3Source) SetDataSourceArn

func (s *S3Source) SetDataSourceArn(v string) *S3Source

SetDataSourceArn sets the DataSourceArn field's value.

func (*S3Source) SetInputColumns

func (s *S3Source) SetInputColumns(v []*InputColumn) *S3Source

SetInputColumns sets the InputColumns field's value.

func (*S3Source) SetUploadSettings

func (s *S3Source) SetUploadSettings(v *UploadSettings) *S3Source

SetUploadSettings sets the UploadSettings field's value.

func (S3Source) String

func (s S3Source) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3Source) Validate

func (s *S3Source) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SameSheetTargetVisualConfiguration added in v1.42.9

type SameSheetTargetVisualConfiguration struct {

	// The options that choose the target visual in the same sheet.
	//
	// Valid values are defined as follows:
	//
	//    * ALL_VISUALS: Applies the filter operation to all visuals in the same
	//    sheet.
	TargetVisualOptions *string `type:"string" enum:"TargetVisualOptions"`

	// A list of the target visual IDs that are located in the same sheet of the
	// analysis.
	TargetVisuals []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The configuration of the same-sheet target visuals that you want to be filtered.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (SameSheetTargetVisualConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SameSheetTargetVisualConfiguration) SetTargetVisualOptions added in v1.42.9

SetTargetVisualOptions sets the TargetVisualOptions field's value.

func (*SameSheetTargetVisualConfiguration) SetTargetVisuals added in v1.42.9

SetTargetVisuals sets the TargetVisuals field's value.

func (SameSheetTargetVisualConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SameSheetTargetVisualConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type SankeyDiagramAggregatedFieldWells added in v1.42.9

type SankeyDiagramAggregatedFieldWells struct {

	// The destination field wells of a sankey diagram.
	Destination []*DimensionField `type:"list"`

	// The source field wells of a sankey diagram.
	Source []*DimensionField `type:"list"`

	// The weight field wells of a sankey diagram.
	Weight []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The field well configuration of a sankey diagram.

func (SankeyDiagramAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SankeyDiagramAggregatedFieldWells) SetDestination added in v1.42.9

SetDestination sets the Destination field's value.

func (*SankeyDiagramAggregatedFieldWells) SetSource added in v1.42.9

SetSource sets the Source field's value.

func (*SankeyDiagramAggregatedFieldWells) SetWeight added in v1.42.9

SetWeight sets the Weight field's value.

func (SankeyDiagramAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SankeyDiagramAggregatedFieldWells) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type SankeyDiagramChartConfiguration added in v1.42.9

type SankeyDiagramChartConfiguration struct {

	// The data label configuration of a sankey diagram.
	DataLabels *DataLabelOptions `type:"structure"`

	// The field well configuration of a sankey diagram.
	FieldWells *SankeyDiagramFieldWells `type:"structure"`

	// The sort configuration of a sankey diagram.
	SortConfiguration *SankeyDiagramSortConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a sankey diagram.

func (SankeyDiagramChartConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SankeyDiagramChartConfiguration) SetDataLabels added in v1.42.9

SetDataLabels sets the DataLabels field's value.

func (*SankeyDiagramChartConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*SankeyDiagramChartConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (SankeyDiagramChartConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SankeyDiagramChartConfiguration) Validate added in v1.42.9

func (s *SankeyDiagramChartConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SankeyDiagramFieldWells added in v1.42.9

type SankeyDiagramFieldWells struct {

	// The field well configuration of a sankey diagram.
	SankeyDiagramAggregatedFieldWells *SankeyDiagramAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field well configuration of a sankey diagram.

func (SankeyDiagramFieldWells) GoString added in v1.42.9

func (s SankeyDiagramFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SankeyDiagramFieldWells) SetSankeyDiagramAggregatedFieldWells added in v1.42.9

func (s *SankeyDiagramFieldWells) SetSankeyDiagramAggregatedFieldWells(v *SankeyDiagramAggregatedFieldWells) *SankeyDiagramFieldWells

SetSankeyDiagramAggregatedFieldWells sets the SankeyDiagramAggregatedFieldWells field's value.

func (SankeyDiagramFieldWells) String added in v1.42.9

func (s SankeyDiagramFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SankeyDiagramFieldWells) Validate added in v1.42.9

func (s *SankeyDiagramFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SankeyDiagramSortConfiguration added in v1.42.9

type SankeyDiagramSortConfiguration struct {

	// The limit on the number of destination nodes that are displayed in a sankey
	// diagram.
	DestinationItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The limit on the number of source nodes that are displayed in a sankey diagram.
	SourceItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of the weight fields.
	WeightSort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a sankey diagram.

func (SankeyDiagramSortConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SankeyDiagramSortConfiguration) SetDestinationItemsLimit added in v1.42.9

SetDestinationItemsLimit sets the DestinationItemsLimit field's value.

func (*SankeyDiagramSortConfiguration) SetSourceItemsLimit added in v1.42.9

SetSourceItemsLimit sets the SourceItemsLimit field's value.

func (*SankeyDiagramSortConfiguration) SetWeightSort added in v1.42.9

SetWeightSort sets the WeightSort field's value.

func (SankeyDiagramSortConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SankeyDiagramSortConfiguration) Validate added in v1.42.9

func (s *SankeyDiagramSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SankeyDiagramVisual added in v1.42.9

type SankeyDiagramVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration of a sankey diagram.
	ChartConfiguration *SankeyDiagramChartConfiguration `type:"structure"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A sankey diagram.

For more information, see Using Sankey diagrams (https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the Amazon QuickSight User Guide.

func (SankeyDiagramVisual) GoString added in v1.42.9

func (s SankeyDiagramVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SankeyDiagramVisual) SetActions added in v1.42.9

SetActions sets the Actions field's value.

func (*SankeyDiagramVisual) SetChartConfiguration added in v1.42.9

SetChartConfiguration sets the ChartConfiguration field's value.

func (*SankeyDiagramVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*SankeyDiagramVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*SankeyDiagramVisual) SetVisualId added in v1.42.9

func (s *SankeyDiagramVisual) SetVisualId(v string) *SankeyDiagramVisual

SetVisualId sets the VisualId field's value.

func (SankeyDiagramVisual) String added in v1.42.9

func (s SankeyDiagramVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SankeyDiagramVisual) Validate added in v1.42.9

func (s *SankeyDiagramVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ScatterPlotCategoricallyAggregatedFieldWells added in v1.42.9

type ScatterPlotCategoricallyAggregatedFieldWells struct {

	// The category field well of a scatter plot.
	Category []*DimensionField `type:"list"`

	// The label field well of a scatter plot.
	Label []*DimensionField `type:"list"`

	// The size field well of a scatter plot.
	Size []*MeasureField `type:"list"`

	// The x-axis field well of a scatter plot.
	//
	// The x-axis is aggregated by category.
	XAxis []*MeasureField `type:"list"`

	// The y-axis field well of a scatter plot.
	//
	// The y-axis is aggregated by category.
	YAxis []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The aggregated field well of a scatter plot.

func (ScatterPlotCategoricallyAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScatterPlotCategoricallyAggregatedFieldWells) SetCategory added in v1.42.9

SetCategory sets the Category field's value.

func (*ScatterPlotCategoricallyAggregatedFieldWells) SetLabel added in v1.42.9

SetLabel sets the Label field's value.

func (*ScatterPlotCategoricallyAggregatedFieldWells) SetSize added in v1.42.9

SetSize sets the Size field's value.

func (*ScatterPlotCategoricallyAggregatedFieldWells) SetXAxis added in v1.42.9

SetXAxis sets the XAxis field's value.

func (*ScatterPlotCategoricallyAggregatedFieldWells) SetYAxis added in v1.42.9

SetYAxis sets the YAxis field's value.

func (ScatterPlotCategoricallyAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScatterPlotCategoricallyAggregatedFieldWells) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type ScatterPlotConfiguration added in v1.42.9

type ScatterPlotConfiguration struct {

	// The options that determine if visual data labels are displayed.
	DataLabels *DataLabelOptions `type:"structure"`

	// The field wells of the visual.
	FieldWells *ScatterPlotFieldWells `type:"structure"`

	// The legend display setup of the visual.
	Legend *LegendOptions `type:"structure"`

	// The legend display setup of the visual.
	Tooltip *TooltipOptions `type:"structure"`

	// The palette (chart color) display setup of the visual.
	VisualPalette *VisualPalette `type:"structure"`

	// The label display options (grid line, range, scale, and axis step) of the
	// scatter plot's x-axis.
	XAxisDisplayOptions *AxisDisplayOptions `type:"structure"`

	// The label options (label text, label visibility, and sort icon visibility)
	// of the scatter plot's x-axis.
	XAxisLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The label display options (grid line, range, scale, and axis step) of the
	// scatter plot's y-axis.
	YAxisDisplayOptions *AxisDisplayOptions `type:"structure"`

	// The label options (label text, label visibility, and sort icon visibility)
	// of the scatter plot's y-axis.
	YAxisLabelOptions *ChartAxisLabelOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a scatter plot.

func (ScatterPlotConfiguration) GoString added in v1.42.9

func (s ScatterPlotConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScatterPlotConfiguration) SetDataLabels added in v1.42.9

SetDataLabels sets the DataLabels field's value.

func (*ScatterPlotConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*ScatterPlotConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*ScatterPlotConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (*ScatterPlotConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (*ScatterPlotConfiguration) SetXAxisDisplayOptions added in v1.42.9

SetXAxisDisplayOptions sets the XAxisDisplayOptions field's value.

func (*ScatterPlotConfiguration) SetXAxisLabelOptions added in v1.42.9

SetXAxisLabelOptions sets the XAxisLabelOptions field's value.

func (*ScatterPlotConfiguration) SetYAxisDisplayOptions added in v1.42.9

SetYAxisDisplayOptions sets the YAxisDisplayOptions field's value.

func (*ScatterPlotConfiguration) SetYAxisLabelOptions added in v1.42.9

SetYAxisLabelOptions sets the YAxisLabelOptions field's value.

func (ScatterPlotConfiguration) String added in v1.42.9

func (s ScatterPlotConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScatterPlotConfiguration) Validate added in v1.42.9

func (s *ScatterPlotConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ScatterPlotFieldWells added in v1.42.9

type ScatterPlotFieldWells struct {

	// The aggregated field wells of a scatter plot. The x and y-axes of scatter
	// plots with aggregated field wells are aggregated by category, label, or both.
	ScatterPlotCategoricallyAggregatedFieldWells *ScatterPlotCategoricallyAggregatedFieldWells `type:"structure"`

	// The unaggregated field wells of a scatter plot. The x and y-axes of these
	// scatter plots are unaggregated.
	ScatterPlotUnaggregatedFieldWells *ScatterPlotUnaggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field well configuration of a scatter plot.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (ScatterPlotFieldWells) GoString added in v1.42.9

func (s ScatterPlotFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScatterPlotFieldWells) SetScatterPlotCategoricallyAggregatedFieldWells added in v1.42.9

func (s *ScatterPlotFieldWells) SetScatterPlotCategoricallyAggregatedFieldWells(v *ScatterPlotCategoricallyAggregatedFieldWells) *ScatterPlotFieldWells

SetScatterPlotCategoricallyAggregatedFieldWells sets the ScatterPlotCategoricallyAggregatedFieldWells field's value.

func (*ScatterPlotFieldWells) SetScatterPlotUnaggregatedFieldWells added in v1.42.9

func (s *ScatterPlotFieldWells) SetScatterPlotUnaggregatedFieldWells(v *ScatterPlotUnaggregatedFieldWells) *ScatterPlotFieldWells

SetScatterPlotUnaggregatedFieldWells sets the ScatterPlotUnaggregatedFieldWells field's value.

func (ScatterPlotFieldWells) String added in v1.42.9

func (s ScatterPlotFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScatterPlotFieldWells) Validate added in v1.42.9

func (s *ScatterPlotFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ScatterPlotUnaggregatedFieldWells added in v1.42.9

type ScatterPlotUnaggregatedFieldWells struct {

	// The category field well of a scatter plot.
	Category []*DimensionField `type:"list"`

	// The label field well of a scatter plot.
	Label []*DimensionField `type:"list"`

	// The size field well of a scatter plot.
	Size []*MeasureField `type:"list"`

	// The x-axis field well of a scatter plot.
	//
	// The x-axis is a dimension field and cannot be aggregated.
	XAxis []*DimensionField `type:"list"`

	// The y-axis field well of a scatter plot.
	//
	// The y-axis is a dimension field and cannot be aggregated.
	YAxis []*DimensionField `type:"list"`
	// contains filtered or unexported fields
}

The unaggregated field wells of a scatter plot.

func (ScatterPlotUnaggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScatterPlotUnaggregatedFieldWells) SetCategory added in v1.42.9

SetCategory sets the Category field's value.

func (*ScatterPlotUnaggregatedFieldWells) SetLabel added in v1.42.9

SetLabel sets the Label field's value.

func (*ScatterPlotUnaggregatedFieldWells) SetSize added in v1.42.9

SetSize sets the Size field's value.

func (*ScatterPlotUnaggregatedFieldWells) SetXAxis added in v1.42.9

SetXAxis sets the XAxis field's value.

func (*ScatterPlotUnaggregatedFieldWells) SetYAxis added in v1.42.9

SetYAxis sets the YAxis field's value.

func (ScatterPlotUnaggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScatterPlotUnaggregatedFieldWells) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type ScatterPlotVisual added in v1.42.9

type ScatterPlotVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration settings of the visual.
	ChartConfiguration *ScatterPlotConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A scatter plot.

For more information, see Using scatter plots (https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the Amazon QuickSight User Guide.

func (ScatterPlotVisual) GoString added in v1.42.9

func (s ScatterPlotVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScatterPlotVisual) SetActions added in v1.42.9

SetActions sets the Actions field's value.

func (*ScatterPlotVisual) SetChartConfiguration added in v1.42.9

func (s *ScatterPlotVisual) SetChartConfiguration(v *ScatterPlotConfiguration) *ScatterPlotVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*ScatterPlotVisual) SetColumnHierarchies added in v1.42.9

func (s *ScatterPlotVisual) SetColumnHierarchies(v []*ColumnHierarchy) *ScatterPlotVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*ScatterPlotVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*ScatterPlotVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*ScatterPlotVisual) SetVisualId added in v1.42.9

func (s *ScatterPlotVisual) SetVisualId(v string) *ScatterPlotVisual

SetVisualId sets the VisualId field's value.

func (ScatterPlotVisual) String added in v1.42.9

func (s ScatterPlotVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScatterPlotVisual) Validate added in v1.42.9

func (s *ScatterPlotVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ScheduleRefreshOnEntity added in v1.42.9

type ScheduleRefreshOnEntity struct {

	// The day of the month that you want to schedule refresh on.
	DayOfMonth *string `min:"1" type:"string"`

	// The day of the week that you want to schedule a refresh on.
	DayOfWeek *string `type:"string" enum:"DayOfWeek"`
	// contains filtered or unexported fields
}

The refresh on entity for weekly or monthly schedules.

func (ScheduleRefreshOnEntity) GoString added in v1.42.9

func (s ScheduleRefreshOnEntity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduleRefreshOnEntity) SetDayOfMonth added in v1.42.9

SetDayOfMonth sets the DayOfMonth field's value.

func (*ScheduleRefreshOnEntity) SetDayOfWeek added in v1.42.9

SetDayOfWeek sets the DayOfWeek field's value.

func (ScheduleRefreshOnEntity) String added in v1.42.9

func (s ScheduleRefreshOnEntity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduleRefreshOnEntity) Validate added in v1.42.9

func (s *ScheduleRefreshOnEntity) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ScrollBarOptions added in v1.42.9

type ScrollBarOptions struct {

	// The visibility of the data zoom scroll bar.
	Visibility *string `type:"string" enum:"Visibility"`

	// The visibility range for the data zoom scroll bar.
	VisibleRange *VisibleRangeOptions `type:"structure"`
	// contains filtered or unexported fields
}

The visual display options for a data zoom scroll bar.

func (ScrollBarOptions) GoString added in v1.42.9

func (s ScrollBarOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScrollBarOptions) SetVisibility added in v1.42.9

func (s *ScrollBarOptions) SetVisibility(v string) *ScrollBarOptions

SetVisibility sets the Visibility field's value.

func (*ScrollBarOptions) SetVisibleRange added in v1.42.9

func (s *ScrollBarOptions) SetVisibleRange(v *VisibleRangeOptions) *ScrollBarOptions

SetVisibleRange sets the VisibleRange field's value.

func (ScrollBarOptions) String added in v1.42.9

func (s ScrollBarOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchAnalysesInput

type SearchAnalysesInput struct {

	// The ID of the Amazon Web Services account that contains the analyses that
	// you're searching for.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The structure for the search filters that you want to apply to your search.
	//
	// Filters is a required field
	Filters []*AnalysisSearchFilter `min:"1" type:"list" required:"true"`

	// The maximum number of results to return.
	MaxResults *int64 `min:"1" type:"integer"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (SearchAnalysesInput) GoString

func (s SearchAnalysesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchAnalysesInput) SetAwsAccountId

func (s *SearchAnalysesInput) SetAwsAccountId(v string) *SearchAnalysesInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*SearchAnalysesInput) SetFilters

SetFilters sets the Filters field's value.

func (*SearchAnalysesInput) SetMaxResults

func (s *SearchAnalysesInput) SetMaxResults(v int64) *SearchAnalysesInput

SetMaxResults sets the MaxResults field's value.

func (*SearchAnalysesInput) SetNextToken

func (s *SearchAnalysesInput) SetNextToken(v string) *SearchAnalysesInput

SetNextToken sets the NextToken field's value.

func (SearchAnalysesInput) String

func (s SearchAnalysesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchAnalysesInput) Validate

func (s *SearchAnalysesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchAnalysesOutput

type SearchAnalysesOutput struct {

	// Metadata describing the analyses that you searched for.
	AnalysisSummaryList []*AnalysisSummary `type:"list"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (SearchAnalysesOutput) GoString

func (s SearchAnalysesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchAnalysesOutput) SetAnalysisSummaryList

func (s *SearchAnalysesOutput) SetAnalysisSummaryList(v []*AnalysisSummary) *SearchAnalysesOutput

SetAnalysisSummaryList sets the AnalysisSummaryList field's value.

func (*SearchAnalysesOutput) SetNextToken

func (s *SearchAnalysesOutput) SetNextToken(v string) *SearchAnalysesOutput

SetNextToken sets the NextToken field's value.

func (*SearchAnalysesOutput) SetRequestId

func (s *SearchAnalysesOutput) SetRequestId(v string) *SearchAnalysesOutput

SetRequestId sets the RequestId field's value.

func (*SearchAnalysesOutput) SetStatus

SetStatus sets the Status field's value.

func (SearchAnalysesOutput) String

func (s SearchAnalysesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchDashboardsInput

type SearchDashboardsInput struct {

	// The ID of the Amazon Web Services account that contains the user whose dashboards
	// you're searching for.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The filters to apply to the search. Currently, you can search only by user
	// name, for example, "Filters": [ { "Name": "QUICKSIGHT_USER", "Operator":
	// "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1"
	// } ]
	//
	// Filters is a required field
	Filters []*DashboardSearchFilter `min:"1" type:"list" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (SearchDashboardsInput) GoString

func (s SearchDashboardsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchDashboardsInput) SetAwsAccountId

func (s *SearchDashboardsInput) SetAwsAccountId(v string) *SearchDashboardsInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*SearchDashboardsInput) SetFilters

SetFilters sets the Filters field's value.

func (*SearchDashboardsInput) SetMaxResults

func (s *SearchDashboardsInput) SetMaxResults(v int64) *SearchDashboardsInput

SetMaxResults sets the MaxResults field's value.

func (*SearchDashboardsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (SearchDashboardsInput) String

func (s SearchDashboardsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchDashboardsInput) Validate

func (s *SearchDashboardsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchDashboardsOutput

type SearchDashboardsOutput struct {

	// The list of dashboards owned by the user specified in Filters in your request.
	DashboardSummaryList []*DashboardSummary `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (SearchDashboardsOutput) GoString

func (s SearchDashboardsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchDashboardsOutput) SetDashboardSummaryList

func (s *SearchDashboardsOutput) SetDashboardSummaryList(v []*DashboardSummary) *SearchDashboardsOutput

SetDashboardSummaryList sets the DashboardSummaryList field's value.

func (*SearchDashboardsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*SearchDashboardsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*SearchDashboardsOutput) SetStatus

SetStatus sets the Status field's value.

func (SearchDashboardsOutput) String

func (s SearchDashboardsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchDataSetsInput added in v1.42.9

type SearchDataSetsInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The filters to apply to the search.
	//
	// Filters is a required field
	Filters []*DataSetSearchFilter `min:"1" type:"list" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `min:"1" type:"integer"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (SearchDataSetsInput) GoString added in v1.42.9

func (s SearchDataSetsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchDataSetsInput) SetAwsAccountId added in v1.42.9

func (s *SearchDataSetsInput) SetAwsAccountId(v string) *SearchDataSetsInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*SearchDataSetsInput) SetFilters added in v1.42.9

SetFilters sets the Filters field's value.

func (*SearchDataSetsInput) SetMaxResults added in v1.42.9

func (s *SearchDataSetsInput) SetMaxResults(v int64) *SearchDataSetsInput

SetMaxResults sets the MaxResults field's value.

func (*SearchDataSetsInput) SetNextToken added in v1.42.9

func (s *SearchDataSetsInput) SetNextToken(v string) *SearchDataSetsInput

SetNextToken sets the NextToken field's value.

func (SearchDataSetsInput) String added in v1.42.9

func (s SearchDataSetsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchDataSetsInput) Validate added in v1.42.9

func (s *SearchDataSetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchDataSetsOutput added in v1.42.9

type SearchDataSetsOutput struct {

	// A DataSetSummaries object that returns a summary of a dataset.
	DataSetSummaries []*DataSetSummary `type:"list"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (SearchDataSetsOutput) GoString added in v1.42.9

func (s SearchDataSetsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchDataSetsOutput) SetDataSetSummaries added in v1.42.9

func (s *SearchDataSetsOutput) SetDataSetSummaries(v []*DataSetSummary) *SearchDataSetsOutput

SetDataSetSummaries sets the DataSetSummaries field's value.

func (*SearchDataSetsOutput) SetNextToken added in v1.42.9

func (s *SearchDataSetsOutput) SetNextToken(v string) *SearchDataSetsOutput

SetNextToken sets the NextToken field's value.

func (*SearchDataSetsOutput) SetRequestId added in v1.42.9

func (s *SearchDataSetsOutput) SetRequestId(v string) *SearchDataSetsOutput

SetRequestId sets the RequestId field's value.

func (*SearchDataSetsOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (SearchDataSetsOutput) String added in v1.42.9

func (s SearchDataSetsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchDataSourcesInput added in v1.42.9

type SearchDataSourcesInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The filters to apply to the search.
	//
	// Filters is a required field
	Filters []*DataSourceSearchFilter `min:"1" type:"list" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `min:"1" type:"integer"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (SearchDataSourcesInput) GoString added in v1.42.9

func (s SearchDataSourcesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchDataSourcesInput) SetAwsAccountId added in v1.42.9

func (s *SearchDataSourcesInput) SetAwsAccountId(v string) *SearchDataSourcesInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*SearchDataSourcesInput) SetFilters added in v1.42.9

SetFilters sets the Filters field's value.

func (*SearchDataSourcesInput) SetMaxResults added in v1.42.9

SetMaxResults sets the MaxResults field's value.

func (*SearchDataSourcesInput) SetNextToken added in v1.42.9

SetNextToken sets the NextToken field's value.

func (SearchDataSourcesInput) String added in v1.42.9

func (s SearchDataSourcesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchDataSourcesInput) Validate added in v1.42.9

func (s *SearchDataSourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchDataSourcesOutput added in v1.42.9

type SearchDataSourcesOutput struct {

	// A DataSourceSummaries object that returns a summary of a data source.
	DataSourceSummaries []*DataSourceSummary `type:"list"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (SearchDataSourcesOutput) GoString added in v1.42.9

func (s SearchDataSourcesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchDataSourcesOutput) SetDataSourceSummaries added in v1.42.9

func (s *SearchDataSourcesOutput) SetDataSourceSummaries(v []*DataSourceSummary) *SearchDataSourcesOutput

SetDataSourceSummaries sets the DataSourceSummaries field's value.

func (*SearchDataSourcesOutput) SetNextToken added in v1.42.9

SetNextToken sets the NextToken field's value.

func (*SearchDataSourcesOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*SearchDataSourcesOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (SearchDataSourcesOutput) String added in v1.42.9

func (s SearchDataSourcesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchFoldersInput

type SearchFoldersInput struct {

	// The ID for the Amazon Web Services account that contains the folder.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The filters to apply to the search. Currently, you can search only by the
	// parent folder ARN. For example, "Filters": [ { "Name": "PARENT_FOLDER_ARN",
	// "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId"
	// } ].
	//
	// Filters is a required field
	Filters []*FolderSearchFilter `type:"list" required:"true"`

	// The maximum number of results to be returned per request.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (SearchFoldersInput) GoString

func (s SearchFoldersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchFoldersInput) SetAwsAccountId

func (s *SearchFoldersInput) SetAwsAccountId(v string) *SearchFoldersInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*SearchFoldersInput) SetFilters

SetFilters sets the Filters field's value.

func (*SearchFoldersInput) SetMaxResults

func (s *SearchFoldersInput) SetMaxResults(v int64) *SearchFoldersInput

SetMaxResults sets the MaxResults field's value.

func (*SearchFoldersInput) SetNextToken

func (s *SearchFoldersInput) SetNextToken(v string) *SearchFoldersInput

SetNextToken sets the NextToken field's value.

func (SearchFoldersInput) String

func (s SearchFoldersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchFoldersInput) Validate

func (s *SearchFoldersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchFoldersOutput

type SearchFoldersOutput struct {

	// A structure that contains all of the folders in the Amazon Web Services account.
	// This structure provides basic information about the folders.
	FolderSummaryList []*FolderSummary `type:"list"`

	// The token for the next set of results, or null if there are no more results.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (SearchFoldersOutput) GoString

func (s SearchFoldersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchFoldersOutput) SetFolderSummaryList

func (s *SearchFoldersOutput) SetFolderSummaryList(v []*FolderSummary) *SearchFoldersOutput

SetFolderSummaryList sets the FolderSummaryList field's value.

func (*SearchFoldersOutput) SetNextToken

func (s *SearchFoldersOutput) SetNextToken(v string) *SearchFoldersOutput

SetNextToken sets the NextToken field's value.

func (*SearchFoldersOutput) SetRequestId

func (s *SearchFoldersOutput) SetRequestId(v string) *SearchFoldersOutput

SetRequestId sets the RequestId field's value.

func (*SearchFoldersOutput) SetStatus

SetStatus sets the Status field's value.

func (SearchFoldersOutput) String

func (s SearchFoldersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchGroupsInput added in v1.42.9

type SearchGroupsInput struct {

	// The ID for the Amazon Web Services account that the group is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The structure for the search filters that you want to apply to your search.
	//
	// Filters is a required field
	Filters []*GroupSearchFilter `min:"1" type:"list" required:"true"`

	// The maximum number of results to return from this request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The namespace that you want to search.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (SearchGroupsInput) GoString added in v1.42.9

func (s SearchGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchGroupsInput) SetAwsAccountId added in v1.42.9

func (s *SearchGroupsInput) SetAwsAccountId(v string) *SearchGroupsInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*SearchGroupsInput) SetFilters added in v1.42.9

SetFilters sets the Filters field's value.

func (*SearchGroupsInput) SetMaxResults added in v1.42.9

func (s *SearchGroupsInput) SetMaxResults(v int64) *SearchGroupsInput

SetMaxResults sets the MaxResults field's value.

func (*SearchGroupsInput) SetNamespace added in v1.42.9

func (s *SearchGroupsInput) SetNamespace(v string) *SearchGroupsInput

SetNamespace sets the Namespace field's value.

func (*SearchGroupsInput) SetNextToken added in v1.42.9

func (s *SearchGroupsInput) SetNextToken(v string) *SearchGroupsInput

SetNextToken sets the NextToken field's value.

func (SearchGroupsInput) String added in v1.42.9

func (s SearchGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchGroupsInput) Validate added in v1.42.9

func (s *SearchGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchGroupsOutput added in v1.42.9

type SearchGroupsOutput struct {

	// A list of groups in a specified namespace that match the filters you set
	// in your SearchGroups request.
	GroupList []*Group `type:"list"`

	// A pagination token that can be used in a subsequent request.
	NextToken *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (SearchGroupsOutput) GoString added in v1.42.9

func (s SearchGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchGroupsOutput) SetGroupList added in v1.42.9

func (s *SearchGroupsOutput) SetGroupList(v []*Group) *SearchGroupsOutput

SetGroupList sets the GroupList field's value.

func (*SearchGroupsOutput) SetNextToken added in v1.42.9

func (s *SearchGroupsOutput) SetNextToken(v string) *SearchGroupsOutput

SetNextToken sets the NextToken field's value.

func (*SearchGroupsOutput) SetRequestId added in v1.42.9

func (s *SearchGroupsOutput) SetRequestId(v string) *SearchGroupsOutput

SetRequestId sets the RequestId field's value.

func (*SearchGroupsOutput) SetStatus added in v1.42.9

func (s *SearchGroupsOutput) SetStatus(v int64) *SearchGroupsOutput

SetStatus sets the Status field's value.

func (SearchGroupsOutput) String added in v1.42.9

func (s SearchGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SecondaryValueOptions added in v1.42.9

type SecondaryValueOptions struct {

	// Determines the visibility of the secondary value.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The options that determine the presentation of the secondary value of a KPI visual.

func (SecondaryValueOptions) GoString added in v1.42.9

func (s SecondaryValueOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SecondaryValueOptions) SetVisibility added in v1.42.9

func (s *SecondaryValueOptions) SetVisibility(v string) *SecondaryValueOptions

SetVisibility sets the Visibility field's value.

func (SecondaryValueOptions) String added in v1.42.9

func (s SecondaryValueOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SectionAfterPageBreak added in v1.42.9

type SectionAfterPageBreak struct {

	// The option that enables or disables a page break at the end of a section.
	Status *string `type:"string" enum:"SectionPageBreakStatus"`
	// contains filtered or unexported fields
}

The configuration of a page break after a section.

func (SectionAfterPageBreak) GoString added in v1.42.9

func (s SectionAfterPageBreak) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SectionAfterPageBreak) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (SectionAfterPageBreak) String added in v1.42.9

func (s SectionAfterPageBreak) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SectionBasedLayoutCanvasSizeOptions added in v1.42.9

type SectionBasedLayoutCanvasSizeOptions struct {

	// The options for a paper canvas of a section-based layout.
	PaperCanvasSizeOptions *SectionBasedLayoutPaperCanvasSizeOptions `type:"structure"`
	// contains filtered or unexported fields
}

The options for the canvas of a section-based layout.

func (SectionBasedLayoutCanvasSizeOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SectionBasedLayoutCanvasSizeOptions) SetPaperCanvasSizeOptions added in v1.42.9

SetPaperCanvasSizeOptions sets the PaperCanvasSizeOptions field's value.

func (SectionBasedLayoutCanvasSizeOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SectionBasedLayoutConfiguration added in v1.42.9

type SectionBasedLayoutConfiguration struct {

	// A list of body section configurations.
	//
	// BodySections is a required field
	BodySections []*BodySectionConfiguration `type:"list" required:"true"`

	// The options for the canvas of a section-based layout.
	//
	// CanvasSizeOptions is a required field
	CanvasSizeOptions *SectionBasedLayoutCanvasSizeOptions `type:"structure" required:"true"`

	// A list of footer section configurations.
	//
	// FooterSections is a required field
	FooterSections []*HeaderFooterSectionConfiguration `type:"list" required:"true"`

	// A list of header section configurations.
	//
	// HeaderSections is a required field
	HeaderSections []*HeaderFooterSectionConfiguration `type:"list" required:"true"`
	// contains filtered or unexported fields
}

The configuration for a section-based layout.

func (SectionBasedLayoutConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SectionBasedLayoutConfiguration) SetBodySections added in v1.42.9

SetBodySections sets the BodySections field's value.

func (*SectionBasedLayoutConfiguration) SetCanvasSizeOptions added in v1.42.9

SetCanvasSizeOptions sets the CanvasSizeOptions field's value.

func (*SectionBasedLayoutConfiguration) SetFooterSections added in v1.42.9

SetFooterSections sets the FooterSections field's value.

func (*SectionBasedLayoutConfiguration) SetHeaderSections added in v1.42.9

SetHeaderSections sets the HeaderSections field's value.

func (SectionBasedLayoutConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SectionBasedLayoutConfiguration) Validate added in v1.42.9

func (s *SectionBasedLayoutConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SectionBasedLayoutPaperCanvasSizeOptions added in v1.42.9

type SectionBasedLayoutPaperCanvasSizeOptions struct {

	// Defines the spacing between the canvas content and the top, bottom, left,
	// and right edges.
	PaperMargin *Spacing `type:"structure"`

	// The paper orientation that is used to define canvas dimensions. Choose one
	// of the following options:
	//
	//    * PORTRAIT
	//
	//    * LANDSCAPE
	PaperOrientation *string `type:"string" enum:"PaperOrientation"`

	// The paper size that is used to define canvas dimensions.
	PaperSize *string `type:"string" enum:"PaperSize"`
	// contains filtered or unexported fields
}

The options for a paper canvas of a section-based layout.

func (SectionBasedLayoutPaperCanvasSizeOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SectionBasedLayoutPaperCanvasSizeOptions) SetPaperMargin added in v1.42.9

SetPaperMargin sets the PaperMargin field's value.

func (*SectionBasedLayoutPaperCanvasSizeOptions) SetPaperOrientation added in v1.42.9

SetPaperOrientation sets the PaperOrientation field's value.

func (*SectionBasedLayoutPaperCanvasSizeOptions) SetPaperSize added in v1.42.9

SetPaperSize sets the PaperSize field's value.

func (SectionBasedLayoutPaperCanvasSizeOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SectionLayoutConfiguration added in v1.42.9

type SectionLayoutConfiguration struct {

	// The free-form layout configuration of a section.
	//
	// FreeFormLayout is a required field
	FreeFormLayout *FreeFormSectionLayoutConfiguration `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The layout configuration of a section.

func (SectionLayoutConfiguration) GoString added in v1.42.9

func (s SectionLayoutConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SectionLayoutConfiguration) SetFreeFormLayout added in v1.42.9

SetFreeFormLayout sets the FreeFormLayout field's value.

func (SectionLayoutConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SectionLayoutConfiguration) Validate added in v1.42.9

func (s *SectionLayoutConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SectionPageBreakConfiguration added in v1.42.9

type SectionPageBreakConfiguration struct {

	// The configuration of a page break after a section.
	After *SectionAfterPageBreak `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a page break for a section.

func (SectionPageBreakConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SectionPageBreakConfiguration) SetAfter added in v1.42.9

SetAfter sets the After field's value.

func (SectionPageBreakConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SectionStyle added in v1.42.9

type SectionStyle struct {

	// The height of a section.
	//
	// Heights can only be defined for header and footer sections. The default height
	// margin is 0.5 inches.
	Height *string `type:"string"`

	// The spacing between section content and its top, bottom, left, and right
	// edges.
	//
	// There is no padding by default.
	Padding *Spacing `type:"structure"`
	// contains filtered or unexported fields
}

The options that style a section.

func (SectionStyle) GoString added in v1.42.9

func (s SectionStyle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SectionStyle) SetHeight added in v1.42.9

func (s *SectionStyle) SetHeight(v string) *SectionStyle

SetHeight sets the Height field's value.

func (*SectionStyle) SetPadding added in v1.42.9

func (s *SectionStyle) SetPadding(v *Spacing) *SectionStyle

SetPadding sets the Padding field's value.

func (SectionStyle) String added in v1.42.9

func (s SectionStyle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SelectedSheetsFilterScopeConfiguration added in v1.42.9

type SelectedSheetsFilterScopeConfiguration struct {

	// The sheet ID and visual IDs of the sheet and visuals that the filter is applied
	// to.
	SheetVisualScopingConfigurations []*SheetVisualScopingConfiguration `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The configuration for applying a filter to specific sheets or visuals. You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (SelectedSheetsFilterScopeConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SelectedSheetsFilterScopeConfiguration) SetSheetVisualScopingConfigurations added in v1.42.9

SetSheetVisualScopingConfigurations sets the SheetVisualScopingConfigurations field's value.

func (SelectedSheetsFilterScopeConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SelectedSheetsFilterScopeConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type SemanticEntityType added in v1.42.9

type SemanticEntityType struct {

	// The semantic entity sub type name.
	SubTypeName *string `type:"string"`

	// The semantic entity type name.
	TypeName *string `type:"string"`

	// The semantic entity type parameters.
	TypeParameters map[string]*string `type:"map"`
	// contains filtered or unexported fields
}

A structure that represents a semantic entity type.

func (SemanticEntityType) GoString added in v1.42.9

func (s SemanticEntityType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SemanticEntityType) SetSubTypeName added in v1.42.9

func (s *SemanticEntityType) SetSubTypeName(v string) *SemanticEntityType

SetSubTypeName sets the SubTypeName field's value.

func (*SemanticEntityType) SetTypeName added in v1.42.9

func (s *SemanticEntityType) SetTypeName(v string) *SemanticEntityType

SetTypeName sets the TypeName field's value.

func (*SemanticEntityType) SetTypeParameters added in v1.42.9

func (s *SemanticEntityType) SetTypeParameters(v map[string]*string) *SemanticEntityType

SetTypeParameters sets the TypeParameters field's value.

func (SemanticEntityType) String added in v1.42.9

func (s SemanticEntityType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SemanticType added in v1.42.9

type SemanticType struct {

	// The semantic type falsey cell value.
	//
	// FalseyCellValue is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by SemanticType's
	// String and GoString methods.
	FalseyCellValue *string `type:"string" sensitive:"true"`

	// The other names or aliases for the false cell value.
	FalseyCellValueSynonyms []*string `type:"list"`

	// The semantic type sub type name.
	SubTypeName *string `type:"string"`

	// The semantic type truthy cell value.
	//
	// TruthyCellValue is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by SemanticType's
	// String and GoString methods.
	TruthyCellValue *string `type:"string" sensitive:"true"`

	// The other names or aliases for the true cell value.
	TruthyCellValueSynonyms []*string `type:"list"`

	// The semantic type name.
	TypeName *string `type:"string"`

	// The semantic type parameters.
	TypeParameters map[string]*string `type:"map"`
	// contains filtered or unexported fields
}

A structure that represents a semantic type.

func (SemanticType) GoString added in v1.42.9

func (s SemanticType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SemanticType) SetFalseyCellValue added in v1.42.9

func (s *SemanticType) SetFalseyCellValue(v string) *SemanticType

SetFalseyCellValue sets the FalseyCellValue field's value.

func (*SemanticType) SetFalseyCellValueSynonyms added in v1.42.9

func (s *SemanticType) SetFalseyCellValueSynonyms(v []*string) *SemanticType

SetFalseyCellValueSynonyms sets the FalseyCellValueSynonyms field's value.

func (*SemanticType) SetSubTypeName added in v1.42.9

func (s *SemanticType) SetSubTypeName(v string) *SemanticType

SetSubTypeName sets the SubTypeName field's value.

func (*SemanticType) SetTruthyCellValue added in v1.42.9

func (s *SemanticType) SetTruthyCellValue(v string) *SemanticType

SetTruthyCellValue sets the TruthyCellValue field's value.

func (*SemanticType) SetTruthyCellValueSynonyms added in v1.42.9

func (s *SemanticType) SetTruthyCellValueSynonyms(v []*string) *SemanticType

SetTruthyCellValueSynonyms sets the TruthyCellValueSynonyms field's value.

func (*SemanticType) SetTypeName added in v1.42.9

func (s *SemanticType) SetTypeName(v string) *SemanticType

SetTypeName sets the TypeName field's value.

func (*SemanticType) SetTypeParameters added in v1.42.9

func (s *SemanticType) SetTypeParameters(v map[string]*string) *SemanticType

SetTypeParameters sets the TypeParameters field's value.

func (SemanticType) String added in v1.42.9

func (s SemanticType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SeriesItem added in v1.42.9

type SeriesItem struct {

	// The data field series item configuration of a line chart.
	DataFieldSeriesItem *DataFieldSeriesItem `type:"structure"`

	// The field series item configuration of a line chart.
	FieldSeriesItem *FieldSeriesItem `type:"structure"`
	// contains filtered or unexported fields
}

The series item configuration of a line chart.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (SeriesItem) GoString added in v1.42.9

func (s SeriesItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SeriesItem) SetDataFieldSeriesItem added in v1.42.9

func (s *SeriesItem) SetDataFieldSeriesItem(v *DataFieldSeriesItem) *SeriesItem

SetDataFieldSeriesItem sets the DataFieldSeriesItem field's value.

func (*SeriesItem) SetFieldSeriesItem added in v1.42.9

func (s *SeriesItem) SetFieldSeriesItem(v *FieldSeriesItem) *SeriesItem

SetFieldSeriesItem sets the FieldSeriesItem field's value.

func (SeriesItem) String added in v1.42.9

func (s SeriesItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SeriesItem) Validate added in v1.42.9

func (s *SeriesItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ServiceNowParameters

type ServiceNowParameters struct {

	// URL of the base site.
	//
	// SiteBaseUrl is a required field
	SiteBaseUrl *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The parameters for ServiceNow.

func (ServiceNowParameters) GoString

func (s ServiceNowParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceNowParameters) SetSiteBaseUrl

func (s *ServiceNowParameters) SetSiteBaseUrl(v string) *ServiceNowParameters

SetSiteBaseUrl sets the SiteBaseUrl field's value.

func (ServiceNowParameters) String

func (s ServiceNowParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceNowParameters) Validate

func (s *ServiceNowParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SessionLifetimeInMinutesInvalidException

type SessionLifetimeInMinutesInvalidException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

The number of minutes specified for the lifetime of a session isn't valid. The session lifetime must be 15-600 minutes.

func (*SessionLifetimeInMinutesInvalidException) Code

Code returns the exception type name.

func (*SessionLifetimeInMinutesInvalidException) Error

func (SessionLifetimeInMinutesInvalidException) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SessionLifetimeInMinutesInvalidException) Message

Message returns the exception's message.

func (*SessionLifetimeInMinutesInvalidException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (*SessionLifetimeInMinutesInvalidException) RequestID

RequestID returns the service's response RequestID for request.

func (*SessionLifetimeInMinutesInvalidException) StatusCode

Status code returns the HTTP status code for the request's response error.

func (SessionLifetimeInMinutesInvalidException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SessionTag

type SessionTag struct {

	// The key for the tag.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// The value that you want to assign the tag.
	//
	// Value is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by SessionTag's
	// String and GoString methods.
	//
	// Value is a required field
	Value *string `min:"1" type:"string" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

The key-value pair used for the row-level security tags feature.

func (SessionTag) GoString

func (s SessionTag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SessionTag) SetKey

func (s *SessionTag) SetKey(v string) *SessionTag

SetKey sets the Key field's value.

func (*SessionTag) SetValue

func (s *SessionTag) SetValue(v string) *SessionTag

SetValue sets the Value field's value.

func (SessionTag) String

func (s SessionTag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SessionTag) Validate

func (s *SessionTag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetParameterValueConfiguration added in v1.42.9

type SetParameterValueConfiguration struct {

	// The destination parameter name of the SetParameterValueConfiguration.
	//
	// DestinationParameterName is a required field
	DestinationParameterName *string `min:"1" type:"string" required:"true"`

	// The configuration of destination parameter values.
	//
	// This is a union type structure. For this structure to be valid, only one
	// of the attributes can be defined.
	//
	// Value is a required field
	Value *DestinationParameterValueConfiguration `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The configuration of adding parameters in action.

func (SetParameterValueConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SetParameterValueConfiguration) SetDestinationParameterName added in v1.42.9

func (s *SetParameterValueConfiguration) SetDestinationParameterName(v string) *SetParameterValueConfiguration

SetDestinationParameterName sets the DestinationParameterName field's value.

func (*SetParameterValueConfiguration) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (SetParameterValueConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SetParameterValueConfiguration) Validate added in v1.42.9

func (s *SetParameterValueConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ShapeConditionalFormat added in v1.42.9

type ShapeConditionalFormat struct {

	// The conditional formatting for the shape background color of a filled map
	// visual.
	//
	// BackgroundColor is a required field
	BackgroundColor *ConditionalFormattingColor `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The shape conditional formatting of a filled map visual.

func (ShapeConditionalFormat) GoString added in v1.42.9

func (s ShapeConditionalFormat) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ShapeConditionalFormat) SetBackgroundColor added in v1.42.9

SetBackgroundColor sets the BackgroundColor field's value.

func (ShapeConditionalFormat) String added in v1.42.9

func (s ShapeConditionalFormat) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ShapeConditionalFormat) Validate added in v1.42.9

func (s *ShapeConditionalFormat) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Sheet

type Sheet struct {

	// The name of a sheet. This name is displayed on the sheet's tab in the Amazon
	// QuickSight console.
	Name *string `min:"1" type:"string"`

	// The unique identifier associated with a sheet.
	SheetId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A sheet, which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.

func (Sheet) GoString

func (s Sheet) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Sheet) SetName

func (s *Sheet) SetName(v string) *Sheet

SetName sets the Name field's value.

func (*Sheet) SetSheetId

func (s *Sheet) SetSheetId(v string) *Sheet

SetSheetId sets the SheetId field's value.

func (Sheet) String

func (s Sheet) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SheetControlInfoIconLabelOptions added in v1.42.9

type SheetControlInfoIconLabelOptions struct {

	// The text content of info icon.
	InfoIconText *string `min:"1" type:"string"`

	// The visibility configuration of info icon label options.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

A control to display info icons for filters and parameters.

func (SheetControlInfoIconLabelOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetControlInfoIconLabelOptions) SetInfoIconText added in v1.42.9

SetInfoIconText sets the InfoIconText field's value.

func (*SheetControlInfoIconLabelOptions) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (SheetControlInfoIconLabelOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetControlInfoIconLabelOptions) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type SheetControlLayout added in v1.42.9

type SheetControlLayout struct {

	// The configuration that determines the elements and canvas size options of
	// sheet control.
	//
	// Configuration is a required field
	Configuration *SheetControlLayoutConfiguration `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A grid layout to define the placement of sheet control.

func (SheetControlLayout) GoString added in v1.42.9

func (s SheetControlLayout) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetControlLayout) SetConfiguration added in v1.42.9

SetConfiguration sets the Configuration field's value.

func (SheetControlLayout) String added in v1.42.9

func (s SheetControlLayout) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetControlLayout) Validate added in v1.42.9

func (s *SheetControlLayout) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SheetControlLayoutConfiguration added in v1.42.9

type SheetControlLayoutConfiguration struct {

	// The configuration that determines the elements and canvas size options of
	// sheet control.
	GridLayout *GridLayoutConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The configuration that determines the elements and canvas size options of sheet control.

func (SheetControlLayoutConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetControlLayoutConfiguration) SetGridLayout added in v1.42.9

SetGridLayout sets the GridLayout field's value.

func (SheetControlLayoutConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetControlLayoutConfiguration) Validate added in v1.42.9

func (s *SheetControlLayoutConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SheetControlsOption

type SheetControlsOption struct {

	// Visibility state.
	VisibilityState *string `type:"string" enum:"DashboardUIState"`
	// contains filtered or unexported fields
}

Sheet controls option.

func (SheetControlsOption) GoString

func (s SheetControlsOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetControlsOption) SetVisibilityState

func (s *SheetControlsOption) SetVisibilityState(v string) *SheetControlsOption

SetVisibilityState sets the VisibilityState field's value.

func (SheetControlsOption) String

func (s SheetControlsOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SheetDefinition added in v1.42.9

type SheetDefinition struct {

	// The layout content type of the sheet. Choose one of the following options:
	//
	//    * PAGINATED: Creates a sheet for a paginated report.
	//
	//    * INTERACTIVE: Creates a sheet for an interactive dashboard.
	ContentType *string `type:"string" enum:"SheetContentType"`

	// A description of the sheet.
	Description *string `min:"1" type:"string"`

	// The list of filter controls that are on a sheet.
	//
	// For more information, see Adding filter controls to analysis sheets (https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html)
	// in the Amazon QuickSight User Guide.
	FilterControls []*FilterControl `type:"list"`

	// Layouts define how the components of a sheet are arranged.
	//
	// For more information, see Types of layout (https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html)
	// in the Amazon QuickSight User Guide.
	Layouts []*Layout `min:"1" type:"list"`

	// The name of the sheet. This name is displayed on the sheet's tab in the Amazon
	// QuickSight console.
	Name *string `min:"1" type:"string"`

	// The list of parameter controls that are on a sheet.
	//
	// For more information, see Using a Control with a Parameter in Amazon QuickSight
	// (https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html)
	// in the Amazon QuickSight User Guide.
	ParameterControls []*ParameterControl `type:"list"`

	// The control layouts of the sheet.
	SheetControlLayouts []*SheetControlLayout `type:"list"`

	// The unique identifier of a sheet.
	//
	// SheetId is a required field
	SheetId *string `min:"1" type:"string" required:"true"`

	// The text boxes that are on a sheet.
	TextBoxes []*SheetTextBox `type:"list"`

	// The title of the sheet.
	Title *string `min:"1" type:"string"`

	// A list of the visuals that are on a sheet. Visual placement is determined
	// by the layout of the sheet.
	Visuals []*Visual `type:"list"`
	// contains filtered or unexported fields
}

A sheet is an object that contains a set of visuals that are viewed together on one page in a paginated report. Every analysis and dashboard must contain at least one sheet.

func (SheetDefinition) GoString added in v1.42.9

func (s SheetDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetDefinition) SetContentType added in v1.42.9

func (s *SheetDefinition) SetContentType(v string) *SheetDefinition

SetContentType sets the ContentType field's value.

func (*SheetDefinition) SetDescription added in v1.42.9

func (s *SheetDefinition) SetDescription(v string) *SheetDefinition

SetDescription sets the Description field's value.

func (*SheetDefinition) SetFilterControls added in v1.42.9

func (s *SheetDefinition) SetFilterControls(v []*FilterControl) *SheetDefinition

SetFilterControls sets the FilterControls field's value.

func (*SheetDefinition) SetLayouts added in v1.42.9

func (s *SheetDefinition) SetLayouts(v []*Layout) *SheetDefinition

SetLayouts sets the Layouts field's value.

func (*SheetDefinition) SetName added in v1.42.9

func (s *SheetDefinition) SetName(v string) *SheetDefinition

SetName sets the Name field's value.

func (*SheetDefinition) SetParameterControls added in v1.42.9

func (s *SheetDefinition) SetParameterControls(v []*ParameterControl) *SheetDefinition

SetParameterControls sets the ParameterControls field's value.

func (*SheetDefinition) SetSheetControlLayouts added in v1.42.9

func (s *SheetDefinition) SetSheetControlLayouts(v []*SheetControlLayout) *SheetDefinition

SetSheetControlLayouts sets the SheetControlLayouts field's value.

func (*SheetDefinition) SetSheetId added in v1.42.9

func (s *SheetDefinition) SetSheetId(v string) *SheetDefinition

SetSheetId sets the SheetId field's value.

func (*SheetDefinition) SetTextBoxes added in v1.42.9

func (s *SheetDefinition) SetTextBoxes(v []*SheetTextBox) *SheetDefinition

SetTextBoxes sets the TextBoxes field's value.

func (*SheetDefinition) SetTitle added in v1.42.9

func (s *SheetDefinition) SetTitle(v string) *SheetDefinition

SetTitle sets the Title field's value.

func (*SheetDefinition) SetVisuals added in v1.42.9

func (s *SheetDefinition) SetVisuals(v []*Visual) *SheetDefinition

SetVisuals sets the Visuals field's value.

func (SheetDefinition) String added in v1.42.9

func (s SheetDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetDefinition) Validate added in v1.42.9

func (s *SheetDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SheetElementConfigurationOverrides added in v1.42.9

type SheetElementConfigurationOverrides struct {

	// Determines whether or not the overrides are visible. Choose one of the following
	// options:
	//
	//    * VISIBLE
	//
	//    * HIDDEN
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The override configuration of the rendering rules of a sheet.

func (SheetElementConfigurationOverrides) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetElementConfigurationOverrides) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (SheetElementConfigurationOverrides) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SheetElementRenderingRule added in v1.42.9

type SheetElementRenderingRule struct {

	// The override configuration of the rendering rules of a sheet.
	//
	// ConfigurationOverrides is a required field
	ConfigurationOverrides *SheetElementConfigurationOverrides `type:"structure" required:"true"`

	// The expression of the rendering rules of a sheet.
	//
	// Expression is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by SheetElementRenderingRule's
	// String and GoString methods.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

The rendering rules of a sheet that uses a free-form layout.

func (SheetElementRenderingRule) GoString added in v1.42.9

func (s SheetElementRenderingRule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetElementRenderingRule) SetConfigurationOverrides added in v1.42.9

SetConfigurationOverrides sets the ConfigurationOverrides field's value.

func (*SheetElementRenderingRule) SetExpression added in v1.42.9

SetExpression sets the Expression field's value.

func (SheetElementRenderingRule) String added in v1.42.9

func (s SheetElementRenderingRule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetElementRenderingRule) Validate added in v1.42.9

func (s *SheetElementRenderingRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SheetLayoutElementMaximizationOption added in v1.42.9

type SheetLayoutElementMaximizationOption struct {

	// The status of the sheet layout maximization options of a dashbaord.
	AvailabilityStatus *string `type:"string" enum:"DashboardBehavior"`
	// contains filtered or unexported fields
}

The sheet layout maximization options of a dashbaord.

func (SheetLayoutElementMaximizationOption) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetLayoutElementMaximizationOption) SetAvailabilityStatus added in v1.42.9

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (SheetLayoutElementMaximizationOption) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SheetStyle

type SheetStyle struct {

	// The display options for tiles.
	Tile *TileStyle `type:"structure"`

	// The layout options for tiles.
	TileLayout *TileLayoutStyle `type:"structure"`
	// contains filtered or unexported fields
}

The theme display options for sheets.

func (SheetStyle) GoString

func (s SheetStyle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetStyle) SetTile

func (s *SheetStyle) SetTile(v *TileStyle) *SheetStyle

SetTile sets the Tile field's value.

func (*SheetStyle) SetTileLayout

func (s *SheetStyle) SetTileLayout(v *TileLayoutStyle) *SheetStyle

SetTileLayout sets the TileLayout field's value.

func (SheetStyle) String

func (s SheetStyle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SheetTextBox added in v1.42.9

type SheetTextBox struct {

	// The content that is displayed in the text box.
	Content *string `type:"string"`

	// The unique identifier for a text box. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have text boxes that share identifiers.
	//
	// SheetTextBoxId is a required field
	SheetTextBoxId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A text box.

func (SheetTextBox) GoString added in v1.42.9

func (s SheetTextBox) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetTextBox) SetContent added in v1.42.9

func (s *SheetTextBox) SetContent(v string) *SheetTextBox

SetContent sets the Content field's value.

func (*SheetTextBox) SetSheetTextBoxId added in v1.42.9

func (s *SheetTextBox) SetSheetTextBoxId(v string) *SheetTextBox

SetSheetTextBoxId sets the SheetTextBoxId field's value.

func (SheetTextBox) String added in v1.42.9

func (s SheetTextBox) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetTextBox) Validate added in v1.42.9

func (s *SheetTextBox) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SheetVisualScopingConfiguration added in v1.42.9

type SheetVisualScopingConfiguration struct {

	// The scope of the applied entities. Choose one of the following options:
	//
	//    * ALL_VISUALS
	//
	//    * SELECTED_VISUALS
	//
	// Scope is a required field
	Scope *string `type:"string" required:"true" enum:"FilterVisualScope"`

	// The selected sheet that the filter is applied to.
	//
	// SheetId is a required field
	SheetId *string `min:"1" type:"string" required:"true"`

	// The selected visuals that the filter is applied to.
	VisualIds []*string `type:"list"`
	// contains filtered or unexported fields
}

The filter that is applied to the options.

func (SheetVisualScopingConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetVisualScopingConfiguration) SetScope added in v1.42.9

SetScope sets the Scope field's value.

func (*SheetVisualScopingConfiguration) SetSheetId added in v1.42.9

SetSheetId sets the SheetId field's value.

func (*SheetVisualScopingConfiguration) SetVisualIds added in v1.42.9

SetVisualIds sets the VisualIds field's value.

func (SheetVisualScopingConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SheetVisualScopingConfiguration) Validate added in v1.42.9

func (s *SheetVisualScopingConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ShortFormatText added in v1.42.9

type ShortFormatText struct {

	// Plain text format.
	PlainText *string `min:"1" type:"string"`

	// Rich text. Examples of rich text include bold, underline, and italics.
	RichText *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The text format for the title.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (ShortFormatText) GoString added in v1.42.9

func (s ShortFormatText) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ShortFormatText) SetPlainText added in v1.42.9

func (s *ShortFormatText) SetPlainText(v string) *ShortFormatText

SetPlainText sets the PlainText field's value.

func (*ShortFormatText) SetRichText added in v1.42.9

func (s *ShortFormatText) SetRichText(v string) *ShortFormatText

SetRichText sets the RichText field's value.

func (ShortFormatText) String added in v1.42.9

func (s ShortFormatText) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ShortFormatText) Validate added in v1.42.9

func (s *ShortFormatText) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SignupResponse added in v1.42.9

type SignupResponse struct {

	// The name of your Amazon QuickSight account.
	AccountName *string `locationName:"accountName" type:"string"`

	// The type of Active Directory that is being used to authenticate the Amazon
	// QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.
	DirectoryType *string `locationName:"directoryType" type:"string"`

	// A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication
	// method.
	IAMUser *bool `type:"boolean"`

	// The user login name for your Amazon QuickSight account.
	UserLoginName *string `locationName:"userLoginName" type:"string"`
	// contains filtered or unexported fields
}

A SignupResponse object that contains a summary of a newly created account.

func (SignupResponse) GoString added in v1.42.9

func (s SignupResponse) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SignupResponse) SetAccountName added in v1.42.9

func (s *SignupResponse) SetAccountName(v string) *SignupResponse

SetAccountName sets the AccountName field's value.

func (*SignupResponse) SetDirectoryType added in v1.42.9

func (s *SignupResponse) SetDirectoryType(v string) *SignupResponse

SetDirectoryType sets the DirectoryType field's value.

func (*SignupResponse) SetIAMUser added in v1.42.9

func (s *SignupResponse) SetIAMUser(v bool) *SignupResponse

SetIAMUser sets the IAMUser field's value.

func (*SignupResponse) SetUserLoginName added in v1.42.9

func (s *SignupResponse) SetUserLoginName(v string) *SignupResponse

SetUserLoginName sets the UserLoginName field's value.

func (SignupResponse) String added in v1.42.9

func (s SignupResponse) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SimpleClusterMarker added in v1.42.9

type SimpleClusterMarker struct {

	// The color of the simple cluster marker.
	Color *string `type:"string"`
	// contains filtered or unexported fields
}

The simple cluster marker of the cluster marker.

func (SimpleClusterMarker) GoString added in v1.42.9

func (s SimpleClusterMarker) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SimpleClusterMarker) SetColor added in v1.42.9

SetColor sets the Color field's value.

func (SimpleClusterMarker) String added in v1.42.9

func (s SimpleClusterMarker) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SliderControlDisplayOptions added in v1.42.9

type SliderControlDisplayOptions struct {

	// The configuration of info icon label options.
	InfoIconLabelOptions *SheetControlInfoIconLabelOptions `type:"structure"`

	// The options to configure the title visibility, name, and font size.
	TitleOptions *LabelOptions `type:"structure"`
	// contains filtered or unexported fields
}

The display options of a control.

func (SliderControlDisplayOptions) GoString added in v1.42.9

func (s SliderControlDisplayOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SliderControlDisplayOptions) SetInfoIconLabelOptions added in v1.42.9

SetInfoIconLabelOptions sets the InfoIconLabelOptions field's value.

func (*SliderControlDisplayOptions) SetTitleOptions added in v1.42.9

SetTitleOptions sets the TitleOptions field's value.

func (SliderControlDisplayOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SliderControlDisplayOptions) Validate added in v1.42.9

func (s *SliderControlDisplayOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SmallMultiplesAxisProperties added in v1.42.9

type SmallMultiplesAxisProperties struct {

	// Defines the placement of the axis. By default, axes are rendered OUTSIDE
	// of the panels. Axes with INDEPENDENT scale are rendered INSIDE the panels.
	Placement *string `type:"string" enum:"SmallMultiplesAxisPlacement"`

	// Determines whether scale of the axes are shared or independent. The default
	// value is SHARED.
	Scale *string `type:"string" enum:"SmallMultiplesAxisScale"`
	// contains filtered or unexported fields
}

Configures the properties of a chart's axes that are used by small multiples panels.

func (SmallMultiplesAxisProperties) GoString added in v1.42.9

func (s SmallMultiplesAxisProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SmallMultiplesAxisProperties) SetPlacement added in v1.42.9

SetPlacement sets the Placement field's value.

func (*SmallMultiplesAxisProperties) SetScale added in v1.42.9

SetScale sets the Scale field's value.

func (SmallMultiplesAxisProperties) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SmallMultiplesOptions added in v1.42.9

type SmallMultiplesOptions struct {

	// Sets the maximum number of visible columns to display in the grid of small
	// multiples panels.
	//
	// The default is Auto, which automatically adjusts the columns in the grid
	// to fit the overall layout and size of the given chart.
	MaxVisibleColumns *int64 `min:"1" type:"long"`

	// Sets the maximum number of visible rows to display in the grid of small multiples
	// panels.
	//
	// The default value is Auto, which automatically adjusts the rows in the grid
	// to fit the overall layout and size of the given chart.
	MaxVisibleRows *int64 `min:"1" type:"long"`

	// Configures the display options for each small multiples panel.
	PanelConfiguration *PanelConfiguration `type:"structure"`

	// The properties of a small multiples X axis.
	XAxis *SmallMultiplesAxisProperties `type:"structure"`

	// The properties of a small multiples Y axis.
	YAxis *SmallMultiplesAxisProperties `type:"structure"`
	// contains filtered or unexported fields
}

Options that determine the layout and display options of a chart's small multiples.

func (SmallMultiplesOptions) GoString added in v1.42.9

func (s SmallMultiplesOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SmallMultiplesOptions) SetMaxVisibleColumns added in v1.42.9

func (s *SmallMultiplesOptions) SetMaxVisibleColumns(v int64) *SmallMultiplesOptions

SetMaxVisibleColumns sets the MaxVisibleColumns field's value.

func (*SmallMultiplesOptions) SetMaxVisibleRows added in v1.42.9

func (s *SmallMultiplesOptions) SetMaxVisibleRows(v int64) *SmallMultiplesOptions

SetMaxVisibleRows sets the MaxVisibleRows field's value.

func (*SmallMultiplesOptions) SetPanelConfiguration added in v1.42.9

func (s *SmallMultiplesOptions) SetPanelConfiguration(v *PanelConfiguration) *SmallMultiplesOptions

SetPanelConfiguration sets the PanelConfiguration field's value.

func (*SmallMultiplesOptions) SetXAxis added in v1.42.9

SetXAxis sets the XAxis field's value.

func (*SmallMultiplesOptions) SetYAxis added in v1.42.9

SetYAxis sets the YAxis field's value.

func (SmallMultiplesOptions) String added in v1.42.9

func (s SmallMultiplesOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SmallMultiplesOptions) Validate added in v1.42.9

func (s *SmallMultiplesOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SnapshotAnonymousUser added in v1.42.9

type SnapshotAnonymousUser struct {

	// The tags to be used for row-level security (RLS). Make sure that the relevant
	// datasets have RLS tags configured before you start a snapshot export job.
	// You can configure the RLS tags of a dataset with a DataSet$RowLevelPermissionTagConfiguration
	// API call.
	//
	// These are not the tags that are used for Amazon Web Services resource tagging.
	// For more information on row level security in Amazon QuickSight, see Using
	// Row-Level Security (RLS) with Tags (https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html)in
	// the Amazon QuickSight User Guide.
	RowLevelPermissionTags []*SessionTag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

A structure that contains information on the anonymous user configuration.

func (SnapshotAnonymousUser) GoString added in v1.42.9

func (s SnapshotAnonymousUser) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotAnonymousUser) SetRowLevelPermissionTags added in v1.42.9

func (s *SnapshotAnonymousUser) SetRowLevelPermissionTags(v []*SessionTag) *SnapshotAnonymousUser

SetRowLevelPermissionTags sets the RowLevelPermissionTags field's value.

func (SnapshotAnonymousUser) String added in v1.42.9

func (s SnapshotAnonymousUser) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotAnonymousUser) Validate added in v1.42.9

func (s *SnapshotAnonymousUser) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SnapshotAnonymousUserRedacted added in v1.42.9

type SnapshotAnonymousUserRedacted struct {

	// The tag keys for the RowLevelPermissionTags.
	RowLevelPermissionTagKeys []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

Use this structure to redact sensitive information that you provide about an anonymous user from the snapshot.

func (SnapshotAnonymousUserRedacted) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotAnonymousUserRedacted) SetRowLevelPermissionTagKeys added in v1.42.9

func (s *SnapshotAnonymousUserRedacted) SetRowLevelPermissionTagKeys(v []*string) *SnapshotAnonymousUserRedacted

SetRowLevelPermissionTagKeys sets the RowLevelPermissionTagKeys field's value.

func (SnapshotAnonymousUserRedacted) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SnapshotConfiguration added in v1.42.9

type SnapshotConfiguration struct {

	// A structure that contains information on the Amazon S3 bucket that the generated
	// snapshot is stored in.
	DestinationConfiguration *SnapshotDestinationConfiguration `type:"structure"`

	// A list of SnapshotJobResultFileGroup objects that contain information about
	// the snapshot that is generated. This list can hold a maximum of 6 FileGroup
	// configurations.
	//
	// FileGroups is a required field
	FileGroups []*SnapshotFileGroup `min:"1" type:"list" required:"true"`

	// A list of Amazon QuickSight parameters and the list's override values.
	Parameters *Parameters `type:"structure"`
	// contains filtered or unexported fields
}

Describes the configuration of the dashboard snapshot.

func (SnapshotConfiguration) GoString added in v1.42.9

func (s SnapshotConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotConfiguration) SetDestinationConfiguration added in v1.42.9

SetDestinationConfiguration sets the DestinationConfiguration field's value.

func (*SnapshotConfiguration) SetFileGroups added in v1.42.9

SetFileGroups sets the FileGroups field's value.

func (*SnapshotConfiguration) SetParameters added in v1.42.9

SetParameters sets the Parameters field's value.

func (SnapshotConfiguration) String added in v1.42.9

func (s SnapshotConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotConfiguration) Validate added in v1.42.9

func (s *SnapshotConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SnapshotDestinationConfiguration added in v1.42.9

type SnapshotDestinationConfiguration struct {

	// A list of SnapshotS3DestinationConfiguration objects that contain Amazon
	// S3 destination configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.
	S3Destinations []*SnapshotS3DestinationConfiguration `min:"1" type:"list"`
	// contains filtered or unexported fields
}

A structure that contains information on the Amazon S3 destinations of the generated snapshot.

func (SnapshotDestinationConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotDestinationConfiguration) SetS3Destinations added in v1.42.9

SetS3Destinations sets the S3Destinations field's value.

func (SnapshotDestinationConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotDestinationConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type SnapshotFile added in v1.42.9

type SnapshotFile struct {

	// The format of the snapshot file to be generated. You can choose between CSV
	// and PDF.
	//
	// FormatType is a required field
	FormatType *string `type:"string" required:"true" enum:"SnapshotFileFormatType"`

	// A list of SnapshotFileSheetSelection objects that contain information on
	// the dashboard sheet that is exported. These objects provide information about
	// the snapshot artifacts that are generated during the job. This structure
	// can hold a maximum of 5 CSV configurations or 1 configuration for PDF.
	//
	// SheetSelections is a required field
	SheetSelections []*SnapshotFileSheetSelection `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A structure that contains the information for the snapshot that you want to generate. This information is provided by you when you start a new snapshot job.

func (SnapshotFile) GoString added in v1.42.9

func (s SnapshotFile) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotFile) SetFormatType added in v1.42.9

func (s *SnapshotFile) SetFormatType(v string) *SnapshotFile

SetFormatType sets the FormatType field's value.

func (*SnapshotFile) SetSheetSelections added in v1.42.9

func (s *SnapshotFile) SetSheetSelections(v []*SnapshotFileSheetSelection) *SnapshotFile

SetSheetSelections sets the SheetSelections field's value.

func (SnapshotFile) String added in v1.42.9

func (s SnapshotFile) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotFile) Validate added in v1.42.9

func (s *SnapshotFile) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SnapshotFileGroup added in v1.42.9

type SnapshotFileGroup struct {

	// A list of SnapshotFile objects that contain the information on the snapshot
	// files that need to be generated. This structure can hold 1 configuration
	// at a time.
	Files []*SnapshotFile `min:"1" type:"list"`
	// contains filtered or unexported fields
}

A structure that contains the information on the snapshot files.

func (SnapshotFileGroup) GoString added in v1.42.9

func (s SnapshotFileGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotFileGroup) SetFiles added in v1.42.9

SetFiles sets the Files field's value.

func (SnapshotFileGroup) String added in v1.42.9

func (s SnapshotFileGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotFileGroup) Validate added in v1.42.9

func (s *SnapshotFileGroup) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SnapshotFileSheetSelection added in v1.42.9

type SnapshotFileSheetSelection struct {

	// The selection scope of the visuals on a sheet of a dashboard that you are
	// generating a snapthot of. You can choose one of the following options.
	//
	//    * ALL_VISUALS - Selects all visuals that are on the sheet. This value
	//    is required if the snapshot is a PDF.
	//
	//    * SELECTED_VISUALS - Select the visual that you want to add to the snapshot.
	//    This value is required if the snapshot is a CSV.
	//
	// SelectionScope is a required field
	SelectionScope *string `type:"string" required:"true" enum:"SnapshotFileSheetSelectionScope"`

	// The sheet ID of the dashboard to generate the snapshot artifact from. This
	// value is required for CSV or PDF format types.
	//
	// SheetId is a required field
	SheetId *string `min:"1" type:"string" required:"true"`

	// A structure that lists the IDs of the visuals in the selected sheet. Supported
	// visual types are table, pivot table visuals. This value is required if you
	// are generating a CSV. This value supports a maximum of 1 visual ID.
	VisualIds []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

A structure that contains information that identifies the snapshot that needs to be generated.

func (SnapshotFileSheetSelection) GoString added in v1.42.9

func (s SnapshotFileSheetSelection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotFileSheetSelection) SetSelectionScope added in v1.42.9

SetSelectionScope sets the SelectionScope field's value.

func (*SnapshotFileSheetSelection) SetSheetId added in v1.42.9

SetSheetId sets the SheetId field's value.

func (*SnapshotFileSheetSelection) SetVisualIds added in v1.42.9

SetVisualIds sets the VisualIds field's value.

func (SnapshotFileSheetSelection) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotFileSheetSelection) Validate added in v1.42.9

func (s *SnapshotFileSheetSelection) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SnapshotJobErrorInfo added in v1.42.9

type SnapshotJobErrorInfo struct {

	// The error message.
	ErrorMessage *string `type:"string"`

	// The error type.
	ErrorType *string `type:"string"`
	// contains filtered or unexported fields
}

An object that contains information on the error that caused the snapshot job to fail.

func (SnapshotJobErrorInfo) GoString added in v1.42.9

func (s SnapshotJobErrorInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotJobErrorInfo) SetErrorMessage added in v1.42.9

func (s *SnapshotJobErrorInfo) SetErrorMessage(v string) *SnapshotJobErrorInfo

SetErrorMessage sets the ErrorMessage field's value.

func (*SnapshotJobErrorInfo) SetErrorType added in v1.42.9

func (s *SnapshotJobErrorInfo) SetErrorType(v string) *SnapshotJobErrorInfo

SetErrorType sets the ErrorType field's value.

func (SnapshotJobErrorInfo) String added in v1.42.9

func (s SnapshotJobErrorInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SnapshotJobResult added in v1.42.9

type SnapshotJobResult struct {

	// A list of AnonymousUserSnapshotJobResult objects that contain information
	// on anonymous users and their user configurations. This data provided by you
	// when you make a StartDashboardSnapshotJob API call.
	AnonymousUsers []*AnonymousUserSnapshotJobResult `type:"list"`
	// contains filtered or unexported fields
}

An object that provides information on the result of a snapshot job. This object provides information about the job, the job status, and the location of the generated file.

func (SnapshotJobResult) GoString added in v1.42.9

func (s SnapshotJobResult) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotJobResult) SetAnonymousUsers added in v1.42.9

SetAnonymousUsers sets the AnonymousUsers field's value.

func (SnapshotJobResult) String added in v1.42.9

func (s SnapshotJobResult) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SnapshotJobResultErrorInfo added in v1.42.9

type SnapshotJobResultErrorInfo struct {

	// The error message.
	ErrorMessage *string `type:"string"`

	// The error type.
	ErrorType *string `type:"string"`
	// contains filtered or unexported fields
}

Information on the error that caused the snapshot job to fail.

func (SnapshotJobResultErrorInfo) GoString added in v1.42.9

func (s SnapshotJobResultErrorInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotJobResultErrorInfo) SetErrorMessage added in v1.42.9

SetErrorMessage sets the ErrorMessage field's value.

func (*SnapshotJobResultErrorInfo) SetErrorType added in v1.42.9

SetErrorType sets the ErrorType field's value.

func (SnapshotJobResultErrorInfo) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SnapshotJobResultFileGroup added in v1.42.9

type SnapshotJobResultFileGroup struct {

	// A list of SnapshotFile objects.
	Files []*SnapshotFile `min:"1" type:"list"`

	// A list of SnapshotJobS3Result objects.
	S3Results []*SnapshotJobS3Result `type:"list"`
	// contains filtered or unexported fields
}

A structure that contains information on the generated snapshot file groups.

func (SnapshotJobResultFileGroup) GoString added in v1.42.9

func (s SnapshotJobResultFileGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotJobResultFileGroup) SetFiles added in v1.42.9

SetFiles sets the Files field's value.

func (*SnapshotJobResultFileGroup) SetS3Results added in v1.42.9

SetS3Results sets the S3Results field's value.

func (SnapshotJobResultFileGroup) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SnapshotJobS3Result added in v1.42.9

type SnapshotJobS3Result struct {

	// An array of error records that describe any failures that occur while the
	// dashboard snapshot job runs.
	ErrorInfo []*SnapshotJobResultErrorInfo `type:"list"`

	// A list of Amazon S3 bucket configurations that are provided when you make
	// a StartDashboardSnapshotJob API call.
	S3DestinationConfiguration *SnapshotS3DestinationConfiguration `type:"structure"`

	// The Amazon S3 Uri.
	//
	// S3Uri is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by SnapshotJobS3Result's
	// String and GoString methods.
	S3Uri *string `type:"string" sensitive:"true"`
	// contains filtered or unexported fields
}

The Amazon S3 result from the snapshot job. The result includes the DestinationConfiguration and the Amazon S3 Uri. If an error occured during the job, the result returns information on the error.

func (SnapshotJobS3Result) GoString added in v1.42.9

func (s SnapshotJobS3Result) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotJobS3Result) SetErrorInfo added in v1.42.9

SetErrorInfo sets the ErrorInfo field's value.

func (*SnapshotJobS3Result) SetS3DestinationConfiguration added in v1.42.9

func (s *SnapshotJobS3Result) SetS3DestinationConfiguration(v *SnapshotS3DestinationConfiguration) *SnapshotJobS3Result

SetS3DestinationConfiguration sets the S3DestinationConfiguration field's value.

func (*SnapshotJobS3Result) SetS3Uri added in v1.42.9

SetS3Uri sets the S3Uri field's value.

func (SnapshotJobS3Result) String added in v1.42.9

func (s SnapshotJobS3Result) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SnapshotS3DestinationConfiguration added in v1.42.9

type SnapshotS3DestinationConfiguration struct {

	// A structure that contains details about the Amazon S3 bucket that the generated
	// dashboard snapshot is saved in.
	BucketConfiguration *S3BucketConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

A structure that describes the Amazon S3 settings to use to save the generated dashboard snapshot.

func (SnapshotS3DestinationConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotS3DestinationConfiguration) SetBucketConfiguration added in v1.42.9

SetBucketConfiguration sets the BucketConfiguration field's value.

func (SnapshotS3DestinationConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotS3DestinationConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type SnapshotUserConfiguration added in v1.42.9

type SnapshotUserConfiguration struct {

	// An array of records that describe the anonymous users that the dashboard
	// snapshot is generated for.
	AnonymousUsers []*SnapshotAnonymousUser `min:"1" type:"list"`
	// contains filtered or unexported fields
}

A structure that contains information about the users that the dashboard snapshot is generated for.

func (SnapshotUserConfiguration) GoString added in v1.42.9

func (s SnapshotUserConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotUserConfiguration) SetAnonymousUsers added in v1.42.9

SetAnonymousUsers sets the AnonymousUsers field's value.

func (SnapshotUserConfiguration) String added in v1.42.9

func (s SnapshotUserConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotUserConfiguration) Validate added in v1.42.9

func (s *SnapshotUserConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SnapshotUserConfigurationRedacted added in v1.42.9

type SnapshotUserConfigurationRedacted struct {

	// An array of records that describe anonymous users that the dashboard snapshot
	// is generated for. Sensitive user information is excluded.
	AnonymousUsers []*SnapshotAnonymousUserRedacted `min:"1" type:"list"`
	// contains filtered or unexported fields
}

A structure that contains information about the users that the dashboard snapshot is generated for. Sensitive user information is excluded.

func (SnapshotUserConfigurationRedacted) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotUserConfigurationRedacted) SetAnonymousUsers added in v1.42.9

SetAnonymousUsers sets the AnonymousUsers field's value.

func (SnapshotUserConfigurationRedacted) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SnowflakeParameters

type SnowflakeParameters struct {

	// Database.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// Host.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// Warehouse.
	//
	// Warehouse is a required field
	Warehouse *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The parameters for Snowflake.

func (SnowflakeParameters) GoString

func (s SnowflakeParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnowflakeParameters) SetDatabase

func (s *SnowflakeParameters) SetDatabase(v string) *SnowflakeParameters

SetDatabase sets the Database field's value.

func (*SnowflakeParameters) SetHost

SetHost sets the Host field's value.

func (*SnowflakeParameters) SetWarehouse

func (s *SnowflakeParameters) SetWarehouse(v string) *SnowflakeParameters

SetWarehouse sets the Warehouse field's value.

func (SnowflakeParameters) String

func (s SnowflakeParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnowflakeParameters) Validate

func (s *SnowflakeParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Spacing added in v1.42.9

type Spacing struct {

	// Define the bottom spacing.
	Bottom *string `type:"string"`

	// Define the left spacing.
	Left *string `type:"string"`

	// Define the right spacing.
	Right *string `type:"string"`

	// Define the top spacing.
	Top *string `type:"string"`
	// contains filtered or unexported fields
}

The configuration of spacing (often a margin or padding).

func (Spacing) GoString added in v1.42.9

func (s Spacing) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Spacing) SetBottom added in v1.42.9

func (s *Spacing) SetBottom(v string) *Spacing

SetBottom sets the Bottom field's value.

func (*Spacing) SetLeft added in v1.42.9

func (s *Spacing) SetLeft(v string) *Spacing

SetLeft sets the Left field's value.

func (*Spacing) SetRight added in v1.42.9

func (s *Spacing) SetRight(v string) *Spacing

SetRight sets the Right field's value.

func (*Spacing) SetTop added in v1.42.9

func (s *Spacing) SetTop(v string) *Spacing

SetTop sets the Top field's value.

func (Spacing) String added in v1.42.9

func (s Spacing) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SparkParameters

type SparkParameters struct {

	// Host.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// Port.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The parameters for Spark.

func (SparkParameters) GoString

func (s SparkParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SparkParameters) SetHost

func (s *SparkParameters) SetHost(v string) *SparkParameters

SetHost sets the Host field's value.

func (*SparkParameters) SetPort

func (s *SparkParameters) SetPort(v int64) *SparkParameters

SetPort sets the Port field's value.

func (SparkParameters) String

func (s SparkParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SparkParameters) Validate

func (s *SparkParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SqlServerParameters

type SqlServerParameters struct {

	// Database.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// Host.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// Port.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The parameters for SQL Server.

func (SqlServerParameters) GoString

func (s SqlServerParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SqlServerParameters) SetDatabase

func (s *SqlServerParameters) SetDatabase(v string) *SqlServerParameters

SetDatabase sets the Database field's value.

func (*SqlServerParameters) SetHost

SetHost sets the Host field's value.

func (*SqlServerParameters) SetPort

SetPort sets the Port field's value.

func (SqlServerParameters) String

func (s SqlServerParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SqlServerParameters) Validate

func (s *SqlServerParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SslProperties

type SslProperties struct {

	// A Boolean option to control whether SSL should be disabled.
	DisableSsl *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.

func (SslProperties) GoString

func (s SslProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SslProperties) SetDisableSsl

func (s *SslProperties) SetDisableSsl(v bool) *SslProperties

SetDisableSsl sets the DisableSsl field's value.

func (SslProperties) String

func (s SslProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartAssetBundleExportJobInput added in v1.42.9

type StartAssetBundleExportJobInput struct {

	// The ID of the job. This ID is unique while the job is running. After the
	// job is completed, you can reuse this ID for another job.
	//
	// AssetBundleExportJobId is a required field
	AssetBundleExportJobId *string `min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account to export assets from.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// An optional collection of structures that generate CloudFormation parameters
	// to override the existing resource property values when the resource is exported
	// to a new CloudFormation template.
	//
	// Use this field if the ExportFormat field of a StartAssetBundleExportJobRequest
	// API call is set to CLOUDFORMATION_JSON.
	CloudFormationOverridePropertyConfiguration *AssetBundleCloudFormationOverridePropertyConfiguration `type:"structure"`

	// The export data format.
	//
	// ExportFormat is a required field
	ExportFormat *string `type:"string" required:"true" enum:"AssetBundleExportFormat"`

	// A Boolean that determines whether all dependencies of each resource ARN are
	// recursively exported with the job. For example, say you provided a Dashboard
	// ARN to the ResourceArns parameter. If you set IncludeAllDependencies to TRUE,
	// any theme, dataset, and data source resource that is a dependency of the
	// dashboard is also exported.
	IncludeAllDependencies *bool `type:"boolean"`

	// An array of resource ARNs to export. The following resources are supported.
	//
	//    * Analysis
	//
	//    * Dashboard
	//
	//    * DataSet
	//
	//    * DataSource
	//
	//    * RefreshSchedule
	//
	//    * Theme
	//
	//    * VPCConnection
	//
	// The API caller must have the necessary permissions in their IAM role to access
	// each resource before the resources can be exported.
	//
	// ResourceArns is a required field
	ResourceArns []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (StartAssetBundleExportJobInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssetBundleExportJobInput) SetAssetBundleExportJobId added in v1.42.9

func (s *StartAssetBundleExportJobInput) SetAssetBundleExportJobId(v string) *StartAssetBundleExportJobInput

SetAssetBundleExportJobId sets the AssetBundleExportJobId field's value.

func (*StartAssetBundleExportJobInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*StartAssetBundleExportJobInput) SetCloudFormationOverridePropertyConfiguration added in v1.42.9

SetCloudFormationOverridePropertyConfiguration sets the CloudFormationOverridePropertyConfiguration field's value.

func (*StartAssetBundleExportJobInput) SetExportFormat added in v1.42.9

SetExportFormat sets the ExportFormat field's value.

func (*StartAssetBundleExportJobInput) SetIncludeAllDependencies added in v1.42.9

func (s *StartAssetBundleExportJobInput) SetIncludeAllDependencies(v bool) *StartAssetBundleExportJobInput

SetIncludeAllDependencies sets the IncludeAllDependencies field's value.

func (*StartAssetBundleExportJobInput) SetResourceArns added in v1.42.9

SetResourceArns sets the ResourceArns field's value.

func (StartAssetBundleExportJobInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssetBundleExportJobInput) Validate added in v1.42.9

func (s *StartAssetBundleExportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartAssetBundleExportJobOutput added in v1.42.9

type StartAssetBundleExportJobOutput struct {

	// The Amazon Resource Name (ARN) for the export job.
	Arn *string `type:"string"`

	// The ID of the job. This ID is unique while the job is running. After the
	// job is completed, you can reuse this ID for another job.
	AssetBundleExportJobId *string `min:"1" type:"string"`

	// The Amazon Web Services response ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the response.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (StartAssetBundleExportJobOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssetBundleExportJobOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*StartAssetBundleExportJobOutput) SetAssetBundleExportJobId added in v1.42.9

SetAssetBundleExportJobId sets the AssetBundleExportJobId field's value.

func (*StartAssetBundleExportJobOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*StartAssetBundleExportJobOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (StartAssetBundleExportJobOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartAssetBundleImportJobInput added in v1.42.9

type StartAssetBundleImportJobInput struct {

	// The ID of the job. This ID is unique while the job is running. After the
	// job is completed, you can reuse this ID for another job.
	//
	// AssetBundleImportJobId is a required field
	AssetBundleImportJobId *string `min:"1" type:"string" required:"true"`

	// The source of the asset bundle zip file that contains the data that you want
	// to import. The file must be in QUICKSIGHT_JSON format.
	//
	// AssetBundleImportSource is a required field
	AssetBundleImportSource *AssetBundleImportSource `type:"structure" required:"true"`

	// The ID of the Amazon Web Services account to import assets into.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The failure action for the import job.
	//
	// If you choose ROLLBACK, failed import jobs will attempt to undo any asset
	// changes caused by the failed job.
	//
	// If you choose DO_NOTHING, failed import jobs will not attempt to roll back
	// any asset changes caused by the failed job, possibly keeping the Amazon QuickSight
	// account in an inconsistent state.
	FailureAction *string `type:"string" enum:"AssetBundleImportFailureAction"`

	// Optional overrides to be applied to the resource configuration before import.
	OverrideParameters *AssetBundleImportJobOverrideParameters `type:"structure"`
	// contains filtered or unexported fields
}

func (StartAssetBundleImportJobInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssetBundleImportJobInput) SetAssetBundleImportJobId added in v1.42.9

func (s *StartAssetBundleImportJobInput) SetAssetBundleImportJobId(v string) *StartAssetBundleImportJobInput

SetAssetBundleImportJobId sets the AssetBundleImportJobId field's value.

func (*StartAssetBundleImportJobInput) SetAssetBundleImportSource added in v1.42.9

SetAssetBundleImportSource sets the AssetBundleImportSource field's value.

func (*StartAssetBundleImportJobInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*StartAssetBundleImportJobInput) SetFailureAction added in v1.42.9

SetFailureAction sets the FailureAction field's value.

func (*StartAssetBundleImportJobInput) SetOverrideParameters added in v1.42.9

SetOverrideParameters sets the OverrideParameters field's value.

func (StartAssetBundleImportJobInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssetBundleImportJobInput) Validate added in v1.42.9

func (s *StartAssetBundleImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartAssetBundleImportJobOutput added in v1.42.9

type StartAssetBundleImportJobOutput struct {

	// The Amazon Resource Name (ARN) for the import job.
	Arn *string `type:"string"`

	// The ID of the job. This ID is unique while the job is running. After the
	// job is completed, you can reuse this ID for another job.
	AssetBundleImportJobId *string `min:"1" type:"string"`

	// The Amazon Web Services response ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the response.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (StartAssetBundleImportJobOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssetBundleImportJobOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*StartAssetBundleImportJobOutput) SetAssetBundleImportJobId added in v1.42.9

SetAssetBundleImportJobId sets the AssetBundleImportJobId field's value.

func (*StartAssetBundleImportJobOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*StartAssetBundleImportJobOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (StartAssetBundleImportJobOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartDashboardSnapshotJobInput added in v1.42.9

type StartDashboardSnapshotJobInput struct {

	// The ID of the Amazon Web Services account that the dashboard snapshot job
	// is executed in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dashboard that you want to start a snapshot job for.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// A structure that describes the configuration of the dashboard snapshot.
	//
	// SnapshotConfiguration is a required field
	SnapshotConfiguration *SnapshotConfiguration `type:"structure" required:"true"`

	// An ID for the dashboard snapshot job. This ID is unique to the dashboard
	// while the job is running. This ID can be used to poll the status of a job
	// with a DescribeDashboardSnapshotJob while the job runs. You can reuse this
	// ID for another job 24 hours after the current job is completed.
	//
	// SnapshotJobId is a required field
	SnapshotJobId *string `min:"1" type:"string" required:"true"`

	// A structure that contains information about the anonymous users that the
	// generated snapshot is for. This API will not return information about registered
	// Amazon QuickSight.
	//
	// UserConfiguration is a required field
	UserConfiguration *SnapshotUserConfiguration `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (StartDashboardSnapshotJobInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartDashboardSnapshotJobInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*StartDashboardSnapshotJobInput) SetDashboardId added in v1.42.9

SetDashboardId sets the DashboardId field's value.

func (*StartDashboardSnapshotJobInput) SetSnapshotConfiguration added in v1.42.9

SetSnapshotConfiguration sets the SnapshotConfiguration field's value.

func (*StartDashboardSnapshotJobInput) SetSnapshotJobId added in v1.42.9

SetSnapshotJobId sets the SnapshotJobId field's value.

func (*StartDashboardSnapshotJobInput) SetUserConfiguration added in v1.42.9

SetUserConfiguration sets the UserConfiguration field's value.

func (StartDashboardSnapshotJobInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartDashboardSnapshotJobInput) Validate added in v1.42.9

func (s *StartDashboardSnapshotJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartDashboardSnapshotJobOutput added in v1.42.9

type StartDashboardSnapshotJobOutput struct {

	// The Amazon Resource Name (ARN) for the dashboard snapshot job.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The ID of the job. The job ID is set when you start a new job with a StartDashboardSnapshotJob
	// API call.
	SnapshotJobId *string `min:"1" type:"string"`

	// The HTTP status of the request
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (StartDashboardSnapshotJobOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartDashboardSnapshotJobOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*StartDashboardSnapshotJobOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*StartDashboardSnapshotJobOutput) SetSnapshotJobId added in v1.42.9

SetSnapshotJobId sets the SnapshotJobId field's value.

func (*StartDashboardSnapshotJobOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (StartDashboardSnapshotJobOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StatePersistenceConfigurations added in v1.42.9

type StatePersistenceConfigurations struct {

	// Determines if a Amazon QuickSight dashboard's state persistence settings
	// are turned on or off.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

The state perssitence configuration of an embedded dashboard.

func (StatePersistenceConfigurations) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StatePersistenceConfigurations) SetEnabled added in v1.42.9

SetEnabled sets the Enabled field's value.

func (StatePersistenceConfigurations) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StatePersistenceConfigurations) Validate added in v1.42.9

func (s *StatePersistenceConfigurations) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StringDatasetParameter added in v1.42.9

type StringDatasetParameter struct {

	// A list of default values for a given string dataset parameter type. This
	// structure only accepts static values.
	DefaultValues *StringDatasetParameterDefaultValues `type:"structure"`

	// An identifier for the string parameter that is created in the dataset.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The name of the string parameter that is created in the dataset.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The value type of the dataset parameter. Valid values are single value or
	// multi value.
	//
	// ValueType is a required field
	ValueType *string `type:"string" required:"true" enum:"DatasetParameterValueType"`
	// contains filtered or unexported fields
}

A string parameter for a dataset.

func (StringDatasetParameter) GoString added in v1.42.9

func (s StringDatasetParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringDatasetParameter) SetDefaultValues added in v1.42.9

SetDefaultValues sets the DefaultValues field's value.

func (*StringDatasetParameter) SetId added in v1.42.9

SetId sets the Id field's value.

func (*StringDatasetParameter) SetName added in v1.42.9

SetName sets the Name field's value.

func (*StringDatasetParameter) SetValueType added in v1.42.9

SetValueType sets the ValueType field's value.

func (StringDatasetParameter) String added in v1.42.9

func (s StringDatasetParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringDatasetParameter) Validate added in v1.42.9

func (s *StringDatasetParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StringDatasetParameterDefaultValues added in v1.42.9

type StringDatasetParameterDefaultValues struct {

	// A list of static default values for a given string parameter.
	StaticValues []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The default values of a string parameter.

func (StringDatasetParameterDefaultValues) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringDatasetParameterDefaultValues) SetStaticValues added in v1.42.9

SetStaticValues sets the StaticValues field's value.

func (StringDatasetParameterDefaultValues) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringDatasetParameterDefaultValues) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type StringDefaultValues added in v1.42.9

type StringDefaultValues struct {

	// The dynamic value of the StringDefaultValues. Different defaults displayed
	// according to users, groups, and values mapping.
	DynamicValue *DynamicDefaultValue `type:"structure"`

	// The static values of the DecimalDefaultValues.
	StaticValues []*string `type:"list"`
	// contains filtered or unexported fields
}

The default values of the StringParameterDeclaration.

func (StringDefaultValues) GoString added in v1.42.9

func (s StringDefaultValues) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringDefaultValues) SetDynamicValue added in v1.42.9

SetDynamicValue sets the DynamicValue field's value.

func (*StringDefaultValues) SetStaticValues added in v1.42.9

func (s *StringDefaultValues) SetStaticValues(v []*string) *StringDefaultValues

SetStaticValues sets the StaticValues field's value.

func (StringDefaultValues) String added in v1.42.9

func (s StringDefaultValues) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringDefaultValues) Validate added in v1.42.9

func (s *StringDefaultValues) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StringFormatConfiguration added in v1.42.9

type StringFormatConfiguration struct {

	// The options that determine the null value format configuration.
	NullValueFormatConfiguration *NullValueFormatConfiguration `type:"structure"`

	// The formatting configuration for numeric strings.
	NumericFormatConfiguration *NumericFormatConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

Formatting configuration for string fields.

func (StringFormatConfiguration) GoString added in v1.42.9

func (s StringFormatConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringFormatConfiguration) SetNullValueFormatConfiguration added in v1.42.9

SetNullValueFormatConfiguration sets the NullValueFormatConfiguration field's value.

func (*StringFormatConfiguration) SetNumericFormatConfiguration added in v1.42.9

SetNumericFormatConfiguration sets the NumericFormatConfiguration field's value.

func (StringFormatConfiguration) String added in v1.42.9

func (s StringFormatConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringFormatConfiguration) Validate added in v1.42.9

func (s *StringFormatConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StringParameter

type StringParameter struct {

	// A display name for a string parameter.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The values of a string parameter.
	//
	// Values is a required field
	Values []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

A string parameter.

func (StringParameter) GoString

func (s StringParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringParameter) SetName

func (s *StringParameter) SetName(v string) *StringParameter

SetName sets the Name field's value.

func (*StringParameter) SetValues

func (s *StringParameter) SetValues(v []*string) *StringParameter

SetValues sets the Values field's value.

func (StringParameter) String

func (s StringParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringParameter) Validate

func (s *StringParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StringParameterDeclaration added in v1.42.9

type StringParameterDeclaration struct {

	// The default values of a parameter. If the parameter is a single-value parameter,
	// a maximum of one default value can be provided.
	DefaultValues *StringDefaultValues `type:"structure"`

	// A list of dataset parameters that are mapped to an analysis parameter.
	MappedDataSetParameters []*MappedDataSetParameter `type:"list"`

	// The name of the parameter that is being declared.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The value type determines whether the parameter is a single-value or multi-value
	// parameter.
	//
	// ParameterValueType is a required field
	ParameterValueType *string `type:"string" required:"true" enum:"ParameterValueType"`

	// The configuration that defines the default value of a String parameter when
	// a value has not been set.
	ValueWhenUnset *StringValueWhenUnsetConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

A parameter declaration for the String data type.

func (StringParameterDeclaration) GoString added in v1.42.9

func (s StringParameterDeclaration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringParameterDeclaration) SetDefaultValues added in v1.42.9

SetDefaultValues sets the DefaultValues field's value.

func (*StringParameterDeclaration) SetMappedDataSetParameters added in v1.42.9

SetMappedDataSetParameters sets the MappedDataSetParameters field's value.

func (*StringParameterDeclaration) SetName added in v1.42.9

SetName sets the Name field's value.

func (*StringParameterDeclaration) SetParameterValueType added in v1.42.9

func (s *StringParameterDeclaration) SetParameterValueType(v string) *StringParameterDeclaration

SetParameterValueType sets the ParameterValueType field's value.

func (*StringParameterDeclaration) SetValueWhenUnset added in v1.42.9

SetValueWhenUnset sets the ValueWhenUnset field's value.

func (StringParameterDeclaration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringParameterDeclaration) Validate added in v1.42.9

func (s *StringParameterDeclaration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StringValueWhenUnsetConfiguration added in v1.42.9

type StringValueWhenUnsetConfiguration struct {

	// A custom value that's used when the value of a parameter isn't set.
	//
	// CustomValue is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by StringValueWhenUnsetConfiguration's
	// String and GoString methods.
	CustomValue *string `type:"string" sensitive:"true"`

	// The built-in options for default values. The value can be one of the following:
	//
	//    * RECOMMENDED: The recommended value.
	//
	//    * NULL: The NULL value.
	ValueWhenUnsetOption *string `type:"string" enum:"ValueWhenUnsetOption"`
	// contains filtered or unexported fields
}

The configuration that defines the default value of a String parameter when a value has not been set.

func (StringValueWhenUnsetConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StringValueWhenUnsetConfiguration) SetCustomValue added in v1.42.9

SetCustomValue sets the CustomValue field's value.

func (*StringValueWhenUnsetConfiguration) SetValueWhenUnsetOption added in v1.42.9

SetValueWhenUnsetOption sets the ValueWhenUnsetOption field's value.

func (StringValueWhenUnsetConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SubtotalOptions added in v1.42.9

type SubtotalOptions struct {

	// The custom label string for the subtotal cells.
	CustomLabel *string `type:"string"`

	// The field level (all, custom, last) for the subtotal cells.
	FieldLevel *string `type:"string" enum:"PivotTableSubtotalLevel"`

	// The optional configuration of subtotal cells.
	FieldLevelOptions []*PivotTableFieldSubtotalOptions `type:"list"`

	// The cell styling options for the subtotals of header cells.
	MetricHeaderCellStyle *TableCellStyle `type:"structure"`

	// The cell styling options for the subtotal cells.
	TotalCellStyle *TableCellStyle `type:"structure"`

	// The visibility configuration for the subtotal cells.
	TotalsVisibility *string `type:"string" enum:"Visibility"`

	// The cell styling options for the subtotals of value cells.
	ValueCellStyle *TableCellStyle `type:"structure"`
	// contains filtered or unexported fields
}

The subtotal options.

func (SubtotalOptions) GoString added in v1.42.9

func (s SubtotalOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SubtotalOptions) SetCustomLabel added in v1.42.9

func (s *SubtotalOptions) SetCustomLabel(v string) *SubtotalOptions

SetCustomLabel sets the CustomLabel field's value.

func (*SubtotalOptions) SetFieldLevel added in v1.42.9

func (s *SubtotalOptions) SetFieldLevel(v string) *SubtotalOptions

SetFieldLevel sets the FieldLevel field's value.

func (*SubtotalOptions) SetFieldLevelOptions added in v1.42.9

func (s *SubtotalOptions) SetFieldLevelOptions(v []*PivotTableFieldSubtotalOptions) *SubtotalOptions

SetFieldLevelOptions sets the FieldLevelOptions field's value.

func (*SubtotalOptions) SetMetricHeaderCellStyle added in v1.42.9

func (s *SubtotalOptions) SetMetricHeaderCellStyle(v *TableCellStyle) *SubtotalOptions

SetMetricHeaderCellStyle sets the MetricHeaderCellStyle field's value.

func (*SubtotalOptions) SetTotalCellStyle added in v1.42.9

func (s *SubtotalOptions) SetTotalCellStyle(v *TableCellStyle) *SubtotalOptions

SetTotalCellStyle sets the TotalCellStyle field's value.

func (*SubtotalOptions) SetTotalsVisibility added in v1.42.9

func (s *SubtotalOptions) SetTotalsVisibility(v string) *SubtotalOptions

SetTotalsVisibility sets the TotalsVisibility field's value.

func (*SubtotalOptions) SetValueCellStyle added in v1.42.9

func (s *SubtotalOptions) SetValueCellStyle(v *TableCellStyle) *SubtotalOptions

SetValueCellStyle sets the ValueCellStyle field's value.

func (SubtotalOptions) String added in v1.42.9

func (s SubtotalOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SubtotalOptions) Validate added in v1.42.9

func (s *SubtotalOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableAggregatedFieldWells added in v1.42.9

type TableAggregatedFieldWells struct {

	// The group by field well for a pivot table. Values are grouped by group by
	// fields.
	GroupBy []*DimensionField `type:"list"`

	// The values field well for a pivot table. Values are aggregated based on group
	// by fields.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The aggregated field well for the table.

func (TableAggregatedFieldWells) GoString added in v1.42.9

func (s TableAggregatedFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableAggregatedFieldWells) SetGroupBy added in v1.42.9

SetGroupBy sets the GroupBy field's value.

func (*TableAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (TableAggregatedFieldWells) String added in v1.42.9

func (s TableAggregatedFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableAggregatedFieldWells) Validate added in v1.42.9

func (s *TableAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableBorderOptions added in v1.42.9

type TableBorderOptions struct {

	// The color of a table border.
	Color *string `type:"string"`

	// The style (none, solid) of a table border.
	Style *string `type:"string" enum:"TableBorderStyle"`

	// The thickness of a table border.
	Thickness *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

The border options for a table border.

func (TableBorderOptions) GoString added in v1.42.9

func (s TableBorderOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableBorderOptions) SetColor added in v1.42.9

SetColor sets the Color field's value.

func (*TableBorderOptions) SetStyle added in v1.42.9

SetStyle sets the Style field's value.

func (*TableBorderOptions) SetThickness added in v1.42.9

func (s *TableBorderOptions) SetThickness(v int64) *TableBorderOptions

SetThickness sets the Thickness field's value.

func (TableBorderOptions) String added in v1.42.9

func (s TableBorderOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableBorderOptions) Validate added in v1.42.9

func (s *TableBorderOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableCellConditionalFormatting added in v1.42.9

type TableCellConditionalFormatting struct {

	// The field ID of the cell for conditional formatting.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The text format of the cell for conditional formatting.
	TextFormat *TextConditionalFormat `type:"structure"`
	// contains filtered or unexported fields
}

The cell conditional formatting option for a table.

func (TableCellConditionalFormatting) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableCellConditionalFormatting) SetFieldId added in v1.42.9

SetFieldId sets the FieldId field's value.

func (*TableCellConditionalFormatting) SetTextFormat added in v1.42.9

SetTextFormat sets the TextFormat field's value.

func (TableCellConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableCellConditionalFormatting) Validate added in v1.42.9

func (s *TableCellConditionalFormatting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableCellImageSizingConfiguration added in v1.42.9

type TableCellImageSizingConfiguration struct {

	// The cell scaling configuration of the sizing options for the table image
	// configuration.
	TableCellImageScalingConfiguration *string `type:"string" enum:"TableCellImageScalingConfiguration"`
	// contains filtered or unexported fields
}

The sizing options for the table image configuration.

func (TableCellImageSizingConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableCellImageSizingConfiguration) SetTableCellImageScalingConfiguration added in v1.42.9

func (s *TableCellImageSizingConfiguration) SetTableCellImageScalingConfiguration(v string) *TableCellImageSizingConfiguration

SetTableCellImageScalingConfiguration sets the TableCellImageScalingConfiguration field's value.

func (TableCellImageSizingConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TableCellStyle added in v1.42.9

type TableCellStyle struct {

	// The background color for the table cells.
	BackgroundColor *string `type:"string"`

	// The borders for the table cells.
	Border *GlobalTableBorderOptions `type:"structure"`

	// The font configuration of the table cells.
	FontConfiguration *FontConfiguration `type:"structure"`

	// The height color for the table cells.
	Height *int64 `min:"8" type:"integer"`

	// The horizontal text alignment (left, center, right, auto) for the table cells.
	HorizontalTextAlignment *string `type:"string" enum:"HorizontalTextAlignment"`

	// The text wrap (none, wrap) for the table cells.
	TextWrap *string `type:"string" enum:"TextWrap"`

	// The vertical text alignment (top, middle, bottom) for the table cells.
	VerticalTextAlignment *string `type:"string" enum:"VerticalTextAlignment"`

	// The visibility of the table cells.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The table cell style for a cell in pivot table or table visual.

func (TableCellStyle) GoString added in v1.42.9

func (s TableCellStyle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableCellStyle) SetBackgroundColor added in v1.42.9

func (s *TableCellStyle) SetBackgroundColor(v string) *TableCellStyle

SetBackgroundColor sets the BackgroundColor field's value.

func (*TableCellStyle) SetBorder added in v1.42.9

SetBorder sets the Border field's value.

func (*TableCellStyle) SetFontConfiguration added in v1.42.9

func (s *TableCellStyle) SetFontConfiguration(v *FontConfiguration) *TableCellStyle

SetFontConfiguration sets the FontConfiguration field's value.

func (*TableCellStyle) SetHeight added in v1.42.9

func (s *TableCellStyle) SetHeight(v int64) *TableCellStyle

SetHeight sets the Height field's value.

func (*TableCellStyle) SetHorizontalTextAlignment added in v1.42.9

func (s *TableCellStyle) SetHorizontalTextAlignment(v string) *TableCellStyle

SetHorizontalTextAlignment sets the HorizontalTextAlignment field's value.

func (*TableCellStyle) SetTextWrap added in v1.42.9

func (s *TableCellStyle) SetTextWrap(v string) *TableCellStyle

SetTextWrap sets the TextWrap field's value.

func (*TableCellStyle) SetVerticalTextAlignment added in v1.42.9

func (s *TableCellStyle) SetVerticalTextAlignment(v string) *TableCellStyle

SetVerticalTextAlignment sets the VerticalTextAlignment field's value.

func (*TableCellStyle) SetVisibility added in v1.42.9

func (s *TableCellStyle) SetVisibility(v string) *TableCellStyle

SetVisibility sets the Visibility field's value.

func (TableCellStyle) String added in v1.42.9

func (s TableCellStyle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableCellStyle) Validate added in v1.42.9

func (s *TableCellStyle) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableConditionalFormatting added in v1.42.9

type TableConditionalFormatting struct {

	// Conditional formatting options for a PivotTableVisual.
	ConditionalFormattingOptions []*TableConditionalFormattingOption `type:"list"`
	// contains filtered or unexported fields
}

The conditional formatting for a PivotTableVisual.

func (TableConditionalFormatting) GoString added in v1.42.9

func (s TableConditionalFormatting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableConditionalFormatting) SetConditionalFormattingOptions added in v1.42.9

SetConditionalFormattingOptions sets the ConditionalFormattingOptions field's value.

func (TableConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableConditionalFormatting) Validate added in v1.42.9

func (s *TableConditionalFormatting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableConditionalFormattingOption added in v1.42.9

type TableConditionalFormattingOption struct {

	// The cell conditional formatting option for a table.
	Cell *TableCellConditionalFormatting `type:"structure"`

	// The row conditional formatting option for a table.
	Row *TableRowConditionalFormatting `type:"structure"`
	// contains filtered or unexported fields
}

Conditional formatting options for a PivotTableVisual.

func (TableConditionalFormattingOption) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableConditionalFormattingOption) SetCell added in v1.42.9

SetCell sets the Cell field's value.

func (*TableConditionalFormattingOption) SetRow added in v1.42.9

SetRow sets the Row field's value.

func (TableConditionalFormattingOption) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableConditionalFormattingOption) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type TableConfiguration added in v1.42.9

type TableConfiguration struct {

	// The field options for a table visual.
	FieldOptions *TableFieldOptions `type:"structure"`

	// The field wells of the visual.
	FieldWells *TableFieldWells `type:"structure"`

	// The paginated report options for a table visual.
	PaginatedReportOptions *TablePaginatedReportOptions `type:"structure"`

	// The sort configuration for a TableVisual.
	SortConfiguration *TableSortConfiguration `type:"structure"`

	// A collection of inline visualizations to display within a chart.
	TableInlineVisualizations []*TableInlineVisualization `type:"list"`

	// The table options for a table visual.
	TableOptions *TableOptions `type:"structure"`

	// The total options for a table visual.
	TotalOptions *TotalOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration for a TableVisual.

func (TableConfiguration) GoString added in v1.42.9

func (s TableConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableConfiguration) SetFieldOptions added in v1.42.9

SetFieldOptions sets the FieldOptions field's value.

func (*TableConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*TableConfiguration) SetPaginatedReportOptions added in v1.42.9

func (s *TableConfiguration) SetPaginatedReportOptions(v *TablePaginatedReportOptions) *TableConfiguration

SetPaginatedReportOptions sets the PaginatedReportOptions field's value.

func (*TableConfiguration) SetSortConfiguration added in v1.42.9

func (s *TableConfiguration) SetSortConfiguration(v *TableSortConfiguration) *TableConfiguration

SetSortConfiguration sets the SortConfiguration field's value.

func (*TableConfiguration) SetTableInlineVisualizations added in v1.42.9

func (s *TableConfiguration) SetTableInlineVisualizations(v []*TableInlineVisualization) *TableConfiguration

SetTableInlineVisualizations sets the TableInlineVisualizations field's value.

func (*TableConfiguration) SetTableOptions added in v1.42.9

func (s *TableConfiguration) SetTableOptions(v *TableOptions) *TableConfiguration

SetTableOptions sets the TableOptions field's value.

func (*TableConfiguration) SetTotalOptions added in v1.42.9

func (s *TableConfiguration) SetTotalOptions(v *TotalOptions) *TableConfiguration

SetTotalOptions sets the TotalOptions field's value.

func (TableConfiguration) String added in v1.42.9

func (s TableConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableConfiguration) Validate added in v1.42.9

func (s *TableConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableFieldCustomIconContent added in v1.42.9

type TableFieldCustomIconContent struct {

	// The icon set type (link) of the custom icon content for table URL link content.
	Icon *string `type:"string" enum:"TableFieldIconSetType"`
	// contains filtered or unexported fields
}

The custom icon content for the table link content configuration.

func (TableFieldCustomIconContent) GoString added in v1.42.9

func (s TableFieldCustomIconContent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldCustomIconContent) SetIcon added in v1.42.9

SetIcon sets the Icon field's value.

func (TableFieldCustomIconContent) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TableFieldCustomTextContent added in v1.42.9

type TableFieldCustomTextContent struct {

	// The font configuration of the custom text content for the table URL link
	// content.
	//
	// FontConfiguration is a required field
	FontConfiguration *FontConfiguration `type:"structure" required:"true"`

	// The string value of the custom text content for the table URL link content.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

The custom text content (value, font configuration) for the table link content configuration.

func (TableFieldCustomTextContent) GoString added in v1.42.9

func (s TableFieldCustomTextContent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldCustomTextContent) SetFontConfiguration added in v1.42.9

SetFontConfiguration sets the FontConfiguration field's value.

func (*TableFieldCustomTextContent) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (TableFieldCustomTextContent) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldCustomTextContent) Validate added in v1.42.9

func (s *TableFieldCustomTextContent) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableFieldImageConfiguration added in v1.42.9

type TableFieldImageConfiguration struct {

	// The sizing options for the table image configuration.
	SizingOptions *TableCellImageSizingConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The image configuration of a table field URL.

func (TableFieldImageConfiguration) GoString added in v1.42.9

func (s TableFieldImageConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldImageConfiguration) SetSizingOptions added in v1.42.9

SetSizingOptions sets the SizingOptions field's value.

func (TableFieldImageConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TableFieldLinkConfiguration added in v1.42.9

type TableFieldLinkConfiguration struct {

	// The URL content (text, icon) for the table link configuration.
	//
	// Content is a required field
	Content *TableFieldLinkContentConfiguration `type:"structure" required:"true"`

	// The URL target (new tab, new window, same tab) for the table link configuration.
	//
	// Target is a required field
	Target *string `type:"string" required:"true" enum:"URLTargetConfiguration"`
	// contains filtered or unexported fields
}

The link configuration of a table field URL.

func (TableFieldLinkConfiguration) GoString added in v1.42.9

func (s TableFieldLinkConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldLinkConfiguration) SetContent added in v1.42.9

SetContent sets the Content field's value.

func (*TableFieldLinkConfiguration) SetTarget added in v1.42.9

SetTarget sets the Target field's value.

func (TableFieldLinkConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldLinkConfiguration) Validate added in v1.42.9

func (s *TableFieldLinkConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableFieldLinkContentConfiguration added in v1.42.9

type TableFieldLinkContentConfiguration struct {

	// The custom icon content for the table link content configuration.
	CustomIconContent *TableFieldCustomIconContent `type:"structure"`

	// The custom text content (value, font configuration) for the table link content
	// configuration.
	CustomTextContent *TableFieldCustomTextContent `type:"structure"`
	// contains filtered or unexported fields
}

The URL content (text, icon) for the table link configuration.

func (TableFieldLinkContentConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldLinkContentConfiguration) SetCustomIconContent added in v1.42.9

SetCustomIconContent sets the CustomIconContent field's value.

func (*TableFieldLinkContentConfiguration) SetCustomTextContent added in v1.42.9

SetCustomTextContent sets the CustomTextContent field's value.

func (TableFieldLinkContentConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldLinkContentConfiguration) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type TableFieldOption added in v1.42.9

type TableFieldOption struct {

	// The custom label for a table field.
	CustomLabel *string `min:"1" type:"string"`

	// The field ID for a table field.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The URL configuration for a table field.
	URLStyling *TableFieldURLConfiguration `type:"structure"`

	// The visibility of a table field.
	Visibility *string `type:"string" enum:"Visibility"`

	// The width for a table field.
	Width *string `type:"string"`
	// contains filtered or unexported fields
}

The options for a table field.

func (TableFieldOption) GoString added in v1.42.9

func (s TableFieldOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldOption) SetCustomLabel added in v1.42.9

func (s *TableFieldOption) SetCustomLabel(v string) *TableFieldOption

SetCustomLabel sets the CustomLabel field's value.

func (*TableFieldOption) SetFieldId added in v1.42.9

func (s *TableFieldOption) SetFieldId(v string) *TableFieldOption

SetFieldId sets the FieldId field's value.

func (*TableFieldOption) SetURLStyling added in v1.42.9

SetURLStyling sets the URLStyling field's value.

func (*TableFieldOption) SetVisibility added in v1.42.9

func (s *TableFieldOption) SetVisibility(v string) *TableFieldOption

SetVisibility sets the Visibility field's value.

func (*TableFieldOption) SetWidth added in v1.42.9

func (s *TableFieldOption) SetWidth(v string) *TableFieldOption

SetWidth sets the Width field's value.

func (TableFieldOption) String added in v1.42.9

func (s TableFieldOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldOption) Validate added in v1.42.9

func (s *TableFieldOption) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableFieldOptions added in v1.42.9

type TableFieldOptions struct {

	// The order of field IDs of the field options for a table visual.
	Order []*string `type:"list"`

	// The selected field options for the table field options.
	SelectedFieldOptions []*TableFieldOption `type:"list"`
	// contains filtered or unexported fields
}

The field options for a table visual.

func (TableFieldOptions) GoString added in v1.42.9

func (s TableFieldOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldOptions) SetOrder added in v1.42.9

func (s *TableFieldOptions) SetOrder(v []*string) *TableFieldOptions

SetOrder sets the Order field's value.

func (*TableFieldOptions) SetSelectedFieldOptions added in v1.42.9

func (s *TableFieldOptions) SetSelectedFieldOptions(v []*TableFieldOption) *TableFieldOptions

SetSelectedFieldOptions sets the SelectedFieldOptions field's value.

func (TableFieldOptions) String added in v1.42.9

func (s TableFieldOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldOptions) Validate added in v1.42.9

func (s *TableFieldOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableFieldURLConfiguration added in v1.42.9

type TableFieldURLConfiguration struct {

	// The image configuration of a table field URL.
	ImageConfiguration *TableFieldImageConfiguration `type:"structure"`

	// The link configuration of a table field URL.
	LinkConfiguration *TableFieldLinkConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The URL configuration for a table field.

func (TableFieldURLConfiguration) GoString added in v1.42.9

func (s TableFieldURLConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldURLConfiguration) SetImageConfiguration added in v1.42.9

SetImageConfiguration sets the ImageConfiguration field's value.

func (*TableFieldURLConfiguration) SetLinkConfiguration added in v1.42.9

SetLinkConfiguration sets the LinkConfiguration field's value.

func (TableFieldURLConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldURLConfiguration) Validate added in v1.42.9

func (s *TableFieldURLConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableFieldWells added in v1.42.9

type TableFieldWells struct {

	// The aggregated field well for the table.
	TableAggregatedFieldWells *TableAggregatedFieldWells `type:"structure"`

	// The unaggregated field well for the table.
	TableUnaggregatedFieldWells *TableUnaggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field wells for a table visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (TableFieldWells) GoString added in v1.42.9

func (s TableFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldWells) SetTableAggregatedFieldWells added in v1.42.9

func (s *TableFieldWells) SetTableAggregatedFieldWells(v *TableAggregatedFieldWells) *TableFieldWells

SetTableAggregatedFieldWells sets the TableAggregatedFieldWells field's value.

func (*TableFieldWells) SetTableUnaggregatedFieldWells added in v1.42.9

func (s *TableFieldWells) SetTableUnaggregatedFieldWells(v *TableUnaggregatedFieldWells) *TableFieldWells

SetTableUnaggregatedFieldWells sets the TableUnaggregatedFieldWells field's value.

func (TableFieldWells) String added in v1.42.9

func (s TableFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableFieldWells) Validate added in v1.42.9

func (s *TableFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableInlineVisualization added in v1.42.9

type TableInlineVisualization struct {

	// The configuration of the inline visualization of the data bars within a chart.
	DataBars *DataBarsOptions `type:"structure"`
	// contains filtered or unexported fields
}

The inline visualization of a specific type to display within a chart.

func (TableInlineVisualization) GoString added in v1.42.9

func (s TableInlineVisualization) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableInlineVisualization) SetDataBars added in v1.42.9

SetDataBars sets the DataBars field's value.

func (TableInlineVisualization) String added in v1.42.9

func (s TableInlineVisualization) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableInlineVisualization) Validate added in v1.42.9

func (s *TableInlineVisualization) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableOptions added in v1.42.9

type TableOptions struct {

	// The table cell style of table cells.
	CellStyle *TableCellStyle `type:"structure"`

	// The table cell style of a table header.
	HeaderStyle *TableCellStyle `type:"structure"`

	// The orientation (vertical, horizontal) for a table.
	Orientation *string `type:"string" enum:"TableOrientation"`

	// The row alternate color options (widget status, row alternate colors) for
	// a table.
	RowAlternateColorOptions *RowAlternateColorOptions `type:"structure"`
	// contains filtered or unexported fields
}

The table options for a table visual.

func (TableOptions) GoString added in v1.42.9

func (s TableOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableOptions) SetCellStyle added in v1.42.9

func (s *TableOptions) SetCellStyle(v *TableCellStyle) *TableOptions

SetCellStyle sets the CellStyle field's value.

func (*TableOptions) SetHeaderStyle added in v1.42.9

func (s *TableOptions) SetHeaderStyle(v *TableCellStyle) *TableOptions

SetHeaderStyle sets the HeaderStyle field's value.

func (*TableOptions) SetOrientation added in v1.42.9

func (s *TableOptions) SetOrientation(v string) *TableOptions

SetOrientation sets the Orientation field's value.

func (*TableOptions) SetRowAlternateColorOptions added in v1.42.9

func (s *TableOptions) SetRowAlternateColorOptions(v *RowAlternateColorOptions) *TableOptions

SetRowAlternateColorOptions sets the RowAlternateColorOptions field's value.

func (TableOptions) String added in v1.42.9

func (s TableOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableOptions) Validate added in v1.42.9

func (s *TableOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TablePaginatedReportOptions added in v1.42.9

type TablePaginatedReportOptions struct {

	// The visibility of repeating header rows on each page.
	OverflowColumnHeaderVisibility *string `type:"string" enum:"Visibility"`

	// The visibility of printing table overflow across pages.
	VerticalOverflowVisibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The paginated report options for a table visual.

func (TablePaginatedReportOptions) GoString added in v1.42.9

func (s TablePaginatedReportOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TablePaginatedReportOptions) SetOverflowColumnHeaderVisibility added in v1.42.9

func (s *TablePaginatedReportOptions) SetOverflowColumnHeaderVisibility(v string) *TablePaginatedReportOptions

SetOverflowColumnHeaderVisibility sets the OverflowColumnHeaderVisibility field's value.

func (*TablePaginatedReportOptions) SetVerticalOverflowVisibility added in v1.42.9

func (s *TablePaginatedReportOptions) SetVerticalOverflowVisibility(v string) *TablePaginatedReportOptions

SetVerticalOverflowVisibility sets the VerticalOverflowVisibility field's value.

func (TablePaginatedReportOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TableRowConditionalFormatting added in v1.42.9

type TableRowConditionalFormatting struct {

	// The conditional formatting color (solid, gradient) of the background for
	// a table row.
	BackgroundColor *ConditionalFormattingColor `type:"structure"`

	// The conditional formatting color (solid, gradient) of the text for a table
	// row.
	TextColor *ConditionalFormattingColor `type:"structure"`
	// contains filtered or unexported fields
}

The conditional formatting of a table row.

func (TableRowConditionalFormatting) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableRowConditionalFormatting) SetBackgroundColor added in v1.42.9

SetBackgroundColor sets the BackgroundColor field's value.

func (*TableRowConditionalFormatting) SetTextColor added in v1.42.9

SetTextColor sets the TextColor field's value.

func (TableRowConditionalFormatting) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableRowConditionalFormatting) Validate added in v1.42.9

func (s *TableRowConditionalFormatting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableSideBorderOptions added in v1.42.9

type TableSideBorderOptions struct {

	// The table border options of the bottom border.
	Bottom *TableBorderOptions `type:"structure"`

	// The table border options of the inner horizontal border.
	InnerHorizontal *TableBorderOptions `type:"structure"`

	// The table border options of the inner vertical border.
	InnerVertical *TableBorderOptions `type:"structure"`

	// The table border options of the left border.
	Left *TableBorderOptions `type:"structure"`

	// The table border options of the right border.
	Right *TableBorderOptions `type:"structure"`

	// The table border options of the top border.
	Top *TableBorderOptions `type:"structure"`
	// contains filtered or unexported fields
}

The side border options for a table.

func (TableSideBorderOptions) GoString added in v1.42.9

func (s TableSideBorderOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableSideBorderOptions) SetBottom added in v1.42.9

SetBottom sets the Bottom field's value.

func (*TableSideBorderOptions) SetInnerHorizontal added in v1.42.9

SetInnerHorizontal sets the InnerHorizontal field's value.

func (*TableSideBorderOptions) SetInnerVertical added in v1.42.9

SetInnerVertical sets the InnerVertical field's value.

func (*TableSideBorderOptions) SetLeft added in v1.42.9

SetLeft sets the Left field's value.

func (*TableSideBorderOptions) SetRight added in v1.42.9

SetRight sets the Right field's value.

func (*TableSideBorderOptions) SetTop added in v1.42.9

SetTop sets the Top field's value.

func (TableSideBorderOptions) String added in v1.42.9

func (s TableSideBorderOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableSideBorderOptions) Validate added in v1.42.9

func (s *TableSideBorderOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableSortConfiguration added in v1.42.9

type TableSortConfiguration struct {

	// The pagination configuration (page size, page number) for the table.
	PaginationConfiguration *PaginationConfiguration `type:"structure"`

	// The field sort options for rows in the table.
	RowSort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration for a TableVisual.

func (TableSortConfiguration) GoString added in v1.42.9

func (s TableSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableSortConfiguration) SetPaginationConfiguration added in v1.42.9

func (s *TableSortConfiguration) SetPaginationConfiguration(v *PaginationConfiguration) *TableSortConfiguration

SetPaginationConfiguration sets the PaginationConfiguration field's value.

func (*TableSortConfiguration) SetRowSort added in v1.42.9

SetRowSort sets the RowSort field's value.

func (TableSortConfiguration) String added in v1.42.9

func (s TableSortConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableSortConfiguration) Validate added in v1.42.9

func (s *TableSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableUnaggregatedFieldWells added in v1.42.9

type TableUnaggregatedFieldWells struct {

	// The values field well for a pivot table. Values are unaggregated for an unaggregated
	// table.
	Values []*UnaggregatedField `type:"list"`
	// contains filtered or unexported fields
}

The unaggregated field well for the table.

func (TableUnaggregatedFieldWells) GoString added in v1.42.9

func (s TableUnaggregatedFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableUnaggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (TableUnaggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableUnaggregatedFieldWells) Validate added in v1.42.9

func (s *TableUnaggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TableVisual added in v1.42.9

type TableVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration settings of the visual.
	ChartConfiguration *TableConfiguration `type:"structure"`

	// The conditional formatting for a PivotTableVisual.
	ConditionalFormatting *TableConditionalFormatting `type:"structure"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers..
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A table visual.

For more information, see Using tables as visuals (https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the Amazon QuickSight User Guide.

func (TableVisual) GoString added in v1.42.9

func (s TableVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableVisual) SetActions added in v1.42.9

func (s *TableVisual) SetActions(v []*VisualCustomAction) *TableVisual

SetActions sets the Actions field's value.

func (*TableVisual) SetChartConfiguration added in v1.42.9

func (s *TableVisual) SetChartConfiguration(v *TableConfiguration) *TableVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*TableVisual) SetConditionalFormatting added in v1.42.9

func (s *TableVisual) SetConditionalFormatting(v *TableConditionalFormatting) *TableVisual

SetConditionalFormatting sets the ConditionalFormatting field's value.

func (*TableVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*TableVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*TableVisual) SetVisualId added in v1.42.9

func (s *TableVisual) SetVisualId(v string) *TableVisual

SetVisualId sets the VisualId field's value.

func (TableVisual) String added in v1.42.9

func (s TableVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TableVisual) Validate added in v1.42.9

func (s *TableVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Tag

type Tag struct {

	// Tag key.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// Tag value.
	//
	// Value is a required field
	Value *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) Validate

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagColumnOperation

type TagColumnOperation struct {

	// The column that this operation acts on.
	//
	// ColumnName is a required field
	ColumnName *string `min:"1" type:"string" required:"true"`

	// The dataset column tag, currently only used for geospatial type tagging.
	//
	// This is not tags for the Amazon Web Services tagging feature.
	//
	// Tags is a required field
	Tags []*ColumnTag `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A transform operation that tags a column with additional information.

func (TagColumnOperation) GoString

func (s TagColumnOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagColumnOperation) SetColumnName

func (s *TagColumnOperation) SetColumnName(v string) *TagColumnOperation

SetColumnName sets the ColumnName field's value.

func (*TagColumnOperation) SetTags

SetTags sets the Tags field's value.

func (TagColumnOperation) String

func (s TagColumnOperation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagColumnOperation) Validate

func (s *TagColumnOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceInput

type TagResourceInput struct {

	// The Amazon Resource Name (ARN) of the resource that you want to tag.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"`

	// Contains a map of the key-value pairs for the resource tag or tags assigned
	// to the resource.
	//
	// Tags is a required field
	Tags []*Tag `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) SetResourceArn

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (TagResourceOutput) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceOutput) SetRequestId

func (s *TagResourceOutput) SetRequestId(v string) *TagResourceOutput

SetRequestId sets the RequestId field's value.

func (*TagResourceOutput) SetStatus

func (s *TagResourceOutput) SetStatus(v int64) *TagResourceOutput

SetStatus sets the Status field's value.

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Template

type Template struct {

	// The Amazon Resource Name (ARN) of the template.
	Arn *string `type:"string"`

	// Time when this was created.
	CreatedTime *time.Time `type:"timestamp"`

	// Time when this was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The display name of the template.
	Name *string `min:"1" type:"string"`

	// The ID for the template. This is unique per Amazon Web Services Region for
	// each Amazon Web Services account.
	TemplateId *string `min:"1" type:"string"`

	// A structure describing the versions of the template.
	Version *TemplateVersion `type:"structure"`
	// contains filtered or unexported fields
}

A template object. A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create a dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with an analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.

You can share templates across Amazon Web Services accounts by allowing users in other Amazon Web Services accounts to create a template or a dashboard from an existing template.

func (Template) GoString

func (s Template) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Template) SetArn

func (s *Template) SetArn(v string) *Template

SetArn sets the Arn field's value.

func (*Template) SetCreatedTime

func (s *Template) SetCreatedTime(v time.Time) *Template

SetCreatedTime sets the CreatedTime field's value.

func (*Template) SetLastUpdatedTime

func (s *Template) SetLastUpdatedTime(v time.Time) *Template

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*Template) SetName

func (s *Template) SetName(v string) *Template

SetName sets the Name field's value.

func (*Template) SetTemplateId

func (s *Template) SetTemplateId(v string) *Template

SetTemplateId sets the TemplateId field's value.

func (*Template) SetVersion

func (s *Template) SetVersion(v *TemplateVersion) *Template

SetVersion sets the Version field's value.

func (Template) String

func (s Template) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TemplateAlias

type TemplateAlias struct {

	// The display name of the template alias.
	AliasName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the template alias.
	Arn *string `type:"string"`

	// The version number of the template alias.
	TemplateVersionNumber *int64 `min:"1" type:"long"`
	// contains filtered or unexported fields
}

The template alias.

func (TemplateAlias) GoString

func (s TemplateAlias) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateAlias) SetAliasName

func (s *TemplateAlias) SetAliasName(v string) *TemplateAlias

SetAliasName sets the AliasName field's value.

func (*TemplateAlias) SetArn

func (s *TemplateAlias) SetArn(v string) *TemplateAlias

SetArn sets the Arn field's value.

func (*TemplateAlias) SetTemplateVersionNumber

func (s *TemplateAlias) SetTemplateVersionNumber(v int64) *TemplateAlias

SetTemplateVersionNumber sets the TemplateVersionNumber field's value.

func (TemplateAlias) String

func (s TemplateAlias) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TemplateError

type TemplateError struct {

	// Description of the error type.
	Message *string `type:"string"`

	// Type of error.
	Type *string `type:"string" enum:"TemplateErrorType"`

	// An error path that shows which entities caused the template error.
	ViolatedEntities []*Entity `type:"list"`
	// contains filtered or unexported fields
}

List of errors that occurred when the template version creation failed.

func (TemplateError) GoString

func (s TemplateError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateError) SetMessage

func (s *TemplateError) SetMessage(v string) *TemplateError

SetMessage sets the Message field's value.

func (*TemplateError) SetType

func (s *TemplateError) SetType(v string) *TemplateError

SetType sets the Type field's value.

func (*TemplateError) SetViolatedEntities added in v1.42.9

func (s *TemplateError) SetViolatedEntities(v []*Entity) *TemplateError

SetViolatedEntities sets the ViolatedEntities field's value.

func (TemplateError) String

func (s TemplateError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TemplateSourceAnalysis

type TemplateSourceAnalysis struct {

	// The Amazon Resource Name (ARN) of the resource.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// A structure containing information about the dataset references used as placeholders
	// in the template.
	//
	// DataSetReferences is a required field
	DataSetReferences []*DataSetReference `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

The source analysis of the template.

func (TemplateSourceAnalysis) GoString

func (s TemplateSourceAnalysis) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateSourceAnalysis) SetArn

SetArn sets the Arn field's value.

func (*TemplateSourceAnalysis) SetDataSetReferences

func (s *TemplateSourceAnalysis) SetDataSetReferences(v []*DataSetReference) *TemplateSourceAnalysis

SetDataSetReferences sets the DataSetReferences field's value.

func (TemplateSourceAnalysis) String

func (s TemplateSourceAnalysis) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateSourceAnalysis) Validate

func (s *TemplateSourceAnalysis) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TemplateSourceEntity

type TemplateSourceEntity struct {

	// The source analysis, if it is based on an analysis.
	SourceAnalysis *TemplateSourceAnalysis `type:"structure"`

	// The source template, if it is based on an template.
	SourceTemplate *TemplateSourceTemplate `type:"structure"`
	// contains filtered or unexported fields
}

The source entity of the template.

func (TemplateSourceEntity) GoString

func (s TemplateSourceEntity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateSourceEntity) SetSourceAnalysis

SetSourceAnalysis sets the SourceAnalysis field's value.

func (*TemplateSourceEntity) SetSourceTemplate

SetSourceTemplate sets the SourceTemplate field's value.

func (TemplateSourceEntity) String

func (s TemplateSourceEntity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateSourceEntity) Validate

func (s *TemplateSourceEntity) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TemplateSourceTemplate

type TemplateSourceTemplate struct {

	// The Amazon Resource Name (ARN) of the resource.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The source template of the template.

func (TemplateSourceTemplate) GoString

func (s TemplateSourceTemplate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateSourceTemplate) SetArn

SetArn sets the Arn field's value.

func (TemplateSourceTemplate) String

func (s TemplateSourceTemplate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateSourceTemplate) Validate

func (s *TemplateSourceTemplate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TemplateSummary

type TemplateSummary struct {

	// A summary of a template.
	Arn *string `type:"string"`

	// The last time that this template was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The last time that this template was updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// A structure containing a list of version numbers for the template summary.
	LatestVersionNumber *int64 `min:"1" type:"long"`

	// A display name for the template.
	Name *string `min:"1" type:"string"`

	// The ID of the template. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	TemplateId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The template summary.

func (TemplateSummary) GoString

func (s TemplateSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateSummary) SetArn

func (s *TemplateSummary) SetArn(v string) *TemplateSummary

SetArn sets the Arn field's value.

func (*TemplateSummary) SetCreatedTime

func (s *TemplateSummary) SetCreatedTime(v time.Time) *TemplateSummary

SetCreatedTime sets the CreatedTime field's value.

func (*TemplateSummary) SetLastUpdatedTime

func (s *TemplateSummary) SetLastUpdatedTime(v time.Time) *TemplateSummary

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*TemplateSummary) SetLatestVersionNumber

func (s *TemplateSummary) SetLatestVersionNumber(v int64) *TemplateSummary

SetLatestVersionNumber sets the LatestVersionNumber field's value.

func (*TemplateSummary) SetName

func (s *TemplateSummary) SetName(v string) *TemplateSummary

SetName sets the Name field's value.

func (*TemplateSummary) SetTemplateId

func (s *TemplateSummary) SetTemplateId(v string) *TemplateSummary

SetTemplateId sets the TemplateId field's value.

func (TemplateSummary) String

func (s TemplateSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TemplateVersion

type TemplateVersion struct {

	// The time that this template version was created.
	CreatedTime *time.Time `type:"timestamp"`

	// Schema of the dataset identified by the placeholder. Any dashboard created
	// from this template should be bound to new datasets matching the same schema
	// described through this API operation.
	DataSetConfigurations []*DataSetConfiguration `type:"list"`

	// The description of the template.
	Description *string `min:"1" type:"string"`

	// Errors associated with this template version.
	Errors []*TemplateError `min:"1" type:"list"`

	// A list of the associated sheets with the unique identifier and name of each
	// sheet.
	Sheets []*Sheet `type:"list"`

	// The Amazon Resource Name (ARN) of an analysis or template that was used to
	// create this template.
	SourceEntityArn *string `type:"string"`

	// The status that is associated with the template.
	//
	//    * CREATION_IN_PROGRESS
	//
	//    * CREATION_SUCCESSFUL
	//
	//    * CREATION_FAILED
	//
	//    * UPDATE_IN_PROGRESS
	//
	//    * UPDATE_SUCCESSFUL
	//
	//    * UPDATE_FAILED
	//
	//    * DELETED
	Status *string `type:"string" enum:"ResourceStatus"`

	// The ARN of the theme associated with this version of the template.
	ThemeArn *string `type:"string"`

	// The version number of the template version.
	VersionNumber *int64 `min:"1" type:"long"`
	// contains filtered or unexported fields
}

A version of a template.

func (TemplateVersion) GoString

func (s TemplateVersion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateVersion) SetCreatedTime

func (s *TemplateVersion) SetCreatedTime(v time.Time) *TemplateVersion

SetCreatedTime sets the CreatedTime field's value.

func (*TemplateVersion) SetDataSetConfigurations

func (s *TemplateVersion) SetDataSetConfigurations(v []*DataSetConfiguration) *TemplateVersion

SetDataSetConfigurations sets the DataSetConfigurations field's value.

func (*TemplateVersion) SetDescription

func (s *TemplateVersion) SetDescription(v string) *TemplateVersion

SetDescription sets the Description field's value.

func (*TemplateVersion) SetErrors

func (s *TemplateVersion) SetErrors(v []*TemplateError) *TemplateVersion

SetErrors sets the Errors field's value.

func (*TemplateVersion) SetSheets

func (s *TemplateVersion) SetSheets(v []*Sheet) *TemplateVersion

SetSheets sets the Sheets field's value.

func (*TemplateVersion) SetSourceEntityArn

func (s *TemplateVersion) SetSourceEntityArn(v string) *TemplateVersion

SetSourceEntityArn sets the SourceEntityArn field's value.

func (*TemplateVersion) SetStatus

func (s *TemplateVersion) SetStatus(v string) *TemplateVersion

SetStatus sets the Status field's value.

func (*TemplateVersion) SetThemeArn

func (s *TemplateVersion) SetThemeArn(v string) *TemplateVersion

SetThemeArn sets the ThemeArn field's value.

func (*TemplateVersion) SetVersionNumber

func (s *TemplateVersion) SetVersionNumber(v int64) *TemplateVersion

SetVersionNumber sets the VersionNumber field's value.

func (TemplateVersion) String

func (s TemplateVersion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TemplateVersionDefinition added in v1.42.9

type TemplateVersionDefinition struct {

	// The configuration for default analysis settings.
	AnalysisDefaults *AnalysisDefaults `type:"structure"`

	// An array of calculated field definitions for the template.
	CalculatedFields []*CalculatedField `type:"list"`

	// An array of template-level column configurations. Column configurations are
	// used to set default formatting for a column that's used throughout a template.
	ColumnConfigurations []*ColumnConfiguration `type:"list"`

	// An array of dataset configurations. These configurations define the required
	// columns for each dataset used within a template.
	//
	// DataSetConfigurations is a required field
	DataSetConfigurations []*DataSetConfiguration `type:"list" required:"true"`

	// Filter definitions for a template.
	//
	// For more information, see Filtering Data (https://docs.aws.amazon.com/quicksight/latest/user/filtering-visual-data.html)
	// in the Amazon QuickSight User Guide.
	FilterGroups []*FilterGroup `type:"list"`

	// An array of parameter declarations for a template.
	//
	// Parameters are named variables that can transfer a value for use by an action
	// or an object.
	//
	// For more information, see Parameters in Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html)
	// in the Amazon QuickSight User Guide.
	ParameterDeclarations []*ParameterDeclaration `type:"list"`

	// An array of sheet definitions for a template.
	Sheets []*SheetDefinition `type:"list"`
	// contains filtered or unexported fields
}

The detailed definition of a template.

func (TemplateVersionDefinition) GoString added in v1.42.9

func (s TemplateVersionDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateVersionDefinition) SetAnalysisDefaults added in v1.42.9

SetAnalysisDefaults sets the AnalysisDefaults field's value.

func (*TemplateVersionDefinition) SetCalculatedFields added in v1.42.9

SetCalculatedFields sets the CalculatedFields field's value.

func (*TemplateVersionDefinition) SetColumnConfigurations added in v1.42.9

SetColumnConfigurations sets the ColumnConfigurations field's value.

func (*TemplateVersionDefinition) SetDataSetConfigurations added in v1.42.9

SetDataSetConfigurations sets the DataSetConfigurations field's value.

func (*TemplateVersionDefinition) SetFilterGroups added in v1.42.9

SetFilterGroups sets the FilterGroups field's value.

func (*TemplateVersionDefinition) SetParameterDeclarations added in v1.42.9

SetParameterDeclarations sets the ParameterDeclarations field's value.

func (*TemplateVersionDefinition) SetSheets added in v1.42.9

SetSheets sets the Sheets field's value.

func (TemplateVersionDefinition) String added in v1.42.9

func (s TemplateVersionDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateVersionDefinition) Validate added in v1.42.9

func (s *TemplateVersionDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TemplateVersionSummary

type TemplateVersionSummary struct {

	// The Amazon Resource Name (ARN) of the template version.
	Arn *string `type:"string"`

	// The time that this template version was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The description of the template version.
	Description *string `min:"1" type:"string"`

	// The status of the template version.
	Status *string `type:"string" enum:"ResourceStatus"`

	// The version number of the template version.
	VersionNumber *int64 `min:"1" type:"long"`
	// contains filtered or unexported fields
}

The template version.

func (TemplateVersionSummary) GoString

func (s TemplateVersionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TemplateVersionSummary) SetArn

SetArn sets the Arn field's value.

func (*TemplateVersionSummary) SetCreatedTime

SetCreatedTime sets the CreatedTime field's value.

func (*TemplateVersionSummary) SetDescription

SetDescription sets the Description field's value.

func (*TemplateVersionSummary) SetStatus

SetStatus sets the Status field's value.

func (*TemplateVersionSummary) SetVersionNumber

func (s *TemplateVersionSummary) SetVersionNumber(v int64) *TemplateVersionSummary

SetVersionNumber sets the VersionNumber field's value.

func (TemplateVersionSummary) String

func (s TemplateVersionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TeradataParameters

type TeradataParameters struct {

	// Database.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// Host.
	//
	// Host is a required field
	Host *string `min:"1" type:"string" required:"true"`

	// Port.
	//
	// Port is a required field
	Port *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The parameters for Teradata.

func (TeradataParameters) GoString

func (s TeradataParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TeradataParameters) SetDatabase

func (s *TeradataParameters) SetDatabase(v string) *TeradataParameters

SetDatabase sets the Database field's value.

func (*TeradataParameters) SetHost

SetHost sets the Host field's value.

func (*TeradataParameters) SetPort

SetPort sets the Port field's value.

func (TeradataParameters) String

func (s TeradataParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TeradataParameters) Validate

func (s *TeradataParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TextAreaControlDisplayOptions added in v1.42.9

type TextAreaControlDisplayOptions struct {

	// The configuration of info icon label options.
	InfoIconLabelOptions *SheetControlInfoIconLabelOptions `type:"structure"`

	// The configuration of the placeholder options in a text area control.
	PlaceholderOptions *TextControlPlaceholderOptions `type:"structure"`

	// The options to configure the title visibility, name, and font size.
	TitleOptions *LabelOptions `type:"structure"`
	// contains filtered or unexported fields
}

The display options of a control.

func (TextAreaControlDisplayOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TextAreaControlDisplayOptions) SetInfoIconLabelOptions added in v1.42.9

SetInfoIconLabelOptions sets the InfoIconLabelOptions field's value.

func (*TextAreaControlDisplayOptions) SetPlaceholderOptions added in v1.42.9

SetPlaceholderOptions sets the PlaceholderOptions field's value.

func (*TextAreaControlDisplayOptions) SetTitleOptions added in v1.42.9

SetTitleOptions sets the TitleOptions field's value.

func (TextAreaControlDisplayOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TextAreaControlDisplayOptions) Validate added in v1.42.9

func (s *TextAreaControlDisplayOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TextConditionalFormat added in v1.42.9

type TextConditionalFormat struct {

	// The conditional formatting for the text background color.
	BackgroundColor *ConditionalFormattingColor `type:"structure"`

	// The conditional formatting for the icon.
	Icon *ConditionalFormattingIcon `type:"structure"`

	// The conditional formatting for the text color.
	TextColor *ConditionalFormattingColor `type:"structure"`
	// contains filtered or unexported fields
}

The conditional formatting for the text.

func (TextConditionalFormat) GoString added in v1.42.9

func (s TextConditionalFormat) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TextConditionalFormat) SetBackgroundColor added in v1.42.9

SetBackgroundColor sets the BackgroundColor field's value.

func (*TextConditionalFormat) SetIcon added in v1.42.9

SetIcon sets the Icon field's value.

func (*TextConditionalFormat) SetTextColor added in v1.42.9

SetTextColor sets the TextColor field's value.

func (TextConditionalFormat) String added in v1.42.9

func (s TextConditionalFormat) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TextConditionalFormat) Validate added in v1.42.9

func (s *TextConditionalFormat) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TextControlPlaceholderOptions added in v1.42.9

type TextControlPlaceholderOptions struct {

	// The visibility configuration of the placeholder options in a text control.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The configuration of the placeholder options in a text control.

func (TextControlPlaceholderOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TextControlPlaceholderOptions) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (TextControlPlaceholderOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TextFieldControlDisplayOptions added in v1.42.9

type TextFieldControlDisplayOptions struct {

	// The configuration of info icon label options.
	InfoIconLabelOptions *SheetControlInfoIconLabelOptions `type:"structure"`

	// The configuration of the placeholder options in a text field control.
	PlaceholderOptions *TextControlPlaceholderOptions `type:"structure"`

	// The options to configure the title visibility, name, and font size.
	TitleOptions *LabelOptions `type:"structure"`
	// contains filtered or unexported fields
}

The display options of a control.

func (TextFieldControlDisplayOptions) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TextFieldControlDisplayOptions) SetInfoIconLabelOptions added in v1.42.9

SetInfoIconLabelOptions sets the InfoIconLabelOptions field's value.

func (*TextFieldControlDisplayOptions) SetPlaceholderOptions added in v1.42.9

SetPlaceholderOptions sets the PlaceholderOptions field's value.

func (*TextFieldControlDisplayOptions) SetTitleOptions added in v1.42.9

SetTitleOptions sets the TitleOptions field's value.

func (TextFieldControlDisplayOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TextFieldControlDisplayOptions) Validate added in v1.42.9

func (s *TextFieldControlDisplayOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Theme

type Theme struct {

	// The Amazon Resource Name (ARN) of the theme.
	Arn *string `type:"string"`

	// The date and time that the theme was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The date and time that the theme was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The name that the user gives to the theme.
	Name *string `min:"1" type:"string"`

	// The identifier that the user gives to the theme.
	ThemeId *string `min:"1" type:"string"`

	// The type of theme, based on how it was created. Valid values include: QUICKSIGHT
	// and CUSTOM.
	Type *string `type:"string" enum:"ThemeType"`

	// A version of a theme.
	Version *ThemeVersion `type:"structure"`
	// contains filtered or unexported fields
}

Summary information about a theme.

func (Theme) GoString

func (s Theme) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Theme) SetArn

func (s *Theme) SetArn(v string) *Theme

SetArn sets the Arn field's value.

func (*Theme) SetCreatedTime

func (s *Theme) SetCreatedTime(v time.Time) *Theme

SetCreatedTime sets the CreatedTime field's value.

func (*Theme) SetLastUpdatedTime

func (s *Theme) SetLastUpdatedTime(v time.Time) *Theme

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*Theme) SetName

func (s *Theme) SetName(v string) *Theme

SetName sets the Name field's value.

func (*Theme) SetThemeId

func (s *Theme) SetThemeId(v string) *Theme

SetThemeId sets the ThemeId field's value.

func (*Theme) SetType

func (s *Theme) SetType(v string) *Theme

SetType sets the Type field's value.

func (*Theme) SetVersion

func (s *Theme) SetVersion(v *ThemeVersion) *Theme

SetVersion sets the Version field's value.

func (Theme) String

func (s Theme) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThemeAlias

type ThemeAlias struct {

	// The display name of the theme alias.
	AliasName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the theme alias.
	Arn *string `type:"string"`

	// The version number of the theme alias.
	ThemeVersionNumber *int64 `min:"1" type:"long"`
	// contains filtered or unexported fields
}

An alias for a theme.

func (ThemeAlias) GoString

func (s ThemeAlias) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThemeAlias) SetAliasName

func (s *ThemeAlias) SetAliasName(v string) *ThemeAlias

SetAliasName sets the AliasName field's value.

func (*ThemeAlias) SetArn

func (s *ThemeAlias) SetArn(v string) *ThemeAlias

SetArn sets the Arn field's value.

func (*ThemeAlias) SetThemeVersionNumber

func (s *ThemeAlias) SetThemeVersionNumber(v int64) *ThemeAlias

SetThemeVersionNumber sets the ThemeVersionNumber field's value.

func (ThemeAlias) String

func (s ThemeAlias) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThemeConfiguration

type ThemeConfiguration struct {

	// Color properties that apply to chart data colors.
	DataColorPalette *DataColorPalette `type:"structure"`

	// Display options related to sheets.
	Sheet *SheetStyle `type:"structure"`

	// Determines the typography options.
	Typography *Typography `type:"structure"`

	// Color properties that apply to the UI and to charts, excluding the colors
	// that apply to data.
	UIColorPalette *UIColorPalette `type:"structure"`
	// contains filtered or unexported fields
}

The theme configuration. This configuration contains all of the display properties for a theme.

func (ThemeConfiguration) GoString

func (s ThemeConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThemeConfiguration) SetDataColorPalette

func (s *ThemeConfiguration) SetDataColorPalette(v *DataColorPalette) *ThemeConfiguration

SetDataColorPalette sets the DataColorPalette field's value.

func (*ThemeConfiguration) SetSheet

SetSheet sets the Sheet field's value.

func (*ThemeConfiguration) SetTypography added in v1.42.9

func (s *ThemeConfiguration) SetTypography(v *Typography) *ThemeConfiguration

SetTypography sets the Typography field's value.

func (*ThemeConfiguration) SetUIColorPalette

func (s *ThemeConfiguration) SetUIColorPalette(v *UIColorPalette) *ThemeConfiguration

SetUIColorPalette sets the UIColorPalette field's value.

func (ThemeConfiguration) String

func (s ThemeConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThemeError

type ThemeError struct {

	// The error message.
	Message *string `type:"string"`

	// The type of error.
	Type *string `type:"string" enum:"ThemeErrorType"`
	// contains filtered or unexported fields
}

Theme error.

func (ThemeError) GoString

func (s ThemeError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThemeError) SetMessage

func (s *ThemeError) SetMessage(v string) *ThemeError

SetMessage sets the Message field's value.

func (*ThemeError) SetType

func (s *ThemeError) SetType(v string) *ThemeError

SetType sets the Type field's value.

func (ThemeError) String

func (s ThemeError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThemeSummary

type ThemeSummary struct {

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `type:"string"`

	// The date and time that this theme was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The last date and time that this theme was updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The latest version number for the theme.
	LatestVersionNumber *int64 `min:"1" type:"long"`

	// the display name for the theme.
	Name *string `min:"1" type:"string"`

	// The ID of the theme. This ID is unique per Amazon Web Services Region for
	// each Amazon Web Services account.
	ThemeId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The theme summary.

func (ThemeSummary) GoString

func (s ThemeSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThemeSummary) SetArn

func (s *ThemeSummary) SetArn(v string) *ThemeSummary

SetArn sets the Arn field's value.

func (*ThemeSummary) SetCreatedTime

func (s *ThemeSummary) SetCreatedTime(v time.Time) *ThemeSummary

SetCreatedTime sets the CreatedTime field's value.

func (*ThemeSummary) SetLastUpdatedTime

func (s *ThemeSummary) SetLastUpdatedTime(v time.Time) *ThemeSummary

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*ThemeSummary) SetLatestVersionNumber

func (s *ThemeSummary) SetLatestVersionNumber(v int64) *ThemeSummary

SetLatestVersionNumber sets the LatestVersionNumber field's value.

func (*ThemeSummary) SetName

func (s *ThemeSummary) SetName(v string) *ThemeSummary

SetName sets the Name field's value.

func (*ThemeSummary) SetThemeId

func (s *ThemeSummary) SetThemeId(v string) *ThemeSummary

SetThemeId sets the ThemeId field's value.

func (ThemeSummary) String

func (s ThemeSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThemeVersion

type ThemeVersion struct {

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `type:"string"`

	// The Amazon QuickSight-defined ID of the theme that a custom theme inherits
	// from. All themes initially inherit from a default Amazon QuickSight theme.
	BaseThemeId *string `min:"1" type:"string"`

	// The theme configuration, which contains all the theme display properties.
	Configuration *ThemeConfiguration `type:"structure"`

	// The date and time that this theme version was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The description of the theme.
	Description *string `min:"1" type:"string"`

	// Errors associated with the theme.
	Errors []*ThemeError `min:"1" type:"list"`

	// The status of the theme version.
	Status *string `type:"string" enum:"ResourceStatus"`

	// The version number of the theme.
	VersionNumber *int64 `min:"1" type:"long"`
	// contains filtered or unexported fields
}

A version of a theme.

func (ThemeVersion) GoString

func (s ThemeVersion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThemeVersion) SetArn

func (s *ThemeVersion) SetArn(v string) *ThemeVersion

SetArn sets the Arn field's value.

func (*ThemeVersion) SetBaseThemeId

func (s *ThemeVersion) SetBaseThemeId(v string) *ThemeVersion

SetBaseThemeId sets the BaseThemeId field's value.

func (*ThemeVersion) SetConfiguration

func (s *ThemeVersion) SetConfiguration(v *ThemeConfiguration) *ThemeVersion

SetConfiguration sets the Configuration field's value.

func (*ThemeVersion) SetCreatedTime

func (s *ThemeVersion) SetCreatedTime(v time.Time) *ThemeVersion

SetCreatedTime sets the CreatedTime field's value.

func (*ThemeVersion) SetDescription

func (s *ThemeVersion) SetDescription(v string) *ThemeVersion

SetDescription sets the Description field's value.

func (*ThemeVersion) SetErrors

func (s *ThemeVersion) SetErrors(v []*ThemeError) *ThemeVersion

SetErrors sets the Errors field's value.

func (*ThemeVersion) SetStatus

func (s *ThemeVersion) SetStatus(v string) *ThemeVersion

SetStatus sets the Status field's value.

func (*ThemeVersion) SetVersionNumber

func (s *ThemeVersion) SetVersionNumber(v int64) *ThemeVersion

SetVersionNumber sets the VersionNumber field's value.

func (ThemeVersion) String

func (s ThemeVersion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThemeVersionSummary

type ThemeVersionSummary struct {

	// The Amazon Resource Name (ARN) of the theme version.
	Arn *string `type:"string"`

	// The date and time that this theme version was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The description of the theme version.
	Description *string `min:"1" type:"string"`

	// The status of the theme version.
	Status *string `type:"string" enum:"ResourceStatus"`

	// The version number of the theme version.
	VersionNumber *int64 `min:"1" type:"long"`
	// contains filtered or unexported fields
}

The theme version.

func (ThemeVersionSummary) GoString

func (s ThemeVersionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThemeVersionSummary) SetArn

SetArn sets the Arn field's value.

func (*ThemeVersionSummary) SetCreatedTime

func (s *ThemeVersionSummary) SetCreatedTime(v time.Time) *ThemeVersionSummary

SetCreatedTime sets the CreatedTime field's value.

func (*ThemeVersionSummary) SetDescription

func (s *ThemeVersionSummary) SetDescription(v string) *ThemeVersionSummary

SetDescription sets the Description field's value.

func (*ThemeVersionSummary) SetStatus

SetStatus sets the Status field's value.

func (*ThemeVersionSummary) SetVersionNumber

func (s *ThemeVersionSummary) SetVersionNumber(v int64) *ThemeVersionSummary

SetVersionNumber sets the VersionNumber field's value.

func (ThemeVersionSummary) String

func (s ThemeVersionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThousandSeparatorOptions added in v1.42.9

type ThousandSeparatorOptions struct {

	// Determines the thousands separator symbol.
	Symbol *string `type:"string" enum:"NumericSeparatorSymbol"`

	// Determines the visibility of the thousands separator.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The options that determine the thousands separator configuration.

func (ThousandSeparatorOptions) GoString added in v1.42.9

func (s ThousandSeparatorOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThousandSeparatorOptions) SetSymbol added in v1.42.9

SetSymbol sets the Symbol field's value.

func (*ThousandSeparatorOptions) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (ThousandSeparatorOptions) String added in v1.42.9

func (s ThousandSeparatorOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThrottlingException

type ThrottlingException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

Access is throttled.

func (*ThrottlingException) Code

func (s *ThrottlingException) Code() string

Code returns the exception type name.

func (*ThrottlingException) Error

func (s *ThrottlingException) Error() string

func (ThrottlingException) GoString

func (s ThrottlingException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThrottlingException) Message

func (s *ThrottlingException) Message() string

Message returns the exception's message.

func (*ThrottlingException) OrigErr

func (s *ThrottlingException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ThrottlingException) RequestID

func (s *ThrottlingException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ThrottlingException) StatusCode

func (s *ThrottlingException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ThrottlingException) String

func (s ThrottlingException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TileLayoutStyle

type TileLayoutStyle struct {

	// The gutter settings that apply between tiles.
	Gutter *GutterStyle `type:"structure"`

	// The margin settings that apply around the outside edge of sheets.
	Margin *MarginStyle `type:"structure"`
	// contains filtered or unexported fields
}

The display options for the layout of tiles on a sheet.

func (TileLayoutStyle) GoString

func (s TileLayoutStyle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TileLayoutStyle) SetGutter

func (s *TileLayoutStyle) SetGutter(v *GutterStyle) *TileLayoutStyle

SetGutter sets the Gutter field's value.

func (*TileLayoutStyle) SetMargin

func (s *TileLayoutStyle) SetMargin(v *MarginStyle) *TileLayoutStyle

SetMargin sets the Margin field's value.

func (TileLayoutStyle) String

func (s TileLayoutStyle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TileStyle

type TileStyle struct {

	// The border around a tile.
	Border *BorderStyle `type:"structure"`
	// contains filtered or unexported fields
}

Display options related to tiles on a sheet.

func (TileStyle) GoString

func (s TileStyle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TileStyle) SetBorder

func (s *TileStyle) SetBorder(v *BorderStyle) *TileStyle

SetBorder sets the Border field's value.

func (TileStyle) String

func (s TileStyle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TimeBasedForecastProperties added in v1.42.9

type TimeBasedForecastProperties struct {

	// The lower boundary setup of a forecast computation.
	LowerBoundary *float64 `type:"double"`

	// The periods backward setup of a forecast computation.
	PeriodsBackward *int64 `type:"integer"`

	// The periods forward setup of a forecast computation.
	PeriodsForward *int64 `min:"1" type:"integer"`

	// The prediction interval setup of a forecast computation.
	PredictionInterval *int64 `min:"50" type:"integer"`

	// The seasonality setup of a forecast computation. Choose one of the following
	// options:
	//
	//    * NULL: The input is set to NULL.
	//
	//    * NON_NULL: The input is set to a custom value.
	Seasonality *int64 `min:"1" type:"integer"`

	// The upper boundary setup of a forecast computation.
	UpperBoundary *float64 `type:"double"`
	// contains filtered or unexported fields
}

The forecast properties setup of a forecast in the line chart.

func (TimeBasedForecastProperties) GoString added in v1.42.9

func (s TimeBasedForecastProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeBasedForecastProperties) SetLowerBoundary added in v1.42.9

SetLowerBoundary sets the LowerBoundary field's value.

func (*TimeBasedForecastProperties) SetPeriodsBackward added in v1.42.9

SetPeriodsBackward sets the PeriodsBackward field's value.

func (*TimeBasedForecastProperties) SetPeriodsForward added in v1.42.9

SetPeriodsForward sets the PeriodsForward field's value.

func (*TimeBasedForecastProperties) SetPredictionInterval added in v1.42.9

func (s *TimeBasedForecastProperties) SetPredictionInterval(v int64) *TimeBasedForecastProperties

SetPredictionInterval sets the PredictionInterval field's value.

func (*TimeBasedForecastProperties) SetSeasonality added in v1.42.9

SetSeasonality sets the Seasonality field's value.

func (*TimeBasedForecastProperties) SetUpperBoundary added in v1.42.9

SetUpperBoundary sets the UpperBoundary field's value.

func (TimeBasedForecastProperties) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeBasedForecastProperties) Validate added in v1.42.9

func (s *TimeBasedForecastProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TimeEqualityFilter added in v1.42.9

type TimeEqualityFilter struct {

	// The column that the filter is applied to.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// An identifier that uniquely identifies a filter within a dashboard, analysis,
	// or template.
	//
	// FilterId is a required field
	FilterId *string `min:"1" type:"string" required:"true"`

	// The parameter whose value should be used for the filter value.
	//
	// This field is mutually exclusive to Value.
	ParameterName *string `min:"1" type:"string"`

	// The level of time precision that is used to aggregate DateTime values.
	TimeGranularity *string `type:"string" enum:"TimeGranularity"`

	// The value of a TimeEquality filter.
	//
	// This field is mutually exclusive to ParameterName.
	Value *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

A TimeEqualityFilter filters values that are equal to a given value.

func (TimeEqualityFilter) GoString added in v1.42.9

func (s TimeEqualityFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeEqualityFilter) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*TimeEqualityFilter) SetFilterId added in v1.42.9

func (s *TimeEqualityFilter) SetFilterId(v string) *TimeEqualityFilter

SetFilterId sets the FilterId field's value.

func (*TimeEqualityFilter) SetParameterName added in v1.42.9

func (s *TimeEqualityFilter) SetParameterName(v string) *TimeEqualityFilter

SetParameterName sets the ParameterName field's value.

func (*TimeEqualityFilter) SetTimeGranularity added in v1.42.9

func (s *TimeEqualityFilter) SetTimeGranularity(v string) *TimeEqualityFilter

SetTimeGranularity sets the TimeGranularity field's value.

func (*TimeEqualityFilter) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (TimeEqualityFilter) String added in v1.42.9

func (s TimeEqualityFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeEqualityFilter) Validate added in v1.42.9

func (s *TimeEqualityFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TimeRangeDrillDownFilter added in v1.42.9

type TimeRangeDrillDownFilter struct {

	// The column that the filter is applied to.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The maximum value for the filter value range.
	//
	// RangeMaximum is a required field
	RangeMaximum *time.Time `type:"timestamp" required:"true"`

	// The minimum value for the filter value range.
	//
	// RangeMinimum is a required field
	RangeMinimum *time.Time `type:"timestamp" required:"true"`

	// The level of time precision that is used to aggregate DateTime values.
	//
	// TimeGranularity is a required field
	TimeGranularity *string `type:"string" required:"true" enum:"TimeGranularity"`
	// contains filtered or unexported fields
}

The time range drill down filter.

func (TimeRangeDrillDownFilter) GoString added in v1.42.9

func (s TimeRangeDrillDownFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeRangeDrillDownFilter) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*TimeRangeDrillDownFilter) SetRangeMaximum added in v1.42.9

SetRangeMaximum sets the RangeMaximum field's value.

func (*TimeRangeDrillDownFilter) SetRangeMinimum added in v1.42.9

SetRangeMinimum sets the RangeMinimum field's value.

func (*TimeRangeDrillDownFilter) SetTimeGranularity added in v1.42.9

func (s *TimeRangeDrillDownFilter) SetTimeGranularity(v string) *TimeRangeDrillDownFilter

SetTimeGranularity sets the TimeGranularity field's value.

func (TimeRangeDrillDownFilter) String added in v1.42.9

func (s TimeRangeDrillDownFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeRangeDrillDownFilter) Validate added in v1.42.9

func (s *TimeRangeDrillDownFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TimeRangeFilter added in v1.42.9

type TimeRangeFilter struct {

	// The column that the filter is applied to.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The exclude period of the time range filter.
	ExcludePeriodConfiguration *ExcludePeriodConfiguration `type:"structure"`

	// An identifier that uniquely identifies a filter within a dashboard, analysis,
	// or template.
	//
	// FilterId is a required field
	FilterId *string `min:"1" type:"string" required:"true"`

	// Determines whether the maximum value in the filter value range should be
	// included in the filtered results.
	IncludeMaximum *bool `type:"boolean"`

	// Determines whether the minimum value in the filter value range should be
	// included in the filtered results.
	IncludeMinimum *bool `type:"boolean"`

	// This option determines how null values should be treated when filtering data.
	//
	//    * ALL_VALUES: Include null values in filtered results.
	//
	//    * NULLS_ONLY: Only include null values in filtered results.
	//
	//    * NON_NULLS_ONLY: Exclude null values from filtered results.
	//
	// NullOption is a required field
	NullOption *string `type:"string" required:"true" enum:"FilterNullOption"`

	// The maximum value for the filter value range.
	RangeMaximumValue *TimeRangeFilterValue `type:"structure"`

	// The minimum value for the filter value range.
	RangeMinimumValue *TimeRangeFilterValue `type:"structure"`

	// The level of time precision that is used to aggregate DateTime values.
	TimeGranularity *string `type:"string" enum:"TimeGranularity"`
	// contains filtered or unexported fields
}

A TimeRangeFilter filters values that are between two specified values.

func (TimeRangeFilter) GoString added in v1.42.9

func (s TimeRangeFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeRangeFilter) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*TimeRangeFilter) SetExcludePeriodConfiguration added in v1.42.9

func (s *TimeRangeFilter) SetExcludePeriodConfiguration(v *ExcludePeriodConfiguration) *TimeRangeFilter

SetExcludePeriodConfiguration sets the ExcludePeriodConfiguration field's value.

func (*TimeRangeFilter) SetFilterId added in v1.42.9

func (s *TimeRangeFilter) SetFilterId(v string) *TimeRangeFilter

SetFilterId sets the FilterId field's value.

func (*TimeRangeFilter) SetIncludeMaximum added in v1.42.9

func (s *TimeRangeFilter) SetIncludeMaximum(v bool) *TimeRangeFilter

SetIncludeMaximum sets the IncludeMaximum field's value.

func (*TimeRangeFilter) SetIncludeMinimum added in v1.42.9

func (s *TimeRangeFilter) SetIncludeMinimum(v bool) *TimeRangeFilter

SetIncludeMinimum sets the IncludeMinimum field's value.

func (*TimeRangeFilter) SetNullOption added in v1.42.9

func (s *TimeRangeFilter) SetNullOption(v string) *TimeRangeFilter

SetNullOption sets the NullOption field's value.

func (*TimeRangeFilter) SetRangeMaximumValue added in v1.42.9

func (s *TimeRangeFilter) SetRangeMaximumValue(v *TimeRangeFilterValue) *TimeRangeFilter

SetRangeMaximumValue sets the RangeMaximumValue field's value.

func (*TimeRangeFilter) SetRangeMinimumValue added in v1.42.9

func (s *TimeRangeFilter) SetRangeMinimumValue(v *TimeRangeFilterValue) *TimeRangeFilter

SetRangeMinimumValue sets the RangeMinimumValue field's value.

func (*TimeRangeFilter) SetTimeGranularity added in v1.42.9

func (s *TimeRangeFilter) SetTimeGranularity(v string) *TimeRangeFilter

SetTimeGranularity sets the TimeGranularity field's value.

func (TimeRangeFilter) String added in v1.42.9

func (s TimeRangeFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeRangeFilter) Validate added in v1.42.9

func (s *TimeRangeFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TimeRangeFilterValue added in v1.42.9

type TimeRangeFilterValue struct {

	// The parameter type input value.
	Parameter *string `min:"1" type:"string"`

	// The rolling date input value.
	RollingDate *RollingDateConfiguration `type:"structure"`

	// The static input value.
	StaticValue *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

The value of a time range filter.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (TimeRangeFilterValue) GoString added in v1.42.9

func (s TimeRangeFilterValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeRangeFilterValue) SetParameter added in v1.42.9

func (s *TimeRangeFilterValue) SetParameter(v string) *TimeRangeFilterValue

SetParameter sets the Parameter field's value.

func (*TimeRangeFilterValue) SetRollingDate added in v1.42.9

SetRollingDate sets the RollingDate field's value.

func (*TimeRangeFilterValue) SetStaticValue added in v1.42.9

func (s *TimeRangeFilterValue) SetStaticValue(v time.Time) *TimeRangeFilterValue

SetStaticValue sets the StaticValue field's value.

func (TimeRangeFilterValue) String added in v1.42.9

func (s TimeRangeFilterValue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeRangeFilterValue) Validate added in v1.42.9

func (s *TimeRangeFilterValue) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TooltipItem added in v1.42.9

type TooltipItem struct {

	// The tooltip item for the columns that are not part of a field well.
	ColumnTooltipItem *ColumnTooltipItem `type:"structure"`

	// The tooltip item for the fields.
	FieldTooltipItem *FieldTooltipItem `type:"structure"`
	// contains filtered or unexported fields
}

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (TooltipItem) GoString added in v1.42.9

func (s TooltipItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TooltipItem) SetColumnTooltipItem added in v1.42.9

func (s *TooltipItem) SetColumnTooltipItem(v *ColumnTooltipItem) *TooltipItem

SetColumnTooltipItem sets the ColumnTooltipItem field's value.

func (*TooltipItem) SetFieldTooltipItem added in v1.42.9

func (s *TooltipItem) SetFieldTooltipItem(v *FieldTooltipItem) *TooltipItem

SetFieldTooltipItem sets the FieldTooltipItem field's value.

func (TooltipItem) String added in v1.42.9

func (s TooltipItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TooltipItem) Validate added in v1.42.9

func (s *TooltipItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TooltipOptions added in v1.42.9

type TooltipOptions struct {

	// The setup for the detailed tooltip. The tooltip setup is always saved. The
	// display type is decided based on the tooltip type.
	FieldBasedTooltip *FieldBasedTooltip `type:"structure"`

	// The selected type for the tooltip. Choose one of the following options:
	//
	//    * BASIC: A basic tooltip.
	//
	//    * DETAILED: A detailed tooltip.
	SelectedTooltipType *string `type:"string" enum:"SelectedTooltipType"`

	// Determines whether or not the tooltip is visible.
	TooltipVisibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The display options for the visual tooltip.

func (TooltipOptions) GoString added in v1.42.9

func (s TooltipOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TooltipOptions) SetFieldBasedTooltip added in v1.42.9

func (s *TooltipOptions) SetFieldBasedTooltip(v *FieldBasedTooltip) *TooltipOptions

SetFieldBasedTooltip sets the FieldBasedTooltip field's value.

func (*TooltipOptions) SetSelectedTooltipType added in v1.42.9

func (s *TooltipOptions) SetSelectedTooltipType(v string) *TooltipOptions

SetSelectedTooltipType sets the SelectedTooltipType field's value.

func (*TooltipOptions) SetTooltipVisibility added in v1.42.9

func (s *TooltipOptions) SetTooltipVisibility(v string) *TooltipOptions

SetTooltipVisibility sets the TooltipVisibility field's value.

func (TooltipOptions) String added in v1.42.9

func (s TooltipOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TooltipOptions) Validate added in v1.42.9

func (s *TooltipOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TopBottomFilter added in v1.42.9

type TopBottomFilter struct {

	// The aggregation and sort configuration of the top bottom filter.
	//
	// AggregationSortConfigurations is a required field
	AggregationSortConfigurations []*AggregationSortConfiguration `type:"list" required:"true"`

	// The column that the filter is applied to.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// An identifier that uniquely identifies a filter within a dashboard, analysis,
	// or template.
	//
	// FilterId is a required field
	FilterId *string `min:"1" type:"string" required:"true"`

	// The number of items to include in the top bottom filter results.
	Limit *int64 `type:"integer"`

	// The parameter whose value should be used for the filter value.
	ParameterName *string `min:"1" type:"string"`

	// The level of time precision that is used to aggregate DateTime values.
	TimeGranularity *string `type:"string" enum:"TimeGranularity"`
	// contains filtered or unexported fields
}

A TopBottomFilter filters values that are at the top or the bottom.

func (TopBottomFilter) GoString added in v1.42.9

func (s TopBottomFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopBottomFilter) SetAggregationSortConfigurations added in v1.42.9

func (s *TopBottomFilter) SetAggregationSortConfigurations(v []*AggregationSortConfiguration) *TopBottomFilter

SetAggregationSortConfigurations sets the AggregationSortConfigurations field's value.

func (*TopBottomFilter) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*TopBottomFilter) SetFilterId added in v1.42.9

func (s *TopBottomFilter) SetFilterId(v string) *TopBottomFilter

SetFilterId sets the FilterId field's value.

func (*TopBottomFilter) SetLimit added in v1.42.9

func (s *TopBottomFilter) SetLimit(v int64) *TopBottomFilter

SetLimit sets the Limit field's value.

func (*TopBottomFilter) SetParameterName added in v1.42.9

func (s *TopBottomFilter) SetParameterName(v string) *TopBottomFilter

SetParameterName sets the ParameterName field's value.

func (*TopBottomFilter) SetTimeGranularity added in v1.42.9

func (s *TopBottomFilter) SetTimeGranularity(v string) *TopBottomFilter

SetTimeGranularity sets the TimeGranularity field's value.

func (TopBottomFilter) String added in v1.42.9

func (s TopBottomFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopBottomFilter) Validate added in v1.42.9

func (s *TopBottomFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TopBottomMoversComputation added in v1.42.9

type TopBottomMoversComputation struct {

	// The category field that is used in a computation.
	//
	// Category is a required field
	Category *DimensionField `type:"structure" required:"true"`

	// The ID for a computation.
	//
	// ComputationId is a required field
	ComputationId *string `min:"1" type:"string" required:"true"`

	// The mover size setup of the top and bottom movers computation.
	MoverSize *int64 `min:"1" type:"integer"`

	// The name of a computation.
	Name *string `type:"string"`

	// The sort order setup of the top and bottom movers computation.
	SortOrder *string `type:"string" enum:"TopBottomSortOrder"`

	// The time field that is used in a computation.
	//
	// Time is a required field
	Time *DimensionField `type:"structure" required:"true"`

	// The computation type. Choose from the following options:
	//
	//    * TOP: Top movers computation.
	//
	//    * BOTTOM: Bottom movers computation.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"TopBottomComputationType"`

	// The value field that is used in a computation.
	Value *MeasureField `type:"structure"`
	// contains filtered or unexported fields
}

The top movers and bottom movers computation setup.

func (TopBottomMoversComputation) GoString added in v1.42.9

func (s TopBottomMoversComputation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopBottomMoversComputation) SetCategory added in v1.42.9

SetCategory sets the Category field's value.

func (*TopBottomMoversComputation) SetComputationId added in v1.42.9

SetComputationId sets the ComputationId field's value.

func (*TopBottomMoversComputation) SetMoverSize added in v1.42.9

SetMoverSize sets the MoverSize field's value.

func (*TopBottomMoversComputation) SetName added in v1.42.9

SetName sets the Name field's value.

func (*TopBottomMoversComputation) SetSortOrder added in v1.42.9

SetSortOrder sets the SortOrder field's value.

func (*TopBottomMoversComputation) SetTime added in v1.42.9

SetTime sets the Time field's value.

func (*TopBottomMoversComputation) SetType added in v1.42.9

SetType sets the Type field's value.

func (*TopBottomMoversComputation) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (TopBottomMoversComputation) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopBottomMoversComputation) Validate added in v1.42.9

func (s *TopBottomMoversComputation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TopBottomRankedComputation added in v1.42.9

type TopBottomRankedComputation struct {

	// The category field that is used in a computation.
	//
	// Category is a required field
	Category *DimensionField `type:"structure" required:"true"`

	// The ID for a computation.
	//
	// ComputationId is a required field
	ComputationId *string `min:"1" type:"string" required:"true"`

	// The name of a computation.
	Name *string `type:"string"`

	// The result size of a top and bottom ranked computation.
	ResultSize *int64 `min:"1" type:"integer"`

	// The computation type. Choose one of the following options:
	//
	//    * TOP: A top ranked computation.
	//
	//    * BOTTOM: A bottom ranked computation.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"TopBottomComputationType"`

	// The value field that is used in a computation.
	Value *MeasureField `type:"structure"`
	// contains filtered or unexported fields
}

The top ranked and bottom ranked computation configuration.

func (TopBottomRankedComputation) GoString added in v1.42.9

func (s TopBottomRankedComputation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopBottomRankedComputation) SetCategory added in v1.42.9

SetCategory sets the Category field's value.

func (*TopBottomRankedComputation) SetComputationId added in v1.42.9

SetComputationId sets the ComputationId field's value.

func (*TopBottomRankedComputation) SetName added in v1.42.9

SetName sets the Name field's value.

func (*TopBottomRankedComputation) SetResultSize added in v1.42.9

SetResultSize sets the ResultSize field's value.

func (*TopBottomRankedComputation) SetType added in v1.42.9

SetType sets the Type field's value.

func (*TopBottomRankedComputation) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (TopBottomRankedComputation) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopBottomRankedComputation) Validate added in v1.42.9

func (s *TopBottomRankedComputation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TopicCalculatedField added in v1.42.9

type TopicCalculatedField struct {

	// The default aggregation. Valid values for this structure are SUM, MAX, MIN,
	// COUNT, DISTINCT_COUNT, and AVERAGE.
	Aggregation *string `type:"string" enum:"DefaultAggregation"`

	// The list of aggregation types that are allowed for the calculated field.
	// Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN,
	// SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.
	AllowedAggregations []*string `type:"list" enum:"AuthorSpecifiedAggregation"`

	// The calculated field description.
	CalculatedFieldDescription *string `type:"string"`

	// The calculated field name.
	//
	// CalculatedFieldName is a required field
	CalculatedFieldName *string `type:"string" required:"true"`

	// The other names or aliases for the calculated field.
	CalculatedFieldSynonyms []*string `type:"list"`

	// The other names or aliases for the calculated field cell value.
	CellValueSynonyms []*CellValueSynonym `type:"list"`

	// The column data role for a calculated field. Valid values for this structure
	// are DIMENSION and MEASURE.
	ColumnDataRole *string `type:"string" enum:"ColumnDataRole"`

	// The order in which data is displayed for the calculated field when it's used
	// in a comparative context.
	ComparativeOrder *ComparativeOrder `type:"structure"`

	// The default formatting definition.
	DefaultFormatting *DefaultFormatting `type:"structure"`

	// A Boolean value that indicates if a calculated field is visible in the autocomplete.
	DisableIndexing *bool `type:"boolean"`

	// The calculated field expression.
	//
	// Expression is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by TopicCalculatedField's
	// String and GoString methods.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// A boolean value that indicates if a calculated field is included in the topic.
	IsIncludedInTopic *bool `type:"boolean"`

	// A Boolean value that indicates whether to never aggregate calculated field
	// in filters.
	NeverAggregateInFilter *bool `type:"boolean"`

	// The list of aggregation types that are not allowed for the calculated field.
	// Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN,
	// SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.
	NotAllowedAggregations []*string `type:"list" enum:"AuthorSpecifiedAggregation"`

	// The semantic type.
	SemanticType *SemanticType `type:"structure"`

	// The level of time precision that is used to aggregate DateTime values.
	TimeGranularity *string `type:"string" enum:"TopicTimeGranularity"`
	// contains filtered or unexported fields
}

A structure that represents a calculated field.

func (TopicCalculatedField) GoString added in v1.42.9

func (s TopicCalculatedField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicCalculatedField) SetAggregation added in v1.42.9

func (s *TopicCalculatedField) SetAggregation(v string) *TopicCalculatedField

SetAggregation sets the Aggregation field's value.

func (*TopicCalculatedField) SetAllowedAggregations added in v1.42.9

func (s *TopicCalculatedField) SetAllowedAggregations(v []*string) *TopicCalculatedField

SetAllowedAggregations sets the AllowedAggregations field's value.

func (*TopicCalculatedField) SetCalculatedFieldDescription added in v1.42.9

func (s *TopicCalculatedField) SetCalculatedFieldDescription(v string) *TopicCalculatedField

SetCalculatedFieldDescription sets the CalculatedFieldDescription field's value.

func (*TopicCalculatedField) SetCalculatedFieldName added in v1.42.9

func (s *TopicCalculatedField) SetCalculatedFieldName(v string) *TopicCalculatedField

SetCalculatedFieldName sets the CalculatedFieldName field's value.

func (*TopicCalculatedField) SetCalculatedFieldSynonyms added in v1.42.9

func (s *TopicCalculatedField) SetCalculatedFieldSynonyms(v []*string) *TopicCalculatedField

SetCalculatedFieldSynonyms sets the CalculatedFieldSynonyms field's value.

func (*TopicCalculatedField) SetCellValueSynonyms added in v1.42.9

func (s *TopicCalculatedField) SetCellValueSynonyms(v []*CellValueSynonym) *TopicCalculatedField

SetCellValueSynonyms sets the CellValueSynonyms field's value.

func (*TopicCalculatedField) SetColumnDataRole added in v1.42.9

func (s *TopicCalculatedField) SetColumnDataRole(v string) *TopicCalculatedField

SetColumnDataRole sets the ColumnDataRole field's value.

func (*TopicCalculatedField) SetComparativeOrder added in v1.42.9

func (s *TopicCalculatedField) SetComparativeOrder(v *ComparativeOrder) *TopicCalculatedField

SetComparativeOrder sets the ComparativeOrder field's value.

func (*TopicCalculatedField) SetDefaultFormatting added in v1.42.9

func (s *TopicCalculatedField) SetDefaultFormatting(v *DefaultFormatting) *TopicCalculatedField

SetDefaultFormatting sets the DefaultFormatting field's value.

func (*TopicCalculatedField) SetDisableIndexing added in v1.42.9

func (s *TopicCalculatedField) SetDisableIndexing(v bool) *TopicCalculatedField

SetDisableIndexing sets the DisableIndexing field's value.

func (*TopicCalculatedField) SetExpression added in v1.42.9

func (s *TopicCalculatedField) SetExpression(v string) *TopicCalculatedField

SetExpression sets the Expression field's value.

func (*TopicCalculatedField) SetIsIncludedInTopic added in v1.42.9

func (s *TopicCalculatedField) SetIsIncludedInTopic(v bool) *TopicCalculatedField

SetIsIncludedInTopic sets the IsIncludedInTopic field's value.

func (*TopicCalculatedField) SetNeverAggregateInFilter added in v1.42.9

func (s *TopicCalculatedField) SetNeverAggregateInFilter(v bool) *TopicCalculatedField

SetNeverAggregateInFilter sets the NeverAggregateInFilter field's value.

func (*TopicCalculatedField) SetNotAllowedAggregations added in v1.42.9

func (s *TopicCalculatedField) SetNotAllowedAggregations(v []*string) *TopicCalculatedField

SetNotAllowedAggregations sets the NotAllowedAggregations field's value.

func (*TopicCalculatedField) SetSemanticType added in v1.42.9

func (s *TopicCalculatedField) SetSemanticType(v *SemanticType) *TopicCalculatedField

SetSemanticType sets the SemanticType field's value.

func (*TopicCalculatedField) SetTimeGranularity added in v1.42.9

func (s *TopicCalculatedField) SetTimeGranularity(v string) *TopicCalculatedField

SetTimeGranularity sets the TimeGranularity field's value.

func (TopicCalculatedField) String added in v1.42.9

func (s TopicCalculatedField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicCalculatedField) Validate added in v1.42.9

func (s *TopicCalculatedField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TopicCategoryFilter added in v1.42.9

type TopicCategoryFilter struct {

	// The category filter function. Valid values for this structure are EXACT and
	// CONTAINS.
	CategoryFilterFunction *string `type:"string" enum:"CategoryFilterFunction"`

	// The category filter type. This element is used to specify whether a filter
	// is a simple category filter or an inverse category filter.
	CategoryFilterType *string `type:"string" enum:"CategoryFilterType"`

	// The constant used in a category filter.
	//
	// Constant is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by TopicCategoryFilter's
	// String and GoString methods.
	Constant *TopicCategoryFilterConstant `type:"structure" sensitive:"true"`

	// A Boolean value that indicates if the filter is inverse.
	Inverse *bool `type:"boolean"`
	// contains filtered or unexported fields
}

A structure that represents a category filter.

func (TopicCategoryFilter) GoString added in v1.42.9

func (s TopicCategoryFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicCategoryFilter) SetCategoryFilterFunction added in v1.42.9

func (s *TopicCategoryFilter) SetCategoryFilterFunction(v string) *TopicCategoryFilter

SetCategoryFilterFunction sets the CategoryFilterFunction field's value.

func (*TopicCategoryFilter) SetCategoryFilterType added in v1.42.9

func (s *TopicCategoryFilter) SetCategoryFilterType(v string) *TopicCategoryFilter

SetCategoryFilterType sets the CategoryFilterType field's value.

func (*TopicCategoryFilter) SetConstant added in v1.42.9

SetConstant sets the Constant field's value.

func (*TopicCategoryFilter) SetInverse added in v1.42.9

func (s *TopicCategoryFilter) SetInverse(v bool) *TopicCategoryFilter

SetInverse sets the Inverse field's value.

func (TopicCategoryFilter) String added in v1.42.9

func (s TopicCategoryFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TopicCategoryFilterConstant added in v1.42.9

type TopicCategoryFilterConstant struct {

	// A collective constant used in a category filter. This element is used to
	// specify a list of values for the constant.
	CollectiveConstant *CollectiveConstant `type:"structure"`

	// The type of category filter constant. This element is used to specify whether
	// a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE.
	ConstantType *string `type:"string" enum:"ConstantType"`

	// A singular constant used in a category filter. This element is used to specify
	// a single value for the constant.
	SingularConstant *string `type:"string"`
	// contains filtered or unexported fields
}

A constant used in a category filter.

func (TopicCategoryFilterConstant) GoString added in v1.42.9

func (s TopicCategoryFilterConstant) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicCategoryFilterConstant) SetCollectiveConstant added in v1.42.9

SetCollectiveConstant sets the CollectiveConstant field's value.

func (*TopicCategoryFilterConstant) SetConstantType added in v1.42.9

SetConstantType sets the ConstantType field's value.

func (*TopicCategoryFilterConstant) SetSingularConstant added in v1.42.9

SetSingularConstant sets the SingularConstant field's value.

func (TopicCategoryFilterConstant) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TopicColumn added in v1.42.9

type TopicColumn struct {

	// The type of aggregation that is performed on the column data when it's queried.
	// Valid values for this structure are SUM, MAX, MIN, COUNT, DISTINCT_COUNT,
	// and AVERAGE.
	Aggregation *string `type:"string" enum:"DefaultAggregation"`

	// The list of aggregation types that are allowed for the column. Valid values
	// for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM, AVERAGE,
	// STDEV, STDEVP, VAR, VARP, and PERCENTILE.
	AllowedAggregations []*string `type:"list" enum:"AuthorSpecifiedAggregation"`

	// The other names or aliases for the column cell value.
	CellValueSynonyms []*CellValueSynonym `type:"list"`

	// The role of the column in the data. Valid values are DIMENSION and MEASURE.
	ColumnDataRole *string `type:"string" enum:"ColumnDataRole"`

	// A description of the column and its contents.
	ColumnDescription *string `type:"string"`

	// A user-friendly name for the column.
	ColumnFriendlyName *string `type:"string"`

	// The name of the column.
	//
	// ColumnName is a required field
	ColumnName *string `type:"string" required:"true"`

	// The other names or aliases for the column.
	ColumnSynonyms []*string `type:"list"`

	// The order in which data is displayed for the column when it's used in a comparative
	// context.
	ComparativeOrder *ComparativeOrder `type:"structure"`

	// The default formatting used for values in the column.
	DefaultFormatting *DefaultFormatting `type:"structure"`

	// A Boolean value that indicates whether the column shows in the autocomplete
	// functionality.
	DisableIndexing *bool `type:"boolean"`

	// A Boolean value that indicates whether the column is included in the query
	// results.
	IsIncludedInTopic *bool `type:"boolean"`

	// A Boolean value that indicates whether to aggregate the column data when
	// it's used in a filter context.
	NeverAggregateInFilter *bool `type:"boolean"`

	// The list of aggregation types that are not allowed for the column. Valid
	// values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM,
	// AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.
	NotAllowedAggregations []*string `type:"list" enum:"AuthorSpecifiedAggregation"`

	// The semantic type of data contained in the column.
	SemanticType *SemanticType `type:"structure"`

	// The level of time precision that is used to aggregate DateTime values.
	TimeGranularity *string `type:"string" enum:"TopicTimeGranularity"`
	// contains filtered or unexported fields
}

Represents a column in a dataset.

func (TopicColumn) GoString added in v1.42.9

func (s TopicColumn) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicColumn) SetAggregation added in v1.42.9

func (s *TopicColumn) SetAggregation(v string) *TopicColumn

SetAggregation sets the Aggregation field's value.

func (*TopicColumn) SetAllowedAggregations added in v1.42.9

func (s *TopicColumn) SetAllowedAggregations(v []*string) *TopicColumn

SetAllowedAggregations sets the AllowedAggregations field's value.

func (*TopicColumn) SetCellValueSynonyms added in v1.42.9

func (s *TopicColumn) SetCellValueSynonyms(v []*CellValueSynonym) *TopicColumn

SetCellValueSynonyms sets the CellValueSynonyms field's value.

func (*TopicColumn) SetColumnDataRole added in v1.42.9

func (s *TopicColumn) SetColumnDataRole(v string) *TopicColumn

SetColumnDataRole sets the ColumnDataRole field's value.

func (*TopicColumn) SetColumnDescription added in v1.42.9

func (s *TopicColumn) SetColumnDescription(v string) *TopicColumn

SetColumnDescription sets the ColumnDescription field's value.

func (*TopicColumn) SetColumnFriendlyName added in v1.42.9

func (s *TopicColumn) SetColumnFriendlyName(v string) *TopicColumn

SetColumnFriendlyName sets the ColumnFriendlyName field's value.

func (*TopicColumn) SetColumnName added in v1.42.9

func (s *TopicColumn) SetColumnName(v string) *TopicColumn

SetColumnName sets the ColumnName field's value.

func (*TopicColumn) SetColumnSynonyms added in v1.42.9

func (s *TopicColumn) SetColumnSynonyms(v []*string) *TopicColumn

SetColumnSynonyms sets the ColumnSynonyms field's value.

func (*TopicColumn) SetComparativeOrder added in v1.42.9

func (s *TopicColumn) SetComparativeOrder(v *ComparativeOrder) *TopicColumn

SetComparativeOrder sets the ComparativeOrder field's value.

func (*TopicColumn) SetDefaultFormatting added in v1.42.9

func (s *TopicColumn) SetDefaultFormatting(v *DefaultFormatting) *TopicColumn

SetDefaultFormatting sets the DefaultFormatting field's value.

func (*TopicColumn) SetDisableIndexing added in v1.42.9

func (s *TopicColumn) SetDisableIndexing(v bool) *TopicColumn

SetDisableIndexing sets the DisableIndexing field's value.

func (*TopicColumn) SetIsIncludedInTopic added in v1.42.9

func (s *TopicColumn) SetIsIncludedInTopic(v bool) *TopicColumn

SetIsIncludedInTopic sets the IsIncludedInTopic field's value.

func (*TopicColumn) SetNeverAggregateInFilter added in v1.42.9

func (s *TopicColumn) SetNeverAggregateInFilter(v bool) *TopicColumn

SetNeverAggregateInFilter sets the NeverAggregateInFilter field's value.

func (*TopicColumn) SetNotAllowedAggregations added in v1.42.9

func (s *TopicColumn) SetNotAllowedAggregations(v []*string) *TopicColumn

SetNotAllowedAggregations sets the NotAllowedAggregations field's value.

func (*TopicColumn) SetSemanticType added in v1.42.9

func (s *TopicColumn) SetSemanticType(v *SemanticType) *TopicColumn

SetSemanticType sets the SemanticType field's value.

func (*TopicColumn) SetTimeGranularity added in v1.42.9

func (s *TopicColumn) SetTimeGranularity(v string) *TopicColumn

SetTimeGranularity sets the TimeGranularity field's value.

func (TopicColumn) String added in v1.42.9

func (s TopicColumn) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicColumn) Validate added in v1.42.9

func (s *TopicColumn) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TopicDateRangeFilter added in v1.42.9

type TopicDateRangeFilter struct {

	// The constant used in a date range filter.
	//
	// Constant is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by TopicDateRangeFilter's
	// String and GoString methods.
	Constant *TopicRangeFilterConstant `type:"structure" sensitive:"true"`

	// A Boolean value that indicates whether the date range filter should include
	// the boundary values. If set to true, the filter includes the start and end
	// dates. If set to false, the filter excludes them.
	Inclusive *bool `type:"boolean"`
	// contains filtered or unexported fields
}

A filter used to restrict data based on a range of dates or times.

func (TopicDateRangeFilter) GoString added in v1.42.9

func (s TopicDateRangeFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicDateRangeFilter) SetConstant added in v1.42.9

SetConstant sets the Constant field's value.

func (*TopicDateRangeFilter) SetInclusive added in v1.42.9

func (s *TopicDateRangeFilter) SetInclusive(v bool) *TopicDateRangeFilter

SetInclusive sets the Inclusive field's value.

func (TopicDateRangeFilter) String added in v1.42.9

func (s TopicDateRangeFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TopicDetails added in v1.42.9

type TopicDetails struct {

	// The data sets that the topic is associated with.
	DataSets []*DatasetMetadata `type:"list"`

	// The description of the topic.
	Description *string `type:"string"`

	// The name of the topic.
	Name *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A structure that describes the details of a topic, such as its name, description, and associated data sets.

func (TopicDetails) GoString added in v1.42.9

func (s TopicDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicDetails) SetDataSets added in v1.42.9

func (s *TopicDetails) SetDataSets(v []*DatasetMetadata) *TopicDetails

SetDataSets sets the DataSets field's value.

func (*TopicDetails) SetDescription added in v1.42.9

func (s *TopicDetails) SetDescription(v string) *TopicDetails

SetDescription sets the Description field's value.

func (*TopicDetails) SetName added in v1.42.9

func (s *TopicDetails) SetName(v string) *TopicDetails

SetName sets the Name field's value.

func (TopicDetails) String added in v1.42.9

func (s TopicDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicDetails) Validate added in v1.42.9

func (s *TopicDetails) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TopicFilter added in v1.42.9

type TopicFilter struct {

	// The category filter that is associated with this filter.
	CategoryFilter *TopicCategoryFilter `type:"structure"`

	// The date range filter.
	DateRangeFilter *TopicDateRangeFilter `type:"structure"`

	// The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER,
	// CONDITIONAL_VALUE_FILTER, and NAMED_VALUE_FILTER.
	FilterClass *string `type:"string" enum:"FilterClass"`

	// A description of the filter used to select items for a topic.
	FilterDescription *string `type:"string"`

	// The name of the filter.
	//
	// FilterName is a required field
	FilterName *string `type:"string" required:"true"`

	// The other names or aliases for the filter.
	FilterSynonyms []*string `type:"list"`

	// The type of the filter. Valid values for this structure are CATEGORY_FILTER,
	// NUMERIC_EQUALITY_FILTER, NUMERIC_RANGE_FILTER, DATE_RANGE_FILTER, and RELATIVE_DATE_FILTER.
	FilterType *string `type:"string" enum:"NamedFilterType"`

	// The numeric equality filter.
	NumericEqualityFilter *TopicNumericEqualityFilter `type:"structure"`

	// The numeric range filter.
	NumericRangeFilter *TopicNumericRangeFilter `type:"structure"`

	// The name of the field that the filter operates on.
	//
	// OperandFieldName is a required field
	OperandFieldName *string `type:"string" required:"true"`

	// The relative date filter.
	RelativeDateFilter *TopicRelativeDateFilter `type:"structure"`
	// contains filtered or unexported fields
}

A structure that represents a filter used to select items for a topic.

func (TopicFilter) GoString added in v1.42.9

func (s TopicFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicFilter) SetCategoryFilter added in v1.42.9

func (s *TopicFilter) SetCategoryFilter(v *TopicCategoryFilter) *TopicFilter

SetCategoryFilter sets the CategoryFilter field's value.

func (*TopicFilter) SetDateRangeFilter added in v1.42.9

func (s *TopicFilter) SetDateRangeFilter(v *TopicDateRangeFilter) *TopicFilter

SetDateRangeFilter sets the DateRangeFilter field's value.

func (*TopicFilter) SetFilterClass added in v1.42.9

func (s *TopicFilter) SetFilterClass(v string) *TopicFilter

SetFilterClass sets the FilterClass field's value.

func (*TopicFilter) SetFilterDescription added in v1.42.9

func (s *TopicFilter) SetFilterDescription(v string) *TopicFilter

SetFilterDescription sets the FilterDescription field's value.

func (*TopicFilter) SetFilterName added in v1.42.9

func (s *TopicFilter) SetFilterName(v string) *TopicFilter

SetFilterName sets the FilterName field's value.

func (*TopicFilter) SetFilterSynonyms added in v1.42.9

func (s *TopicFilter) SetFilterSynonyms(v []*string) *TopicFilter

SetFilterSynonyms sets the FilterSynonyms field's value.

func (*TopicFilter) SetFilterType added in v1.42.9

func (s *TopicFilter) SetFilterType(v string) *TopicFilter

SetFilterType sets the FilterType field's value.

func (*TopicFilter) SetNumericEqualityFilter added in v1.42.9

func (s *TopicFilter) SetNumericEqualityFilter(v *TopicNumericEqualityFilter) *TopicFilter

SetNumericEqualityFilter sets the NumericEqualityFilter field's value.

func (*TopicFilter) SetNumericRangeFilter added in v1.42.9

func (s *TopicFilter) SetNumericRangeFilter(v *TopicNumericRangeFilter) *TopicFilter

SetNumericRangeFilter sets the NumericRangeFilter field's value.

func (*TopicFilter) SetOperandFieldName added in v1.42.9

func (s *TopicFilter) SetOperandFieldName(v string) *TopicFilter

SetOperandFieldName sets the OperandFieldName field's value.

func (*TopicFilter) SetRelativeDateFilter added in v1.42.9

func (s *TopicFilter) SetRelativeDateFilter(v *TopicRelativeDateFilter) *TopicFilter

SetRelativeDateFilter sets the RelativeDateFilter field's value.

func (TopicFilter) String added in v1.42.9

func (s TopicFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicFilter) Validate added in v1.42.9

func (s *TopicFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TopicNamedEntity added in v1.42.9

type TopicNamedEntity struct {

	// The definition of a named entity.
	Definition []*NamedEntityDefinition `type:"list"`

	// The description of the named entity.
	EntityDescription *string `type:"string"`

	// The name of the named entity.
	//
	// EntityName is a required field
	EntityName *string `type:"string" required:"true"`

	// The other names or aliases for the named entity.
	EntitySynonyms []*string `type:"list"`

	// The type of named entity that a topic represents.
	SemanticEntityType *SemanticEntityType `type:"structure"`
	// contains filtered or unexported fields
}

A structure that represents a named entity.

func (TopicNamedEntity) GoString added in v1.42.9

func (s TopicNamedEntity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicNamedEntity) SetDefinition added in v1.42.9

SetDefinition sets the Definition field's value.

func (*TopicNamedEntity) SetEntityDescription added in v1.42.9

func (s *TopicNamedEntity) SetEntityDescription(v string) *TopicNamedEntity

SetEntityDescription sets the EntityDescription field's value.

func (*TopicNamedEntity) SetEntityName added in v1.42.9

func (s *TopicNamedEntity) SetEntityName(v string) *TopicNamedEntity

SetEntityName sets the EntityName field's value.

func (*TopicNamedEntity) SetEntitySynonyms added in v1.42.9

func (s *TopicNamedEntity) SetEntitySynonyms(v []*string) *TopicNamedEntity

SetEntitySynonyms sets the EntitySynonyms field's value.

func (*TopicNamedEntity) SetSemanticEntityType added in v1.42.9

func (s *TopicNamedEntity) SetSemanticEntityType(v *SemanticEntityType) *TopicNamedEntity

SetSemanticEntityType sets the SemanticEntityType field's value.

func (TopicNamedEntity) String added in v1.42.9

func (s TopicNamedEntity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicNamedEntity) Validate added in v1.42.9

func (s *TopicNamedEntity) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TopicNumericEqualityFilter added in v1.42.9

type TopicNumericEqualityFilter struct {

	// An aggregation function that specifies how to calculate the value of a numeric
	// field for a topic. Valid values for this structure are NO_AGGREGATION, SUM,
	// AVERAGE, COUNT, DISTINCT_COUNT, MAX, MEDIAN, MIN, STDEV, STDEVP, VAR, and
	// VARP.
	Aggregation *string `type:"string" enum:"NamedFilterAggType"`

	// The constant used in a numeric equality filter.
	//
	// Constant is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by TopicNumericEqualityFilter's
	// String and GoString methods.
	Constant *TopicSingularFilterConstant `type:"structure" sensitive:"true"`
	// contains filtered or unexported fields
}

A filter that filters topics based on the value of a numeric field. The filter includes only topics whose numeric field value matches the specified value.

func (TopicNumericEqualityFilter) GoString added in v1.42.9

func (s TopicNumericEqualityFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicNumericEqualityFilter) SetAggregation added in v1.42.9

SetAggregation sets the Aggregation field's value.

func (*TopicNumericEqualityFilter) SetConstant added in v1.42.9

SetConstant sets the Constant field's value.

func (TopicNumericEqualityFilter) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TopicNumericRangeFilter added in v1.42.9

type TopicNumericRangeFilter struct {

	// An aggregation function that specifies how to calculate the value of a numeric
	// field for a topic, Valid values for this structure are NO_AGGREGATION, SUM,
	// AVERAGE, COUNT, DISTINCT_COUNT, MAX, MEDIAN, MIN, STDEV, STDEVP, VAR, and
	// VARP.
	Aggregation *string `type:"string" enum:"NamedFilterAggType"`

	// The constant used in a numeric range filter.
	//
	// Constant is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by TopicNumericRangeFilter's
	// String and GoString methods.
	Constant *TopicRangeFilterConstant `type:"structure" sensitive:"true"`

	// A Boolean value that indicates whether the endpoints of the numeric range
	// are included in the filter. If set to true, topics whose numeric field value
	// is equal to the endpoint values will be included in the filter. If set to
	// false, topics whose numeric field value is equal to the endpoint values will
	// be excluded from the filter.
	Inclusive *bool `type:"boolean"`
	// contains filtered or unexported fields
}

A filter that filters topics based on the value of a numeric field. The filter includes only topics whose numeric field value falls within the specified range.

func (TopicNumericRangeFilter) GoString added in v1.42.9

func (s TopicNumericRangeFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicNumericRangeFilter) SetAggregation added in v1.42.9

SetAggregation sets the Aggregation field's value.

func (*TopicNumericRangeFilter) SetConstant added in v1.42.9

SetConstant sets the Constant field's value.

func (*TopicNumericRangeFilter) SetInclusive added in v1.42.9

SetInclusive sets the Inclusive field's value.

func (TopicNumericRangeFilter) String added in v1.42.9

func (s TopicNumericRangeFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TopicRangeFilterConstant added in v1.42.9

type TopicRangeFilterConstant struct {

	// The data type of the constant value that is used in a range filter. Valid
	// values for this structure are RANGE.
	ConstantType *string `type:"string" enum:"ConstantType"`

	// The value of the constant that is used to specify the endpoints of a range
	// filter.
	RangeConstant *RangeConstant `type:"structure"`
	// contains filtered or unexported fields
}

A constant value that is used in a range filter to specify the endpoints of the range.

func (TopicRangeFilterConstant) GoString added in v1.42.9

func (s TopicRangeFilterConstant) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicRangeFilterConstant) SetConstantType added in v1.42.9

SetConstantType sets the ConstantType field's value.

func (*TopicRangeFilterConstant) SetRangeConstant added in v1.42.9

SetRangeConstant sets the RangeConstant field's value.

func (TopicRangeFilterConstant) String added in v1.42.9

func (s TopicRangeFilterConstant) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TopicRefreshDetails added in v1.42.9

type TopicRefreshDetails struct {

	// The Amazon Resource Name (ARN) of the topic refresh.
	RefreshArn *string `type:"string"`

	// The ID of the refresh, which occurs as a result of topic creation or topic
	// update.
	RefreshId *string `type:"string"`

	// The status of the refresh job that indicates whether the job is still running,
	// completed successfully, or failed.
	RefreshStatus *string `type:"string" enum:"TopicRefreshStatus"`
	// contains filtered or unexported fields
}

The details about the refresh of a topic.

func (TopicRefreshDetails) GoString added in v1.42.9

func (s TopicRefreshDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicRefreshDetails) SetRefreshArn added in v1.42.9

func (s *TopicRefreshDetails) SetRefreshArn(v string) *TopicRefreshDetails

SetRefreshArn sets the RefreshArn field's value.

func (*TopicRefreshDetails) SetRefreshId added in v1.42.9

func (s *TopicRefreshDetails) SetRefreshId(v string) *TopicRefreshDetails

SetRefreshId sets the RefreshId field's value.

func (*TopicRefreshDetails) SetRefreshStatus added in v1.42.9

func (s *TopicRefreshDetails) SetRefreshStatus(v string) *TopicRefreshDetails

SetRefreshStatus sets the RefreshStatus field's value.

func (TopicRefreshDetails) String added in v1.42.9

func (s TopicRefreshDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TopicRefreshSchedule added in v1.42.9

type TopicRefreshSchedule struct {

	// A Boolean value that controls whether to schedule runs at the same schedule
	// that is specified in SPICE dataset.
	//
	// BasedOnSpiceSchedule is a required field
	BasedOnSpiceSchedule *bool `type:"boolean" required:"true"`

	// A Boolean value that controls whether to schedule is enabled.
	//
	// IsEnabled is a required field
	IsEnabled *bool `type:"boolean" required:"true"`

	// The time of day when the refresh should run, for example, Monday-Sunday.
	RepeatAt *string `type:"string"`

	// The starting date and time for the refresh schedule.
	StartingAt *time.Time `type:"timestamp"`

	// The timezone that you want the refresh schedule to use.
	Timezone *string `type:"string"`

	// The type of refresh schedule. Valid values for this structure are HOURLY,
	// DAILY, WEEKLY, and MONTHLY.
	TopicScheduleType *string `type:"string" enum:"TopicScheduleType"`
	// contains filtered or unexported fields
}

A structure that represents a topic refresh schedule.

func (TopicRefreshSchedule) GoString added in v1.42.9

func (s TopicRefreshSchedule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicRefreshSchedule) SetBasedOnSpiceSchedule added in v1.42.9

func (s *TopicRefreshSchedule) SetBasedOnSpiceSchedule(v bool) *TopicRefreshSchedule

SetBasedOnSpiceSchedule sets the BasedOnSpiceSchedule field's value.

func (*TopicRefreshSchedule) SetIsEnabled added in v1.42.9

func (s *TopicRefreshSchedule) SetIsEnabled(v bool) *TopicRefreshSchedule

SetIsEnabled sets the IsEnabled field's value.

func (*TopicRefreshSchedule) SetRepeatAt added in v1.42.9

SetRepeatAt sets the RepeatAt field's value.

func (*TopicRefreshSchedule) SetStartingAt added in v1.42.9

func (s *TopicRefreshSchedule) SetStartingAt(v time.Time) *TopicRefreshSchedule

SetStartingAt sets the StartingAt field's value.

func (*TopicRefreshSchedule) SetTimezone added in v1.42.9

SetTimezone sets the Timezone field's value.

func (*TopicRefreshSchedule) SetTopicScheduleType added in v1.42.9

func (s *TopicRefreshSchedule) SetTopicScheduleType(v string) *TopicRefreshSchedule

SetTopicScheduleType sets the TopicScheduleType field's value.

func (TopicRefreshSchedule) String added in v1.42.9

func (s TopicRefreshSchedule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicRefreshSchedule) Validate added in v1.42.9

func (s *TopicRefreshSchedule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TopicRefreshScheduleSummary added in v1.42.9

type TopicRefreshScheduleSummary struct {

	// The Amazon Resource Name (ARN) of the dataset.
	DatasetArn *string `type:"string"`

	// The ID of the dataset.
	DatasetId *string `type:"string"`

	// The name of the dataset.
	DatasetName *string `type:"string"`

	// The definition of a refresh schedule.
	RefreshSchedule *TopicRefreshSchedule `type:"structure"`
	// contains filtered or unexported fields
}

A summary of the refresh schedule details for a dataset.

func (TopicRefreshScheduleSummary) GoString added in v1.42.9

func (s TopicRefreshScheduleSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicRefreshScheduleSummary) SetDatasetArn added in v1.42.9

SetDatasetArn sets the DatasetArn field's value.

func (*TopicRefreshScheduleSummary) SetDatasetId added in v1.42.9

SetDatasetId sets the DatasetId field's value.

func (*TopicRefreshScheduleSummary) SetDatasetName added in v1.42.9

SetDatasetName sets the DatasetName field's value.

func (*TopicRefreshScheduleSummary) SetRefreshSchedule added in v1.42.9

SetRefreshSchedule sets the RefreshSchedule field's value.

func (TopicRefreshScheduleSummary) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TopicRelativeDateFilter added in v1.42.9

type TopicRelativeDateFilter struct {

	// The constant used in a relative date filter.
	//
	// Constant is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by TopicRelativeDateFilter's
	// String and GoString methods.
	Constant *TopicSingularFilterConstant `type:"structure" sensitive:"true"`

	// The function to be used in a relative date filter to determine the range
	// of dates to include in the results. Valid values for this structure are BEFORE,
	// AFTER, and BETWEEN.
	RelativeDateFilterFunction *string `type:"string" enum:"TopicRelativeDateFilterFunction"`

	// The level of time precision that is used to aggregate DateTime values.
	TimeGranularity *string `type:"string" enum:"TopicTimeGranularity"`
	// contains filtered or unexported fields
}

A structure that represents a relative date filter.

func (TopicRelativeDateFilter) GoString added in v1.42.9

func (s TopicRelativeDateFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicRelativeDateFilter) SetConstant added in v1.42.9

SetConstant sets the Constant field's value.

func (*TopicRelativeDateFilter) SetRelativeDateFilterFunction added in v1.42.9

func (s *TopicRelativeDateFilter) SetRelativeDateFilterFunction(v string) *TopicRelativeDateFilter

SetRelativeDateFilterFunction sets the RelativeDateFilterFunction field's value.

func (*TopicRelativeDateFilter) SetTimeGranularity added in v1.42.9

func (s *TopicRelativeDateFilter) SetTimeGranularity(v string) *TopicRelativeDateFilter

SetTimeGranularity sets the TimeGranularity field's value.

func (TopicRelativeDateFilter) String added in v1.42.9

func (s TopicRelativeDateFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TopicSingularFilterConstant added in v1.42.9

type TopicSingularFilterConstant struct {

	// The type of the singular filter constant. Valid values for this structure
	// are SINGULAR.
	ConstantType *string `type:"string" enum:"ConstantType"`

	// The value of the singular filter constant.
	SingularConstant *string `type:"string"`
	// contains filtered or unexported fields
}

A structure that represents a singular filter constant, used in filters to specify a single value to match against.

func (TopicSingularFilterConstant) GoString added in v1.42.9

func (s TopicSingularFilterConstant) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicSingularFilterConstant) SetConstantType added in v1.42.9

SetConstantType sets the ConstantType field's value.

func (*TopicSingularFilterConstant) SetSingularConstant added in v1.42.9

SetSingularConstant sets the SingularConstant field's value.

func (TopicSingularFilterConstant) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TopicSummary added in v1.42.9

type TopicSummary struct {

	// The Amazon Resource Name (ARN) of the topic.
	Arn *string `type:"string"`

	// The name of the topic.
	Name *string `min:"1" type:"string"`

	// The ID for the topic. This ID is unique per Amazon Web Services Region for
	// each Amazon Web Services account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

A topic summary.

func (TopicSummary) GoString added in v1.42.9

func (s TopicSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TopicSummary) SetArn added in v1.42.9

func (s *TopicSummary) SetArn(v string) *TopicSummary

SetArn sets the Arn field's value.

func (*TopicSummary) SetName added in v1.42.9

func (s *TopicSummary) SetName(v string) *TopicSummary

SetName sets the Name field's value.

func (*TopicSummary) SetTopicId added in v1.42.9

func (s *TopicSummary) SetTopicId(v string) *TopicSummary

SetTopicId sets the TopicId field's value.

func (TopicSummary) String added in v1.42.9

func (s TopicSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TotalAggregationComputation added in v1.42.9

type TotalAggregationComputation struct {

	// The ID for a computation.
	//
	// ComputationId is a required field
	ComputationId *string `min:"1" type:"string" required:"true"`

	// The name of a computation.
	Name *string `type:"string"`

	// The value field that is used in a computation.
	//
	// Value is a required field
	Value *MeasureField `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The total aggregation computation configuration.

func (TotalAggregationComputation) GoString added in v1.42.9

func (s TotalAggregationComputation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TotalAggregationComputation) SetComputationId added in v1.42.9

SetComputationId sets the ComputationId field's value.

func (*TotalAggregationComputation) SetName added in v1.42.9

SetName sets the Name field's value.

func (*TotalAggregationComputation) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (TotalAggregationComputation) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TotalAggregationComputation) Validate added in v1.42.9

func (s *TotalAggregationComputation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TotalOptions added in v1.42.9

type TotalOptions struct {

	// The custom label string for the total cells.
	CustomLabel *string `type:"string"`

	// The placement (start, end) for the total cells.
	Placement *string `type:"string" enum:"TableTotalsPlacement"`

	// The scroll status (pinned, scrolled) for the total cells.
	ScrollStatus *string `type:"string" enum:"TableTotalsScrollStatus"`

	// Cell styling options for the total cells.
	TotalCellStyle *TableCellStyle `type:"structure"`

	// The visibility configuration for the total cells.
	TotalsVisibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The total options for a table visual.

func (TotalOptions) GoString added in v1.42.9

func (s TotalOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TotalOptions) SetCustomLabel added in v1.42.9

func (s *TotalOptions) SetCustomLabel(v string) *TotalOptions

SetCustomLabel sets the CustomLabel field's value.

func (*TotalOptions) SetPlacement added in v1.42.9

func (s *TotalOptions) SetPlacement(v string) *TotalOptions

SetPlacement sets the Placement field's value.

func (*TotalOptions) SetScrollStatus added in v1.42.9

func (s *TotalOptions) SetScrollStatus(v string) *TotalOptions

SetScrollStatus sets the ScrollStatus field's value.

func (*TotalOptions) SetTotalCellStyle added in v1.42.9

func (s *TotalOptions) SetTotalCellStyle(v *TableCellStyle) *TotalOptions

SetTotalCellStyle sets the TotalCellStyle field's value.

func (*TotalOptions) SetTotalsVisibility added in v1.42.9

func (s *TotalOptions) SetTotalsVisibility(v string) *TotalOptions

SetTotalsVisibility sets the TotalsVisibility field's value.

func (TotalOptions) String added in v1.42.9

func (s TotalOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TotalOptions) Validate added in v1.42.9

func (s *TotalOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TransformOperation

type TransformOperation struct {

	// A transform operation that casts a column to a different type.
	CastColumnTypeOperation *CastColumnTypeOperation `type:"structure"`

	// An operation that creates calculated columns. Columns created in one such
	// operation form a lexical closure.
	CreateColumnsOperation *CreateColumnsOperation `type:"structure"`

	// An operation that filters rows based on some condition.
	FilterOperation *FilterOperation `type:"structure"`

	// A transform operation that overrides the dataset parameter values that are
	// defined in another dataset.
	OverrideDatasetParameterOperation *OverrideDatasetParameterOperation `type:"structure"`

	// An operation that projects columns. Operations that come after a projection
	// can only refer to projected columns.
	ProjectOperation *ProjectOperation `type:"structure"`

	// An operation that renames a column.
	RenameColumnOperation *RenameColumnOperation `type:"structure"`

	// An operation that tags a column with additional information.
	TagColumnOperation *TagColumnOperation `type:"structure"`

	// A transform operation that removes tags associated with a column.
	UntagColumnOperation *UntagColumnOperation `type:"structure"`
	// contains filtered or unexported fields
}

A data transformation on a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

func (TransformOperation) GoString

func (s TransformOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformOperation) SetCastColumnTypeOperation

func (s *TransformOperation) SetCastColumnTypeOperation(v *CastColumnTypeOperation) *TransformOperation

SetCastColumnTypeOperation sets the CastColumnTypeOperation field's value.

func (*TransformOperation) SetCreateColumnsOperation

func (s *TransformOperation) SetCreateColumnsOperation(v *CreateColumnsOperation) *TransformOperation

SetCreateColumnsOperation sets the CreateColumnsOperation field's value.

func (*TransformOperation) SetFilterOperation

func (s *TransformOperation) SetFilterOperation(v *FilterOperation) *TransformOperation

SetFilterOperation sets the FilterOperation field's value.

func (*TransformOperation) SetOverrideDatasetParameterOperation added in v1.42.9

func (s *TransformOperation) SetOverrideDatasetParameterOperation(v *OverrideDatasetParameterOperation) *TransformOperation

SetOverrideDatasetParameterOperation sets the OverrideDatasetParameterOperation field's value.

func (*TransformOperation) SetProjectOperation

func (s *TransformOperation) SetProjectOperation(v *ProjectOperation) *TransformOperation

SetProjectOperation sets the ProjectOperation field's value.

func (*TransformOperation) SetRenameColumnOperation

func (s *TransformOperation) SetRenameColumnOperation(v *RenameColumnOperation) *TransformOperation

SetRenameColumnOperation sets the RenameColumnOperation field's value.

func (*TransformOperation) SetTagColumnOperation

func (s *TransformOperation) SetTagColumnOperation(v *TagColumnOperation) *TransformOperation

SetTagColumnOperation sets the TagColumnOperation field's value.

func (*TransformOperation) SetUntagColumnOperation

func (s *TransformOperation) SetUntagColumnOperation(v *UntagColumnOperation) *TransformOperation

SetUntagColumnOperation sets the UntagColumnOperation field's value.

func (TransformOperation) String

func (s TransformOperation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformOperation) Validate

func (s *TransformOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TreeMapAggregatedFieldWells added in v1.42.9

type TreeMapAggregatedFieldWells struct {

	// The color field well of a tree map. Values are grouped by aggregations based
	// on group by fields.
	Colors []*MeasureField `type:"list"`

	// The group by field well of a tree map. Values are grouped based on group
	// by fields.
	Groups []*DimensionField `type:"list"`

	// The size field well of a tree map. Values are aggregated based on group by
	// fields.
	Sizes []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

Aggregated field wells of a tree map.

func (TreeMapAggregatedFieldWells) GoString added in v1.42.9

func (s TreeMapAggregatedFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TreeMapAggregatedFieldWells) SetColors added in v1.42.9

SetColors sets the Colors field's value.

func (*TreeMapAggregatedFieldWells) SetGroups added in v1.42.9

SetGroups sets the Groups field's value.

func (*TreeMapAggregatedFieldWells) SetSizes added in v1.42.9

SetSizes sets the Sizes field's value.

func (TreeMapAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TreeMapAggregatedFieldWells) Validate added in v1.42.9

func (s *TreeMapAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TreeMapConfiguration added in v1.42.9

type TreeMapConfiguration struct {

	// The label options (label text, label visibility) for the colors displayed
	// in a tree map.
	ColorLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The color options (gradient color, point of divergence) of a tree map.
	ColorScale *ColorScale `type:"structure"`

	// The options that determine if visual data labels are displayed.
	DataLabels *DataLabelOptions `type:"structure"`

	// The field wells of the visual.
	FieldWells *TreeMapFieldWells `type:"structure"`

	// The label options (label text, label visibility) of the groups that are displayed
	// in a tree map.
	GroupLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The legend display setup of the visual.
	Legend *LegendOptions `type:"structure"`

	// The label options (label text, label visibility) of the sizes that are displayed
	// in a tree map.
	SizeLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The sort configuration of a tree map.
	SortConfiguration *TreeMapSortConfiguration `type:"structure"`

	// The tooltip display setup of the visual.
	Tooltip *TooltipOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a tree map.

func (TreeMapConfiguration) GoString added in v1.42.9

func (s TreeMapConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TreeMapConfiguration) SetColorLabelOptions added in v1.42.9

SetColorLabelOptions sets the ColorLabelOptions field's value.

func (*TreeMapConfiguration) SetColorScale added in v1.42.9

SetColorScale sets the ColorScale field's value.

func (*TreeMapConfiguration) SetDataLabels added in v1.42.9

SetDataLabels sets the DataLabels field's value.

func (*TreeMapConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*TreeMapConfiguration) SetGroupLabelOptions added in v1.42.9

SetGroupLabelOptions sets the GroupLabelOptions field's value.

func (*TreeMapConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*TreeMapConfiguration) SetSizeLabelOptions added in v1.42.9

SetSizeLabelOptions sets the SizeLabelOptions field's value.

func (*TreeMapConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*TreeMapConfiguration) SetTooltip added in v1.42.9

SetTooltip sets the Tooltip field's value.

func (TreeMapConfiguration) String added in v1.42.9

func (s TreeMapConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TreeMapConfiguration) Validate added in v1.42.9

func (s *TreeMapConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TreeMapFieldWells added in v1.42.9

type TreeMapFieldWells struct {

	// The aggregated field wells of a tree map.
	TreeMapAggregatedFieldWells *TreeMapAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field wells of a tree map.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (TreeMapFieldWells) GoString added in v1.42.9

func (s TreeMapFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TreeMapFieldWells) SetTreeMapAggregatedFieldWells added in v1.42.9

func (s *TreeMapFieldWells) SetTreeMapAggregatedFieldWells(v *TreeMapAggregatedFieldWells) *TreeMapFieldWells

SetTreeMapAggregatedFieldWells sets the TreeMapAggregatedFieldWells field's value.

func (TreeMapFieldWells) String added in v1.42.9

func (s TreeMapFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TreeMapFieldWells) Validate added in v1.42.9

func (s *TreeMapFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TreeMapSortConfiguration added in v1.42.9

type TreeMapSortConfiguration struct {

	// The limit on the number of groups that are displayed.
	TreeMapGroupItemsLimitConfiguration *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of group by fields.
	TreeMapSort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a tree map.

func (TreeMapSortConfiguration) GoString added in v1.42.9

func (s TreeMapSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TreeMapSortConfiguration) SetTreeMapGroupItemsLimitConfiguration added in v1.42.9

func (s *TreeMapSortConfiguration) SetTreeMapGroupItemsLimitConfiguration(v *ItemsLimitConfiguration) *TreeMapSortConfiguration

SetTreeMapGroupItemsLimitConfiguration sets the TreeMapGroupItemsLimitConfiguration field's value.

func (*TreeMapSortConfiguration) SetTreeMapSort added in v1.42.9

SetTreeMapSort sets the TreeMapSort field's value.

func (TreeMapSortConfiguration) String added in v1.42.9

func (s TreeMapSortConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TreeMapSortConfiguration) Validate added in v1.42.9

func (s *TreeMapSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TreeMapVisual added in v1.42.9

type TreeMapVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration settings of the visual.
	ChartConfiguration *TreeMapConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers..
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A tree map.

For more information, see Using tree maps (https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the Amazon QuickSight User Guide.

func (TreeMapVisual) GoString added in v1.42.9

func (s TreeMapVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TreeMapVisual) SetActions added in v1.42.9

func (s *TreeMapVisual) SetActions(v []*VisualCustomAction) *TreeMapVisual

SetActions sets the Actions field's value.

func (*TreeMapVisual) SetChartConfiguration added in v1.42.9

func (s *TreeMapVisual) SetChartConfiguration(v *TreeMapConfiguration) *TreeMapVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*TreeMapVisual) SetColumnHierarchies added in v1.42.9

func (s *TreeMapVisual) SetColumnHierarchies(v []*ColumnHierarchy) *TreeMapVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*TreeMapVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*TreeMapVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*TreeMapVisual) SetVisualId added in v1.42.9

func (s *TreeMapVisual) SetVisualId(v string) *TreeMapVisual

SetVisualId sets the VisualId field's value.

func (TreeMapVisual) String added in v1.42.9

func (s TreeMapVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TreeMapVisual) Validate added in v1.42.9

func (s *TreeMapVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TrendArrowOptions added in v1.42.9

type TrendArrowOptions struct {

	// The visibility of the trend arrows.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The options that determine the presentation of trend arrows in a KPI visual.

func (TrendArrowOptions) GoString added in v1.42.9

func (s TrendArrowOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrendArrowOptions) SetVisibility added in v1.42.9

func (s *TrendArrowOptions) SetVisibility(v string) *TrendArrowOptions

SetVisibility sets the Visibility field's value.

func (TrendArrowOptions) String added in v1.42.9

func (s TrendArrowOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TwitterParameters

type TwitterParameters struct {

	// Maximum number of rows to query Twitter.
	//
	// MaxRows is a required field
	MaxRows *int64 `min:"1" type:"integer" required:"true"`

	// Twitter query string.
	//
	// Query is a required field
	Query *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The parameters for Twitter.

func (TwitterParameters) GoString

func (s TwitterParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TwitterParameters) SetMaxRows

func (s *TwitterParameters) SetMaxRows(v int64) *TwitterParameters

SetMaxRows sets the MaxRows field's value.

func (*TwitterParameters) SetQuery

func (s *TwitterParameters) SetQuery(v string) *TwitterParameters

SetQuery sets the Query field's value.

func (TwitterParameters) String

func (s TwitterParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TwitterParameters) Validate

func (s *TwitterParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Typography added in v1.42.9

type Typography struct {

	// Determines the list of font families.
	FontFamilies []*Font `type:"list"`
	// contains filtered or unexported fields
}

Determines the typography options.

func (Typography) GoString added in v1.42.9

func (s Typography) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Typography) SetFontFamilies added in v1.42.9

func (s *Typography) SetFontFamilies(v []*Font) *Typography

SetFontFamilies sets the FontFamilies field's value.

func (Typography) String added in v1.42.9

func (s Typography) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UIColorPalette

type UIColorPalette struct {

	// This color is that applies to selected states and buttons.
	Accent *string `type:"string"`

	// The foreground color that applies to any text or other elements that appear
	// over the accent color.
	AccentForeground *string `type:"string"`

	// The color that applies to error messages.
	Danger *string `type:"string"`

	// The foreground color that applies to any text or other elements that appear
	// over the error color.
	DangerForeground *string `type:"string"`

	// The color that applies to the names of fields that are identified as dimensions.
	Dimension *string `type:"string"`

	// The foreground color that applies to any text or other elements that appear
	// over the dimension color.
	DimensionForeground *string `type:"string"`

	// The color that applies to the names of fields that are identified as measures.
	Measure *string `type:"string"`

	// The foreground color that applies to any text or other elements that appear
	// over the measure color.
	MeasureForeground *string `type:"string"`

	// The background color that applies to visuals and other high emphasis UI.
	PrimaryBackground *string `type:"string"`

	// The color of text and other foreground elements that appear over the primary
	// background regions, such as grid lines, borders, table banding, icons, and
	// so on.
	PrimaryForeground *string `type:"string"`

	// The background color that applies to the sheet background and sheet controls.
	SecondaryBackground *string `type:"string"`

	// The foreground color that applies to any sheet title, sheet control text,
	// or UI that appears over the secondary background.
	SecondaryForeground *string `type:"string"`

	// The color that applies to success messages, for example the check mark for
	// a successful download.
	Success *string `type:"string"`

	// The foreground color that applies to any text or other elements that appear
	// over the success color.
	SuccessForeground *string `type:"string"`

	// This color that applies to warning and informational messages.
	Warning *string `type:"string"`

	// The foreground color that applies to any text or other elements that appear
	// over the warning color.
	WarningForeground *string `type:"string"`
	// contains filtered or unexported fields
}

The theme colors that apply to UI and to charts, excluding data colors. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5. For more information, see Using Themes in Amazon QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html) in the Amazon QuickSight User Guide.

func (UIColorPalette) GoString

func (s UIColorPalette) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UIColorPalette) SetAccent

func (s *UIColorPalette) SetAccent(v string) *UIColorPalette

SetAccent sets the Accent field's value.

func (*UIColorPalette) SetAccentForeground

func (s *UIColorPalette) SetAccentForeground(v string) *UIColorPalette

SetAccentForeground sets the AccentForeground field's value.

func (*UIColorPalette) SetDanger

func (s *UIColorPalette) SetDanger(v string) *UIColorPalette

SetDanger sets the Danger field's value.

func (*UIColorPalette) SetDangerForeground

func (s *UIColorPalette) SetDangerForeground(v string) *UIColorPalette

SetDangerForeground sets the DangerForeground field's value.

func (*UIColorPalette) SetDimension

func (s *UIColorPalette) SetDimension(v string) *UIColorPalette

SetDimension sets the Dimension field's value.

func (*UIColorPalette) SetDimensionForeground

func (s *UIColorPalette) SetDimensionForeground(v string) *UIColorPalette

SetDimensionForeground sets the DimensionForeground field's value.

func (*UIColorPalette) SetMeasure

func (s *UIColorPalette) SetMeasure(v string) *UIColorPalette

SetMeasure sets the Measure field's value.

func (*UIColorPalette) SetMeasureForeground

func (s *UIColorPalette) SetMeasureForeground(v string) *UIColorPalette

SetMeasureForeground sets the MeasureForeground field's value.

func (*UIColorPalette) SetPrimaryBackground

func (s *UIColorPalette) SetPrimaryBackground(v string) *UIColorPalette

SetPrimaryBackground sets the PrimaryBackground field's value.

func (*UIColorPalette) SetPrimaryForeground

func (s *UIColorPalette) SetPrimaryForeground(v string) *UIColorPalette

SetPrimaryForeground sets the PrimaryForeground field's value.

func (*UIColorPalette) SetSecondaryBackground

func (s *UIColorPalette) SetSecondaryBackground(v string) *UIColorPalette

SetSecondaryBackground sets the SecondaryBackground field's value.

func (*UIColorPalette) SetSecondaryForeground

func (s *UIColorPalette) SetSecondaryForeground(v string) *UIColorPalette

SetSecondaryForeground sets the SecondaryForeground field's value.

func (*UIColorPalette) SetSuccess

func (s *UIColorPalette) SetSuccess(v string) *UIColorPalette

SetSuccess sets the Success field's value.

func (*UIColorPalette) SetSuccessForeground

func (s *UIColorPalette) SetSuccessForeground(v string) *UIColorPalette

SetSuccessForeground sets the SuccessForeground field's value.

func (*UIColorPalette) SetWarning

func (s *UIColorPalette) SetWarning(v string) *UIColorPalette

SetWarning sets the Warning field's value.

func (*UIColorPalette) SetWarningForeground

func (s *UIColorPalette) SetWarningForeground(v string) *UIColorPalette

SetWarningForeground sets the WarningForeground field's value.

func (UIColorPalette) String

func (s UIColorPalette) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnaggregatedField added in v1.42.9

type UnaggregatedField struct {

	// The column that is used in the UnaggregatedField.
	//
	// Column is a required field
	Column *ColumnIdentifier `type:"structure" required:"true"`

	// The custom field ID.
	//
	// FieldId is a required field
	FieldId *string `min:"1" type:"string" required:"true"`

	// The format configuration of the field.
	FormatConfiguration *FormatConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The unaggregated field for a table.

func (UnaggregatedField) GoString added in v1.42.9

func (s UnaggregatedField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnaggregatedField) SetColumn added in v1.42.9

SetColumn sets the Column field's value.

func (*UnaggregatedField) SetFieldId added in v1.42.9

func (s *UnaggregatedField) SetFieldId(v string) *UnaggregatedField

SetFieldId sets the FieldId field's value.

func (*UnaggregatedField) SetFormatConfiguration added in v1.42.9

func (s *UnaggregatedField) SetFormatConfiguration(v *FormatConfiguration) *UnaggregatedField

SetFormatConfiguration sets the FormatConfiguration field's value.

func (UnaggregatedField) String added in v1.42.9

func (s UnaggregatedField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnaggregatedField) Validate added in v1.42.9

func (s *UnaggregatedField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UniqueValuesComputation added in v1.42.9

type UniqueValuesComputation struct {

	// The category field that is used in a computation.
	//
	// Category is a required field
	Category *DimensionField `type:"structure" required:"true"`

	// The ID for a computation.
	//
	// ComputationId is a required field
	ComputationId *string `min:"1" type:"string" required:"true"`

	// The name of a computation.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

The unique values computation configuration.

func (UniqueValuesComputation) GoString added in v1.42.9

func (s UniqueValuesComputation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UniqueValuesComputation) SetCategory added in v1.42.9

SetCategory sets the Category field's value.

func (*UniqueValuesComputation) SetComputationId added in v1.42.9

func (s *UniqueValuesComputation) SetComputationId(v string) *UniqueValuesComputation

SetComputationId sets the ComputationId field's value.

func (*UniqueValuesComputation) SetName added in v1.42.9

SetName sets the Name field's value.

func (UniqueValuesComputation) String added in v1.42.9

func (s UniqueValuesComputation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UniqueValuesComputation) Validate added in v1.42.9

func (s *UniqueValuesComputation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnsupportedPricingPlanException

type UnsupportedPricingPlanException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

This error indicates that you are calling an embedding operation in Amazon QuickSight without the required pricing plan on your Amazon Web Services account. Before you can use embedding for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You can do this on the Manage Amazon QuickSight page.

After capacity pricing is added, you can use the GetDashboardEmbedUrl (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html) API operation with the --identity-type ANONYMOUS option.

func (*UnsupportedPricingPlanException) Code

Code returns the exception type name.

func (*UnsupportedPricingPlanException) Error

func (UnsupportedPricingPlanException) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedPricingPlanException) Message

Message returns the exception's message.

func (*UnsupportedPricingPlanException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedPricingPlanException) RequestID

func (s *UnsupportedPricingPlanException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedPricingPlanException) StatusCode

func (s *UnsupportedPricingPlanException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedPricingPlanException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedUserEditionException

type UnsupportedUserEditionException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

func (*UnsupportedUserEditionException) Code

Code returns the exception type name.

func (*UnsupportedUserEditionException) Error

func (UnsupportedUserEditionException) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedUserEditionException) Message

Message returns the exception's message.

func (*UnsupportedUserEditionException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedUserEditionException) RequestID

func (s *UnsupportedUserEditionException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedUserEditionException) StatusCode

func (s *UnsupportedUserEditionException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedUserEditionException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UntagColumnOperation

type UntagColumnOperation struct {

	// The column that this operation acts on.
	//
	// ColumnName is a required field
	ColumnName *string `min:"1" type:"string" required:"true"`

	// The column tags to remove from this column.
	//
	// TagNames is a required field
	TagNames []*string `type:"list" required:"true" enum:"ColumnTagName"`
	// contains filtered or unexported fields
}

A transform operation that removes tags associated with a column.

func (UntagColumnOperation) GoString

func (s UntagColumnOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagColumnOperation) SetColumnName

func (s *UntagColumnOperation) SetColumnName(v string) *UntagColumnOperation

SetColumnName sets the ColumnName field's value.

func (*UntagColumnOperation) SetTagNames

func (s *UntagColumnOperation) SetTagNames(v []*string) *UntagColumnOperation

SetTagNames sets the TagNames field's value.

func (UntagColumnOperation) String

func (s UntagColumnOperation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagColumnOperation) Validate

func (s *UntagColumnOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceInput

type UntagResourceInput struct {

	// The Amazon Resource Name (ARN) of the resource that you want to untag.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"`

	// The keys of the key-value pairs for the resource tag or tags assigned to
	// the resource.
	//
	// TagKeys is a required field
	TagKeys []*string `location:"querystring" locationName:"keys" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UntagResourceInput) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) SetResourceArn

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceOutput) SetRequestId

func (s *UntagResourceOutput) SetRequestId(v string) *UntagResourceOutput

SetRequestId sets the RequestId field's value.

func (*UntagResourceOutput) SetStatus

SetStatus sets the Status field's value.

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAccountCustomizationInput

type UpdateAccountCustomizationInput struct {

	// The Amazon QuickSight customizations you're updating in the current Amazon
	// Web Services Region.
	//
	// AccountCustomization is a required field
	AccountCustomization *AccountCustomization `type:"structure" required:"true"`

	// The ID for the Amazon Web Services account that you want to update Amazon
	// QuickSight customizations for.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The namespace that you want to update Amazon QuickSight customizations for.
	Namespace *string `location:"querystring" locationName:"namespace" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateAccountCustomizationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAccountCustomizationInput) SetAccountCustomization

SetAccountCustomization sets the AccountCustomization field's value.

func (*UpdateAccountCustomizationInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateAccountCustomizationInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (UpdateAccountCustomizationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAccountCustomizationInput) Validate

func (s *UpdateAccountCustomizationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAccountCustomizationOutput

type UpdateAccountCustomizationOutput struct {

	// The Amazon QuickSight customizations you're updating in the current Amazon
	// Web Services Region.
	AccountCustomization *AccountCustomization `type:"structure"`

	// The Amazon Resource Name (ARN) for the updated customization for this Amazon
	// Web Services account.
	Arn *string `type:"string"`

	// The ID for the Amazon Web Services account that you want to update Amazon
	// QuickSight customizations for.
	AwsAccountId *string `min:"12" type:"string"`

	// The namespace associated with the customization that you're updating.
	Namespace *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateAccountCustomizationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAccountCustomizationOutput) SetAccountCustomization

SetAccountCustomization sets the AccountCustomization field's value.

func (*UpdateAccountCustomizationOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateAccountCustomizationOutput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateAccountCustomizationOutput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*UpdateAccountCustomizationOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateAccountCustomizationOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateAccountCustomizationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAccountSettingsInput

type UpdateAccountSettingsInput struct {

	// The ID for the Amazon Web Services account that contains the Amazon QuickSight
	// settings that you want to list.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The default namespace for this Amazon Web Services account. Currently, the
	// default is default. IAM users that register for the first time with Amazon
	// QuickSight provide an email address that becomes associated with the default
	// namespace.
	//
	// DefaultNamespace is a required field
	DefaultNamespace *string `type:"string" required:"true"`

	// The email address that you want Amazon QuickSight to send notifications to
	// regarding your Amazon Web Services account or Amazon QuickSight subscription.
	NotificationEmail *string `type:"string"`

	// A boolean value that determines whether or not an Amazon QuickSight account
	// can be deleted. A True value doesn't allow the account to be deleted and
	// results in an error message if a user tries to make a DeleteAccountSubscription
	// request. A False value will allow the account to be deleted.
	TerminationProtectionEnabled *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (UpdateAccountSettingsInput) GoString

func (s UpdateAccountSettingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAccountSettingsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateAccountSettingsInput) SetDefaultNamespace

SetDefaultNamespace sets the DefaultNamespace field's value.

func (*UpdateAccountSettingsInput) SetNotificationEmail

func (s *UpdateAccountSettingsInput) SetNotificationEmail(v string) *UpdateAccountSettingsInput

SetNotificationEmail sets the NotificationEmail field's value.

func (*UpdateAccountSettingsInput) SetTerminationProtectionEnabled added in v1.42.9

func (s *UpdateAccountSettingsInput) SetTerminationProtectionEnabled(v bool) *UpdateAccountSettingsInput

SetTerminationProtectionEnabled sets the TerminationProtectionEnabled field's value.

func (UpdateAccountSettingsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAccountSettingsInput) Validate

func (s *UpdateAccountSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAccountSettingsOutput

type UpdateAccountSettingsOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateAccountSettingsOutput) GoString

func (s UpdateAccountSettingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAccountSettingsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateAccountSettingsOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateAccountSettingsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAnalysisInput

type UpdateAnalysisInput struct {

	// The ID for the analysis that you're updating. This ID displays in the URL
	// of the analysis.
	//
	// AnalysisId is a required field
	AnalysisId *string `location:"uri" locationName:"AnalysisId" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the analysis that
	// you're updating.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The definition of an analysis.
	//
	// A definition is the data model of all features in a Dashboard, Template,
	// or Analysis.
	Definition *AnalysisDefinition `type:"structure"`

	// A descriptive name for the analysis that you're updating. This name displays
	// for the analysis in the Amazon QuickSight console.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The parameter names and override values that you want to use. An analysis
	// can have any parameter type, and some parameters might accept multiple values.
	Parameters *Parameters `type:"structure"`

	// A source entity to use for the analysis that you're updating. This metadata
	// structure contains details that describe a source template and one or more
	// datasets.
	SourceEntity *AnalysisSourceEntity `type:"structure"`

	// The Amazon Resource Name (ARN) for the theme to apply to the analysis that
	// you're creating. To see the theme in the Amazon QuickSight console, make
	// sure that you have access to it.
	ThemeArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateAnalysisInput) GoString

func (s UpdateAnalysisInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAnalysisInput) SetAnalysisId

func (s *UpdateAnalysisInput) SetAnalysisId(v string) *UpdateAnalysisInput

SetAnalysisId sets the AnalysisId field's value.

func (*UpdateAnalysisInput) SetAwsAccountId

func (s *UpdateAnalysisInput) SetAwsAccountId(v string) *UpdateAnalysisInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateAnalysisInput) SetDefinition added in v1.42.9

SetDefinition sets the Definition field's value.

func (*UpdateAnalysisInput) SetName

SetName sets the Name field's value.

func (*UpdateAnalysisInput) SetParameters

func (s *UpdateAnalysisInput) SetParameters(v *Parameters) *UpdateAnalysisInput

SetParameters sets the Parameters field's value.

func (*UpdateAnalysisInput) SetSourceEntity

SetSourceEntity sets the SourceEntity field's value.

func (*UpdateAnalysisInput) SetThemeArn

func (s *UpdateAnalysisInput) SetThemeArn(v string) *UpdateAnalysisInput

SetThemeArn sets the ThemeArn field's value.

func (UpdateAnalysisInput) String

func (s UpdateAnalysisInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAnalysisInput) Validate

func (s *UpdateAnalysisInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAnalysisOutput

type UpdateAnalysisOutput struct {

	// The ID of the analysis.
	AnalysisId *string `min:"1" type:"string"`

	// The ARN of the analysis that you're updating.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The update status of the last update that was made to the analysis.
	UpdateStatus *string `type:"string" enum:"ResourceStatus"`
	// contains filtered or unexported fields
}

func (UpdateAnalysisOutput) GoString

func (s UpdateAnalysisOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAnalysisOutput) SetAnalysisId

func (s *UpdateAnalysisOutput) SetAnalysisId(v string) *UpdateAnalysisOutput

SetAnalysisId sets the AnalysisId field's value.

func (*UpdateAnalysisOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateAnalysisOutput) SetRequestId

func (s *UpdateAnalysisOutput) SetRequestId(v string) *UpdateAnalysisOutput

SetRequestId sets the RequestId field's value.

func (*UpdateAnalysisOutput) SetStatus

SetStatus sets the Status field's value.

func (*UpdateAnalysisOutput) SetUpdateStatus

func (s *UpdateAnalysisOutput) SetUpdateStatus(v string) *UpdateAnalysisOutput

SetUpdateStatus sets the UpdateStatus field's value.

func (UpdateAnalysisOutput) String

func (s UpdateAnalysisOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAnalysisPermissionsInput

type UpdateAnalysisPermissionsInput struct {

	// The ID of the analysis whose permissions you're updating. The ID is part
	// of the analysis URL.
	//
	// AnalysisId is a required field
	AnalysisId *string `location:"uri" locationName:"AnalysisId" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the analysis whose
	// permissions you're updating. You must be using the Amazon Web Services account
	// that the analysis is in.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// A structure that describes the permissions to add and the principal to add
	// them to.
	GrantPermissions []*ResourcePermission `type:"list"`

	// A structure that describes the permissions to remove and the principal to
	// remove them from.
	RevokePermissions []*ResourcePermission `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateAnalysisPermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAnalysisPermissionsInput) SetAnalysisId

SetAnalysisId sets the AnalysisId field's value.

func (*UpdateAnalysisPermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateAnalysisPermissionsInput) SetGrantPermissions

SetGrantPermissions sets the GrantPermissions field's value.

func (*UpdateAnalysisPermissionsInput) SetRevokePermissions

SetRevokePermissions sets the RevokePermissions field's value.

func (UpdateAnalysisPermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAnalysisPermissionsInput) Validate

func (s *UpdateAnalysisPermissionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAnalysisPermissionsOutput

type UpdateAnalysisPermissionsOutput struct {

	// The Amazon Resource Name (ARN) of the analysis that you updated.
	AnalysisArn *string `type:"string"`

	// The ID of the analysis that you updated permissions for.
	AnalysisId *string `min:"1" type:"string"`

	// A structure that describes the principals and the resource-level permissions
	// on an analysis.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateAnalysisPermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAnalysisPermissionsOutput) SetAnalysisArn

SetAnalysisArn sets the AnalysisArn field's value.

func (*UpdateAnalysisPermissionsOutput) SetAnalysisId

SetAnalysisId sets the AnalysisId field's value.

func (*UpdateAnalysisPermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*UpdateAnalysisPermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateAnalysisPermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateAnalysisPermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDashboardInput

type UpdateDashboardInput struct {

	// The ID of the Amazon Web Services account that contains the dashboard that
	// you're updating.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dashboard.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// Options for publishing the dashboard when you create it:
	//
	//    * AvailabilityStatus for AdHocFilteringOption - This status can be either
	//    ENABLED or DISABLED. When this is set to DISABLED, Amazon QuickSight disables
	//    the left filter pane on the published dashboard, which can be used for
	//    ad hoc (one-time) filtering. This option is ENABLED by default.
	//
	//    * AvailabilityStatus for ExportToCSVOption - This status can be either
	//    ENABLED or DISABLED. The visual option to export data to .CSV format isn't
	//    enabled when this is set to DISABLED. This option is ENABLED by default.
	//
	//    * VisibilityState for SheetControlsOption - This visibility state can
	//    be either COLLAPSED or EXPANDED. This option is COLLAPSED by default.
	DashboardPublishOptions *DashboardPublishOptions `type:"structure"`

	// The definition of a dashboard.
	//
	// A definition is the data model of all features in a Dashboard, Template,
	// or Analysis.
	Definition *DashboardVersionDefinition `type:"structure"`

	// The display name of the dashboard.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// A structure that contains the parameters of the dashboard. These are parameter
	// overrides for a dashboard. A dashboard can have any type of parameters, and
	// some parameters might accept multiple values.
	Parameters *Parameters `type:"structure"`

	// The entity that you are using as a source when you update the dashboard.
	// In SourceEntity, you specify the type of object you're using as source. You
	// can only update a dashboard from a template, so you use a SourceTemplate
	// entity. If you need to update a dashboard from an analysis, first convert
	// the analysis to a template by using the CreateTemplate (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html)
	// API operation. For SourceTemplate, specify the Amazon Resource Name (ARN)
	// of the source template. The SourceTemplate ARN can contain any Amazon Web
	// Services account and any Amazon QuickSight-supported Amazon Web Services
	// Region.
	//
	// Use the DataSetReferences entity within SourceTemplate to list the replacement
	// datasets for the placeholders listed in the original. The schema in each
	// dataset must match its placeholder.
	SourceEntity *DashboardSourceEntity `type:"structure"`

	// The Amazon Resource Name (ARN) of the theme that is being used for this dashboard.
	// If you add a value for this field, it overrides the value that was originally
	// associated with the entity. The theme ARN must exist in the same Amazon Web
	// Services account where you create the dashboard.
	ThemeArn *string `type:"string"`

	// A description for the first version of the dashboard being created.
	VersionDescription *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateDashboardInput) GoString

func (s UpdateDashboardInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDashboardInput) SetAwsAccountId

func (s *UpdateDashboardInput) SetAwsAccountId(v string) *UpdateDashboardInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateDashboardInput) SetDashboardId

func (s *UpdateDashboardInput) SetDashboardId(v string) *UpdateDashboardInput

SetDashboardId sets the DashboardId field's value.

func (*UpdateDashboardInput) SetDashboardPublishOptions

func (s *UpdateDashboardInput) SetDashboardPublishOptions(v *DashboardPublishOptions) *UpdateDashboardInput

SetDashboardPublishOptions sets the DashboardPublishOptions field's value.

func (*UpdateDashboardInput) SetDefinition added in v1.42.9

SetDefinition sets the Definition field's value.

func (*UpdateDashboardInput) SetName

SetName sets the Name field's value.

func (*UpdateDashboardInput) SetParameters

SetParameters sets the Parameters field's value.

func (*UpdateDashboardInput) SetSourceEntity

SetSourceEntity sets the SourceEntity field's value.

func (*UpdateDashboardInput) SetThemeArn

SetThemeArn sets the ThemeArn field's value.

func (*UpdateDashboardInput) SetVersionDescription

func (s *UpdateDashboardInput) SetVersionDescription(v string) *UpdateDashboardInput

SetVersionDescription sets the VersionDescription field's value.

func (UpdateDashboardInput) String

func (s UpdateDashboardInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDashboardInput) Validate

func (s *UpdateDashboardInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDashboardOutput

type UpdateDashboardOutput struct {

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `type:"string"`

	// The creation status of the request.
	CreationStatus *string `type:"string" enum:"ResourceStatus"`

	// The ID for the dashboard.
	DashboardId *string `min:"1" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `type:"integer"`

	// The ARN of the dashboard, including the version number.
	VersionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateDashboardOutput) GoString

func (s UpdateDashboardOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDashboardOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateDashboardOutput) SetCreationStatus

func (s *UpdateDashboardOutput) SetCreationStatus(v string) *UpdateDashboardOutput

SetCreationStatus sets the CreationStatus field's value.

func (*UpdateDashboardOutput) SetDashboardId

func (s *UpdateDashboardOutput) SetDashboardId(v string) *UpdateDashboardOutput

SetDashboardId sets the DashboardId field's value.

func (*UpdateDashboardOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateDashboardOutput) SetStatus

SetStatus sets the Status field's value.

func (*UpdateDashboardOutput) SetVersionArn

func (s *UpdateDashboardOutput) SetVersionArn(v string) *UpdateDashboardOutput

SetVersionArn sets the VersionArn field's value.

func (UpdateDashboardOutput) String

func (s UpdateDashboardOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDashboardPermissionsInput

type UpdateDashboardPermissionsInput struct {

	// The ID of the Amazon Web Services account that contains the dashboard whose
	// permissions you're updating.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dashboard.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// Grants link permissions to all users in a defined namespace.
	GrantLinkPermissions []*ResourcePermission `type:"list"`

	// The permissions that you want to grant on this resource.
	GrantPermissions []*ResourcePermission `type:"list"`

	// Revokes link permissions from all users in a defined namespace.
	RevokeLinkPermissions []*ResourcePermission `type:"list"`

	// The permissions that you want to revoke from this resource.
	RevokePermissions []*ResourcePermission `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateDashboardPermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDashboardPermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateDashboardPermissionsInput) SetDashboardId

SetDashboardId sets the DashboardId field's value.

func (*UpdateDashboardPermissionsInput) SetGrantLinkPermissions added in v1.42.9

SetGrantLinkPermissions sets the GrantLinkPermissions field's value.

func (*UpdateDashboardPermissionsInput) SetGrantPermissions

SetGrantPermissions sets the GrantPermissions field's value.

func (*UpdateDashboardPermissionsInput) SetRevokeLinkPermissions added in v1.42.9

SetRevokeLinkPermissions sets the RevokeLinkPermissions field's value.

func (*UpdateDashboardPermissionsInput) SetRevokePermissions

SetRevokePermissions sets the RevokePermissions field's value.

func (UpdateDashboardPermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDashboardPermissionsInput) Validate

func (s *UpdateDashboardPermissionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDashboardPermissionsOutput

type UpdateDashboardPermissionsOutput struct {

	// The Amazon Resource Name (ARN) of the dashboard.
	DashboardArn *string `type:"string"`

	// The ID for the dashboard.
	DashboardId *string `min:"1" type:"string"`

	// Updates the permissions of a shared link to an Amazon QuickSight dashboard.
	LinkSharingConfiguration *LinkSharingConfiguration `type:"structure"`

	// Information about the permissions on the dashboard.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateDashboardPermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDashboardPermissionsOutput) SetDashboardArn

SetDashboardArn sets the DashboardArn field's value.

func (*UpdateDashboardPermissionsOutput) SetDashboardId

SetDashboardId sets the DashboardId field's value.

func (*UpdateDashboardPermissionsOutput) SetLinkSharingConfiguration added in v1.42.9

SetLinkSharingConfiguration sets the LinkSharingConfiguration field's value.

func (*UpdateDashboardPermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*UpdateDashboardPermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateDashboardPermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateDashboardPermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDashboardPublishedVersionInput

type UpdateDashboardPublishedVersionInput struct {

	// The ID of the Amazon Web Services account that contains the dashboard that
	// you're updating.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dashboard.
	//
	// DashboardId is a required field
	DashboardId *string `location:"uri" locationName:"DashboardId" min:"1" type:"string" required:"true"`

	// The version number of the dashboard.
	//
	// VersionNumber is a required field
	VersionNumber *int64 `location:"uri" locationName:"VersionNumber" min:"1" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateDashboardPublishedVersionInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDashboardPublishedVersionInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateDashboardPublishedVersionInput) SetDashboardId

SetDashboardId sets the DashboardId field's value.

func (*UpdateDashboardPublishedVersionInput) SetVersionNumber

SetVersionNumber sets the VersionNumber field's value.

func (UpdateDashboardPublishedVersionInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDashboardPublishedVersionInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateDashboardPublishedVersionOutput

type UpdateDashboardPublishedVersionOutput struct {

	// The Amazon Resource Name (ARN) of the dashboard.
	DashboardArn *string `type:"string"`

	// The ID for the dashboard.
	DashboardId *string `min:"1" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateDashboardPublishedVersionOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDashboardPublishedVersionOutput) SetDashboardArn

SetDashboardArn sets the DashboardArn field's value.

func (*UpdateDashboardPublishedVersionOutput) SetDashboardId

SetDashboardId sets the DashboardId field's value.

func (*UpdateDashboardPublishedVersionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateDashboardPublishedVersionOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateDashboardPublishedVersionOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDataSetInput

type UpdateDataSetInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// Groupings of columns that work together in certain Amazon QuickSight features.
	// Currently, only geospatial hierarchy is supported.
	ColumnGroups []*ColumnGroup `min:"1" type:"list"`

	// A set of one or more definitions of a ColumnLevelPermissionRule (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html) .
	ColumnLevelPermissionRules []*ColumnLevelPermissionRule `min:"1" type:"list"`

	// The ID for the dataset that you want to update. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`

	// The usage configuration to apply to child datasets that reference this dataset
	// as a source.
	DataSetUsageConfiguration *DataSetUsageConfiguration `type:"structure"`

	// The parameter declarations of the dataset.
	DatasetParameters []*DatasetParameter `min:"1" type:"list"`

	// The folder that contains fields and nested subfolders for your dataset.
	FieldFolders map[string]*FieldFolder `type:"map"`

	// Indicates whether you want to import the data into SPICE.
	//
	// ImportMode is a required field
	ImportMode *string `type:"string" required:"true" enum:"DataSetImportMode"`

	// Configures the combination and transformation of the data from the physical
	// tables.
	LogicalTableMap map[string]*LogicalTable `min:"1" type:"map"`

	// The display name for the dataset.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// Declares the physical tables that are available in the underlying data sources.
	//
	// PhysicalTableMap is a required field
	PhysicalTableMap map[string]*PhysicalTable `type:"map" required:"true"`

	// The row-level security configuration for the data you want to create.
	RowLevelPermissionDataSet *RowLevelPermissionDataSet `type:"structure"`

	// The configuration of tags on a dataset to set row-level security. Row-level
	// security tags are currently supported for anonymous embedding only.
	RowLevelPermissionTagConfiguration *RowLevelPermissionTagConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateDataSetInput) GoString

func (s UpdateDataSetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSetInput) SetAwsAccountId

func (s *UpdateDataSetInput) SetAwsAccountId(v string) *UpdateDataSetInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateDataSetInput) SetColumnGroups

func (s *UpdateDataSetInput) SetColumnGroups(v []*ColumnGroup) *UpdateDataSetInput

SetColumnGroups sets the ColumnGroups field's value.

func (*UpdateDataSetInput) SetColumnLevelPermissionRules

func (s *UpdateDataSetInput) SetColumnLevelPermissionRules(v []*ColumnLevelPermissionRule) *UpdateDataSetInput

SetColumnLevelPermissionRules sets the ColumnLevelPermissionRules field's value.

func (*UpdateDataSetInput) SetDataSetId

func (s *UpdateDataSetInput) SetDataSetId(v string) *UpdateDataSetInput

SetDataSetId sets the DataSetId field's value.

func (*UpdateDataSetInput) SetDataSetUsageConfiguration

func (s *UpdateDataSetInput) SetDataSetUsageConfiguration(v *DataSetUsageConfiguration) *UpdateDataSetInput

SetDataSetUsageConfiguration sets the DataSetUsageConfiguration field's value.

func (*UpdateDataSetInput) SetDatasetParameters added in v1.42.9

func (s *UpdateDataSetInput) SetDatasetParameters(v []*DatasetParameter) *UpdateDataSetInput

SetDatasetParameters sets the DatasetParameters field's value.

func (*UpdateDataSetInput) SetFieldFolders

func (s *UpdateDataSetInput) SetFieldFolders(v map[string]*FieldFolder) *UpdateDataSetInput

SetFieldFolders sets the FieldFolders field's value.

func (*UpdateDataSetInput) SetImportMode

func (s *UpdateDataSetInput) SetImportMode(v string) *UpdateDataSetInput

SetImportMode sets the ImportMode field's value.

func (*UpdateDataSetInput) SetLogicalTableMap

func (s *UpdateDataSetInput) SetLogicalTableMap(v map[string]*LogicalTable) *UpdateDataSetInput

SetLogicalTableMap sets the LogicalTableMap field's value.

func (*UpdateDataSetInput) SetName

SetName sets the Name field's value.

func (*UpdateDataSetInput) SetPhysicalTableMap

func (s *UpdateDataSetInput) SetPhysicalTableMap(v map[string]*PhysicalTable) *UpdateDataSetInput

SetPhysicalTableMap sets the PhysicalTableMap field's value.

func (*UpdateDataSetInput) SetRowLevelPermissionDataSet

func (s *UpdateDataSetInput) SetRowLevelPermissionDataSet(v *RowLevelPermissionDataSet) *UpdateDataSetInput

SetRowLevelPermissionDataSet sets the RowLevelPermissionDataSet field's value.

func (*UpdateDataSetInput) SetRowLevelPermissionTagConfiguration

func (s *UpdateDataSetInput) SetRowLevelPermissionTagConfiguration(v *RowLevelPermissionTagConfiguration) *UpdateDataSetInput

SetRowLevelPermissionTagConfiguration sets the RowLevelPermissionTagConfiguration field's value.

func (UpdateDataSetInput) String

func (s UpdateDataSetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSetInput) Validate

func (s *UpdateDataSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDataSetOutput

type UpdateDataSetOutput struct {

	// The Amazon Resource Name (ARN) of the dataset.
	Arn *string `type:"string"`

	// The ID for the dataset that you want to create. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	DataSetId *string `type:"string"`

	// The ARN for the ingestion, which is triggered as a result of dataset creation
	// if the import mode is SPICE.
	IngestionArn *string `type:"string"`

	// The ID of the ingestion, which is triggered as a result of dataset creation
	// if the import mode is SPICE.
	IngestionId *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateDataSetOutput) GoString

func (s UpdateDataSetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSetOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateDataSetOutput) SetDataSetId

func (s *UpdateDataSetOutput) SetDataSetId(v string) *UpdateDataSetOutput

SetDataSetId sets the DataSetId field's value.

func (*UpdateDataSetOutput) SetIngestionArn

func (s *UpdateDataSetOutput) SetIngestionArn(v string) *UpdateDataSetOutput

SetIngestionArn sets the IngestionArn field's value.

func (*UpdateDataSetOutput) SetIngestionId

func (s *UpdateDataSetOutput) SetIngestionId(v string) *UpdateDataSetOutput

SetIngestionId sets the IngestionId field's value.

func (*UpdateDataSetOutput) SetRequestId

func (s *UpdateDataSetOutput) SetRequestId(v string) *UpdateDataSetOutput

SetRequestId sets the RequestId field's value.

func (*UpdateDataSetOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateDataSetOutput) String

func (s UpdateDataSetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDataSetPermissionsInput

type UpdateDataSetPermissionsInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the dataset whose permissions you want to update. This ID is unique
	// per Amazon Web Services Region for each Amazon Web Services account.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`

	// The resource permissions that you want to grant to the dataset.
	GrantPermissions []*ResourcePermission `min:"1" type:"list"`

	// The resource permissions that you want to revoke from the dataset.
	RevokePermissions []*ResourcePermission `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (UpdateDataSetPermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSetPermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateDataSetPermissionsInput) SetDataSetId

SetDataSetId sets the DataSetId field's value.

func (*UpdateDataSetPermissionsInput) SetGrantPermissions

SetGrantPermissions sets the GrantPermissions field's value.

func (*UpdateDataSetPermissionsInput) SetRevokePermissions

SetRevokePermissions sets the RevokePermissions field's value.

func (UpdateDataSetPermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSetPermissionsInput) Validate

func (s *UpdateDataSetPermissionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDataSetPermissionsOutput

type UpdateDataSetPermissionsOutput struct {

	// The Amazon Resource Name (ARN) of the dataset.
	DataSetArn *string `type:"string"`

	// The ID for the dataset whose permissions you want to update. This ID is unique
	// per Amazon Web Services Region for each Amazon Web Services account.
	DataSetId *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateDataSetPermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSetPermissionsOutput) SetDataSetArn

SetDataSetArn sets the DataSetArn field's value.

func (*UpdateDataSetPermissionsOutput) SetDataSetId

SetDataSetId sets the DataSetId field's value.

func (*UpdateDataSetPermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateDataSetPermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateDataSetPermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDataSourceInput

type UpdateDataSourceInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The credentials that Amazon QuickSight that uses to connect to your underlying
	// source. Currently, only credentials based on user name and password are supported.
	//
	// Credentials is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateDataSourceInput's
	// String and GoString methods.
	Credentials *DataSourceCredentials `type:"structure" sensitive:"true"`

	// The ID of the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	//
	// DataSourceId is a required field
	DataSourceId *string `location:"uri" locationName:"DataSourceId" type:"string" required:"true"`

	// The parameters that Amazon QuickSight uses to connect to your underlying
	// source.
	DataSourceParameters *DataSourceParameters `type:"structure"`

	// A display name for the data source.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects
	// to your underlying source.
	SslProperties *SslProperties `type:"structure"`

	// Use this parameter only when you want Amazon QuickSight to use a VPC connection
	// when connecting to your underlying source.
	VpcConnectionProperties *VpcConnectionProperties `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateDataSourceInput) GoString

func (s UpdateDataSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSourceInput) SetAwsAccountId

func (s *UpdateDataSourceInput) SetAwsAccountId(v string) *UpdateDataSourceInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateDataSourceInput) SetCredentials

SetCredentials sets the Credentials field's value.

func (*UpdateDataSourceInput) SetDataSourceId

func (s *UpdateDataSourceInput) SetDataSourceId(v string) *UpdateDataSourceInput

SetDataSourceId sets the DataSourceId field's value.

func (*UpdateDataSourceInput) SetDataSourceParameters

func (s *UpdateDataSourceInput) SetDataSourceParameters(v *DataSourceParameters) *UpdateDataSourceInput

SetDataSourceParameters sets the DataSourceParameters field's value.

func (*UpdateDataSourceInput) SetName

SetName sets the Name field's value.

func (*UpdateDataSourceInput) SetSslProperties

SetSslProperties sets the SslProperties field's value.

func (*UpdateDataSourceInput) SetVpcConnectionProperties

func (s *UpdateDataSourceInput) SetVpcConnectionProperties(v *VpcConnectionProperties) *UpdateDataSourceInput

SetVpcConnectionProperties sets the VpcConnectionProperties field's value.

func (UpdateDataSourceInput) String

func (s UpdateDataSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSourceInput) Validate

func (s *UpdateDataSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDataSourceOutput

type UpdateDataSourceOutput struct {

	// The Amazon Resource Name (ARN) of the data source.
	Arn *string `type:"string"`

	// The ID of the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	DataSourceId *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The update status of the data source's last update.
	UpdateStatus *string `type:"string" enum:"ResourceStatus"`
	// contains filtered or unexported fields
}

func (UpdateDataSourceOutput) GoString

func (s UpdateDataSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSourceOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateDataSourceOutput) SetDataSourceId

func (s *UpdateDataSourceOutput) SetDataSourceId(v string) *UpdateDataSourceOutput

SetDataSourceId sets the DataSourceId field's value.

func (*UpdateDataSourceOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateDataSourceOutput) SetStatus

SetStatus sets the Status field's value.

func (*UpdateDataSourceOutput) SetUpdateStatus

func (s *UpdateDataSourceOutput) SetUpdateStatus(v string) *UpdateDataSourceOutput

SetUpdateStatus sets the UpdateStatus field's value.

func (UpdateDataSourceOutput) String

func (s UpdateDataSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDataSourcePermissionsInput

type UpdateDataSourcePermissionsInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	//
	// DataSourceId is a required field
	DataSourceId *string `location:"uri" locationName:"DataSourceId" type:"string" required:"true"`

	// A list of resource permissions that you want to grant on the data source.
	GrantPermissions []*ResourcePermission `min:"1" type:"list"`

	// A list of resource permissions that you want to revoke on the data source.
	RevokePermissions []*ResourcePermission `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (UpdateDataSourcePermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSourcePermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateDataSourcePermissionsInput) SetDataSourceId

SetDataSourceId sets the DataSourceId field's value.

func (*UpdateDataSourcePermissionsInput) SetGrantPermissions

SetGrantPermissions sets the GrantPermissions field's value.

func (*UpdateDataSourcePermissionsInput) SetRevokePermissions

SetRevokePermissions sets the RevokePermissions field's value.

func (UpdateDataSourcePermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSourcePermissionsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateDataSourcePermissionsOutput

type UpdateDataSourcePermissionsOutput struct {

	// The Amazon Resource Name (ARN) of the data source.
	DataSourceArn *string `type:"string"`

	// The ID of the data source. This ID is unique per Amazon Web Services Region
	// for each Amazon Web Services account.
	DataSourceId *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateDataSourcePermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDataSourcePermissionsOutput) SetDataSourceArn

SetDataSourceArn sets the DataSourceArn field's value.

func (*UpdateDataSourcePermissionsOutput) SetDataSourceId

SetDataSourceId sets the DataSourceId field's value.

func (*UpdateDataSourcePermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateDataSourcePermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateDataSourcePermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateFolderInput

type UpdateFolderInput struct {

	// The ID for the Amazon Web Services account that contains the folder to update.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the folder.
	//
	// FolderId is a required field
	FolderId *string `location:"uri" locationName:"FolderId" min:"1" type:"string" required:"true"`

	// The name of the folder.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateFolderInput) GoString

func (s UpdateFolderInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFolderInput) SetAwsAccountId

func (s *UpdateFolderInput) SetAwsAccountId(v string) *UpdateFolderInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateFolderInput) SetFolderId

func (s *UpdateFolderInput) SetFolderId(v string) *UpdateFolderInput

SetFolderId sets the FolderId field's value.

func (*UpdateFolderInput) SetName

SetName sets the Name field's value.

func (UpdateFolderInput) String

func (s UpdateFolderInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFolderInput) Validate

func (s *UpdateFolderInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateFolderOutput

type UpdateFolderOutput struct {

	// The Amazon Resource Name (ARN) of the folder.
	Arn *string `type:"string"`

	// The ID of the folder.
	FolderId *string `min:"1" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateFolderOutput) GoString

func (s UpdateFolderOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFolderOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateFolderOutput) SetFolderId

func (s *UpdateFolderOutput) SetFolderId(v string) *UpdateFolderOutput

SetFolderId sets the FolderId field's value.

func (*UpdateFolderOutput) SetRequestId

func (s *UpdateFolderOutput) SetRequestId(v string) *UpdateFolderOutput

SetRequestId sets the RequestId field's value.

func (*UpdateFolderOutput) SetStatus

func (s *UpdateFolderOutput) SetStatus(v int64) *UpdateFolderOutput

SetStatus sets the Status field's value.

func (UpdateFolderOutput) String

func (s UpdateFolderOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateFolderPermissionsInput

type UpdateFolderPermissionsInput struct {

	// The ID for the Amazon Web Services account that contains the folder to update.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the folder.
	//
	// FolderId is a required field
	FolderId *string `location:"uri" locationName:"FolderId" min:"1" type:"string" required:"true"`

	// The permissions that you want to grant on a resource.
	GrantPermissions []*ResourcePermission `min:"1" type:"list"`

	// The permissions that you want to revoke from a resource.
	RevokePermissions []*ResourcePermission `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (UpdateFolderPermissionsInput) GoString

func (s UpdateFolderPermissionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFolderPermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateFolderPermissionsInput) SetFolderId

SetFolderId sets the FolderId field's value.

func (*UpdateFolderPermissionsInput) SetGrantPermissions

SetGrantPermissions sets the GrantPermissions field's value.

func (*UpdateFolderPermissionsInput) SetRevokePermissions

SetRevokePermissions sets the RevokePermissions field's value.

func (UpdateFolderPermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFolderPermissionsInput) Validate

func (s *UpdateFolderPermissionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateFolderPermissionsOutput

type UpdateFolderPermissionsOutput struct {

	// The Amazon Resource Name (ARN) of the folder.
	Arn *string `type:"string"`

	// The ID of the folder.
	FolderId *string `min:"1" type:"string"`

	// Information about the permissions for the folder.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateFolderPermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFolderPermissionsOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateFolderPermissionsOutput) SetFolderId

SetFolderId sets the FolderId field's value.

func (*UpdateFolderPermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*UpdateFolderPermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateFolderPermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateFolderPermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateGroupInput

type UpdateGroupInput struct {

	// The ID for the Amazon Web Services account that the group is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The description for the group that you want to update.
	Description *string `min:"1" type:"string"`

	// The name of the group that you want to update.
	//
	// GroupName is a required field
	GroupName *string `location:"uri" locationName:"GroupName" min:"1" type:"string" required:"true"`

	// The namespace of the group that you want to update.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateGroupInput) GoString

func (s UpdateGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateGroupInput) SetAwsAccountId

func (s *UpdateGroupInput) SetAwsAccountId(v string) *UpdateGroupInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateGroupInput) SetDescription

func (s *UpdateGroupInput) SetDescription(v string) *UpdateGroupInput

SetDescription sets the Description field's value.

func (*UpdateGroupInput) SetGroupName

func (s *UpdateGroupInput) SetGroupName(v string) *UpdateGroupInput

SetGroupName sets the GroupName field's value.

func (*UpdateGroupInput) SetNamespace

func (s *UpdateGroupInput) SetNamespace(v string) *UpdateGroupInput

SetNamespace sets the Namespace field's value.

func (UpdateGroupInput) String

func (s UpdateGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateGroupInput) Validate

func (s *UpdateGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateGroupOutput

type UpdateGroupOutput struct {

	// The name of the group.
	Group *Group `type:"structure"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateGroupOutput) GoString

func (s UpdateGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateGroupOutput) SetGroup

func (s *UpdateGroupOutput) SetGroup(v *Group) *UpdateGroupOutput

SetGroup sets the Group field's value.

func (*UpdateGroupOutput) SetRequestId

func (s *UpdateGroupOutput) SetRequestId(v string) *UpdateGroupOutput

SetRequestId sets the RequestId field's value.

func (*UpdateGroupOutput) SetStatus

func (s *UpdateGroupOutput) SetStatus(v int64) *UpdateGroupOutput

SetStatus sets the Status field's value.

func (UpdateGroupOutput) String

func (s UpdateGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateIAMPolicyAssignmentInput

type UpdateIAMPolicyAssignmentInput struct {

	// The name of the assignment, also called a rule. The name must be unique within
	// the Amazon Web Services account.
	//
	// AssignmentName is a required field
	AssignmentName *string `location:"uri" locationName:"AssignmentName" min:"1" type:"string" required:"true"`

	// The status of the assignment. Possible values are as follows:
	//
	//    * ENABLED - Anything specified in this assignment is used when creating
	//    the data source.
	//
	//    * DISABLED - This assignment isn't used when creating the data source.
	//
	//    * DRAFT - This assignment is an unfinished draft and isn't used when creating
	//    the data source.
	AssignmentStatus *string `type:"string" enum:"AssignmentStatus"`

	// The ID of the Amazon Web Services account that contains the IAM policy assignment.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The Amazon QuickSight users, groups, or both that you want to assign the
	// policy to.
	Identities map[string][]*string `type:"map"`

	// The namespace of the assignment.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// The ARN for the IAM policy to apply to the Amazon QuickSight users and groups
	// specified in this assignment.
	PolicyArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateIAMPolicyAssignmentInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateIAMPolicyAssignmentInput) SetAssignmentName

SetAssignmentName sets the AssignmentName field's value.

func (*UpdateIAMPolicyAssignmentInput) SetAssignmentStatus

SetAssignmentStatus sets the AssignmentStatus field's value.

func (*UpdateIAMPolicyAssignmentInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateIAMPolicyAssignmentInput) SetIdentities

SetIdentities sets the Identities field's value.

func (*UpdateIAMPolicyAssignmentInput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*UpdateIAMPolicyAssignmentInput) SetPolicyArn

SetPolicyArn sets the PolicyArn field's value.

func (UpdateIAMPolicyAssignmentInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateIAMPolicyAssignmentInput) Validate

func (s *UpdateIAMPolicyAssignmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateIAMPolicyAssignmentOutput

type UpdateIAMPolicyAssignmentOutput struct {

	// The ID of the assignment.
	AssignmentId *string `type:"string"`

	// The name of the assignment or rule.
	AssignmentName *string `min:"1" type:"string"`

	// The status of the assignment. Possible values are as follows:
	//
	//    * ENABLED - Anything specified in this assignment is used when creating
	//    the data source.
	//
	//    * DISABLED - This assignment isn't used when creating the data source.
	//
	//    * DRAFT - This assignment is an unfinished draft and isn't used when creating
	//    the data source.
	AssignmentStatus *string `type:"string" enum:"AssignmentStatus"`

	// The Amazon QuickSight users, groups, or both that the IAM policy is assigned
	// to.
	Identities map[string][]*string `type:"map"`

	// The ARN for the IAM policy applied to the Amazon QuickSight users and groups
	// specified in this assignment.
	PolicyArn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateIAMPolicyAssignmentOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateIAMPolicyAssignmentOutput) SetAssignmentId

SetAssignmentId sets the AssignmentId field's value.

func (*UpdateIAMPolicyAssignmentOutput) SetAssignmentName

SetAssignmentName sets the AssignmentName field's value.

func (*UpdateIAMPolicyAssignmentOutput) SetAssignmentStatus

SetAssignmentStatus sets the AssignmentStatus field's value.

func (*UpdateIAMPolicyAssignmentOutput) SetIdentities

SetIdentities sets the Identities field's value.

func (*UpdateIAMPolicyAssignmentOutput) SetPolicyArn

SetPolicyArn sets the PolicyArn field's value.

func (*UpdateIAMPolicyAssignmentOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateIAMPolicyAssignmentOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateIAMPolicyAssignmentOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateIpRestrictionInput

type UpdateIpRestrictionInput struct {

	// The ID of the Amazon Web Services account that contains the IP rules.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// A value that specifies whether IP rules are turned on.
	Enabled *bool `type:"boolean"`

	// A map that describes the updated IP rules with CIDR ranges and descriptions.
	IpRestrictionRuleMap map[string]*string `type:"map"`
	// contains filtered or unexported fields
}

func (UpdateIpRestrictionInput) GoString

func (s UpdateIpRestrictionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateIpRestrictionInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateIpRestrictionInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*UpdateIpRestrictionInput) SetIpRestrictionRuleMap

func (s *UpdateIpRestrictionInput) SetIpRestrictionRuleMap(v map[string]*string) *UpdateIpRestrictionInput

SetIpRestrictionRuleMap sets the IpRestrictionRuleMap field's value.

func (UpdateIpRestrictionInput) String

func (s UpdateIpRestrictionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateIpRestrictionInput) Validate

func (s *UpdateIpRestrictionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateIpRestrictionOutput

type UpdateIpRestrictionOutput struct {

	// The ID of the Amazon Web Services account that contains the IP rules.
	AwsAccountId *string `min:"12" type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateIpRestrictionOutput) GoString

func (s UpdateIpRestrictionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateIpRestrictionOutput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateIpRestrictionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateIpRestrictionOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateIpRestrictionOutput) String

func (s UpdateIpRestrictionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdatePublicSharingSettingsInput added in v1.42.9

type UpdatePublicSharingSettingsInput struct {

	// The Amazon Web Services account ID associated with your Amazon QuickSight
	// subscription.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// A Boolean value that indicates whether public sharing is turned on for an
	// Amazon QuickSight account.
	PublicSharingEnabled *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (UpdatePublicSharingSettingsInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePublicSharingSettingsInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdatePublicSharingSettingsInput) SetPublicSharingEnabled added in v1.42.9

SetPublicSharingEnabled sets the PublicSharingEnabled field's value.

func (UpdatePublicSharingSettingsInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePublicSharingSettingsInput) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type UpdatePublicSharingSettingsOutput added in v1.42.9

type UpdatePublicSharingSettingsOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdatePublicSharingSettingsOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePublicSharingSettingsOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*UpdatePublicSharingSettingsOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (UpdatePublicSharingSettingsOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateRefreshScheduleInput added in v1.42.9

type UpdateRefreshScheduleInput struct {

	// The Amazon Web Services account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset.
	//
	// DataSetId is a required field
	DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"`

	// The refresh schedule.
	//
	// Schedule is a required field
	Schedule *RefreshSchedule `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateRefreshScheduleInput) GoString added in v1.42.9

func (s UpdateRefreshScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRefreshScheduleInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateRefreshScheduleInput) SetDataSetId added in v1.42.9

SetDataSetId sets the DataSetId field's value.

func (*UpdateRefreshScheduleInput) SetSchedule added in v1.42.9

SetSchedule sets the Schedule field's value.

func (UpdateRefreshScheduleInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRefreshScheduleInput) Validate added in v1.42.9

func (s *UpdateRefreshScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateRefreshScheduleOutput added in v1.42.9

type UpdateRefreshScheduleOutput struct {

	// The Amazon Resource Name (ARN) for the refresh schedule.
	Arn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The ID of the refresh schedule.
	ScheduleId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateRefreshScheduleOutput) GoString added in v1.42.9

func (s UpdateRefreshScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRefreshScheduleOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*UpdateRefreshScheduleOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*UpdateRefreshScheduleOutput) SetScheduleId added in v1.42.9

SetScheduleId sets the ScheduleId field's value.

func (*UpdateRefreshScheduleOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (UpdateRefreshScheduleOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateTemplateAliasInput

type UpdateTemplateAliasInput struct {

	// The alias of the template that you want to update. If you name a specific
	// alias, you update the version that the alias points to. You can specify the
	// latest version of the template by providing the keyword $LATEST in the AliasName
	// parameter. The keyword $PUBLISHED doesn't apply to templates.
	//
	// AliasName is a required field
	AliasName *string `location:"uri" locationName:"AliasName" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the template alias
	// that you're updating.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the template.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`

	// The version number of the template.
	//
	// TemplateVersionNumber is a required field
	TemplateVersionNumber *int64 `min:"1" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTemplateAliasInput) GoString

func (s UpdateTemplateAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTemplateAliasInput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*UpdateTemplateAliasInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateTemplateAliasInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (*UpdateTemplateAliasInput) SetTemplateVersionNumber

func (s *UpdateTemplateAliasInput) SetTemplateVersionNumber(v int64) *UpdateTemplateAliasInput

SetTemplateVersionNumber sets the TemplateVersionNumber field's value.

func (UpdateTemplateAliasInput) String

func (s UpdateTemplateAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTemplateAliasInput) Validate

func (s *UpdateTemplateAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTemplateAliasOutput

type UpdateTemplateAliasOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The template alias.
	TemplateAlias *TemplateAlias `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateTemplateAliasOutput) GoString

func (s UpdateTemplateAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTemplateAliasOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateTemplateAliasOutput) SetStatus

SetStatus sets the Status field's value.

func (*UpdateTemplateAliasOutput) SetTemplateAlias

SetTemplateAlias sets the TemplateAlias field's value.

func (UpdateTemplateAliasOutput) String

func (s UpdateTemplateAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateTemplateInput

type UpdateTemplateInput struct {

	// The ID of the Amazon Web Services account that contains the template that
	// you're updating.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The definition of a template.
	//
	// A definition is the data model of all features in a Dashboard, Template,
	// or Analysis.
	Definition *TemplateVersionDefinition `type:"structure"`

	// The name for the template.
	Name *string `min:"1" type:"string"`

	// The entity that you are using as a source when you update the template. In
	// SourceEntity, you specify the type of object you're using as source: SourceTemplate
	// for a template or SourceAnalysis for an analysis. Both of these require an
	// Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source
	// template. For SourceAnalysis, specify the ARN of the source analysis. The
	// SourceTemplate ARN can contain any Amazon Web Services account and any Amazon
	// QuickSight-supported Amazon Web Services Region;.
	//
	// Use the DataSetReferences entity within SourceTemplate or SourceAnalysis
	// to list the replacement datasets for the placeholders listed in the original.
	// The schema in each dataset must match its placeholder.
	SourceEntity *TemplateSourceEntity `type:"structure"`

	// The ID for the template.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`

	// A description of the current template version that is being updated. Every
	// time you call UpdateTemplate, you create a new version of the template. Each
	// version of the template maintains a description of the version in the VersionDescription
	// field.
	VersionDescription *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateTemplateInput) GoString

func (s UpdateTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTemplateInput) SetAwsAccountId

func (s *UpdateTemplateInput) SetAwsAccountId(v string) *UpdateTemplateInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateTemplateInput) SetDefinition added in v1.42.9

SetDefinition sets the Definition field's value.

func (*UpdateTemplateInput) SetName

SetName sets the Name field's value.

func (*UpdateTemplateInput) SetSourceEntity

SetSourceEntity sets the SourceEntity field's value.

func (*UpdateTemplateInput) SetTemplateId

func (s *UpdateTemplateInput) SetTemplateId(v string) *UpdateTemplateInput

SetTemplateId sets the TemplateId field's value.

func (*UpdateTemplateInput) SetVersionDescription

func (s *UpdateTemplateInput) SetVersionDescription(v string) *UpdateTemplateInput

SetVersionDescription sets the VersionDescription field's value.

func (UpdateTemplateInput) String

func (s UpdateTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTemplateInput) Validate

func (s *UpdateTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTemplateOutput

type UpdateTemplateOutput struct {

	// The Amazon Resource Name (ARN) for the template.
	Arn *string `type:"string"`

	// The creation status of the template.
	CreationStatus *string `type:"string" enum:"ResourceStatus"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ID for the template.
	TemplateId *string `min:"1" type:"string"`

	// The ARN for the template, including the version information of the first
	// version.
	VersionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateTemplateOutput) GoString

func (s UpdateTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTemplateOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateTemplateOutput) SetCreationStatus

func (s *UpdateTemplateOutput) SetCreationStatus(v string) *UpdateTemplateOutput

SetCreationStatus sets the CreationStatus field's value.

func (*UpdateTemplateOutput) SetRequestId

func (s *UpdateTemplateOutput) SetRequestId(v string) *UpdateTemplateOutput

SetRequestId sets the RequestId field's value.

func (*UpdateTemplateOutput) SetStatus

SetStatus sets the Status field's value.

func (*UpdateTemplateOutput) SetTemplateId

func (s *UpdateTemplateOutput) SetTemplateId(v string) *UpdateTemplateOutput

SetTemplateId sets the TemplateId field's value.

func (*UpdateTemplateOutput) SetVersionArn

func (s *UpdateTemplateOutput) SetVersionArn(v string) *UpdateTemplateOutput

SetVersionArn sets the VersionArn field's value.

func (UpdateTemplateOutput) String

func (s UpdateTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateTemplatePermissionsInput

type UpdateTemplatePermissionsInput struct {

	// The ID of the Amazon Web Services account that contains the template.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// A list of resource permissions to be granted on the template.
	GrantPermissions []*ResourcePermission `type:"list"`

	// A list of resource permissions to be revoked from the template.
	RevokePermissions []*ResourcePermission `type:"list"`

	// The ID for the template.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTemplatePermissionsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTemplatePermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateTemplatePermissionsInput) SetGrantPermissions

SetGrantPermissions sets the GrantPermissions field's value.

func (*UpdateTemplatePermissionsInput) SetRevokePermissions

SetRevokePermissions sets the RevokePermissions field's value.

func (*UpdateTemplatePermissionsInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (UpdateTemplatePermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTemplatePermissionsInput) Validate

func (s *UpdateTemplatePermissionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTemplatePermissionsOutput

type UpdateTemplatePermissionsOutput struct {

	// A list of resource permissions to be set on the template.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon Resource Name (ARN) of the template.
	TemplateArn *string `type:"string"`

	// The ID for the template.
	TemplateId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateTemplatePermissionsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTemplatePermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*UpdateTemplatePermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateTemplatePermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (*UpdateTemplatePermissionsOutput) SetTemplateArn

SetTemplateArn sets the TemplateArn field's value.

func (*UpdateTemplatePermissionsOutput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (UpdateTemplatePermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateThemeAliasInput

type UpdateThemeAliasInput struct {

	// The name of the theme alias that you want to update.
	//
	// AliasName is a required field
	AliasName *string `location:"uri" locationName:"AliasName" min:"1" type:"string" required:"true"`

	// The ID of the Amazon Web Services account that contains the theme alias that
	// you're updating.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID for the theme.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`

	// The version number of the theme that the alias should reference.
	//
	// ThemeVersionNumber is a required field
	ThemeVersionNumber *int64 `min:"1" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateThemeAliasInput) GoString

func (s UpdateThemeAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateThemeAliasInput) SetAliasName

SetAliasName sets the AliasName field's value.

func (*UpdateThemeAliasInput) SetAwsAccountId

func (s *UpdateThemeAliasInput) SetAwsAccountId(v string) *UpdateThemeAliasInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateThemeAliasInput) SetThemeId

SetThemeId sets the ThemeId field's value.

func (*UpdateThemeAliasInput) SetThemeVersionNumber

func (s *UpdateThemeAliasInput) SetThemeVersionNumber(v int64) *UpdateThemeAliasInput

SetThemeVersionNumber sets the ThemeVersionNumber field's value.

func (UpdateThemeAliasInput) String

func (s UpdateThemeAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateThemeAliasInput) Validate

func (s *UpdateThemeAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateThemeAliasOutput

type UpdateThemeAliasOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// Information about the theme alias.
	ThemeAlias *ThemeAlias `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateThemeAliasOutput) GoString

func (s UpdateThemeAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateThemeAliasOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateThemeAliasOutput) SetStatus

SetStatus sets the Status field's value.

func (*UpdateThemeAliasOutput) SetThemeAlias

SetThemeAlias sets the ThemeAlias field's value.

func (UpdateThemeAliasOutput) String

func (s UpdateThemeAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateThemeInput

type UpdateThemeInput struct {

	// The ID of the Amazon Web Services account that contains the theme that you're
	// updating.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The theme ID, defined by Amazon QuickSight, that a custom theme inherits
	// from. All themes initially inherit from a default Amazon QuickSight theme.
	//
	// BaseThemeId is a required field
	BaseThemeId *string `min:"1" type:"string" required:"true"`

	// The theme configuration, which contains the theme display properties.
	Configuration *ThemeConfiguration `type:"structure"`

	// The name for the theme.
	Name *string `min:"1" type:"string"`

	// The ID for the theme.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`

	// A description of the theme version that you're updating Every time that you
	// call UpdateTheme, you create a new version of the theme. Each version of
	// the theme maintains a description of the version in VersionDescription.
	VersionDescription *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateThemeInput) GoString

func (s UpdateThemeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateThemeInput) SetAwsAccountId

func (s *UpdateThemeInput) SetAwsAccountId(v string) *UpdateThemeInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateThemeInput) SetBaseThemeId

func (s *UpdateThemeInput) SetBaseThemeId(v string) *UpdateThemeInput

SetBaseThemeId sets the BaseThemeId field's value.

func (*UpdateThemeInput) SetConfiguration

func (s *UpdateThemeInput) SetConfiguration(v *ThemeConfiguration) *UpdateThemeInput

SetConfiguration sets the Configuration field's value.

func (*UpdateThemeInput) SetName

func (s *UpdateThemeInput) SetName(v string) *UpdateThemeInput

SetName sets the Name field's value.

func (*UpdateThemeInput) SetThemeId

func (s *UpdateThemeInput) SetThemeId(v string) *UpdateThemeInput

SetThemeId sets the ThemeId field's value.

func (*UpdateThemeInput) SetVersionDescription

func (s *UpdateThemeInput) SetVersionDescription(v string) *UpdateThemeInput

SetVersionDescription sets the VersionDescription field's value.

func (UpdateThemeInput) String

func (s UpdateThemeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateThemeInput) Validate

func (s *UpdateThemeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateThemeOutput

type UpdateThemeOutput struct {

	// The Amazon Resource Name (ARN) for the theme.
	Arn *string `type:"string"`

	// The creation status of the theme.
	CreationStatus *string `type:"string" enum:"ResourceStatus"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ID for the theme.
	ThemeId *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) for the new version of the theme.
	VersionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateThemeOutput) GoString

func (s UpdateThemeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateThemeOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateThemeOutput) SetCreationStatus

func (s *UpdateThemeOutput) SetCreationStatus(v string) *UpdateThemeOutput

SetCreationStatus sets the CreationStatus field's value.

func (*UpdateThemeOutput) SetRequestId

func (s *UpdateThemeOutput) SetRequestId(v string) *UpdateThemeOutput

SetRequestId sets the RequestId field's value.

func (*UpdateThemeOutput) SetStatus

func (s *UpdateThemeOutput) SetStatus(v int64) *UpdateThemeOutput

SetStatus sets the Status field's value.

func (*UpdateThemeOutput) SetThemeId

func (s *UpdateThemeOutput) SetThemeId(v string) *UpdateThemeOutput

SetThemeId sets the ThemeId field's value.

func (*UpdateThemeOutput) SetVersionArn

func (s *UpdateThemeOutput) SetVersionArn(v string) *UpdateThemeOutput

SetVersionArn sets the VersionArn field's value.

func (UpdateThemeOutput) String

func (s UpdateThemeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateThemePermissionsInput

type UpdateThemePermissionsInput struct {

	// The ID of the Amazon Web Services account that contains the theme.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// A list of resource permissions to be granted for the theme.
	GrantPermissions []*ResourcePermission `type:"list"`

	// A list of resource permissions to be revoked from the theme.
	RevokePermissions []*ResourcePermission `type:"list"`

	// The ID for the theme.
	//
	// ThemeId is a required field
	ThemeId *string `location:"uri" locationName:"ThemeId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateThemePermissionsInput) GoString

func (s UpdateThemePermissionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateThemePermissionsInput) SetAwsAccountId

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateThemePermissionsInput) SetGrantPermissions

SetGrantPermissions sets the GrantPermissions field's value.

func (*UpdateThemePermissionsInput) SetRevokePermissions

SetRevokePermissions sets the RevokePermissions field's value.

func (*UpdateThemePermissionsInput) SetThemeId

SetThemeId sets the ThemeId field's value.

func (UpdateThemePermissionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateThemePermissionsInput) Validate

func (s *UpdateThemePermissionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateThemePermissionsOutput

type UpdateThemePermissionsOutput struct {

	// The resulting list of resource permissions for the theme.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon Resource Name (ARN) of the theme.
	ThemeArn *string `type:"string"`

	// The ID for the theme.
	ThemeId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateThemePermissionsOutput) GoString

func (s UpdateThemePermissionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateThemePermissionsOutput) SetPermissions

SetPermissions sets the Permissions field's value.

func (*UpdateThemePermissionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateThemePermissionsOutput) SetStatus

SetStatus sets the Status field's value.

func (*UpdateThemePermissionsOutput) SetThemeArn

SetThemeArn sets the ThemeArn field's value.

func (*UpdateThemePermissionsOutput) SetThemeId

SetThemeId sets the ThemeId field's value.

func (UpdateThemePermissionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateTopicInput added in v1.42.9

type UpdateTopicInput struct {

	// The ID of the Amazon Web Services account that contains the topic that you
	// want to update.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The definition of the topic that you want to update.
	//
	// Topic is a required field
	Topic *TopicDetails `type:"structure" required:"true"`

	// The ID of the topic that you want to modify. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// TopicId is a required field
	TopicId *string `location:"uri" locationName:"TopicId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTopicInput) GoString added in v1.42.9

func (s UpdateTopicInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTopicInput) SetAwsAccountId added in v1.42.9

func (s *UpdateTopicInput) SetAwsAccountId(v string) *UpdateTopicInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateTopicInput) SetTopic added in v1.42.9

SetTopic sets the Topic field's value.

func (*UpdateTopicInput) SetTopicId added in v1.42.9

func (s *UpdateTopicInput) SetTopicId(v string) *UpdateTopicInput

SetTopicId sets the TopicId field's value.

func (UpdateTopicInput) String added in v1.42.9

func (s UpdateTopicInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTopicInput) Validate added in v1.42.9

func (s *UpdateTopicInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTopicOutput added in v1.42.9

type UpdateTopicOutput struct {

	// The Amazon Resource Name (ARN) of the topic.
	Arn *string `type:"string"`

	// The Amazon Resource Name (ARN) of the topic refresh.
	RefreshArn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The ID of the topic that you want to modify. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateTopicOutput) GoString added in v1.42.9

func (s UpdateTopicOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTopicOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*UpdateTopicOutput) SetRefreshArn added in v1.42.9

func (s *UpdateTopicOutput) SetRefreshArn(v string) *UpdateTopicOutput

SetRefreshArn sets the RefreshArn field's value.

func (*UpdateTopicOutput) SetRequestId added in v1.42.9

func (s *UpdateTopicOutput) SetRequestId(v string) *UpdateTopicOutput

SetRequestId sets the RequestId field's value.

func (*UpdateTopicOutput) SetStatus added in v1.42.9

func (s *UpdateTopicOutput) SetStatus(v int64) *UpdateTopicOutput

SetStatus sets the Status field's value.

func (*UpdateTopicOutput) SetTopicId added in v1.42.9

func (s *UpdateTopicOutput) SetTopicId(v string) *UpdateTopicOutput

SetTopicId sets the TopicId field's value.

func (UpdateTopicOutput) String added in v1.42.9

func (s UpdateTopicOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateTopicPermissionsInput added in v1.42.9

type UpdateTopicPermissionsInput struct {

	// The ID of the Amazon Web Services account that contains the topic that you
	// want to update the permissions for.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The resource permissions that you want to grant to the topic.
	GrantPermissions []*ResourcePermission `type:"list"`

	// The resource permissions that you want to revoke from the topic.
	RevokePermissions []*ResourcePermission `type:"list"`

	// The ID of the topic that you want to modify. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// TopicId is a required field
	TopicId *string `location:"uri" locationName:"TopicId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTopicPermissionsInput) GoString added in v1.42.9

func (s UpdateTopicPermissionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTopicPermissionsInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateTopicPermissionsInput) SetGrantPermissions added in v1.42.9

SetGrantPermissions sets the GrantPermissions field's value.

func (*UpdateTopicPermissionsInput) SetRevokePermissions added in v1.42.9

SetRevokePermissions sets the RevokePermissions field's value.

func (*UpdateTopicPermissionsInput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (UpdateTopicPermissionsInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTopicPermissionsInput) Validate added in v1.42.9

func (s *UpdateTopicPermissionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTopicPermissionsOutput added in v1.42.9

type UpdateTopicPermissionsOutput struct {

	// A list of resource permissions on the topic.
	Permissions []*ResourcePermission `min:"1" type:"list"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon Resource Name (ARN) of the topic.
	TopicArn *string `type:"string"`

	// The ID of the topic that you want to modify. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateTopicPermissionsOutput) GoString added in v1.42.9

func (s UpdateTopicPermissionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTopicPermissionsOutput) SetPermissions added in v1.42.9

SetPermissions sets the Permissions field's value.

func (*UpdateTopicPermissionsOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*UpdateTopicPermissionsOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*UpdateTopicPermissionsOutput) SetTopicArn added in v1.42.9

SetTopicArn sets the TopicArn field's value.

func (*UpdateTopicPermissionsOutput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (UpdateTopicPermissionsOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateTopicRefreshScheduleInput added in v1.42.9

type UpdateTopicRefreshScheduleInput struct {

	// The ID of the Amazon Web Services account that contains the topic whose refresh
	// schedule you want to update.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The ID of the dataset.
	//
	// DatasetId is a required field
	DatasetId *string `location:"uri" locationName:"DatasetId" type:"string" required:"true"`

	// The definition of a refresh schedule.
	//
	// RefreshSchedule is a required field
	RefreshSchedule *TopicRefreshSchedule `type:"structure" required:"true"`

	// The ID of the topic that you want to modify. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	//
	// TopicId is a required field
	TopicId *string `location:"uri" locationName:"TopicId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTopicRefreshScheduleInput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTopicRefreshScheduleInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateTopicRefreshScheduleInput) SetDatasetId added in v1.42.9

SetDatasetId sets the DatasetId field's value.

func (*UpdateTopicRefreshScheduleInput) SetRefreshSchedule added in v1.42.9

SetRefreshSchedule sets the RefreshSchedule field's value.

func (*UpdateTopicRefreshScheduleInput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (UpdateTopicRefreshScheduleInput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTopicRefreshScheduleInput) Validate added in v1.42.9

func (s *UpdateTopicRefreshScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTopicRefreshScheduleOutput added in v1.42.9

type UpdateTopicRefreshScheduleOutput struct {

	// The Amazon Resource Name (ARN) of the dataset.
	DatasetArn *string `type:"string"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon Resource Name (ARN) of the topic.
	TopicArn *string `type:"string"`

	// The ID of the topic that you want to modify. This ID is unique per Amazon
	// Web Services Region for each Amazon Web Services account.
	TopicId *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateTopicRefreshScheduleOutput) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTopicRefreshScheduleOutput) SetDatasetArn added in v1.42.9

SetDatasetArn sets the DatasetArn field's value.

func (*UpdateTopicRefreshScheduleOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*UpdateTopicRefreshScheduleOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*UpdateTopicRefreshScheduleOutput) SetTopicArn added in v1.42.9

SetTopicArn sets the TopicArn field's value.

func (*UpdateTopicRefreshScheduleOutput) SetTopicId added in v1.42.9

SetTopicId sets the TopicId field's value.

func (UpdateTopicRefreshScheduleOutput) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateUserInput

type UpdateUserInput struct {

	// The ID for the Amazon Web Services account that the user is in. Currently,
	// you use the ID for the Amazon Web Services account that contains your Amazon
	// QuickSight account.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// The URL of the custom OpenID Connect (OIDC) provider that provides identity
	// to let a user federate into Amazon QuickSight with an associated Identity
	// and Access Management(IAM) role. This parameter should only be used when
	// ExternalLoginFederationProviderType parameter is set to CUSTOM_OIDC.
	CustomFederationProviderUrl *string `type:"string"`

	// (Enterprise edition only) The name of the custom permissions profile that
	// you want to assign to this user. Customized permissions allows you to control
	// a user's access by restricting access the following operations:
	//
	//    * Create and update data sources
	//
	//    * Create and update datasets
	//
	//    * Create and update email reports
	//
	//    * Subscribe to email reports
	//
	// A set of custom permissions includes any combination of these restrictions.
	// Currently, you need to create the profile names for custom permission sets
	// by using the Amazon QuickSight console. Then, you use the RegisterUser API
	// operation to assign the named set of permissions to a Amazon QuickSight user.
	//
	// Amazon QuickSight custom permissions are applied through IAM policies. Therefore,
	// they override the permissions typically granted by assigning Amazon QuickSight
	// users to one of the default security cohorts in Amazon QuickSight (admin,
	// author, reader).
	//
	// This feature is available only to Amazon QuickSight Enterprise edition subscriptions.
	CustomPermissionsName *string `min:"1" type:"string"`

	// The email address of the user that you want to update.
	//
	// Email is a required field
	Email *string `type:"string" required:"true"`

	// The type of supported external login provider that provides identity to let
	// a user federate into Amazon QuickSight with an associated Identity and Access
	// Management(IAM) role. The type of supported external login provider can be
	// one of the following.
	//
	//    * COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com.
	//    When choosing the COGNITO provider type, don’t use the "CustomFederationProviderUrl"
	//    parameter which is only needed when the external provider is custom.
	//
	//    * CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider. When choosing CUSTOM_OIDC
	//    type, use the CustomFederationProviderUrl parameter to provide the custom
	//    OIDC provider URL.
	//
	//    * NONE: This clears all the previously saved external login information
	//    for a user. Use the DescribeUser (https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeUser.html)
	//    API operation to check the external login information.
	ExternalLoginFederationProviderType *string `type:"string"`

	// The identity ID for a user in the external login provider.
	ExternalLoginId *string `type:"string"`

	// The namespace. Currently, you should set this to default.
	//
	// Namespace is a required field
	Namespace *string `location:"uri" locationName:"Namespace" type:"string" required:"true"`

	// The Amazon QuickSight role of the user. The role can be one of the following
	// default security cohorts:
	//
	//    * READER: A user who has read-only access to dashboards.
	//
	//    * AUTHOR: A user who can create data sources, datasets, analyses, and
	//    dashboards.
	//
	//    * ADMIN: A user who is an author, who can also manage Amazon QuickSight
	//    settings.
	//
	// The name of the Amazon QuickSight role is invisible to the user except for
	// the console screens dealing with permissions.
	//
	// Role is a required field
	Role *string `type:"string" required:"true" enum:"UserRole"`

	// A flag that you use to indicate that you want to remove all custom permissions
	// from this user. Using this parameter resets the user to the state it was
	// in before a custom permissions profile was applied. This parameter defaults
	// to NULL and it doesn't accept any other value.
	UnapplyCustomPermissions *bool `type:"boolean"`

	// The Amazon QuickSight user name that you want to update.
	//
	// UserName is a required field
	UserName *string `location:"uri" locationName:"UserName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateUserInput) GoString

func (s UpdateUserInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateUserInput) SetAwsAccountId

func (s *UpdateUserInput) SetAwsAccountId(v string) *UpdateUserInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateUserInput) SetCustomFederationProviderUrl

func (s *UpdateUserInput) SetCustomFederationProviderUrl(v string) *UpdateUserInput

SetCustomFederationProviderUrl sets the CustomFederationProviderUrl field's value.

func (*UpdateUserInput) SetCustomPermissionsName

func (s *UpdateUserInput) SetCustomPermissionsName(v string) *UpdateUserInput

SetCustomPermissionsName sets the CustomPermissionsName field's value.

func (*UpdateUserInput) SetEmail

func (s *UpdateUserInput) SetEmail(v string) *UpdateUserInput

SetEmail sets the Email field's value.

func (*UpdateUserInput) SetExternalLoginFederationProviderType

func (s *UpdateUserInput) SetExternalLoginFederationProviderType(v string) *UpdateUserInput

SetExternalLoginFederationProviderType sets the ExternalLoginFederationProviderType field's value.

func (*UpdateUserInput) SetExternalLoginId

func (s *UpdateUserInput) SetExternalLoginId(v string) *UpdateUserInput

SetExternalLoginId sets the ExternalLoginId field's value.

func (*UpdateUserInput) SetNamespace

func (s *UpdateUserInput) SetNamespace(v string) *UpdateUserInput

SetNamespace sets the Namespace field's value.

func (*UpdateUserInput) SetRole

func (s *UpdateUserInput) SetRole(v string) *UpdateUserInput

SetRole sets the Role field's value.

func (*UpdateUserInput) SetUnapplyCustomPermissions

func (s *UpdateUserInput) SetUnapplyCustomPermissions(v bool) *UpdateUserInput

SetUnapplyCustomPermissions sets the UnapplyCustomPermissions field's value.

func (*UpdateUserInput) SetUserName

func (s *UpdateUserInput) SetUserName(v string) *UpdateUserInput

SetUserName sets the UserName field's value.

func (UpdateUserInput) String

func (s UpdateUserInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateUserInput) Validate

func (s *UpdateUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateUserOutput

type UpdateUserOutput struct {

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The Amazon QuickSight user.
	User *User `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateUserOutput) GoString

func (s UpdateUserOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateUserOutput) SetRequestId

func (s *UpdateUserOutput) SetRequestId(v string) *UpdateUserOutput

SetRequestId sets the RequestId field's value.

func (*UpdateUserOutput) SetStatus

func (s *UpdateUserOutput) SetStatus(v int64) *UpdateUserOutput

SetStatus sets the Status field's value.

func (*UpdateUserOutput) SetUser

func (s *UpdateUserOutput) SetUser(v *User) *UpdateUserOutput

SetUser sets the User field's value.

func (UpdateUserOutput) String

func (s UpdateUserOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateVPCConnectionInput added in v1.42.9

type UpdateVPCConnectionInput struct {

	// The Amazon Web Services account ID of the account that contains the VPC connection
	// that you want to update.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `location:"uri" locationName:"AwsAccountId" min:"12" type:"string" required:"true"`

	// A list of IP addresses of DNS resolver endpoints for the VPC connection.
	DnsResolvers []*string `type:"list"`

	// The display name for the VPC connection.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// An IAM role associated with the VPC connection.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A list of security group IDs for the VPC connection.
	//
	// SecurityGroupIds is a required field
	SecurityGroupIds []*string `min:"1" type:"list" required:"true"`

	// A list of subnet IDs for the VPC connection.
	//
	// SubnetIds is a required field
	SubnetIds []*string `min:"2" type:"list" required:"true"`

	// The ID of the VPC connection that you're updating. This ID is a unique identifier
	// for each Amazon Web Services Region in an Amazon Web Services account.
	//
	// VPCConnectionId is a required field
	VPCConnectionId *string `location:"uri" locationName:"VPCConnectionId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateVPCConnectionInput) GoString added in v1.42.9

func (s UpdateVPCConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVPCConnectionInput) SetAwsAccountId added in v1.42.9

SetAwsAccountId sets the AwsAccountId field's value.

func (*UpdateVPCConnectionInput) SetDnsResolvers added in v1.42.9

func (s *UpdateVPCConnectionInput) SetDnsResolvers(v []*string) *UpdateVPCConnectionInput

SetDnsResolvers sets the DnsResolvers field's value.

func (*UpdateVPCConnectionInput) SetName added in v1.42.9

SetName sets the Name field's value.

func (*UpdateVPCConnectionInput) SetRoleArn added in v1.42.9

SetRoleArn sets the RoleArn field's value.

func (*UpdateVPCConnectionInput) SetSecurityGroupIds added in v1.42.9

func (s *UpdateVPCConnectionInput) SetSecurityGroupIds(v []*string) *UpdateVPCConnectionInput

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*UpdateVPCConnectionInput) SetSubnetIds added in v1.42.9

SetSubnetIds sets the SubnetIds field's value.

func (*UpdateVPCConnectionInput) SetVPCConnectionId added in v1.42.9

func (s *UpdateVPCConnectionInput) SetVPCConnectionId(v string) *UpdateVPCConnectionInput

SetVPCConnectionId sets the VPCConnectionId field's value.

func (UpdateVPCConnectionInput) String added in v1.42.9

func (s UpdateVPCConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVPCConnectionInput) Validate added in v1.42.9

func (s *UpdateVPCConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateVPCConnectionOutput added in v1.42.9

type UpdateVPCConnectionOutput struct {

	// The Amazon Resource Name (ARN) of the VPC connection.
	Arn *string `type:"string"`

	// The availability status of the VPC connection.
	AvailabilityStatus *string `type:"string" enum:"VPCConnectionAvailabilityStatus"`

	// The Amazon Web Services request ID for this operation.
	RequestId *string `type:"string"`

	// The HTTP status of the request.
	Status *int64 `location:"statusCode" type:"integer"`

	// The update status of the VPC connection's last update.
	UpdateStatus *string `type:"string" enum:"VPCConnectionResourceStatus"`

	// The ID of the VPC connection that you are updating. This ID is a unique identifier
	// for each Amazon Web Services Region in anAmazon Web Services account.
	VPCConnectionId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateVPCConnectionOutput) GoString added in v1.42.9

func (s UpdateVPCConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVPCConnectionOutput) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*UpdateVPCConnectionOutput) SetAvailabilityStatus added in v1.42.9

func (s *UpdateVPCConnectionOutput) SetAvailabilityStatus(v string) *UpdateVPCConnectionOutput

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (*UpdateVPCConnectionOutput) SetRequestId added in v1.42.9

SetRequestId sets the RequestId field's value.

func (*UpdateVPCConnectionOutput) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*UpdateVPCConnectionOutput) SetUpdateStatus added in v1.42.9

SetUpdateStatus sets the UpdateStatus field's value.

func (*UpdateVPCConnectionOutput) SetVPCConnectionId added in v1.42.9

SetVPCConnectionId sets the VPCConnectionId field's value.

func (UpdateVPCConnectionOutput) String added in v1.42.9

func (s UpdateVPCConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UploadSettings

type UploadSettings struct {

	// Whether the file has a header row, or the files each have a header row.
	ContainsHeader *bool `type:"boolean"`

	// The delimiter between values in the file.
	Delimiter *string `min:"1" type:"string"`

	// File format.
	Format *string `type:"string" enum:"FileFormat"`

	// A row number to start reading data from.
	StartFromRow *int64 `min:"1" type:"integer"`

	// Text qualifier.
	TextQualifier *string `type:"string" enum:"TextQualifier"`
	// contains filtered or unexported fields
}

Information about the format for a source file or files.

func (UploadSettings) GoString

func (s UploadSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UploadSettings) SetContainsHeader

func (s *UploadSettings) SetContainsHeader(v bool) *UploadSettings

SetContainsHeader sets the ContainsHeader field's value.

func (*UploadSettings) SetDelimiter

func (s *UploadSettings) SetDelimiter(v string) *UploadSettings

SetDelimiter sets the Delimiter field's value.

func (*UploadSettings) SetFormat

func (s *UploadSettings) SetFormat(v string) *UploadSettings

SetFormat sets the Format field's value.

func (*UploadSettings) SetStartFromRow

func (s *UploadSettings) SetStartFromRow(v int64) *UploadSettings

SetStartFromRow sets the StartFromRow field's value.

func (*UploadSettings) SetTextQualifier

func (s *UploadSettings) SetTextQualifier(v string) *UploadSettings

SetTextQualifier sets the TextQualifier field's value.

func (UploadSettings) String

func (s UploadSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UploadSettings) Validate

func (s *UploadSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type User

type User struct {

	// The active status of user. When you create an Amazon QuickSight user that's
	// not an IAM user or an Active Directory user, that user is inactive until
	// they sign in and provide a password.
	Active *bool `type:"boolean"`

	// The Amazon Resource Name (ARN) for the user.
	Arn *string `type:"string"`

	// The custom permissions profile associated with this user.
	CustomPermissionsName *string `min:"1" type:"string"`

	// The user's email address.
	Email *string `type:"string"`

	// The type of supported external login provider that provides identity to let
	// the user federate into Amazon QuickSight with an associated IAM role. The
	// type can be one of the following.
	//
	//    * COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com.
	//
	//    * CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider.
	ExternalLoginFederationProviderType *string `type:"string"`

	// The URL of the external login provider.
	ExternalLoginFederationProviderUrl *string `type:"string"`

	// The identity ID for the user in the external login provider.
	ExternalLoginId *string `type:"string"`

	// The type of identity authentication used by the user.
	IdentityType *string `type:"string" enum:"IdentityType"`

	// The principal ID of the user.
	PrincipalId *string `type:"string"`

	// The Amazon QuickSight role for the user. The user role can be one of the
	// following:.
	//
	//    * READER: A user who has read-only access to dashboards.
	//
	//    * AUTHOR: A user who can create data sources, datasets, analyses, and
	//    dashboards.
	//
	//    * ADMIN: A user who is an author, who can also manage Amazon Amazon QuickSight
	//    settings.
	//
	//    * RESTRICTED_READER: This role isn't currently available for use.
	//
	//    * RESTRICTED_AUTHOR: This role isn't currently available for use.
	Role *string `type:"string" enum:"UserRole"`

	// The user's user name. This value is required if you are registering a user
	// that will be managed in Amazon QuickSight. In the output, the value for UserName
	// is N/A when the value for IdentityType is IAM and the corresponding IAM user
	// is deleted.
	UserName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A registered user of Amazon QuickSight.

func (User) GoString

func (s User) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*User) SetActive

func (s *User) SetActive(v bool) *User

SetActive sets the Active field's value.

func (*User) SetArn

func (s *User) SetArn(v string) *User

SetArn sets the Arn field's value.

func (*User) SetCustomPermissionsName

func (s *User) SetCustomPermissionsName(v string) *User

SetCustomPermissionsName sets the CustomPermissionsName field's value.

func (*User) SetEmail

func (s *User) SetEmail(v string) *User

SetEmail sets the Email field's value.

func (*User) SetExternalLoginFederationProviderType

func (s *User) SetExternalLoginFederationProviderType(v string) *User

SetExternalLoginFederationProviderType sets the ExternalLoginFederationProviderType field's value.

func (*User) SetExternalLoginFederationProviderUrl

func (s *User) SetExternalLoginFederationProviderUrl(v string) *User

SetExternalLoginFederationProviderUrl sets the ExternalLoginFederationProviderUrl field's value.

func (*User) SetExternalLoginId

func (s *User) SetExternalLoginId(v string) *User

SetExternalLoginId sets the ExternalLoginId field's value.

func (*User) SetIdentityType

func (s *User) SetIdentityType(v string) *User

SetIdentityType sets the IdentityType field's value.

func (*User) SetPrincipalId

func (s *User) SetPrincipalId(v string) *User

SetPrincipalId sets the PrincipalId field's value.

func (*User) SetRole

func (s *User) SetRole(v string) *User

SetRole sets the Role field's value.

func (*User) SetUserName

func (s *User) SetUserName(v string) *User

SetUserName sets the UserName field's value.

func (User) String

func (s User) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UserNotFoundException

type UserNotFoundException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	// The Amazon Web Services request ID for this request.
	RequestId *string `type:"string"`
	// contains filtered or unexported fields
}

The user with the provided name isn't found. This error can happen in any operation that requires finding a user based on a provided user name, such as DeleteUser, DescribeUser, and so on.

func (*UserNotFoundException) Code

func (s *UserNotFoundException) Code() string

Code returns the exception type name.

func (*UserNotFoundException) Error

func (s *UserNotFoundException) Error() string

func (UserNotFoundException) GoString

func (s UserNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UserNotFoundException) Message

func (s *UserNotFoundException) Message() string

Message returns the exception's message.

func (*UserNotFoundException) OrigErr

func (s *UserNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UserNotFoundException) RequestID

func (s *UserNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UserNotFoundException) StatusCode

func (s *UserNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UserNotFoundException) String

func (s UserNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VPCConnection added in v1.42.9

type VPCConnection struct {

	// The Amazon Resource Name (ARN) of the VPC connection.
	Arn *string `type:"string"`

	// The availability status of the VPC connection.
	AvailabilityStatus *string `type:"string" enum:"VPCConnectionAvailabilityStatus"`

	// The time that the VPC connection was created.
	CreatedTime *time.Time `type:"timestamp"`

	// A list of IP addresses of DNS resolver endpoints for the VPC connection.
	DnsResolvers []*string `type:"list"`

	// The time that the VPC connection was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The display name for the VPC connection.
	Name *string `min:"1" type:"string"`

	// A list of network interfaces.
	NetworkInterfaces []*NetworkInterface `type:"list"`

	// The ARN of the IAM role associated with the VPC connection.
	RoleArn *string `type:"string"`

	// The Amazon EC2 security group IDs associated with the VPC connection.
	SecurityGroupIds []*string `min:"1" type:"list"`

	// The status of the VPC connection.
	Status *string `type:"string" enum:"VPCConnectionResourceStatus"`

	// The ID of the VPC connection that you're creating. This ID is a unique identifier
	// for each Amazon Web Services Region in an Amazon Web Services account.
	VPCConnectionId *string `min:"1" type:"string"`

	// The Amazon EC2 VPC ID associated with the VPC connection.
	VPCId *string `type:"string"`
	// contains filtered or unexported fields
}

The structure of a VPC connection.

func (VPCConnection) GoString added in v1.42.9

func (s VPCConnection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VPCConnection) SetArn added in v1.42.9

func (s *VPCConnection) SetArn(v string) *VPCConnection

SetArn sets the Arn field's value.

func (*VPCConnection) SetAvailabilityStatus added in v1.42.9

func (s *VPCConnection) SetAvailabilityStatus(v string) *VPCConnection

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (*VPCConnection) SetCreatedTime added in v1.42.9

func (s *VPCConnection) SetCreatedTime(v time.Time) *VPCConnection

SetCreatedTime sets the CreatedTime field's value.

func (*VPCConnection) SetDnsResolvers added in v1.42.9

func (s *VPCConnection) SetDnsResolvers(v []*string) *VPCConnection

SetDnsResolvers sets the DnsResolvers field's value.

func (*VPCConnection) SetLastUpdatedTime added in v1.42.9

func (s *VPCConnection) SetLastUpdatedTime(v time.Time) *VPCConnection

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*VPCConnection) SetName added in v1.42.9

func (s *VPCConnection) SetName(v string) *VPCConnection

SetName sets the Name field's value.

func (*VPCConnection) SetNetworkInterfaces added in v1.42.9

func (s *VPCConnection) SetNetworkInterfaces(v []*NetworkInterface) *VPCConnection

SetNetworkInterfaces sets the NetworkInterfaces field's value.

func (*VPCConnection) SetRoleArn added in v1.42.9

func (s *VPCConnection) SetRoleArn(v string) *VPCConnection

SetRoleArn sets the RoleArn field's value.

func (*VPCConnection) SetSecurityGroupIds added in v1.42.9

func (s *VPCConnection) SetSecurityGroupIds(v []*string) *VPCConnection

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*VPCConnection) SetStatus added in v1.42.9

func (s *VPCConnection) SetStatus(v string) *VPCConnection

SetStatus sets the Status field's value.

func (*VPCConnection) SetVPCConnectionId added in v1.42.9

func (s *VPCConnection) SetVPCConnectionId(v string) *VPCConnection

SetVPCConnectionId sets the VPCConnectionId field's value.

func (*VPCConnection) SetVPCId added in v1.42.9

func (s *VPCConnection) SetVPCId(v string) *VPCConnection

SetVPCId sets the VPCId field's value.

func (VPCConnection) String added in v1.42.9

func (s VPCConnection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VPCConnectionSummary added in v1.42.9

type VPCConnectionSummary struct {

	// The Amazon Resource Name (ARN) of the VPC connection.
	Arn *string `type:"string"`

	// The availability status of the VPC connection.
	AvailabilityStatus *string `type:"string" enum:"VPCConnectionAvailabilityStatus"`

	// The time that the VPC connection was created.
	CreatedTime *time.Time `type:"timestamp"`

	// A list of IP addresses of DNS resolver endpoints for the VPC connection.
	DnsResolvers []*string `type:"list"`

	// The time that the VPC connection was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The display name for the VPC connection.
	Name *string `min:"1" type:"string"`

	// A list of network interfaces.
	NetworkInterfaces []*NetworkInterface `type:"list"`

	// The ARN of the IAM role associated with the VPC connection.
	RoleArn *string `type:"string"`

	// The Amazon EC2 security group IDs associated with the VPC connection.
	SecurityGroupIds []*string `min:"1" type:"list"`

	// The status of the VPC connection.
	Status *string `type:"string" enum:"VPCConnectionResourceStatus"`

	// The ID of the VPC connection that you're creating. This ID is a unique identifier
	// for each Amazon Web Services Region in an Amazon Web Services account.
	VPCConnectionId *string `min:"1" type:"string"`

	// The Amazon EC2 VPC ID associated with the VPC connection.
	VPCId *string `type:"string"`
	// contains filtered or unexported fields
}

The summary metadata that describes a VPC connection.

func (VPCConnectionSummary) GoString added in v1.42.9

func (s VPCConnectionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VPCConnectionSummary) SetArn added in v1.42.9

SetArn sets the Arn field's value.

func (*VPCConnectionSummary) SetAvailabilityStatus added in v1.42.9

func (s *VPCConnectionSummary) SetAvailabilityStatus(v string) *VPCConnectionSummary

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (*VPCConnectionSummary) SetCreatedTime added in v1.42.9

func (s *VPCConnectionSummary) SetCreatedTime(v time.Time) *VPCConnectionSummary

SetCreatedTime sets the CreatedTime field's value.

func (*VPCConnectionSummary) SetDnsResolvers added in v1.42.9

func (s *VPCConnectionSummary) SetDnsResolvers(v []*string) *VPCConnectionSummary

SetDnsResolvers sets the DnsResolvers field's value.

func (*VPCConnectionSummary) SetLastUpdatedTime added in v1.42.9

func (s *VPCConnectionSummary) SetLastUpdatedTime(v time.Time) *VPCConnectionSummary

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*VPCConnectionSummary) SetName added in v1.42.9

SetName sets the Name field's value.

func (*VPCConnectionSummary) SetNetworkInterfaces added in v1.42.9

func (s *VPCConnectionSummary) SetNetworkInterfaces(v []*NetworkInterface) *VPCConnectionSummary

SetNetworkInterfaces sets the NetworkInterfaces field's value.

func (*VPCConnectionSummary) SetRoleArn added in v1.42.9

SetRoleArn sets the RoleArn field's value.

func (*VPCConnectionSummary) SetSecurityGroupIds added in v1.42.9

func (s *VPCConnectionSummary) SetSecurityGroupIds(v []*string) *VPCConnectionSummary

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*VPCConnectionSummary) SetStatus added in v1.42.9

SetStatus sets the Status field's value.

func (*VPCConnectionSummary) SetVPCConnectionId added in v1.42.9

func (s *VPCConnectionSummary) SetVPCConnectionId(v string) *VPCConnectionSummary

SetVPCConnectionId sets the VPCConnectionId field's value.

func (*VPCConnectionSummary) SetVPCId added in v1.42.9

SetVPCId sets the VPCId field's value.

func (VPCConnectionSummary) String added in v1.42.9

func (s VPCConnectionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VisibleRangeOptions added in v1.42.9

type VisibleRangeOptions struct {

	// The percent range in the visible range.
	PercentRange *PercentVisibleRange `type:"structure"`
	// contains filtered or unexported fields
}

The range options for the data zoom scroll bar.

func (VisibleRangeOptions) GoString added in v1.42.9

func (s VisibleRangeOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisibleRangeOptions) SetPercentRange added in v1.42.9

SetPercentRange sets the PercentRange field's value.

func (VisibleRangeOptions) String added in v1.42.9

func (s VisibleRangeOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Visual added in v1.42.9

type Visual struct {

	// A bar chart.
	//
	// For more information, see Using bar charts (https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html)
	// in the Amazon QuickSight User Guide.
	BarChartVisual *BarChartVisual `type:"structure"`

	// A box plot.
	//
	// For more information, see Using box plots (https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html)
	// in the Amazon QuickSight User Guide.
	BoxPlotVisual *BoxPlotVisual `type:"structure"`

	// A combo chart.
	//
	// For more information, see Using combo charts (https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html)
	// in the Amazon QuickSight User Guide.
	ComboChartVisual *ComboChartVisual `type:"structure"`

	// A visual that contains custom content.
	//
	// For more information, see Using custom visual content (https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html)
	// in the Amazon QuickSight User Guide.
	CustomContentVisual *CustomContentVisual `type:"structure"`

	// An empty visual.
	EmptyVisual *EmptyVisual `type:"structure"`

	// A filled map.
	//
	// For more information, see Creating filled maps (https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html)
	// in the Amazon QuickSight User Guide.
	FilledMapVisual *FilledMapVisual `type:"structure"`

	// A funnel chart.
	//
	// For more information, see Using funnel charts (https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html)
	// in the Amazon QuickSight User Guide.
	FunnelChartVisual *FunnelChartVisual `type:"structure"`

	// A gauge chart.
	//
	// For more information, see Using gauge charts (https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html)
	// in the Amazon QuickSight User Guide.
	GaugeChartVisual *GaugeChartVisual `type:"structure"`

	// A geospatial map or a points on map visual.
	//
	// For more information, see Creating point maps (https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html)
	// in the Amazon QuickSight User Guide.
	GeospatialMapVisual *GeospatialMapVisual `type:"structure"`

	// A heat map.
	//
	// For more information, see Using heat maps (https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html)
	// in the Amazon QuickSight User Guide.
	HeatMapVisual *HeatMapVisual `type:"structure"`

	// A histogram.
	//
	// For more information, see Using histograms (https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html)
	// in the Amazon QuickSight User Guide.
	HistogramVisual *HistogramVisual `type:"structure"`

	// An insight visual.
	//
	// For more information, see Working with insights (https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html)
	// in the Amazon QuickSight User Guide.
	InsightVisual *InsightVisual `type:"structure"`

	// A key performance indicator (KPI).
	//
	// For more information, see Using KPIs (https://docs.aws.amazon.com/quicksight/latest/user/kpi.html)
	// in the Amazon QuickSight User Guide.
	KPIVisual *KPIVisual `type:"structure"`

	// A line chart.
	//
	// For more information, see Using line charts (https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html)
	// in the Amazon QuickSight User Guide.
	LineChartVisual *LineChartVisual `type:"structure"`

	// A pie or donut chart.
	//
	// For more information, see Using pie charts (https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html)
	// in the Amazon QuickSight User Guide.
	PieChartVisual *PieChartVisual `type:"structure"`

	// A pivot table.
	//
	// For more information, see Using pivot tables (https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html)
	// in the Amazon QuickSight User Guide.
	PivotTableVisual *PivotTableVisual `type:"structure"`

	// A radar chart visual.
	//
	// For more information, see Using radar charts (https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html)
	// in the Amazon QuickSight User Guide.
	RadarChartVisual *RadarChartVisual `type:"structure"`

	// A sankey diagram.
	//
	// For more information, see Using Sankey diagrams (https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html)
	// in the Amazon QuickSight User Guide.
	SankeyDiagramVisual *SankeyDiagramVisual `type:"structure"`

	// A scatter plot.
	//
	// For more information, see Using scatter plots (https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html)
	// in the Amazon QuickSight User Guide.
	ScatterPlotVisual *ScatterPlotVisual `type:"structure"`

	// A table visual.
	//
	// For more information, see Using tables as visuals (https://docs.aws.amazon.com/quicksight/latest/user/tabular.html)
	// in the Amazon QuickSight User Guide.
	TableVisual *TableVisual `type:"structure"`

	// A tree map.
	//
	// For more information, see Using tree maps (https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html)
	// in the Amazon QuickSight User Guide.
	TreeMapVisual *TreeMapVisual `type:"structure"`

	// A waterfall chart.
	//
	// For more information, see Using waterfall charts (https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html)
	// in the Amazon QuickSight User Guide.
	WaterfallVisual *WaterfallVisual `type:"structure"`

	// A word cloud.
	//
	// For more information, see Using word clouds (https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html)
	// in the Amazon QuickSight User Guide.
	WordCloudVisual *WordCloudVisual `type:"structure"`
	// contains filtered or unexported fields
}

A visual displayed on a sheet in an analysis, dashboard, or template.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (Visual) GoString added in v1.42.9

func (s Visual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Visual) SetBarChartVisual added in v1.42.9

func (s *Visual) SetBarChartVisual(v *BarChartVisual) *Visual

SetBarChartVisual sets the BarChartVisual field's value.

func (*Visual) SetBoxPlotVisual added in v1.42.9

func (s *Visual) SetBoxPlotVisual(v *BoxPlotVisual) *Visual

SetBoxPlotVisual sets the BoxPlotVisual field's value.

func (*Visual) SetComboChartVisual added in v1.42.9

func (s *Visual) SetComboChartVisual(v *ComboChartVisual) *Visual

SetComboChartVisual sets the ComboChartVisual field's value.

func (*Visual) SetCustomContentVisual added in v1.42.9

func (s *Visual) SetCustomContentVisual(v *CustomContentVisual) *Visual

SetCustomContentVisual sets the CustomContentVisual field's value.

func (*Visual) SetEmptyVisual added in v1.42.9

func (s *Visual) SetEmptyVisual(v *EmptyVisual) *Visual

SetEmptyVisual sets the EmptyVisual field's value.

func (*Visual) SetFilledMapVisual added in v1.42.9

func (s *Visual) SetFilledMapVisual(v *FilledMapVisual) *Visual

SetFilledMapVisual sets the FilledMapVisual field's value.

func (*Visual) SetFunnelChartVisual added in v1.42.9

func (s *Visual) SetFunnelChartVisual(v *FunnelChartVisual) *Visual

SetFunnelChartVisual sets the FunnelChartVisual field's value.

func (*Visual) SetGaugeChartVisual added in v1.42.9

func (s *Visual) SetGaugeChartVisual(v *GaugeChartVisual) *Visual

SetGaugeChartVisual sets the GaugeChartVisual field's value.

func (*Visual) SetGeospatialMapVisual added in v1.42.9

func (s *Visual) SetGeospatialMapVisual(v *GeospatialMapVisual) *Visual

SetGeospatialMapVisual sets the GeospatialMapVisual field's value.

func (*Visual) SetHeatMapVisual added in v1.42.9

func (s *Visual) SetHeatMapVisual(v *HeatMapVisual) *Visual

SetHeatMapVisual sets the HeatMapVisual field's value.

func (*Visual) SetHistogramVisual added in v1.42.9

func (s *Visual) SetHistogramVisual(v *HistogramVisual) *Visual

SetHistogramVisual sets the HistogramVisual field's value.

func (*Visual) SetInsightVisual added in v1.42.9

func (s *Visual) SetInsightVisual(v *InsightVisual) *Visual

SetInsightVisual sets the InsightVisual field's value.

func (*Visual) SetKPIVisual added in v1.42.9

func (s *Visual) SetKPIVisual(v *KPIVisual) *Visual

SetKPIVisual sets the KPIVisual field's value.

func (*Visual) SetLineChartVisual added in v1.42.9

func (s *Visual) SetLineChartVisual(v *LineChartVisual) *Visual

SetLineChartVisual sets the LineChartVisual field's value.

func (*Visual) SetPieChartVisual added in v1.42.9

func (s *Visual) SetPieChartVisual(v *PieChartVisual) *Visual

SetPieChartVisual sets the PieChartVisual field's value.

func (*Visual) SetPivotTableVisual added in v1.42.9

func (s *Visual) SetPivotTableVisual(v *PivotTableVisual) *Visual

SetPivotTableVisual sets the PivotTableVisual field's value.

func (*Visual) SetRadarChartVisual added in v1.42.9

func (s *Visual) SetRadarChartVisual(v *RadarChartVisual) *Visual

SetRadarChartVisual sets the RadarChartVisual field's value.

func (*Visual) SetSankeyDiagramVisual added in v1.42.9

func (s *Visual) SetSankeyDiagramVisual(v *SankeyDiagramVisual) *Visual

SetSankeyDiagramVisual sets the SankeyDiagramVisual field's value.

func (*Visual) SetScatterPlotVisual added in v1.42.9

func (s *Visual) SetScatterPlotVisual(v *ScatterPlotVisual) *Visual

SetScatterPlotVisual sets the ScatterPlotVisual field's value.

func (*Visual) SetTableVisual added in v1.42.9

func (s *Visual) SetTableVisual(v *TableVisual) *Visual

SetTableVisual sets the TableVisual field's value.

func (*Visual) SetTreeMapVisual added in v1.42.9

func (s *Visual) SetTreeMapVisual(v *TreeMapVisual) *Visual

SetTreeMapVisual sets the TreeMapVisual field's value.

func (*Visual) SetWaterfallVisual added in v1.42.9

func (s *Visual) SetWaterfallVisual(v *WaterfallVisual) *Visual

SetWaterfallVisual sets the WaterfallVisual field's value.

func (*Visual) SetWordCloudVisual added in v1.42.9

func (s *Visual) SetWordCloudVisual(v *WordCloudVisual) *Visual

SetWordCloudVisual sets the WordCloudVisual field's value.

func (Visual) String added in v1.42.9

func (s Visual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Visual) Validate added in v1.42.9

func (s *Visual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VisualAxisSortOption added in v1.42.9

type VisualAxisSortOption struct {

	// The availaiblity status of a visual's axis sort options.
	AvailabilityStatus *string `type:"string" enum:"DashboardBehavior"`
	// contains filtered or unexported fields
}

The axis sort options for a visual.

func (VisualAxisSortOption) GoString added in v1.42.9

func (s VisualAxisSortOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualAxisSortOption) SetAvailabilityStatus added in v1.42.9

func (s *VisualAxisSortOption) SetAvailabilityStatus(v string) *VisualAxisSortOption

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (VisualAxisSortOption) String added in v1.42.9

func (s VisualAxisSortOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VisualCustomAction added in v1.42.9

type VisualCustomAction struct {

	// A list of VisualCustomActionOperations.
	//
	// This is a union type structure. For this structure to be valid, only one
	// of the attributes can be defined.
	//
	// ActionOperations is a required field
	ActionOperations []*VisualCustomActionOperation `min:"1" type:"list" required:"true"`

	// The ID of the VisualCustomAction.
	//
	// CustomActionId is a required field
	CustomActionId *string `min:"1" type:"string" required:"true"`

	// The name of the VisualCustomAction.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The status of the VisualCustomAction.
	Status *string `type:"string" enum:"WidgetStatus"`

	// The trigger of the VisualCustomAction.
	//
	// Valid values are defined as follows:
	//
	//    * DATA_POINT_CLICK: Initiates a custom action by a left pointer click
	//    on a data point.
	//
	//    * DATA_POINT_MENU: Initiates a custom action by right pointer click from
	//    the menu.
	//
	// Trigger is a required field
	Trigger *string `type:"string" required:"true" enum:"VisualCustomActionTrigger"`
	// contains filtered or unexported fields
}

A custom action defined on a visual.

func (VisualCustomAction) GoString added in v1.42.9

func (s VisualCustomAction) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualCustomAction) SetActionOperations added in v1.42.9

SetActionOperations sets the ActionOperations field's value.

func (*VisualCustomAction) SetCustomActionId added in v1.42.9

func (s *VisualCustomAction) SetCustomActionId(v string) *VisualCustomAction

SetCustomActionId sets the CustomActionId field's value.

func (*VisualCustomAction) SetName added in v1.42.9

SetName sets the Name field's value.

func (*VisualCustomAction) SetStatus added in v1.42.9

func (s *VisualCustomAction) SetStatus(v string) *VisualCustomAction

SetStatus sets the Status field's value.

func (*VisualCustomAction) SetTrigger added in v1.42.9

func (s *VisualCustomAction) SetTrigger(v string) *VisualCustomAction

SetTrigger sets the Trigger field's value.

func (VisualCustomAction) String added in v1.42.9

func (s VisualCustomAction) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualCustomAction) Validate added in v1.42.9

func (s *VisualCustomAction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VisualCustomActionOperation added in v1.42.9

type VisualCustomActionOperation struct {

	// The filter operation that filters data included in a visual or in an entire
	// sheet.
	FilterOperation *CustomActionFilterOperation `type:"structure"`

	// The navigation operation that navigates between different sheets in the same
	// analysis.
	NavigationOperation *CustomActionNavigationOperation `type:"structure"`

	// The set parameter operation that sets parameters in custom action.
	SetParametersOperation *CustomActionSetParametersOperation `type:"structure"`

	// The URL operation that opens a link to another webpage.
	URLOperation *CustomActionURLOperation `type:"structure"`
	// contains filtered or unexported fields
}

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (VisualCustomActionOperation) GoString added in v1.42.9

func (s VisualCustomActionOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualCustomActionOperation) SetFilterOperation added in v1.42.9

SetFilterOperation sets the FilterOperation field's value.

func (*VisualCustomActionOperation) SetNavigationOperation added in v1.42.9

SetNavigationOperation sets the NavigationOperation field's value.

func (*VisualCustomActionOperation) SetSetParametersOperation added in v1.42.9

SetSetParametersOperation sets the SetParametersOperation field's value.

func (*VisualCustomActionOperation) SetURLOperation added in v1.42.9

SetURLOperation sets the URLOperation field's value.

func (VisualCustomActionOperation) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualCustomActionOperation) Validate added in v1.42.9

func (s *VisualCustomActionOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VisualMenuOption added in v1.42.9

type VisualMenuOption struct {

	// The availaiblity status of a visual's menu options.
	AvailabilityStatus *string `type:"string" enum:"DashboardBehavior"`
	// contains filtered or unexported fields
}

The menu options for a visual.

func (VisualMenuOption) GoString added in v1.42.9

func (s VisualMenuOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualMenuOption) SetAvailabilityStatus added in v1.42.9

func (s *VisualMenuOption) SetAvailabilityStatus(v string) *VisualMenuOption

SetAvailabilityStatus sets the AvailabilityStatus field's value.

func (VisualMenuOption) String added in v1.42.9

func (s VisualMenuOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VisualPalette added in v1.42.9

type VisualPalette struct {

	// The chart color options for the visual palette.
	ChartColor *string `type:"string"`

	// The color map options for the visual palette.
	ColorMap []*DataPathColor `type:"list"`
	// contains filtered or unexported fields
}

The visual display options for the visual palette.

func (VisualPalette) GoString added in v1.42.9

func (s VisualPalette) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualPalette) SetChartColor added in v1.42.9

func (s *VisualPalette) SetChartColor(v string) *VisualPalette

SetChartColor sets the ChartColor field's value.

func (*VisualPalette) SetColorMap added in v1.42.9

func (s *VisualPalette) SetColorMap(v []*DataPathColor) *VisualPalette

SetColorMap sets the ColorMap field's value.

func (VisualPalette) String added in v1.42.9

func (s VisualPalette) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualPalette) Validate added in v1.42.9

func (s *VisualPalette) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VisualSubtitleLabelOptions added in v1.42.9

type VisualSubtitleLabelOptions struct {

	// The long text format of the subtitle label, such as plain text or rich text.
	FormatText *LongFormatText `type:"structure"`

	// The visibility of the subtitle label.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The subtitle label options for a visual.

func (VisualSubtitleLabelOptions) GoString added in v1.42.9

func (s VisualSubtitleLabelOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualSubtitleLabelOptions) SetFormatText added in v1.42.9

SetFormatText sets the FormatText field's value.

func (*VisualSubtitleLabelOptions) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (VisualSubtitleLabelOptions) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualSubtitleLabelOptions) Validate added in v1.42.9

func (s *VisualSubtitleLabelOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VisualTitleLabelOptions added in v1.42.9

type VisualTitleLabelOptions struct {

	// The short text format of the title label, such as plain text or rich text.
	FormatText *ShortFormatText `type:"structure"`

	// The visibility of the title label.
	Visibility *string `type:"string" enum:"Visibility"`
	// contains filtered or unexported fields
}

The title label options for a visual.

func (VisualTitleLabelOptions) GoString added in v1.42.9

func (s VisualTitleLabelOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualTitleLabelOptions) SetFormatText added in v1.42.9

SetFormatText sets the FormatText field's value.

func (*VisualTitleLabelOptions) SetVisibility added in v1.42.9

SetVisibility sets the Visibility field's value.

func (VisualTitleLabelOptions) String added in v1.42.9

func (s VisualTitleLabelOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VisualTitleLabelOptions) Validate added in v1.42.9

func (s *VisualTitleLabelOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VpcConnectionProperties

type VpcConnectionProperties struct {

	// The Amazon Resource Name (ARN) for the VPC connection.
	//
	// VpcConnectionArn is a required field
	VpcConnectionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

VPC connection properties.

func (VpcConnectionProperties) GoString

func (s VpcConnectionProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConnectionProperties) SetVpcConnectionArn

func (s *VpcConnectionProperties) SetVpcConnectionArn(v string) *VpcConnectionProperties

SetVpcConnectionArn sets the VpcConnectionArn field's value.

func (VpcConnectionProperties) String

func (s VpcConnectionProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConnectionProperties) Validate

func (s *VpcConnectionProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WaterfallChartAggregatedFieldWells added in v1.42.9

type WaterfallChartAggregatedFieldWells struct {

	// The breakdown field wells of a waterfall visual.
	Breakdowns []*DimensionField `type:"list"`

	// The category field wells of a waterfall visual.
	Categories []*DimensionField `type:"list"`

	// The value field wells of a waterfall visual.
	Values []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The field well configuration of a waterfall visual.

func (WaterfallChartAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WaterfallChartAggregatedFieldWells) SetBreakdowns added in v1.42.9

SetBreakdowns sets the Breakdowns field's value.

func (*WaterfallChartAggregatedFieldWells) SetCategories added in v1.42.9

SetCategories sets the Categories field's value.

func (*WaterfallChartAggregatedFieldWells) SetValues added in v1.42.9

SetValues sets the Values field's value.

func (WaterfallChartAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WaterfallChartAggregatedFieldWells) Validate added in v1.42.9

Validate inspects the fields of the type to determine if they are valid.

type WaterfallChartConfiguration added in v1.42.9

type WaterfallChartConfiguration struct {

	// The options that determine the presentation of the category axis.
	CategoryAxisDisplayOptions *AxisDisplayOptions `type:"structure"`

	// The options that determine the presentation of the category axis label.
	CategoryAxisLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The data label configuration of a waterfall visual.
	DataLabels *DataLabelOptions `type:"structure"`

	// The field well configuration of a waterfall visual.
	FieldWells *WaterfallChartFieldWells `type:"structure"`

	// The legend configuration of a waterfall visual.
	Legend *LegendOptions `type:"structure"`

	// The options that determine the presentation of the y-axis.
	PrimaryYAxisDisplayOptions *AxisDisplayOptions `type:"structure"`

	// The options that determine the presentation of the y-axis label.
	PrimaryYAxisLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The sort configuration of a waterfall visual.
	SortConfiguration *WaterfallChartSortConfiguration `type:"structure"`

	// The visual palette configuration of a waterfall visual.
	VisualPalette *VisualPalette `type:"structure"`

	// The options that determine the presentation of a waterfall visual.
	WaterfallChartOptions *WaterfallChartOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration for a waterfall visual.

func (WaterfallChartConfiguration) GoString added in v1.42.9

func (s WaterfallChartConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WaterfallChartConfiguration) SetCategoryAxisDisplayOptions added in v1.42.9

func (s *WaterfallChartConfiguration) SetCategoryAxisDisplayOptions(v *AxisDisplayOptions) *WaterfallChartConfiguration

SetCategoryAxisDisplayOptions sets the CategoryAxisDisplayOptions field's value.

func (*WaterfallChartConfiguration) SetCategoryAxisLabelOptions added in v1.42.9

SetCategoryAxisLabelOptions sets the CategoryAxisLabelOptions field's value.

func (*WaterfallChartConfiguration) SetDataLabels added in v1.42.9

SetDataLabels sets the DataLabels field's value.

func (*WaterfallChartConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*WaterfallChartConfiguration) SetLegend added in v1.42.9

SetLegend sets the Legend field's value.

func (*WaterfallChartConfiguration) SetPrimaryYAxisDisplayOptions added in v1.42.9

func (s *WaterfallChartConfiguration) SetPrimaryYAxisDisplayOptions(v *AxisDisplayOptions) *WaterfallChartConfiguration

SetPrimaryYAxisDisplayOptions sets the PrimaryYAxisDisplayOptions field's value.

func (*WaterfallChartConfiguration) SetPrimaryYAxisLabelOptions added in v1.42.9

SetPrimaryYAxisLabelOptions sets the PrimaryYAxisLabelOptions field's value.

func (*WaterfallChartConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*WaterfallChartConfiguration) SetVisualPalette added in v1.42.9

SetVisualPalette sets the VisualPalette field's value.

func (*WaterfallChartConfiguration) SetWaterfallChartOptions added in v1.42.9

SetWaterfallChartOptions sets the WaterfallChartOptions field's value.

func (WaterfallChartConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WaterfallChartConfiguration) Validate added in v1.42.9

func (s *WaterfallChartConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WaterfallChartFieldWells added in v1.42.9

type WaterfallChartFieldWells struct {

	// The field well configuration of a waterfall visual.
	WaterfallChartAggregatedFieldWells *WaterfallChartAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field well configuration of a waterfall visual.

func (WaterfallChartFieldWells) GoString added in v1.42.9

func (s WaterfallChartFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WaterfallChartFieldWells) SetWaterfallChartAggregatedFieldWells added in v1.42.9

func (s *WaterfallChartFieldWells) SetWaterfallChartAggregatedFieldWells(v *WaterfallChartAggregatedFieldWells) *WaterfallChartFieldWells

SetWaterfallChartAggregatedFieldWells sets the WaterfallChartAggregatedFieldWells field's value.

func (WaterfallChartFieldWells) String added in v1.42.9

func (s WaterfallChartFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WaterfallChartFieldWells) Validate added in v1.42.9

func (s *WaterfallChartFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WaterfallChartOptions added in v1.42.9

type WaterfallChartOptions struct {

	// This option determines the total bar label of a waterfall visual.
	TotalBarLabel *string `type:"string"`
	// contains filtered or unexported fields
}

The options that determine the presentation of a waterfall visual.

func (WaterfallChartOptions) GoString added in v1.42.9

func (s WaterfallChartOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WaterfallChartOptions) SetTotalBarLabel added in v1.42.9

func (s *WaterfallChartOptions) SetTotalBarLabel(v string) *WaterfallChartOptions

SetTotalBarLabel sets the TotalBarLabel field's value.

func (WaterfallChartOptions) String added in v1.42.9

func (s WaterfallChartOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WaterfallChartSortConfiguration added in v1.42.9

type WaterfallChartSortConfiguration struct {

	// The limit on the number of bar groups that are displayed.
	BreakdownItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of the category fields.
	CategorySort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a waterfall visual.

func (WaterfallChartSortConfiguration) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WaterfallChartSortConfiguration) SetBreakdownItemsLimit added in v1.42.9

SetBreakdownItemsLimit sets the BreakdownItemsLimit field's value.

func (*WaterfallChartSortConfiguration) SetCategorySort added in v1.42.9

SetCategorySort sets the CategorySort field's value.

func (WaterfallChartSortConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WaterfallChartSortConfiguration) Validate added in v1.42.9

func (s *WaterfallChartSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WaterfallVisual added in v1.42.9

type WaterfallVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration for a waterfall visual.
	ChartConfiguration *WaterfallChartConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers.
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A waterfall chart.

For more information, see Using waterfall charts (https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the Amazon QuickSight User Guide.

func (WaterfallVisual) GoString added in v1.42.9

func (s WaterfallVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WaterfallVisual) SetActions added in v1.42.9

func (s *WaterfallVisual) SetActions(v []*VisualCustomAction) *WaterfallVisual

SetActions sets the Actions field's value.

func (*WaterfallVisual) SetChartConfiguration added in v1.42.9

func (s *WaterfallVisual) SetChartConfiguration(v *WaterfallChartConfiguration) *WaterfallVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*WaterfallVisual) SetColumnHierarchies added in v1.42.9

func (s *WaterfallVisual) SetColumnHierarchies(v []*ColumnHierarchy) *WaterfallVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*WaterfallVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*WaterfallVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*WaterfallVisual) SetVisualId added in v1.42.9

func (s *WaterfallVisual) SetVisualId(v string) *WaterfallVisual

SetVisualId sets the VisualId field's value.

func (WaterfallVisual) String added in v1.42.9

func (s WaterfallVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WaterfallVisual) Validate added in v1.42.9

func (s *WaterfallVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WhatIfPointScenario added in v1.42.9

type WhatIfPointScenario struct {

	// The date that you need the forecast results for.
	//
	// Date is a required field
	Date *time.Time `type:"timestamp" required:"true"`

	// The target value that you want to meet for the provided date.
	//
	// Value is a required field
	Value *float64 `type:"double" required:"true"`
	// contains filtered or unexported fields
}

Provides the forecast to meet the target for a particular date.

func (WhatIfPointScenario) GoString added in v1.42.9

func (s WhatIfPointScenario) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WhatIfPointScenario) SetDate added in v1.42.9

SetDate sets the Date field's value.

func (*WhatIfPointScenario) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (WhatIfPointScenario) String added in v1.42.9

func (s WhatIfPointScenario) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WhatIfPointScenario) Validate added in v1.42.9

func (s *WhatIfPointScenario) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WhatIfRangeScenario added in v1.42.9

type WhatIfRangeScenario struct {

	// The end date in the date range that you need the forecast results for.
	//
	// EndDate is a required field
	EndDate *time.Time `type:"timestamp" required:"true"`

	// The start date in the date range that you need the forecast results for.
	//
	// StartDate is a required field
	StartDate *time.Time `type:"timestamp" required:"true"`

	// The target value that you want to meet for the provided date range.
	//
	// Value is a required field
	Value *float64 `type:"double" required:"true"`
	// contains filtered or unexported fields
}

Provides the forecast to meet the target for a particular date range.

func (WhatIfRangeScenario) GoString added in v1.42.9

func (s WhatIfRangeScenario) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WhatIfRangeScenario) SetEndDate added in v1.42.9

SetEndDate sets the EndDate field's value.

func (*WhatIfRangeScenario) SetStartDate added in v1.42.9

func (s *WhatIfRangeScenario) SetStartDate(v time.Time) *WhatIfRangeScenario

SetStartDate sets the StartDate field's value.

func (*WhatIfRangeScenario) SetValue added in v1.42.9

SetValue sets the Value field's value.

func (WhatIfRangeScenario) String added in v1.42.9

func (s WhatIfRangeScenario) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WhatIfRangeScenario) Validate added in v1.42.9

func (s *WhatIfRangeScenario) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WordCloudAggregatedFieldWells added in v1.42.9

type WordCloudAggregatedFieldWells struct {

	// The group by field well of a word cloud. Values are grouped by group by fields.
	GroupBy []*DimensionField `type:"list"`

	// The size field well of a word cloud. Values are aggregated based on group
	// by fields.
	Size []*MeasureField `type:"list"`
	// contains filtered or unexported fields
}

The aggregated field wells of a word cloud.

func (WordCloudAggregatedFieldWells) GoString added in v1.42.9

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudAggregatedFieldWells) SetGroupBy added in v1.42.9

SetGroupBy sets the GroupBy field's value.

func (*WordCloudAggregatedFieldWells) SetSize added in v1.42.9

SetSize sets the Size field's value.

func (WordCloudAggregatedFieldWells) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudAggregatedFieldWells) Validate added in v1.42.9

func (s *WordCloudAggregatedFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WordCloudChartConfiguration added in v1.42.9

type WordCloudChartConfiguration struct {

	// The label options (label text, label visibility, and sort icon visibility)
	// for the word cloud category.
	CategoryLabelOptions *ChartAxisLabelOptions `type:"structure"`

	// The field wells of the visual.
	FieldWells *WordCloudFieldWells `type:"structure"`

	// The sort configuration of a word cloud visual.
	SortConfiguration *WordCloudSortConfiguration `type:"structure"`

	// The options for a word cloud visual.
	WordCloudOptions *WordCloudOptions `type:"structure"`
	// contains filtered or unexported fields
}

The configuration of a word cloud visual.

func (WordCloudChartConfiguration) GoString added in v1.42.9

func (s WordCloudChartConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudChartConfiguration) SetCategoryLabelOptions added in v1.42.9

SetCategoryLabelOptions sets the CategoryLabelOptions field's value.

func (*WordCloudChartConfiguration) SetFieldWells added in v1.42.9

SetFieldWells sets the FieldWells field's value.

func (*WordCloudChartConfiguration) SetSortConfiguration added in v1.42.9

SetSortConfiguration sets the SortConfiguration field's value.

func (*WordCloudChartConfiguration) SetWordCloudOptions added in v1.42.9

SetWordCloudOptions sets the WordCloudOptions field's value.

func (WordCloudChartConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudChartConfiguration) Validate added in v1.42.9

func (s *WordCloudChartConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WordCloudFieldWells added in v1.42.9

type WordCloudFieldWells struct {

	// The aggregated field wells of a word cloud.
	WordCloudAggregatedFieldWells *WordCloudAggregatedFieldWells `type:"structure"`
	// contains filtered or unexported fields
}

The field wells of a word cloud visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

func (WordCloudFieldWells) GoString added in v1.42.9

func (s WordCloudFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudFieldWells) SetWordCloudAggregatedFieldWells added in v1.42.9

func (s *WordCloudFieldWells) SetWordCloudAggregatedFieldWells(v *WordCloudAggregatedFieldWells) *WordCloudFieldWells

SetWordCloudAggregatedFieldWells sets the WordCloudAggregatedFieldWells field's value.

func (WordCloudFieldWells) String added in v1.42.9

func (s WordCloudFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudFieldWells) Validate added in v1.42.9

func (s *WordCloudFieldWells) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WordCloudOptions added in v1.42.9

type WordCloudOptions struct {

	// The cloud layout options (fluid, normal) of a word cloud.
	CloudLayout *string `type:"string" enum:"WordCloudCloudLayout"`

	// The length limit of each word from 1-100.
	MaximumStringLength *int64 `min:"1" type:"integer"`

	// The word casing options (lower_case, existing_case) for the words in a word
	// cloud.
	WordCasing *string `type:"string" enum:"WordCloudWordCasing"`

	// The word orientation options (horizontal, horizontal_and_vertical) for the
	// words in a word cloud.
	WordOrientation *string `type:"string" enum:"WordCloudWordOrientation"`

	// The word padding options (none, small, medium, large) for the words in a
	// word cloud.
	WordPadding *string `type:"string" enum:"WordCloudWordPadding"`

	// The word scaling options (emphasize, normal) for the words in a word cloud.
	WordScaling *string `type:"string" enum:"WordCloudWordScaling"`
	// contains filtered or unexported fields
}

The word cloud options for a word cloud visual.

func (WordCloudOptions) GoString added in v1.42.9

func (s WordCloudOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudOptions) SetCloudLayout added in v1.42.9

func (s *WordCloudOptions) SetCloudLayout(v string) *WordCloudOptions

SetCloudLayout sets the CloudLayout field's value.

func (*WordCloudOptions) SetMaximumStringLength added in v1.42.9

func (s *WordCloudOptions) SetMaximumStringLength(v int64) *WordCloudOptions

SetMaximumStringLength sets the MaximumStringLength field's value.

func (*WordCloudOptions) SetWordCasing added in v1.42.9

func (s *WordCloudOptions) SetWordCasing(v string) *WordCloudOptions

SetWordCasing sets the WordCasing field's value.

func (*WordCloudOptions) SetWordOrientation added in v1.42.9

func (s *WordCloudOptions) SetWordOrientation(v string) *WordCloudOptions

SetWordOrientation sets the WordOrientation field's value.

func (*WordCloudOptions) SetWordPadding added in v1.42.9

func (s *WordCloudOptions) SetWordPadding(v string) *WordCloudOptions

SetWordPadding sets the WordPadding field's value.

func (*WordCloudOptions) SetWordScaling added in v1.42.9

func (s *WordCloudOptions) SetWordScaling(v string) *WordCloudOptions

SetWordScaling sets the WordScaling field's value.

func (WordCloudOptions) String added in v1.42.9

func (s WordCloudOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudOptions) Validate added in v1.42.9

func (s *WordCloudOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WordCloudSortConfiguration added in v1.42.9

type WordCloudSortConfiguration struct {

	// The limit on the number of groups that are displayed in a word cloud.
	CategoryItemsLimit *ItemsLimitConfiguration `type:"structure"`

	// The sort configuration of group by fields.
	CategorySort []*FieldSortOptions `type:"list"`
	// contains filtered or unexported fields
}

The sort configuration of a word cloud visual.

func (WordCloudSortConfiguration) GoString added in v1.42.9

func (s WordCloudSortConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudSortConfiguration) SetCategoryItemsLimit added in v1.42.9

SetCategoryItemsLimit sets the CategoryItemsLimit field's value.

func (*WordCloudSortConfiguration) SetCategorySort added in v1.42.9

SetCategorySort sets the CategorySort field's value.

func (WordCloudSortConfiguration) String added in v1.42.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudSortConfiguration) Validate added in v1.42.9

func (s *WordCloudSortConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WordCloudVisual added in v1.42.9

type WordCloudVisual struct {

	// The list of custom actions that are configured for a visual.
	Actions []*VisualCustomAction `type:"list"`

	// The configuration settings of the visual.
	ChartConfiguration *WordCloudChartConfiguration `type:"structure"`

	// The column hierarchy that is used during drill-downs and drill-ups.
	ColumnHierarchies []*ColumnHierarchy `type:"list"`

	// The subtitle that is displayed on the visual.
	Subtitle *VisualSubtitleLabelOptions `type:"structure"`

	// The title that is displayed on the visual.
	Title *VisualTitleLabelOptions `type:"structure"`

	// The unique identifier of a visual. This identifier must be unique within
	// the context of a dashboard, template, or analysis. Two dashboards, analyses,
	// or templates can have visuals with the same identifiers..
	//
	// VisualId is a required field
	VisualId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A word cloud.

For more information, see Using word clouds (https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the Amazon QuickSight User Guide.

func (WordCloudVisual) GoString added in v1.42.9

func (s WordCloudVisual) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudVisual) SetActions added in v1.42.9

func (s *WordCloudVisual) SetActions(v []*VisualCustomAction) *WordCloudVisual

SetActions sets the Actions field's value.

func (*WordCloudVisual) SetChartConfiguration added in v1.42.9

func (s *WordCloudVisual) SetChartConfiguration(v *WordCloudChartConfiguration) *WordCloudVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*WordCloudVisual) SetColumnHierarchies added in v1.42.9

func (s *WordCloudVisual) SetColumnHierarchies(v []*ColumnHierarchy) *WordCloudVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*WordCloudVisual) SetSubtitle added in v1.42.9

SetSubtitle sets the Subtitle field's value.

func (*WordCloudVisual) SetTitle added in v1.42.9

SetTitle sets the Title field's value.

func (*WordCloudVisual) SetVisualId added in v1.42.9

func (s *WordCloudVisual) SetVisualId(v string) *WordCloudVisual

SetVisualId sets the VisualId field's value.

func (WordCloudVisual) String added in v1.42.9

func (s WordCloudVisual) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WordCloudVisual) Validate added in v1.42.9

func (s *WordCloudVisual) Validate() error

Validate inspects the fields of the type to determine if they are valid.

Directories

Path Synopsis
Package quicksightiface provides an interface to enable mocking the Amazon QuickSight service client for testing your code.
Package quicksightiface provides an interface to enable mocking the Amazon QuickSight service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL