...
AWS SDK for Go API Reference
import "github.com/aws/aws-sdk-go/service/quicksight"
Overview
Constants

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

The stub package, quicksightiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

CancelIngestion
CreateAccountCustomization
CreateAccountSubscription
CreateAnalysis
CreateDashboard
CreateDataSet
CreateDataSource
CreateFolder
CreateFolderMembership
CreateGroup
CreateGroupMembership
CreateIAMPolicyAssignment
CreateIngestion
CreateNamespace
CreateTemplate
CreateTemplateAlias
CreateTheme
CreateThemeAlias
DeleteAccountCustomization
DeleteAccountSubscription
DeleteAnalysis
DeleteDashboard
DeleteDataSet
DeleteDataSource
DeleteFolder
DeleteFolderMembership
DeleteGroup
DeleteGroupMembership
DeleteIAMPolicyAssignment
DeleteNamespace
DeleteTemplate
DeleteTemplateAlias
DeleteTheme
DeleteThemeAlias
DeleteUser
DeleteUserByPrincipalId
DescribeAccountCustomization
DescribeAccountSettings
DescribeAccountSubscription
DescribeAnalysis
DescribeAnalysisDefinition
DescribeAnalysisPermissions
DescribeDashboard
DescribeDashboardDefinition
DescribeDashboardPermissions
DescribeDataSet
DescribeDataSetPermissions
DescribeDataSource
DescribeDataSourcePermissions
DescribeFolder
DescribeFolderPermissions
DescribeFolderResolvedPermissions
DescribeGroup
DescribeGroupMembership
DescribeIAMPolicyAssignment
DescribeIngestion
DescribeIpRestriction
DescribeNamespace
DescribeTemplate
DescribeTemplateAlias
DescribeTemplateDefinition
DescribeTemplatePermissions
DescribeTheme
DescribeThemeAlias
DescribeThemePermissions
DescribeUser
GenerateEmbedUrlForAnonymousUser
GenerateEmbedUrlForRegisteredUser
GetDashboardEmbedUrl
GetSessionEmbedUrl
ListAnalyses ( Paginator )
ListDashboardVersions ( Paginator )
ListDashboards ( Paginator )
ListDataSets ( Paginator )
ListDataSources ( Paginator )
ListFolderMembers
ListFolders
ListGroupMemberships
ListGroups
ListIAMPolicyAssignments
ListIAMPolicyAssignmentsForUser
ListIngestions ( Paginator )
ListNamespaces ( Paginator )
ListTagsForResource
ListTemplateAliases ( Paginator )
ListTemplateVersions ( Paginator )
ListTemplates ( Paginator )
ListThemeAliases
ListThemeVersions ( Paginator )
ListThemes ( Paginator )
ListUserGroups
ListUsers
RegisterUser
RestoreAnalysis
SearchAnalyses ( Paginator )
SearchDashboards ( Paginator )
SearchDataSets ( Paginator )
SearchDataSources ( Paginator )
SearchFolders
SearchGroups
TagResource
UntagResource
UpdateAccountCustomization
UpdateAccountSettings
UpdateAnalysis
UpdateAnalysisPermissions
UpdateDashboard
UpdateDashboardPermissions
UpdateDashboardPublishedVersion
UpdateDataSet
UpdateDataSetPermissions
UpdateDataSource
UpdateDataSourcePermissions
UpdateFolder
UpdateFolderPermissions
UpdateGroup
UpdateIAMPolicyAssignment
UpdateIpRestriction
UpdatePublicSharingSettings
UpdateTemplate
UpdateTemplateAlias
UpdateTemplatePermissions
UpdateTheme
UpdateThemeAlias
UpdateThemePermissions
UpdateUser

Types ▾

type QuickSight
func New(p client.ConfigProvider, cfgs ...*aws.Config) *QuickSight
func (c *QuickSight) CancelIngestion(input *CancelIngestionInput) (*CancelIngestionOutput, error)
func (c *QuickSight) CancelIngestionRequest(input *CancelIngestionInput) (req *request.Request, output *CancelIngestionOutput)
func (c *QuickSight) CancelIngestionWithContext(ctx aws.Context, input *CancelIngestionInput, opts ...request.Option) (*CancelIngestionOutput, error)
func (c *QuickSight) CreateAccountCustomization(input *CreateAccountCustomizationInput) (*CreateAccountCustomizationOutput, error)
func (c *QuickSight) CreateAccountCustomizationRequest(input *CreateAccountCustomizationInput) (req *request.Request, output *CreateAccountCustomizationOutput)
func (c *QuickSight) CreateAccountCustomizationWithContext(ctx aws.Context, input *CreateAccountCustomizationInput, opts ...request.Option) (*CreateAccountCustomizationOutput, error)
func (c *QuickSight) CreateAccountSubscription(input *CreateAccountSubscriptionInput) (*CreateAccountSubscriptionOutput, error)
func (c *QuickSight) CreateAccountSubscriptionRequest(input *CreateAccountSubscriptionInput) (req *request.Request, output *CreateAccountSubscriptionOutput)
func (c *QuickSight) CreateAccountSubscriptionWithContext(ctx aws.Context, input *CreateAccountSubscriptionInput, opts ...request.Option) (*CreateAccountSubscriptionOutput, error)
func (c *QuickSight) CreateAnalysis(input *CreateAnalysisInput) (*CreateAnalysisOutput, error)
func (c *QuickSight) CreateAnalysisRequest(input *CreateAnalysisInput) (req *request.Request, output *CreateAnalysisOutput)
func (c *QuickSight) CreateAnalysisWithContext(ctx aws.Context, input *CreateAnalysisInput, opts ...request.Option) (*CreateAnalysisOutput, error)
func (c *QuickSight) CreateDashboard(input *CreateDashboardInput) (*CreateDashboardOutput, error)
func (c *QuickSight) CreateDashboardRequest(input *CreateDashboardInput) (req *request.Request, output *CreateDashboardOutput)
func (c *QuickSight) CreateDashboardWithContext(ctx aws.Context, input *CreateDashboardInput, opts ...request.Option) (*CreateDashboardOutput, error)
func (c *QuickSight) CreateDataSet(input *CreateDataSetInput) (*CreateDataSetOutput, error)
func (c *QuickSight) CreateDataSetRequest(input *CreateDataSetInput) (req *request.Request, output *CreateDataSetOutput)
func (c *QuickSight) CreateDataSetWithContext(ctx aws.Context, input *CreateDataSetInput, opts ...request.Option) (*CreateDataSetOutput, error)
func (c *QuickSight) CreateDataSource(input *CreateDataSourceInput) (*CreateDataSourceOutput, error)
func (c *QuickSight) CreateDataSourceRequest(input *CreateDataSourceInput) (req *request.Request, output *CreateDataSourceOutput)
func (c *QuickSight) CreateDataSourceWithContext(ctx aws.Context, input *CreateDataSourceInput, opts ...request.Option) (*CreateDataSourceOutput, error)
func (c *QuickSight) CreateFolder(input *CreateFolderInput) (*CreateFolderOutput, error)
func (c *QuickSight) CreateFolderMembership(input *CreateFolderMembershipInput) (*CreateFolderMembershipOutput, error)
func (c *QuickSight) CreateFolderMembershipRequest(input *CreateFolderMembershipInput) (req *request.Request, output *CreateFolderMembershipOutput)
func (c *QuickSight) CreateFolderMembershipWithContext(ctx aws.Context, input *CreateFolderMembershipInput, opts ...request.Option) (*CreateFolderMembershipOutput, error)
func (c *QuickSight) CreateFolderRequest(input *CreateFolderInput) (req *request.Request, output *CreateFolderOutput)
func (c *QuickSight) CreateFolderWithContext(ctx aws.Context, input *CreateFolderInput, opts ...request.Option) (*CreateFolderOutput, error)
func (c *QuickSight) CreateGroup(input *CreateGroupInput) (*CreateGroupOutput, error)
func (c *QuickSight) CreateGroupMembership(input *CreateGroupMembershipInput) (*CreateGroupMembershipOutput, error)
func (c *QuickSight) CreateGroupMembershipRequest(input *CreateGroupMembershipInput) (req *request.Request, output *CreateGroupMembershipOutput)
func (c *QuickSight) CreateGroupMembershipWithContext(ctx aws.Context, input *CreateGroupMembershipInput, opts ...request.Option) (*CreateGroupMembershipOutput, error)
func (c *QuickSight) CreateGroupRequest(input *CreateGroupInput) (req *request.Request, output *CreateGroupOutput)
func (c *QuickSight) CreateGroupWithContext(ctx aws.Context, input *CreateGroupInput, opts ...request.Option) (*CreateGroupOutput, error)
func (c *QuickSight) CreateIAMPolicyAssignment(input *CreateIAMPolicyAssignmentInput) (*CreateIAMPolicyAssignmentOutput, error)
func (c *QuickSight) CreateIAMPolicyAssignmentRequest(input *CreateIAMPolicyAssignmentInput) (req *request.Request, output *CreateIAMPolicyAssignmentOutput)
func (c *QuickSight) CreateIAMPolicyAssignmentWithContext(ctx aws.Context, input *CreateIAMPolicyAssignmentInput, opts ...request.Option) (*CreateIAMPolicyAssignmentOutput, error)
func (c *QuickSight) CreateIngestion(input *CreateIngestionInput) (*CreateIngestionOutput, error)
func (c *QuickSight) CreateIngestionRequest(input *CreateIngestionInput) (req *request.Request, output *CreateIngestionOutput)
func (c *QuickSight) CreateIngestionWithContext(ctx aws.Context, input *CreateIngestionInput, opts ...request.Option) (*CreateIngestionOutput, error)
func (c *QuickSight) CreateNamespace(input *CreateNamespaceInput) (*CreateNamespaceOutput, error)
func (c *QuickSight) CreateNamespaceRequest(input *CreateNamespaceInput) (req *request.Request, output *CreateNamespaceOutput)
func (c *QuickSight) CreateNamespaceWithContext(ctx aws.Context, input *CreateNamespaceInput, opts ...request.Option) (*CreateNamespaceOutput, error)
func (c *QuickSight) CreateTemplate(input *CreateTemplateInput) (*CreateTemplateOutput, error)
func (c *QuickSight) CreateTemplateAlias(input *CreateTemplateAliasInput) (*CreateTemplateAliasOutput, error)
func (c *QuickSight) CreateTemplateAliasRequest(input *CreateTemplateAliasInput) (req *request.Request, output *CreateTemplateAliasOutput)
func (c *QuickSight) CreateTemplateAliasWithContext(ctx aws.Context, input *CreateTemplateAliasInput, opts ...request.Option) (*CreateTemplateAliasOutput, error)
func (c *QuickSight) CreateTemplateRequest(input *CreateTemplateInput) (req *request.Request, output *CreateTemplateOutput)
func (c *QuickSight) CreateTemplateWithContext(ctx aws.Context, input *CreateTemplateInput, opts ...request.Option) (*CreateTemplateOutput, error)
func (c *QuickSight) CreateTheme(input *CreateThemeInput) (*CreateThemeOutput, error)
func (c *QuickSight) CreateThemeAlias(input *CreateThemeAliasInput) (*CreateThemeAliasOutput, error)
func (c *QuickSight) CreateThemeAliasRequest(input *CreateThemeAliasInput) (req *request.Request, output *CreateThemeAliasOutput)
func (c *QuickSight) CreateThemeAliasWithContext(ctx aws.Context, input *CreateThemeAliasInput, opts ...request.Option) (*CreateThemeAliasOutput, error)
func (c *QuickSight) CreateThemeRequest(input *CreateThemeInput) (req *request.Request, output *CreateThemeOutput)
func (c *QuickSight) CreateThemeWithContext(ctx aws.Context, input *CreateThemeInput, opts ...request.Option) (*CreateThemeOutput, error)
func (c *QuickSight) DeleteAccountCustomization(input *DeleteAccountCustomizationInput) (*DeleteAccountCustomizationOutput, error)
func (c *QuickSight) DeleteAccountCustomizationRequest(input *DeleteAccountCustomizationInput) (req *request.Request, output *DeleteAccountCustomizationOutput)
func (c *QuickSight) DeleteAccountCustomizationWithContext(ctx aws.Context, input *DeleteAccountCustomizationInput, opts ...request.Option) (*DeleteAccountCustomizationOutput, error)
func (c *QuickSight) DeleteAccountSubscription(input *DeleteAccountSubscriptionInput) (*DeleteAccountSubscriptionOutput, error)
func (c *QuickSight) DeleteAccountSubscriptionRequest(input *DeleteAccountSubscriptionInput) (req *request.Request, output *DeleteAccountSubscriptionOutput)
func (c *QuickSight) DeleteAccountSubscriptionWithContext(ctx aws.Context, input *DeleteAccountSubscriptionInput, opts ...request.Option) (*DeleteAccountSubscriptionOutput, error)
func (c *QuickSight) DeleteAnalysis(input *DeleteAnalysisInput) (*DeleteAnalysisOutput, error)
func (c *QuickSight) DeleteAnalysisRequest(input *DeleteAnalysisInput) (req *request.Request, output *DeleteAnalysisOutput)
func (c *QuickSight) DeleteAnalysisWithContext(ctx aws.Context, input *DeleteAnalysisInput, opts ...request.Option) (*DeleteAnalysisOutput, error)
func (c *QuickSight) DeleteDashboard(input *DeleteDashboardInput) (*DeleteDashboardOutput, error)
func (c *QuickSight) DeleteDashboardRequest(input *DeleteDashboardInput) (req *request.Request, output *DeleteDashboardOutput)
func (c *QuickSight) DeleteDashboardWithContext(ctx aws.Context, input *DeleteDashboardInput, opts ...request.Option) (*DeleteDashboardOutput, error)
func (c *QuickSight) DeleteDataSet(input *DeleteDataSetInput) (*DeleteDataSetOutput, error)
func (c *QuickSight) DeleteDataSetRequest(input *DeleteDataSetInput) (req *request.Request, output *DeleteDataSetOutput)
func (c *QuickSight) DeleteDataSetWithContext(ctx aws.Context, input *DeleteDataSetInput, opts ...request.Option) (*DeleteDataSetOutput, error)
func (c *QuickSight) DeleteDataSource(input *DeleteDataSourceInput) (*DeleteDataSourceOutput, error)
func (c *QuickSight) DeleteDataSourceRequest(input *DeleteDataSourceInput) (req *request.Request, output *DeleteDataSourceOutput)
func (c *QuickSight) DeleteDataSourceWithContext(ctx aws.Context, input *DeleteDataSourceInput, opts ...request.Option) (*DeleteDataSourceOutput, error)
func (c *QuickSight) DeleteFolder(input *DeleteFolderInput) (*DeleteFolderOutput, error)
func (c *QuickSight) DeleteFolderMembership(input *DeleteFolderMembershipInput) (*DeleteFolderMembershipOutput, error)
func (c *QuickSight) DeleteFolderMembershipRequest(input *DeleteFolderMembershipInput) (req *request.Request, output *DeleteFolderMembershipOutput)
func (c *QuickSight) DeleteFolderMembershipWithContext(ctx aws.Context, input *DeleteFolderMembershipInput, opts ...request.Option) (*DeleteFolderMembershipOutput, error)
func (c *QuickSight) DeleteFolderRequest(input *DeleteFolderInput) (req *request.Request, output *DeleteFolderOutput)
func (c *QuickSight) DeleteFolderWithContext(ctx aws.Context, input *DeleteFolderInput, opts ...request.Option) (*DeleteFolderOutput, error)
func (c *QuickSight) DeleteGroup(input *DeleteGroupInput) (*DeleteGroupOutput, error)
func (c *QuickSight) DeleteGroupMembership(input *DeleteGroupMembershipInput) (*DeleteGroupMembershipOutput, error)
func (c *QuickSight) DeleteGroupMembershipRequest(input *DeleteGroupMembershipInput) (req *request.Request, output *DeleteGroupMembershipOutput)
func (c *QuickSight) DeleteGroupMembershipWithContext(ctx aws.Context, input *DeleteGroupMembershipInput, opts ...request.Option) (*DeleteGroupMembershipOutput, error)
func (c *QuickSight) DeleteGroupRequest(input *DeleteGroupInput) (req *request.Request, output *DeleteGroupOutput)
func (c *QuickSight) DeleteGroupWithContext(ctx aws.Context, input *DeleteGroupInput, opts ...request.Option) (*DeleteGroupOutput, error)
func (c *QuickSight) DeleteIAMPolicyAssignment(input *DeleteIAMPolicyAssignmentInput) (*DeleteIAMPolicyAssignmentOutput, error)
func (c *QuickSight) DeleteIAMPolicyAssignmentRequest(input *DeleteIAMPolicyAssignmentInput) (req *request.Request, output *DeleteIAMPolicyAssignmentOutput)
func (c *QuickSight) DeleteIAMPolicyAssignmentWithContext(ctx aws.Context, input *DeleteIAMPolicyAssignmentInput, opts ...request.Option) (*DeleteIAMPolicyAssignmentOutput, error)
func (c *QuickSight) DeleteNamespace(input *DeleteNamespaceInput) (*DeleteNamespaceOutput, error)
func (c *QuickSight) DeleteNamespaceRequest(input *DeleteNamespaceInput) (req *request.Request, output *DeleteNamespaceOutput)
func (c *QuickSight) DeleteNamespaceWithContext(ctx aws.Context, input *DeleteNamespaceInput, opts ...request.Option) (*DeleteNamespaceOutput, error)
func (c *QuickSight) DeleteTemplate(input *DeleteTemplateInput) (*DeleteTemplateOutput, error)
func (c *QuickSight) DeleteTemplateAlias(input *DeleteTemplateAliasInput) (*DeleteTemplateAliasOutput, error)
func (c *QuickSight) DeleteTemplateAliasRequest(input *DeleteTemplateAliasInput) (req *request.Request, output *DeleteTemplateAliasOutput)
func (c *QuickSight) DeleteTemplateAliasWithContext(ctx aws.Context, input *DeleteTemplateAliasInput, opts ...request.Option) (*DeleteTemplateAliasOutput, error)
func (c *QuickSight) DeleteTemplateRequest(input *DeleteTemplateInput) (req *request.Request, output *DeleteTemplateOutput)
func (c *QuickSight) DeleteTemplateWithContext(ctx aws.Context, input *DeleteTemplateInput, opts ...request.Option) (*DeleteTemplateOutput, error)
func (c *QuickSight) DeleteTheme(input *DeleteThemeInput) (*DeleteThemeOutput, error)
func (c *QuickSight) DeleteThemeAlias(input *DeleteThemeAliasInput) (*DeleteThemeAliasOutput, error)
func (c *QuickSight) DeleteThemeAliasRequest(input *DeleteThemeAliasInput) (req *request.Request, output *DeleteThemeAliasOutput)
func (c *QuickSight) DeleteThemeAliasWithContext(ctx aws.Context, input *DeleteThemeAliasInput, opts ...request.Option) (*DeleteThemeAliasOutput, error)
func (c *QuickSight) DeleteThemeRequest(input *DeleteThemeInput) (req *request.Request, output *DeleteThemeOutput)
func (c *QuickSight) DeleteThemeWithContext(ctx aws.Context, input *DeleteThemeInput, opts ...request.Option) (*DeleteThemeOutput, error)
func (c *QuickSight) DeleteUser(input *DeleteUserInput) (*DeleteUserOutput, error)
func (c *QuickSight) DeleteUserByPrincipalId(input *DeleteUserByPrincipalIdInput) (*DeleteUserByPrincipalIdOutput, error)
func (c *QuickSight) DeleteUserByPrincipalIdRequest(input *DeleteUserByPrincipalIdInput) (req *request.Request, output *DeleteUserByPrincipalIdOutput)
func (c *QuickSight) DeleteUserByPrincipalIdWithContext(ctx aws.Context, input *DeleteUserByPrincipalIdInput, opts ...request.Option) (*DeleteUserByPrincipalIdOutput, error)
func (c *QuickSight) DeleteUserRequest(input *DeleteUserInput) (req *request.Request, output *DeleteUserOutput)
func (c *QuickSight) DeleteUserWithContext(ctx aws.Context, input *DeleteUserInput, opts ...request.Option) (*DeleteUserOutput, error)
func (c *QuickSight) DescribeAccountCustomization(input *DescribeAccountCustomizationInput) (*DescribeAccountCustomizationOutput, error)
func (c *QuickSight) DescribeAccountCustomizationRequest(input *DescribeAccountCustomizationInput) (req *request.Request, output *DescribeAccountCustomizationOutput)
func (c *QuickSight) DescribeAccountCustomizationWithContext(ctx aws.Context, input *DescribeAccountCustomizationInput, opts ...request.Option) (*DescribeAccountCustomizationOutput, error)
func (c *QuickSight) DescribeAccountSettings(input *DescribeAccountSettingsInput) (*DescribeAccountSettingsOutput, error)
func (c *QuickSight) DescribeAccountSettingsRequest(input *DescribeAccountSettingsInput) (req *request.Request, output *DescribeAccountSettingsOutput)
func (c *QuickSight) DescribeAccountSettingsWithContext(ctx aws.Context, input *DescribeAccountSettingsInput, opts ...request.Option) (*DescribeAccountSettingsOutput, error)
func (c *QuickSight) DescribeAccountSubscription(input *DescribeAccountSubscriptionInput) (*DescribeAccountSubscriptionOutput, error)
func (c *QuickSight) DescribeAccountSubscriptionRequest(input *DescribeAccountSubscriptionInput) (req *request.Request, output *DescribeAccountSubscriptionOutput)
func (c *QuickSight) DescribeAccountSubscriptionWithContext(ctx aws.Context, input *DescribeAccountSubscriptionInput, opts ...request.Option) (*DescribeAccountSubscriptionOutput, error)
func (c *QuickSight) DescribeAnalysis(input *DescribeAnalysisInput) (*DescribeAnalysisOutput, error)
func (c *QuickSight) DescribeAnalysisDefinition(input *DescribeAnalysisDefinitionInput) (*DescribeAnalysisDefinitionOutput, error)
func (c *QuickSight) DescribeAnalysisDefinitionRequest(input *DescribeAnalysisDefinitionInput) (req *request.Request, output *DescribeAnalysisDefinitionOutput)
func (c *QuickSight) DescribeAnalysisDefinitionWithContext(ctx aws.Context, input *DescribeAnalysisDefinitionInput, opts ...request.Option) (*DescribeAnalysisDefinitionOutput, error)
func (c *QuickSight) DescribeAnalysisPermissions(input *DescribeAnalysisPermissionsInput) (*DescribeAnalysisPermissionsOutput, error)
func (c *QuickSight) DescribeAnalysisPermissionsRequest(input *DescribeAnalysisPermissionsInput) (req *request.Request, output *DescribeAnalysisPermissionsOutput)
func (c *QuickSight) DescribeAnalysisPermissionsWithContext(ctx aws.Context, input *DescribeAnalysisPermissionsInput, opts ...request.Option) (*DescribeAnalysisPermissionsOutput, error)
func (c *QuickSight) DescribeAnalysisRequest(input *DescribeAnalysisInput) (req *request.Request, output *DescribeAnalysisOutput)
func (c *QuickSight) DescribeAnalysisWithContext(ctx aws.Context, input *DescribeAnalysisInput, opts ...request.Option) (*DescribeAnalysisOutput, error)
func (c *QuickSight) DescribeDashboard(input *DescribeDashboardInput) (*DescribeDashboardOutput, error)
func (c *QuickSight) DescribeDashboardDefinition(input *DescribeDashboardDefinitionInput) (*DescribeDashboardDefinitionOutput, error)
func (c *QuickSight) DescribeDashboardDefinitionRequest(input *DescribeDashboardDefinitionInput) (req *request.Request, output *DescribeDashboardDefinitionOutput)
func (c *QuickSight) DescribeDashboardDefinitionWithContext(ctx aws.Context, input *DescribeDashboardDefinitionInput, opts ...request.Option) (*DescribeDashboardDefinitionOutput, error)
func (c *QuickSight) DescribeDashboardPermissions(input *DescribeDashboardPermissionsInput) (*DescribeDashboardPermissionsOutput, error)
func (c *QuickSight) DescribeDashboardPermissionsRequest(input *DescribeDashboardPermissionsInput) (req *request.Request, output *DescribeDashboardPermissionsOutput)
func (c *QuickSight) DescribeDashboardPermissionsWithContext(ctx aws.Context, input *DescribeDashboardPermissionsInput, opts ...request.Option) (*DescribeDashboardPermissionsOutput, error)
func (c *QuickSight) DescribeDashboardRequest(input *DescribeDashboardInput) (req *request.Request, output *DescribeDashboardOutput)
func (c *QuickSight) DescribeDashboardWithContext(ctx aws.Context, input *DescribeDashboardInput, opts ...request.Option) (*DescribeDashboardOutput, error)
func (c *QuickSight) DescribeDataSet(input *DescribeDataSetInput) (*DescribeDataSetOutput, error)
func (c *QuickSight) DescribeDataSetPermissions(input *DescribeDataSetPermissionsInput) (*DescribeDataSetPermissionsOutput, error)
func (c *QuickSight) DescribeDataSetPermissionsRequest(input *DescribeDataSetPermissionsInput) (req *request.Request, output *DescribeDataSetPermissionsOutput)
func (c *QuickSight) DescribeDataSetPermissionsWithContext(ctx aws.Context, input *DescribeDataSetPermissionsInput, opts ...request.Option) (*DescribeDataSetPermissionsOutput, error)
func (c *QuickSight) DescribeDataSetRequest(input *DescribeDataSetInput) (req *request.Request, output *DescribeDataSetOutput)
func (c *QuickSight) DescribeDataSetWithContext(ctx aws.Context, input *DescribeDataSetInput, opts ...request.Option) (*DescribeDataSetOutput, error)
func (c *QuickSight) DescribeDataSource(input *DescribeDataSourceInput) (*DescribeDataSourceOutput, error)
func (c *QuickSight) DescribeDataSourcePermissions(input *DescribeDataSourcePermissionsInput) (*DescribeDataSourcePermissionsOutput, error)
func (c *QuickSight) DescribeDataSourcePermissionsRequest(input *DescribeDataSourcePermissionsInput) (req *request.Request, output *DescribeDataSourcePermissionsOutput)
func (c *QuickSight) DescribeDataSourcePermissionsWithContext(ctx aws.Context, input *DescribeDataSourcePermissionsInput, opts ...request.Option) (*DescribeDataSourcePermissionsOutput, error)
func (c *QuickSight) DescribeDataSourceRequest(input *DescribeDataSourceInput) (req *request.Request, output *DescribeDataSourceOutput)
func (c *QuickSight) DescribeDataSourceWithContext(ctx aws.Context, input *DescribeDataSourceInput, opts ...request.Option) (*DescribeDataSourceOutput, error)
func (c *QuickSight) DescribeFolder(input *DescribeFolderInput) (*DescribeFolderOutput, error)
func (c *QuickSight) DescribeFolderPermissions(input *DescribeFolderPermissionsInput) (*DescribeFolderPermissionsOutput, error)
func (c *QuickSight) DescribeFolderPermissionsRequest(input *DescribeFolderPermissionsInput) (req *request.Request, output *DescribeFolderPermissionsOutput)
func (c *QuickSight) DescribeFolderPermissionsWithContext(ctx aws.Context, input *DescribeFolderPermissionsInput, opts ...request.Option) (*DescribeFolderPermissionsOutput, error)
func (c *QuickSight) DescribeFolderRequest(input *DescribeFolderInput) (req *request.Request, output *DescribeFolderOutput)
func (c *QuickSight) DescribeFolderResolvedPermissions(input *DescribeFolderResolvedPermissionsInput) (*DescribeFolderResolvedPermissionsOutput, error)
func (c *QuickSight) DescribeFolderResolvedPermissionsRequest(input *DescribeFolderResolvedPermissionsInput) (req *request.Request, output *DescribeFolderResolvedPermissionsOutput)
func (c *QuickSight) DescribeFolderResolvedPermissionsWithContext(ctx aws.Context, input *DescribeFolderResolvedPermissionsInput, opts ...request.Option) (*DescribeFolderResolvedPermissionsOutput, error)
func (c *QuickSight) DescribeFolderWithContext(ctx aws.Context, input *DescribeFolderInput, opts ...request.Option) (*DescribeFolderOutput, error)
func (c *QuickSight) DescribeGroup(input *DescribeGroupInput) (*DescribeGroupOutput, error)
func (c *QuickSight) DescribeGroupMembership(input *DescribeGroupMembershipInput) (*DescribeGroupMembershipOutput, error)
func (c *QuickSight) DescribeGroupMembershipRequest(input *DescribeGroupMembershipInput) (req *request.Request, output *DescribeGroupMembershipOutput)
func (c *QuickSight) DescribeGroupMembershipWithContext(ctx aws.Context, input *DescribeGroupMembershipInput, opts ...request.Option) (*DescribeGroupMembershipOutput, error)
func (c *QuickSight) DescribeGroupRequest(input *DescribeGroupInput) (req *request.Request, output *DescribeGroupOutput)
func (c *QuickSight) DescribeGroupWithContext(ctx aws.Context, input *DescribeGroupInput, opts ...request.Option) (*DescribeGroupOutput, error)
func (c *QuickSight) DescribeIAMPolicyAssignment(input *DescribeIAMPolicyAssignmentInput) (*DescribeIAMPolicyAssignmentOutput, error)
func (c *QuickSight) DescribeIAMPolicyAssignmentRequest(input *DescribeIAMPolicyAssignmentInput) (req *request.Request, output *DescribeIAMPolicyAssignmentOutput)
func (c *QuickSight) DescribeIAMPolicyAssignmentWithContext(ctx aws.Context, input *DescribeIAMPolicyAssignmentInput, opts ...request.Option) (*DescribeIAMPolicyAssignmentOutput, error)
func (c *QuickSight) DescribeIngestion(input *DescribeIngestionInput) (*DescribeIngestionOutput, error)
func (c *QuickSight) DescribeIngestionRequest(input *DescribeIngestionInput) (req *request.Request, output *DescribeIngestionOutput)
func (c *QuickSight) DescribeIngestionWithContext(ctx aws.Context, input *DescribeIngestionInput, opts ...request.Option) (*DescribeIngestionOutput, error)
func (c *QuickSight) DescribeIpRestriction(input *DescribeIpRestrictionInput) (*DescribeIpRestrictionOutput, error)
func (c *QuickSight) DescribeIpRestrictionRequest(input *DescribeIpRestrictionInput) (req *request.Request, output *DescribeIpRestrictionOutput)
func (c *QuickSight) DescribeIpRestrictionWithContext(ctx aws.Context, input *DescribeIpRestrictionInput, opts ...request.Option) (*DescribeIpRestrictionOutput, error)
func (c *QuickSight) DescribeNamespace(input *DescribeNamespaceInput) (*DescribeNamespaceOutput, error)
func (c *QuickSight) DescribeNamespaceRequest(input *DescribeNamespaceInput) (req *request.Request, output *DescribeNamespaceOutput)
func (c *QuickSight) DescribeNamespaceWithContext(ctx aws.Context, input *DescribeNamespaceInput, opts ...request.Option) (*DescribeNamespaceOutput, error)
func (c *QuickSight) DescribeTemplate(input *DescribeTemplateInput) (*DescribeTemplateOutput, error)
func (c *QuickSight) DescribeTemplateAlias(input *DescribeTemplateAliasInput) (*DescribeTemplateAliasOutput, error)
func (c *QuickSight) DescribeTemplateAliasRequest(input *DescribeTemplateAliasInput) (req *request.Request, output *DescribeTemplateAliasOutput)
func (c *QuickSight) DescribeTemplateAliasWithContext(ctx aws.Context, input *DescribeTemplateAliasInput, opts ...request.Option) (*DescribeTemplateAliasOutput, error)
func (c *QuickSight) DescribeTemplateDefinition(input *DescribeTemplateDefinitionInput) (*DescribeTemplateDefinitionOutput, error)
func (c *QuickSight) DescribeTemplateDefinitionRequest(input *DescribeTemplateDefinitionInput) (req *request.Request, output *DescribeTemplateDefinitionOutput)
func (c *QuickSight) DescribeTemplateDefinitionWithContext(ctx aws.Context, input *DescribeTemplateDefinitionInput, opts ...request.Option) (*DescribeTemplateDefinitionOutput, error)
func (c *QuickSight) DescribeTemplatePermissions(input *DescribeTemplatePermissionsInput) (*DescribeTemplatePermissionsOutput, error)
func (c *QuickSight) DescribeTemplatePermissionsRequest(input *DescribeTemplatePermissionsInput) (req *request.Request, output *DescribeTemplatePermissionsOutput)
func (c *QuickSight) DescribeTemplatePermissionsWithContext(ctx aws.Context, input *DescribeTemplatePermissionsInput, opts ...request.Option) (*DescribeTemplatePermissionsOutput, error)
func (c *QuickSight) DescribeTemplateRequest(input *DescribeTemplateInput) (req *request.Request, output *DescribeTemplateOutput)
func (c *QuickSight) DescribeTemplateWithContext(ctx aws.Context, input *DescribeTemplateInput, opts ...request.Option) (*DescribeTemplateOutput, error)
func (c *QuickSight) DescribeTheme(input *DescribeThemeInput) (*DescribeThemeOutput, error)
func (c *QuickSight) DescribeThemeAlias(input *DescribeThemeAliasInput) (*DescribeThemeAliasOutput, error)
func (c *QuickSight) DescribeThemeAliasRequest(input *DescribeThemeAliasInput) (req *request.Request, output *DescribeThemeAliasOutput)
func (c *QuickSight) DescribeThemeAliasWithContext(ctx aws.Context, input *DescribeThemeAliasInput, opts ...request.Option) (*DescribeThemeAliasOutput, error)
func (c *QuickSight) DescribeThemePermissions(input *DescribeThemePermissionsInput) (*DescribeThemePermissionsOutput, error)
func (c *QuickSight) DescribeThemePermissionsRequest(input *DescribeThemePermissionsInput) (req *request.Request, output *DescribeThemePermissionsOutput)
func (c *QuickSight) DescribeThemePermissionsWithContext(ctx aws.Context, input *DescribeThemePermissionsInput, opts ...request.Option) (*DescribeThemePermissionsOutput, error)
func (c *QuickSight) DescribeThemeRequest(input *DescribeThemeInput) (req *request.Request, output *DescribeThemeOutput)
func (c *QuickSight) DescribeThemeWithContext(ctx aws.Context, input *DescribeThemeInput, opts ...request.Option) (*DescribeThemeOutput, error)
func (c *QuickSight) DescribeUser(input *DescribeUserInput) (*DescribeUserOutput, error)
func (c *QuickSight) DescribeUserRequest(input *DescribeUserInput) (req *request.Request, output *DescribeUserOutput)
func (c *QuickSight) DescribeUserWithContext(ctx aws.Context, input *DescribeUserInput, opts ...request.Option) (*DescribeUserOutput, error)
func (c *QuickSight) GenerateEmbedUrlForAnonymousUser(input *GenerateEmbedUrlForAnonymousUserInput) (*GenerateEmbedUrlForAnonymousUserOutput, error)
func (c *QuickSight) GenerateEmbedUrlForAnonymousUserRequest(input *GenerateEmbedUrlForAnonymousUserInput) (req *request.Request, output *GenerateEmbedUrlForAnonymousUserOutput)
func (c *QuickSight) GenerateEmbedUrlForAnonymousUserWithContext(ctx aws.Context, input *GenerateEmbedUrlForAnonymousUserInput, opts ...request.Option) (*GenerateEmbedUrlForAnonymousUserOutput, error)
func (c *QuickSight) GenerateEmbedUrlForRegisteredUser(input *GenerateEmbedUrlForRegisteredUserInput) (*GenerateEmbedUrlForRegisteredUserOutput, error)
func (c *QuickSight) GenerateEmbedUrlForRegisteredUserRequest(input *GenerateEmbedUrlForRegisteredUserInput) (req *request.Request, output *GenerateEmbedUrlForRegisteredUserOutput)
func (c *QuickSight) GenerateEmbedUrlForRegisteredUserWithContext(ctx aws.Context, input *GenerateEmbedUrlForRegisteredUserInput, opts ...request.Option) (*GenerateEmbedUrlForRegisteredUserOutput, error)
func (c *QuickSight) GetDashboardEmbedUrl(input *GetDashboardEmbedUrlInput) (*GetDashboardEmbedUrlOutput, error)
func (c *QuickSight) GetDashboardEmbedUrlRequest(input *GetDashboardEmbedUrlInput) (req *request.Request, output *GetDashboardEmbedUrlOutput)
func (c *QuickSight) GetDashboardEmbedUrlWithContext(ctx aws.Context, input *GetDashboardEmbedUrlInput, opts ...request.Option) (*GetDashboardEmbedUrlOutput, error)
func (c *QuickSight) GetSessionEmbedUrl(input *GetSessionEmbedUrlInput) (*GetSessionEmbedUrlOutput, error)
func (c *QuickSight) GetSessionEmbedUrlRequest(input *GetSessionEmbedUrlInput) (req *request.Request, output *GetSessionEmbedUrlOutput)
func (c *QuickSight) GetSessionEmbedUrlWithContext(ctx aws.Context, input *GetSessionEmbedUrlInput, opts ...request.Option) (*GetSessionEmbedUrlOutput, error)
func (c *QuickSight) ListAnalyses(input *ListAnalysesInput) (*ListAnalysesOutput, error)
func (c *QuickSight) ListAnalysesPages(input *ListAnalysesInput, fn func(*ListAnalysesOutput, bool) bool) error
func (c *QuickSight) ListAnalysesPagesWithContext(ctx aws.Context, input *ListAnalysesInput, fn func(*ListAnalysesOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListAnalysesRequest(input *ListAnalysesInput) (req *request.Request, output *ListAnalysesOutput)
func (c *QuickSight) ListAnalysesWithContext(ctx aws.Context, input *ListAnalysesInput, opts ...request.Option) (*ListAnalysesOutput, error)
func (c *QuickSight) ListDashboardVersions(input *ListDashboardVersionsInput) (*ListDashboardVersionsOutput, error)
func (c *QuickSight) ListDashboardVersionsPages(input *ListDashboardVersionsInput, fn func(*ListDashboardVersionsOutput, bool) bool) error
func (c *QuickSight) ListDashboardVersionsPagesWithContext(ctx aws.Context, input *ListDashboardVersionsInput, fn func(*ListDashboardVersionsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListDashboardVersionsRequest(input *ListDashboardVersionsInput) (req *request.Request, output *ListDashboardVersionsOutput)
func (c *QuickSight) ListDashboardVersionsWithContext(ctx aws.Context, input *ListDashboardVersionsInput, opts ...request.Option) (*ListDashboardVersionsOutput, error)
func (c *QuickSight) ListDashboards(input *ListDashboardsInput) (*ListDashboardsOutput, error)
func (c *QuickSight) ListDashboardsPages(input *ListDashboardsInput, fn func(*ListDashboardsOutput, bool) bool) error
func (c *QuickSight) ListDashboardsPagesWithContext(ctx aws.Context, input *ListDashboardsInput, fn func(*ListDashboardsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListDashboardsRequest(input *ListDashboardsInput) (req *request.Request, output *ListDashboardsOutput)
func (c *QuickSight) ListDashboardsWithContext(ctx aws.Context, input *ListDashboardsInput, opts ...request.Option) (*ListDashboardsOutput, error)
func (c *QuickSight) ListDataSets(input *ListDataSetsInput) (*ListDataSetsOutput, error)
func (c *QuickSight) ListDataSetsPages(input *ListDataSetsInput, fn func(*ListDataSetsOutput, bool) bool) error
func (c *QuickSight) ListDataSetsPagesWithContext(ctx aws.Context, input *ListDataSetsInput, fn func(*ListDataSetsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListDataSetsRequest(input *ListDataSetsInput) (req *request.Request, output *ListDataSetsOutput)
func (c *QuickSight) ListDataSetsWithContext(ctx aws.Context, input *ListDataSetsInput, opts ...request.Option) (*ListDataSetsOutput, error)
func (c *QuickSight) ListDataSources(input *ListDataSourcesInput) (*ListDataSourcesOutput, error)
func (c *QuickSight) ListDataSourcesPages(input *ListDataSourcesInput, fn func(*ListDataSourcesOutput, bool) bool) error
func (c *QuickSight) ListDataSourcesPagesWithContext(ctx aws.Context, input *ListDataSourcesInput, fn func(*ListDataSourcesOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListDataSourcesRequest(input *ListDataSourcesInput) (req *request.Request, output *ListDataSourcesOutput)
func (c *QuickSight) ListDataSourcesWithContext(ctx aws.Context, input *ListDataSourcesInput, opts ...request.Option) (*ListDataSourcesOutput, error)
func (c *QuickSight) ListFolderMembers(input *ListFolderMembersInput) (*ListFolderMembersOutput, error)
func (c *QuickSight) ListFolderMembersRequest(input *ListFolderMembersInput) (req *request.Request, output *ListFolderMembersOutput)
func (c *QuickSight) ListFolderMembersWithContext(ctx aws.Context, input *ListFolderMembersInput, opts ...request.Option) (*ListFolderMembersOutput, error)
func (c *QuickSight) ListFolders(input *ListFoldersInput) (*ListFoldersOutput, error)
func (c *QuickSight) ListFoldersRequest(input *ListFoldersInput) (req *request.Request, output *ListFoldersOutput)
func (c *QuickSight) ListFoldersWithContext(ctx aws.Context, input *ListFoldersInput, opts ...request.Option) (*ListFoldersOutput, error)
func (c *QuickSight) ListGroupMemberships(input *ListGroupMembershipsInput) (*ListGroupMembershipsOutput, error)
func (c *QuickSight) ListGroupMembershipsRequest(input *ListGroupMembershipsInput) (req *request.Request, output *ListGroupMembershipsOutput)
func (c *QuickSight) ListGroupMembershipsWithContext(ctx aws.Context, input *ListGroupMembershipsInput, opts ...request.Option) (*ListGroupMembershipsOutput, error)
func (c *QuickSight) ListGroups(input *ListGroupsInput) (*ListGroupsOutput, error)
func (c *QuickSight) ListGroupsRequest(input *ListGroupsInput) (req *request.Request, output *ListGroupsOutput)
func (c *QuickSight) ListGroupsWithContext(ctx aws.Context, input *ListGroupsInput, opts ...request.Option) (*ListGroupsOutput, error)
func (c *QuickSight) ListIAMPolicyAssignments(input *ListIAMPolicyAssignmentsInput) (*ListIAMPolicyAssignmentsOutput, error)
func (c *QuickSight) ListIAMPolicyAssignmentsForUser(input *ListIAMPolicyAssignmentsForUserInput) (*ListIAMPolicyAssignmentsForUserOutput, error)
func (c *QuickSight) ListIAMPolicyAssignmentsForUserRequest(input *ListIAMPolicyAssignmentsForUserInput) (req *request.Request, output *ListIAMPolicyAssignmentsForUserOutput)
func (c *QuickSight) ListIAMPolicyAssignmentsForUserWithContext(ctx aws.Context, input *ListIAMPolicyAssignmentsForUserInput, opts ...request.Option) (*ListIAMPolicyAssignmentsForUserOutput, error)
func (c *QuickSight) ListIAMPolicyAssignmentsRequest(input *ListIAMPolicyAssignmentsInput) (req *request.Request, output *ListIAMPolicyAssignmentsOutput)
func (c *QuickSight) ListIAMPolicyAssignmentsWithContext(ctx aws.Context, input *ListIAMPolicyAssignmentsInput, opts ...request.Option) (*ListIAMPolicyAssignmentsOutput, error)
func (c *QuickSight) ListIngestions(input *ListIngestionsInput) (*ListIngestionsOutput, error)
func (c *QuickSight) ListIngestionsPages(input *ListIngestionsInput, fn func(*ListIngestionsOutput, bool) bool) error
func (c *QuickSight) ListIngestionsPagesWithContext(ctx aws.Context, input *ListIngestionsInput, fn func(*ListIngestionsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListIngestionsRequest(input *ListIngestionsInput) (req *request.Request, output *ListIngestionsOutput)
func (c *QuickSight) ListIngestionsWithContext(ctx aws.Context, input *ListIngestionsInput, opts ...request.Option) (*ListIngestionsOutput, error)
func (c *QuickSight) ListNamespaces(input *ListNamespacesInput) (*ListNamespacesOutput, error)
func (c *QuickSight) ListNamespacesPages(input *ListNamespacesInput, fn func(*ListNamespacesOutput, bool) bool) error
func (c *QuickSight) ListNamespacesPagesWithContext(ctx aws.Context, input *ListNamespacesInput, fn func(*ListNamespacesOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListNamespacesRequest(input *ListNamespacesInput) (req *request.Request, output *ListNamespacesOutput)
func (c *QuickSight) ListNamespacesWithContext(ctx aws.Context, input *ListNamespacesInput, opts ...request.Option) (*ListNamespacesOutput, error)
func (c *QuickSight) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *QuickSight) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *QuickSight) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *QuickSight) ListTemplateAliases(input *ListTemplateAliasesInput) (*ListTemplateAliasesOutput, error)
func (c *QuickSight) ListTemplateAliasesPages(input *ListTemplateAliasesInput, fn func(*ListTemplateAliasesOutput, bool) bool) error
func (c *QuickSight) ListTemplateAliasesPagesWithContext(ctx aws.Context, input *ListTemplateAliasesInput, fn func(*ListTemplateAliasesOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListTemplateAliasesRequest(input *ListTemplateAliasesInput) (req *request.Request, output *ListTemplateAliasesOutput)
func (c *QuickSight) ListTemplateAliasesWithContext(ctx aws.Context, input *ListTemplateAliasesInput, opts ...request.Option) (*ListTemplateAliasesOutput, error)
func (c *QuickSight) ListTemplateVersions(input *ListTemplateVersionsInput) (*ListTemplateVersionsOutput, error)
func (c *QuickSight) ListTemplateVersionsPages(input *ListTemplateVersionsInput, fn func(*ListTemplateVersionsOutput, bool) bool) error
func (c *QuickSight) ListTemplateVersionsPagesWithContext(ctx aws.Context, input *ListTemplateVersionsInput, fn func(*ListTemplateVersionsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListTemplateVersionsRequest(input *ListTemplateVersionsInput) (req *request.Request, output *ListTemplateVersionsOutput)
func (c *QuickSight) ListTemplateVersionsWithContext(ctx aws.Context, input *ListTemplateVersionsInput, opts ...request.Option) (*ListTemplateVersionsOutput, error)
func (c *QuickSight) ListTemplates(input *ListTemplatesInput) (*ListTemplatesOutput, error)
func (c *QuickSight) ListTemplatesPages(input *ListTemplatesInput, fn func(*ListTemplatesOutput, bool) bool) error
func (c *QuickSight) ListTemplatesPagesWithContext(ctx aws.Context, input *ListTemplatesInput, fn func(*ListTemplatesOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListTemplatesRequest(input *ListTemplatesInput) (req *request.Request, output *ListTemplatesOutput)
func (c *QuickSight) ListTemplatesWithContext(ctx aws.Context, input *ListTemplatesInput, opts ...request.Option) (*ListTemplatesOutput, error)
func (c *QuickSight) ListThemeAliases(input *ListThemeAliasesInput) (*ListThemeAliasesOutput, error)
func (c *QuickSight) ListThemeAliasesRequest(input *ListThemeAliasesInput) (req *request.Request, output *ListThemeAliasesOutput)
func (c *QuickSight) ListThemeAliasesWithContext(ctx aws.Context, input *ListThemeAliasesInput, opts ...request.Option) (*ListThemeAliasesOutput, error)
func (c *QuickSight) ListThemeVersions(input *ListThemeVersionsInput) (*ListThemeVersionsOutput, error)
func (c *QuickSight) ListThemeVersionsPages(input *ListThemeVersionsInput, fn func(*ListThemeVersionsOutput, bool) bool) error
func (c *QuickSight) ListThemeVersionsPagesWithContext(ctx aws.Context, input *ListThemeVersionsInput, fn func(*ListThemeVersionsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListThemeVersionsRequest(input *ListThemeVersionsInput) (req *request.Request, output *ListThemeVersionsOutput)
func (c *QuickSight) ListThemeVersionsWithContext(ctx aws.Context, input *ListThemeVersionsInput, opts ...request.Option) (*ListThemeVersionsOutput, error)
func (c *QuickSight) ListThemes(input *ListThemesInput) (*ListThemesOutput, error)
func (c *QuickSight) ListThemesPages(input *ListThemesInput, fn func(*ListThemesOutput, bool) bool) error
func (c *QuickSight) ListThemesPagesWithContext(ctx aws.Context, input *ListThemesInput, fn func(*ListThemesOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListThemesRequest(input *ListThemesInput) (req *request.Request, output *ListThemesOutput)
func (c *QuickSight) ListThemesWithContext(ctx aws.Context, input *ListThemesInput, opts ...request.Option) (*ListThemesOutput, error)
func (c *QuickSight) ListUserGroups(input *ListUserGroupsInput) (*ListUserGroupsOutput, error)
func (c *QuickSight) ListUserGroupsRequest(input *ListUserGroupsInput) (req *request.Request, output *ListUserGroupsOutput)
func (c *QuickSight) ListUserGroupsWithContext(ctx aws.Context, input *ListUserGroupsInput, opts ...request.Option) (*ListUserGroupsOutput, error)
func (c *QuickSight) ListUsers(input *ListUsersInput) (*ListUsersOutput, error)
func (c *QuickSight) ListUsersRequest(input *ListUsersInput) (req *request.Request, output *ListUsersOutput)
func (c *QuickSight) ListUsersWithContext(ctx aws.Context, input *ListUsersInput, opts ...request.Option) (*ListUsersOutput, error)
func (c *QuickSight) RegisterUser(input *RegisterUserInput) (*RegisterUserOutput, error)
func (c *QuickSight) RegisterUserRequest(input *RegisterUserInput) (req *request.Request, output *RegisterUserOutput)
func (c *QuickSight) RegisterUserWithContext(ctx aws.Context, input *RegisterUserInput, opts ...request.Option) (*RegisterUserOutput, error)
func (c *QuickSight) RestoreAnalysis(input *RestoreAnalysisInput) (*RestoreAnalysisOutput, error)
func (c *QuickSight) RestoreAnalysisRequest(input *RestoreAnalysisInput) (req *request.Request, output *RestoreAnalysisOutput)
func (c *QuickSight) RestoreAnalysisWithContext(ctx aws.Context, input *RestoreAnalysisInput, opts ...request.Option) (*RestoreAnalysisOutput, error)
func (c *QuickSight) SearchAnalyses(input *SearchAnalysesInput) (*SearchAnalysesOutput, error)
func (c *QuickSight) SearchAnalysesPages(input *SearchAnalysesInput, fn func(*SearchAnalysesOutput, bool) bool) error
func (c *QuickSight) SearchAnalysesPagesWithContext(ctx aws.Context, input *SearchAnalysesInput, fn func(*SearchAnalysesOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) SearchAnalysesRequest(input *SearchAnalysesInput) (req *request.Request, output *SearchAnalysesOutput)
func (c *QuickSight) SearchAnalysesWithContext(ctx aws.Context, input *SearchAnalysesInput, opts ...request.Option) (*SearchAnalysesOutput, error)
func (c *QuickSight) SearchDashboards(input *SearchDashboardsInput) (*SearchDashboardsOutput, error)
func (c *QuickSight) SearchDashboardsPages(input *SearchDashboardsInput, fn func(*SearchDashboardsOutput, bool) bool) error
func (c *QuickSight) SearchDashboardsPagesWithContext(ctx aws.Context, input *SearchDashboardsInput, fn func(*SearchDashboardsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) SearchDashboardsRequest(input *SearchDashboardsInput) (req *request.Request, output *SearchDashboardsOutput)
func (c *QuickSight) SearchDashboardsWithContext(ctx aws.Context, input *SearchDashboardsInput, opts ...request.Option) (*SearchDashboardsOutput, error)
func (c *QuickSight) SearchDataSets(input *SearchDataSetsInput) (*SearchDataSetsOutput, error)
func (c *QuickSight) SearchDataSetsPages(input *SearchDataSetsInput, fn func(*SearchDataSetsOutput, bool) bool) error
func (c *QuickSight) SearchDataSetsPagesWithContext(ctx aws.Context, input *SearchDataSetsInput, fn func(*SearchDataSetsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) SearchDataSetsRequest(input *SearchDataSetsInput) (req *request.Request, output *SearchDataSetsOutput)
func (c *QuickSight) SearchDataSetsWithContext(ctx aws.Context, input *SearchDataSetsInput, opts ...request.Option) (*SearchDataSetsOutput, error)
func (c *QuickSight) SearchDataSources(input *SearchDataSourcesInput) (*SearchDataSourcesOutput, error)
func (c *QuickSight) SearchDataSourcesPages(input *SearchDataSourcesInput, fn func(*SearchDataSourcesOutput, bool) bool) error
func (c *QuickSight) SearchDataSourcesPagesWithContext(ctx aws.Context, input *SearchDataSourcesInput, fn func(*SearchDataSourcesOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) SearchDataSourcesRequest(input *SearchDataSourcesInput) (req *request.Request, output *SearchDataSourcesOutput)
func (c *QuickSight) SearchDataSourcesWithContext(ctx aws.Context, input *SearchDataSourcesInput, opts ...request.Option) (*SearchDataSourcesOutput, error)
func (c *QuickSight) SearchFolders(input *SearchFoldersInput) (*SearchFoldersOutput, error)
func (c *QuickSight) SearchFoldersRequest(input *SearchFoldersInput) (req *request.Request, output *SearchFoldersOutput)
func (c *QuickSight) SearchFoldersWithContext(ctx aws.Context, input *SearchFoldersInput, opts ...request.Option) (*SearchFoldersOutput, error)
func (c *QuickSight) SearchGroups(input *SearchGroupsInput) (*SearchGroupsOutput, error)
func (c *QuickSight) SearchGroupsRequest(input *SearchGroupsInput) (req *request.Request, output *SearchGroupsOutput)
func (c *QuickSight) SearchGroupsWithContext(ctx aws.Context, input *SearchGroupsInput, opts ...request.Option) (*SearchGroupsOutput, error)
func (c *QuickSight) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *QuickSight) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *QuickSight) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *QuickSight) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *QuickSight) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *QuickSight) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *QuickSight) UpdateAccountCustomization(input *UpdateAccountCustomizationInput) (*UpdateAccountCustomizationOutput, error)
func (c *QuickSight) UpdateAccountCustomizationRequest(input *UpdateAccountCustomizationInput) (req *request.Request, output *UpdateAccountCustomizationOutput)
func (c *QuickSight) UpdateAccountCustomizationWithContext(ctx aws.Context, input *UpdateAccountCustomizationInput, opts ...request.Option) (*UpdateAccountCustomizationOutput, error)
func (c *QuickSight) UpdateAccountSettings(input *UpdateAccountSettingsInput) (*UpdateAccountSettingsOutput, error)
func (c *QuickSight) UpdateAccountSettingsRequest(input *UpdateAccountSettingsInput) (req *request.Request, output *UpdateAccountSettingsOutput)
func (c *QuickSight) UpdateAccountSettingsWithContext(ctx aws.Context, input *UpdateAccountSettingsInput, opts ...request.Option) (*UpdateAccountSettingsOutput, error)
func (c *QuickSight) UpdateAnalysis(input *UpdateAnalysisInput) (*UpdateAnalysisOutput, error)
func (c *QuickSight) UpdateAnalysisPermissions(input *UpdateAnalysisPermissionsInput) (*UpdateAnalysisPermissionsOutput, error)
func (c *QuickSight) UpdateAnalysisPermissionsRequest(input *UpdateAnalysisPermissionsInput) (req *request.Request, output *UpdateAnalysisPermissionsOutput)
func (c *QuickSight) UpdateAnalysisPermissionsWithContext(ctx aws.Context, input *UpdateAnalysisPermissionsInput, opts ...request.Option) (*UpdateAnalysisPermissionsOutput, error)
func (c *QuickSight) UpdateAnalysisRequest(input *UpdateAnalysisInput) (req *request.Request, output *UpdateAnalysisOutput)
func (c *QuickSight) UpdateAnalysisWithContext(ctx aws.Context, input *UpdateAnalysisInput, opts ...request.Option) (*UpdateAnalysisOutput, error)
func (c *QuickSight) UpdateDashboard(input *UpdateDashboardInput) (*UpdateDashboardOutput, error)
func (c *QuickSight) UpdateDashboardPermissions(input *UpdateDashboardPermissionsInput) (*UpdateDashboardPermissionsOutput, error)
func (c *QuickSight) UpdateDashboardPermissionsRequest(input *UpdateDashboardPermissionsInput) (req *request.Request, output *UpdateDashboardPermissionsOutput)
func (c *QuickSight) UpdateDashboardPermissionsWithContext(ctx aws.Context, input *UpdateDashboardPermissionsInput, opts ...request.Option) (*UpdateDashboardPermissionsOutput, error)
func (c *QuickSight) UpdateDashboardPublishedVersion(input *UpdateDashboardPublishedVersionInput) (*UpdateDashboardPublishedVersionOutput, error)
func (c *QuickSight) UpdateDashboardPublishedVersionRequest(input *UpdateDashboardPublishedVersionInput) (req *request.Request, output *UpdateDashboardPublishedVersionOutput)
func (c *QuickSight) UpdateDashboardPublishedVersionWithContext(ctx aws.Context, input *UpdateDashboardPublishedVersionInput, opts ...request.Option) (*UpdateDashboardPublishedVersionOutput, error)
func (c *QuickSight) UpdateDashboardRequest(input *UpdateDashboardInput) (req *request.Request, output *UpdateDashboardOutput)
func (c *QuickSight) UpdateDashboardWithContext(ctx aws.Context, input *UpdateDashboardInput, opts ...request.Option) (*UpdateDashboardOutput, error)
func (c *QuickSight) UpdateDataSet(input *UpdateDataSetInput) (*UpdateDataSetOutput, error)
func (c *QuickSight) UpdateDataSetPermissions(input *UpdateDataSetPermissionsInput) (*UpdateDataSetPermissionsOutput, error)
func (c *QuickSight) UpdateDataSetPermissionsRequest(input *UpdateDataSetPermissionsInput) (req *request.Request, output *UpdateDataSetPermissionsOutput)
func (c *QuickSight) UpdateDataSetPermissionsWithContext(ctx aws.Context, input *UpdateDataSetPermissionsInput, opts ...request.Option) (*UpdateDataSetPermissionsOutput, error)
func (c *QuickSight) UpdateDataSetRequest(input *UpdateDataSetInput) (req *request.Request, output *UpdateDataSetOutput)
func (c *QuickSight) UpdateDataSetWithContext(ctx aws.Context, input *UpdateDataSetInput, opts ...request.Option) (*UpdateDataSetOutput, error)
func (c *QuickSight) UpdateDataSource(input *UpdateDataSourceInput) (*UpdateDataSourceOutput, error)
func (c *QuickSight) UpdateDataSourcePermissions(input *UpdateDataSourcePermissionsInput) (*UpdateDataSourcePermissionsOutput, error)
func (c *QuickSight) UpdateDataSourcePermissionsRequest(input *UpdateDataSourcePermissionsInput) (req *request.Request, output *UpdateDataSourcePermissionsOutput)
func (c *QuickSight) UpdateDataSourcePermissionsWithContext(ctx aws.Context, input *UpdateDataSourcePermissionsInput, opts ...request.Option) (*UpdateDataSourcePermissionsOutput, error)
func (c *QuickSight) UpdateDataSourceRequest(input *UpdateDataSourceInput) (req *request.Request, output *UpdateDataSourceOutput)
func (c *QuickSight) UpdateDataSourceWithContext(ctx aws.Context, input *UpdateDataSourceInput, opts ...request.Option) (*UpdateDataSourceOutput, error)
func (c *QuickSight) UpdateFolder(input *UpdateFolderInput) (*UpdateFolderOutput, error)
func (c *QuickSight) UpdateFolderPermissions(input *UpdateFolderPermissionsInput) (*UpdateFolderPermissionsOutput, error)
func (c *QuickSight) UpdateFolderPermissionsRequest(input *UpdateFolderPermissionsInput) (req *request.Request, output *UpdateFolderPermissionsOutput)
func (c *QuickSight) UpdateFolderPermissionsWithContext(ctx aws.Context, input *UpdateFolderPermissionsInput, opts ...request.Option) (*UpdateFolderPermissionsOutput, error)
func (c *QuickSight) UpdateFolderRequest(input *UpdateFolderInput) (req *request.Request, output *UpdateFolderOutput)
func (c *QuickSight) UpdateFolderWithContext(ctx aws.Context, input *UpdateFolderInput, opts ...request.Option) (*UpdateFolderOutput, error)
func (c *QuickSight) UpdateGroup(input *UpdateGroupInput) (*UpdateGroupOutput, error)
func (c *QuickSight) UpdateGroupRequest(input *UpdateGroupInput) (req *request.Request, output *UpdateGroupOutput)
func (c *QuickSight) UpdateGroupWithContext(ctx aws.Context, input *UpdateGroupInput, opts ...request.Option) (*UpdateGroupOutput, error)
func (c *QuickSight) UpdateIAMPolicyAssignment(input *UpdateIAMPolicyAssignmentInput) (*UpdateIAMPolicyAssignmentOutput, error)
func (c *QuickSight) UpdateIAMPolicyAssignmentRequest(input *UpdateIAMPolicyAssignmentInput) (req *request.Request, output *UpdateIAMPolicyAssignmentOutput)
func (c *QuickSight) UpdateIAMPolicyAssignmentWithContext(ctx aws.Context, input *UpdateIAMPolicyAssignmentInput, opts ...request.Option) (*UpdateIAMPolicyAssignmentOutput, error)
func (c *QuickSight) UpdateIpRestriction(input *UpdateIpRestrictionInput) (*UpdateIpRestrictionOutput, error)
func (c *QuickSight) UpdateIpRestrictionRequest(input *UpdateIpRestrictionInput) (req *request.Request, output *UpdateIpRestrictionOutput)
func (c *QuickSight) UpdateIpRestrictionWithContext(ctx aws.Context, input *UpdateIpRestrictionInput, opts ...request.Option) (*UpdateIpRestrictionOutput, error)
func (c *QuickSight) UpdatePublicSharingSettings(input *UpdatePublicSharingSettingsInput) (*UpdatePublicSharingSettingsOutput, error)
func (c *QuickSight) UpdatePublicSharingSettingsRequest(input *UpdatePublicSharingSettingsInput) (req *request.Request, output *UpdatePublicSharingSettingsOutput)
func (c *QuickSight) UpdatePublicSharingSettingsWithContext(ctx aws.Context, input *UpdatePublicSharingSettingsInput, opts ...request.Option) (*UpdatePublicSharingSettingsOutput, error)
func (c *QuickSight) UpdateTemplate(input *UpdateTemplateInput) (*UpdateTemplateOutput, error)
func (c *QuickSight) UpdateTemplateAlias(input *UpdateTemplateAliasInput) (*UpdateTemplateAliasOutput, error)
func (c *QuickSight) UpdateTemplateAliasRequest(input *UpdateTemplateAliasInput) (req *request.Request, output *UpdateTemplateAliasOutput)
func (c *QuickSight) UpdateTemplateAliasWithContext(ctx aws.Context, input *UpdateTemplateAliasInput, opts ...request.Option) (*UpdateTemplateAliasOutput, error)
func (c *QuickSight) UpdateTemplatePermissions(input *UpdateTemplatePermissionsInput) (*UpdateTemplatePermissionsOutput, error)
func (c *QuickSight) UpdateTemplatePermissionsRequest(input *UpdateTemplatePermissionsInput) (req *request.Request, output *UpdateTemplatePermissionsOutput)
func (c *QuickSight) UpdateTemplatePermissionsWithContext(ctx aws.Context, input *UpdateTemplatePermissionsInput, opts ...request.Option) (*UpdateTemplatePermissionsOutput, error)
func (c *QuickSight) UpdateTemplateRequest(input *UpdateTemplateInput) (req *request.Request, output *UpdateTemplateOutput)
func (c *QuickSight) UpdateTemplateWithContext(ctx aws.Context, input *UpdateTemplateInput, opts ...request.Option) (*UpdateTemplateOutput, error)
func (c *QuickSight) UpdateTheme(input *UpdateThemeInput) (*UpdateThemeOutput, error)
func (c *QuickSight) UpdateThemeAlias(input *UpdateThemeAliasInput) (*UpdateThemeAliasOutput, error)
func (c *QuickSight) UpdateThemeAliasRequest(input *UpdateThemeAliasInput) (req *request.Request, output *UpdateThemeAliasOutput)
func (c *QuickSight) UpdateThemeAliasWithContext(ctx aws.Context, input *UpdateThemeAliasInput, opts ...request.Option) (*UpdateThemeAliasOutput, error)
func (c *QuickSight) UpdateThemePermissions(input *UpdateThemePermissionsInput) (*UpdateThemePermissionsOutput, error)
func (c *QuickSight) UpdateThemePermissionsRequest(input *UpdateThemePermissionsInput) (req *request.Request, output *UpdateThemePermissionsOutput)
func (c *QuickSight) UpdateThemePermissionsWithContext(ctx aws.Context, input *UpdateThemePermissionsInput, opts ...request.Option) (*UpdateThemePermissionsOutput, error)
func (c *QuickSight) UpdateThemeRequest(input *UpdateThemeInput) (req *request.Request, output *UpdateThemeOutput)
func (c *QuickSight) UpdateThemeWithContext(ctx aws.Context, input *UpdateThemeInput, opts ...request.Option) (*UpdateThemeOutput, error)
func (c *QuickSight) UpdateUser(input *UpdateUserInput) (*UpdateUserOutput, error)
func (c *QuickSight) UpdateUserRequest(input *UpdateUserInput) (req *request.Request, output *UpdateUserOutput)
func (c *QuickSight) UpdateUserWithContext(ctx aws.Context, input *UpdateUserInput, opts ...request.Option) (*UpdateUserOutput, error)
func AnalysisErrorType_Values() []string
func AnalysisFilterAttribute_Values() []string
func AnchorOption_Values() []string
func ArcThicknessOptions_Values() []string
func ArcThickness_Values() []string
func AssignmentStatus_Values() []string
func AuthenticationMethodOption_Values() []string
func AxisBinding_Values() []string
func BarChartOrientation_Values() []string
func BarsArrangement_Values() []string
func BaseMapStyleType_Values() []string
func BoxPlotFillStyle_Values() []string
func CategoricalAggregationFunction_Values() []string
func CategoryFilterMatchOperator_Values() []string
func CategoryFilterSelectAllOptions_Values() []string
func ColorFillType_Values() []string
func ColumnDataType_Values() []string
func ColumnRole_Values() []string
func ColumnTagName_Values() []string
func ComparisonMethod_Values() []string
func ConditionalFormattingIconDisplayOption_Values() []string
func ConditionalFormattingIconSetType_Values() []string
func CrossDatasetTypes_Values() []string
func CustomContentImageScalingConfiguration_Values() []string
func CustomContentType_Values() []string
func DashboardBehavior_Values() []string
func DashboardErrorType_Values() []string
func DashboardFilterAttribute_Values() []string
func DashboardUIState_Values() []string
func DataLabelContent_Values() []string
func DataLabelOverlap_Values() []string
func DataLabelPosition_Values() []string
func DataSetFilterAttribute_Values() []string
func DataSetImportMode_Values() []string
func DataSourceErrorInfoType_Values() []string
func DataSourceFilterAttribute_Values() []string
func DataSourceType_Values() []string
func DateAggregationFunction_Values() []string
func Edition_Values() []string
func EmbeddingIdentityType_Values() []string
func ExceptionResourceType_Values() []string
func FileFormat_Values() []string
func FilterNullOption_Values() []string
func FilterOperator_Values() []string
func FilterVisualScope_Values() []string
func FolderFilterAttribute_Values() []string
func FolderType_Values() []string
func FontDecoration_Values() []string
func FontStyle_Values() []string
func FontWeightName_Values() []string
func ForecastComputationSeasonality_Values() []string
func FunnelChartMeasureDataLabelStyle_Values() []string
func GeoSpatialCountryCode_Values() []string
func GeoSpatialDataRole_Values() []string
func GeospatialSelectedPointStyle_Values() []string
func GroupFilterAttribute_Values() []string
func GroupFilterOperator_Values() []string
func HistogramBinType_Values() []string
func HorizontalTextAlignment_Values() []string
func Icon_Values() []string
func IdentityStore_Values() []string
func IdentityType_Values() []string
func IngestionErrorType_Values() []string
func IngestionRequestSource_Values() []string
func IngestionRequestType_Values() []string
func IngestionStatus_Values() []string
func IngestionType_Values() []string
func InputColumnDataType_Values() []string
func JoinType_Values() []string
func LayoutElementType_Values() []string
func LegendPosition_Values() []string
func LineChartLineStyle_Values() []string
func LineChartMarkerShape_Values() []string
func LineChartType_Values() []string
func LineInterpolation_Values() []string
func MapZoomMode_Values() []string
func MaximumMinimumComputationType_Values() []string
func MemberType_Values() []string
func MissingDataTreatmentOption_Values() []string
func NamespaceErrorType_Values() []string
func NamespaceStatus_Values() []string
func NegativeValueDisplayMode_Values() []string
func NumberScale_Values() []string
func NumericEqualityMatchOperator_Values() []string
func NumericFilterSelectAllOptions_Values() []string
func NumericSeparatorSymbol_Values() []string
func OtherCategories_Values() []string
func PanelBorderStyle_Values() []string
func PaperOrientation_Values() []string
func PaperSize_Values() []string
func ParameterValueType_Values() []string
func PivotTableConditionalFormattingScopeRole_Values() []string
func PivotTableMetricPlacement_Values() []string
func PivotTableSubtotalLevel_Values() []string
func PrimaryValueDisplayType_Values() []string
func RadarChartShape_Values() []string
func ReferenceLineLabelHorizontalPosition_Values() []string
func ReferenceLineLabelVerticalPosition_Values() []string
func ReferenceLinePatternType_Values() []string
func ReferenceLineValueLabelRelativePosition_Values() []string
func RelativeDateType_Values() []string
func RelativeFontSize_Values() []string
func ResizeOption_Values() []string
func ResourceStatus_Values() []string
func RowLevelPermissionFormatVersion_Values() []string
func RowLevelPermissionPolicy_Values() []string
func SectionPageBreakStatus_Values() []string
func SelectAllValueOptions_Values() []string
func SelectedFieldOptions_Values() []string
func SelectedTooltipType_Values() []string
func SheetContentType_Values() []string
func SheetControlDateTimePickerType_Values() []string
func SheetControlListType_Values() []string
func SheetControlSliderType_Values() []string
func SimpleNumericalAggregationFunction_Values() []string
func SortDirection_Values() []string
func Status_Values() []string
func TableBorderStyle_Values() []string
func TableCellImageScalingConfiguration_Values() []string
func TableFieldIconSetType_Values() []string
func TableOrientation_Values() []string
func TableTotalsPlacement_Values() []string
func TableTotalsScrollStatus_Values() []string
func TargetVisualOptions_Values() []string
func TemplateErrorType_Values() []string
func TextQualifier_Values() []string
func TextWrap_Values() []string
func ThemeErrorType_Values() []string
func ThemeType_Values() []string
func TimeGranularity_Values() []string
func TooltipTitleType_Values() []string
func TopBottomComputationType_Values() []string
func TopBottomSortOrder_Values() []string
func URLTargetConfiguration_Values() []string
func UserRole_Values() []string
func ValueWhenUnsetOption_Values() []string
func VerticalTextAlignment_Values() []string
func Visibility_Values() []string
func VisualCustomActionTrigger_Values() []string
func WidgetStatus_Values() []string
func WordCloudCloudLayout_Values() []string
func WordCloudWordCasing_Values() []string
func WordCloudWordOrientation_Values() []string
func WordCloudWordPadding_Values() []string
func WordCloudWordScaling_Values() []string
type AccessDeniedException
type AccountCustomization
type AccountInfo
type AccountSettings
type ActiveIAMPolicyAssignment
type AdHocFilteringOption
type AggregationFunction
type AggregationSortConfiguration
type AmazonElasticsearchParameters
type AmazonOpenSearchParameters
type Analysis
type AnalysisDefaults
type AnalysisDefinition
type AnalysisError
type AnalysisSearchFilter
type AnalysisSourceEntity
type AnalysisSourceTemplate
type AnalysisSummary
type AnchorDateConfiguration
type AnonymousUserDashboardEmbeddingConfiguration
type AnonymousUserDashboardVisualEmbeddingConfiguration
type AnonymousUserEmbeddingExperienceConfiguration
type AnonymousUserQSearchBarEmbeddingConfiguration
type ArcAxisConfiguration
type ArcAxisDisplayRange
type ArcConfiguration
type ArcOptions
type AthenaParameters
type AuroraParameters
type AuroraPostgreSqlParameters
type AwsIotAnalyticsParameters
type AxisDataOptions
type AxisDisplayDataDrivenRange
type AxisDisplayMinMaxRange
type AxisDisplayOptions
type AxisDisplayRange
type AxisLabelOptions
type AxisLabelReferenceOptions
type AxisLinearScale
type AxisLogarithmicScale
type AxisScale
type AxisTickLabelOptions
type BarChartAggregatedFieldWells
type BarChartConfiguration
type BarChartFieldWells
type BarChartSortConfiguration
type BarChartVisual
type BinCountOptions
type BinWidthOptions
type BodySectionConfiguration
type BodySectionContent
type BorderStyle
type BoxPlotAggregatedFieldWells
type BoxPlotChartConfiguration
type BoxPlotFieldWells
type BoxPlotOptions
type BoxPlotSortConfiguration
type BoxPlotStyleOptions
type BoxPlotVisual
type CalculatedColumn
type CalculatedField
type CalculatedMeasureField
type CancelIngestionInput
type CancelIngestionOutput
type CascadingControlConfiguration
type CascadingControlSource
type CastColumnTypeOperation
type CategoricalDimensionField
type CategoricalMeasureField
type CategoryDrillDownFilter
type CategoryFilter
type CategoryFilterConfiguration
type ChartAxisLabelOptions
type ClusterMarker
type ClusterMarkerConfiguration
type ColorScale
type ColumnConfiguration
type ColumnDescription
type ColumnGroup
type ColumnGroupColumnSchema
type ColumnGroupSchema
type ColumnHierarchy
type ColumnIdentifier
type ColumnLevelPermissionRule
type ColumnSchema
type ColumnSort
type ColumnTag
type ColumnTooltipItem
type ComboChartAggregatedFieldWells
type ComboChartConfiguration
type ComboChartFieldWells
type ComboChartSortConfiguration
type ComboChartVisual
type ComparisonConfiguration
type ComparisonFormatConfiguration
type Computation
type ConcurrentUpdatingException
type ConditionalFormattingColor
type ConditionalFormattingCustomIconCondition
type ConditionalFormattingCustomIconOptions
type ConditionalFormattingGradientColor
type ConditionalFormattingIcon
type ConditionalFormattingIconDisplayConfiguration
type ConditionalFormattingIconSet
type ConditionalFormattingSolidColor
type ConflictException
type ContributionAnalysisDefault
type CreateAccountCustomizationInput
type CreateAccountCustomizationOutput
type CreateAccountSubscriptionInput
type CreateAccountSubscriptionOutput
type CreateAnalysisInput
type CreateAnalysisOutput
type CreateColumnsOperation
type CreateDashboardInput
type CreateDashboardOutput
type CreateDataSetInput
type CreateDataSetOutput
type CreateDataSourceInput
type CreateDataSourceOutput
type CreateFolderInput
type CreateFolderMembershipInput
type CreateFolderMembershipOutput
type CreateFolderOutput
type CreateGroupInput
type CreateGroupMembershipInput
type CreateGroupMembershipOutput
type CreateGroupOutput
type CreateIAMPolicyAssignmentInput
type CreateIAMPolicyAssignmentOutput
type CreateIngestionInput
type CreateIngestionOutput
type CreateNamespaceInput
type CreateNamespaceOutput
type CreateTemplateAliasInput
type CreateTemplateAliasOutput
type CreateTemplateInput
type CreateTemplateOutput
type CreateThemeAliasInput
type CreateThemeAliasOutput
type CreateThemeInput
type CreateThemeOutput
type CredentialPair
type CurrencyDisplayFormatConfiguration
type CustomActionFilterOperation
type CustomActionNavigationOperation
type CustomActionSetParametersOperation
type CustomActionURLOperation
type CustomContentConfiguration
type CustomContentVisual
type CustomFilterConfiguration
type CustomFilterListConfiguration
type CustomNarrativeOptions
type CustomParameterValues
type CustomSql
type CustomValuesConfiguration
type Dashboard
type DashboardError
type DashboardPublishOptions
type DashboardSearchFilter
type DashboardSourceEntity
type DashboardSourceTemplate
type DashboardSummary
type DashboardVersion
type DashboardVersionDefinition
type DashboardVersionSummary
type DashboardVisualId
type DashboardVisualPublishOptions
type DataBarsOptions
type DataColor
type DataColorPalette
type DataFieldSeriesItem
type DataLabelOptions
type DataLabelType
type DataPathColor
type DataPathLabelType
type DataPathSort
type DataPathValue
type DataPointDrillUpDownOption
type DataPointMenuLabelOption
type DataPointTooltipOption
type DataSet
type DataSetConfiguration
type DataSetIdentifierDeclaration
type DataSetReference
type DataSetSchema
type DataSetSearchFilter
type DataSetSummary
type DataSetUsageConfiguration
type DataSource
type DataSourceCredentials
type DataSourceErrorInfo
type DataSourceParameters
type DataSourceSearchFilter
type DataSourceSummary
type DatabricksParameters
type DateAxisOptions
type DateDimensionField
type DateMeasureField
type DateTimeDefaultValues
type DateTimeFormatConfiguration
type DateTimeHierarchy
type DateTimeParameter
type DateTimeParameterDeclaration
type DateTimePickerControlDisplayOptions
type DateTimeValueWhenUnsetConfiguration
type DecimalDefaultValues
type DecimalParameter
type DecimalParameterDeclaration
type DecimalPlacesConfiguration
type DecimalValueWhenUnsetConfiguration
type DefaultFreeFormLayoutConfiguration
type DefaultGridLayoutConfiguration
type DefaultInteractiveLayoutConfiguration
type DefaultNewSheetConfiguration
type DefaultPaginatedLayoutConfiguration
type DefaultSectionBasedLayoutConfiguration
type DeleteAccountCustomizationInput
type DeleteAccountCustomizationOutput
type DeleteAccountSubscriptionInput
type DeleteAccountSubscriptionOutput
type DeleteAnalysisInput
type DeleteAnalysisOutput
type DeleteDashboardInput
type DeleteDashboardOutput
type DeleteDataSetInput
type DeleteDataSetOutput
type DeleteDataSourceInput
type DeleteDataSourceOutput
type DeleteFolderInput
type DeleteFolderMembershipInput
type DeleteFolderMembershipOutput
type DeleteFolderOutput
type DeleteGroupInput
type DeleteGroupMembershipInput
type DeleteGroupMembershipOutput
type DeleteGroupOutput
type DeleteIAMPolicyAssignmentInput
type DeleteIAMPolicyAssignmentOutput
type DeleteNamespaceInput
type DeleteNamespaceOutput
type DeleteTemplateAliasInput
type DeleteTemplateAliasOutput
type DeleteTemplateInput
type DeleteTemplateOutput
type DeleteThemeAliasInput
type DeleteThemeAliasOutput
type DeleteThemeInput
type DeleteThemeOutput
type DeleteUserByPrincipalIdInput
type DeleteUserByPrincipalIdOutput
type DeleteUserInput
type DeleteUserOutput
type DescribeAccountCustomizationInput
type DescribeAccountCustomizationOutput
type DescribeAccountSettingsInput
type DescribeAccountSettingsOutput
type DescribeAccountSubscriptionInput
type DescribeAccountSubscriptionOutput
type DescribeAnalysisDefinitionInput
type DescribeAnalysisDefinitionOutput
type DescribeAnalysisInput
type DescribeAnalysisOutput
type DescribeAnalysisPermissionsInput
type DescribeAnalysisPermissionsOutput
type DescribeDashboardDefinitionInput
type DescribeDashboardDefinitionOutput
type DescribeDashboardInput
type DescribeDashboardOutput
type DescribeDashboardPermissionsInput
type DescribeDashboardPermissionsOutput
type DescribeDataSetInput
type DescribeDataSetOutput
type DescribeDataSetPermissionsInput
type DescribeDataSetPermissionsOutput
type DescribeDataSourceInput
type DescribeDataSourceOutput
type DescribeDataSourcePermissionsInput
type DescribeDataSourcePermissionsOutput
type DescribeFolderInput
type DescribeFolderOutput
type DescribeFolderPermissionsInput
type DescribeFolderPermissionsOutput
type DescribeFolderResolvedPermissionsInput
type DescribeFolderResolvedPermissionsOutput
type DescribeGroupInput
type DescribeGroupMembershipInput
type DescribeGroupMembershipOutput
type DescribeGroupOutput
type DescribeIAMPolicyAssignmentInput
type DescribeIAMPolicyAssignmentOutput
type DescribeIngestionInput
type DescribeIngestionOutput
type DescribeIpRestrictionInput
type DescribeIpRestrictionOutput
type DescribeNamespaceInput
type DescribeNamespaceOutput
type DescribeTemplateAliasInput
type DescribeTemplateAliasOutput
type DescribeTemplateDefinitionInput
type DescribeTemplateDefinitionOutput
type DescribeTemplateInput
type DescribeTemplateOutput
type DescribeTemplatePermissionsInput
type DescribeTemplatePermissionsOutput
type DescribeThemeAliasInput
type DescribeThemeAliasOutput
type DescribeThemeInput
type DescribeThemeOutput
type DescribeThemePermissionsInput
type DescribeThemePermissionsOutput
type DescribeUserInput
type DescribeUserOutput
type DestinationParameterValueConfiguration
type DimensionField
type DomainNotWhitelistedException
type DonutCenterOptions
type DonutOptions
type DrillDownFilter
type DropDownControlDisplayOptions
type DynamicDefaultValue
type EmptyVisual
type Entity
type ErrorInfo
type ExasolParameters
type ExcludePeriodConfiguration
type ExplicitHierarchy
type ExportHiddenFieldsOption
type ExportToCSVOption
type ExportWithHiddenFieldsOption
type FieldBasedTooltip
type FieldFolder
type FieldLabelType
type FieldSeriesItem
type FieldSort
type FieldSortOptions
type FieldTooltipItem
type FilledMapAggregatedFieldWells
type FilledMapConditionalFormatting
type FilledMapConditionalFormattingOption
type FilledMapConfiguration
type FilledMapFieldWells
type FilledMapShapeConditionalFormatting
type FilledMapSortConfiguration
type FilledMapVisual
type Filter
type FilterControl
type FilterDateTimePickerControl
type FilterDropDownControl
type FilterGroup
type FilterListConfiguration
type FilterListControl
type FilterOperation
type FilterOperationSelectedFieldsConfiguration
type FilterOperationTargetVisualsConfiguration
type FilterRelativeDateTimeControl
type FilterScopeConfiguration
type FilterSelectableValues
type FilterSliderControl
type FilterTextAreaControl
type FilterTextFieldControl
type Folder
type FolderMember
type FolderSearchFilter
type FolderSummary
type Font
type FontConfiguration
type FontSize
type FontWeight
type ForecastComputation
type ForecastConfiguration
type ForecastScenario
type FormatConfiguration
type FreeFormLayoutCanvasSizeOptions
type FreeFormLayoutConfiguration
type FreeFormLayoutElement
type FreeFormLayoutElementBackgroundStyle
type FreeFormLayoutElementBorderStyle
type FreeFormLayoutScreenCanvasSizeOptions
type FreeFormSectionLayoutConfiguration
type FunnelChartAggregatedFieldWells
type FunnelChartConfiguration
type FunnelChartDataLabelOptions
type FunnelChartFieldWells
type FunnelChartSortConfiguration
type FunnelChartVisual
type GaugeChartArcConditionalFormatting
type GaugeChartConditionalFormatting
type GaugeChartConditionalFormattingOption
type GaugeChartConfiguration
type GaugeChartFieldWells
type GaugeChartOptions
type GaugeChartPrimaryValueConditionalFormatting
type GaugeChartVisual
type GenerateEmbedUrlForAnonymousUserInput
type GenerateEmbedUrlForAnonymousUserOutput
type GenerateEmbedUrlForRegisteredUserInput
type GenerateEmbedUrlForRegisteredUserOutput
type GeoSpatialColumnGroup
type GeospatialCoordinateBounds
type GeospatialMapAggregatedFieldWells
type GeospatialMapConfiguration
type GeospatialMapFieldWells
type GeospatialMapStyleOptions
type GeospatialMapVisual
type GeospatialPointStyleOptions
type GeospatialWindowOptions
type GetDashboardEmbedUrlInput
type GetDashboardEmbedUrlOutput
type GetSessionEmbedUrlInput
type GetSessionEmbedUrlOutput
type GlobalTableBorderOptions
type GradientColor
type GradientStop
type GridLayoutCanvasSizeOptions
type GridLayoutConfiguration
type GridLayoutElement
type GridLayoutScreenCanvasSizeOptions
type Group
type GroupMember
type GroupSearchFilter
type GrowthRateComputation
type GutterStyle
type HeaderFooterSectionConfiguration
type HeatMapAggregatedFieldWells
type HeatMapConfiguration
type HeatMapFieldWells
type HeatMapSortConfiguration
type HeatMapVisual
type HistogramAggregatedFieldWells
type HistogramBinOptions
type HistogramConfiguration
type HistogramFieldWells
type HistogramVisual
type IAMPolicyAssignment
type IAMPolicyAssignmentSummary
type IdentityTypeNotSupportedException
type Ingestion
type InputColumn
type InsightConfiguration
type InsightVisual
type IntegerDefaultValues
type IntegerParameter
type IntegerParameterDeclaration
type IntegerValueWhenUnsetConfiguration
type InternalFailureException
type InvalidNextTokenException
type InvalidParameterValueException
type InvalidRequestException
type ItemsLimitConfiguration
type JiraParameters
type JoinInstruction
type JoinKeyProperties
type KPIConditionalFormatting
type KPIConditionalFormattingOption
type KPIConfiguration
type KPIFieldWells
type KPIOptions
type KPIPrimaryValueConditionalFormatting
type KPIProgressBarConditionalFormatting
type KPISortConfiguration
type KPIVisual
type LabelOptions
type Layout
type LayoutConfiguration
type LegendOptions
type LimitExceededException
type LineChartAggregatedFieldWells
type LineChartConfiguration
type LineChartDefaultSeriesSettings
type LineChartFieldWells
type LineChartLineStyleSettings
type LineChartMarkerStyleSettings
type LineChartSeriesSettings
type LineChartSortConfiguration
type LineChartVisual
type LineSeriesAxisDisplayOptions
type LinkSharingConfiguration
type ListAnalysesInput
type ListAnalysesOutput
type ListControlDisplayOptions
type ListControlSearchOptions
type ListControlSelectAllOptions
type ListDashboardVersionsInput
type ListDashboardVersionsOutput
type ListDashboardsInput
type ListDashboardsOutput
type ListDataSetsInput
type ListDataSetsOutput
type ListDataSourcesInput
type ListDataSourcesOutput
type ListFolderMembersInput
type ListFolderMembersOutput
type ListFoldersInput
type ListFoldersOutput
type ListGroupMembershipsInput
type ListGroupMembershipsOutput
type ListGroupsInput
type ListGroupsOutput
type ListIAMPolicyAssignmentsForUserInput
type ListIAMPolicyAssignmentsForUserOutput
type ListIAMPolicyAssignmentsInput
type ListIAMPolicyAssignmentsOutput
type ListIngestionsInput
type ListIngestionsOutput
type ListNamespacesInput
type ListNamespacesOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type ListTemplateAliasesInput
type ListTemplateAliasesOutput
type ListTemplateVersionsInput
type ListTemplateVersionsOutput
type ListTemplatesInput
type ListTemplatesOutput
type ListThemeAliasesInput
type ListThemeAliasesOutput
type ListThemeVersionsInput
type ListThemeVersionsOutput
type ListThemesInput
type ListThemesOutput
type ListUserGroupsInput
type ListUserGroupsOutput
type ListUsersInput
type ListUsersOutput
type LoadingAnimation
type LocalNavigationConfiguration
type LogicalTable
type LogicalTableSource
type LongFormatText
type ManifestFileLocation
type MarginStyle
type MariaDbParameters
type MaximumLabelType
type MaximumMinimumComputation
type MeasureField
type MemberIdArnPair
type MetricComparisonComputation
type MinimumLabelType
type MissingDataConfiguration
type MySqlParameters
type NamespaceError
type NamespaceInfoV2
type NegativeValueConfiguration
type NullValueFormatConfiguration
type NumberDisplayFormatConfiguration
type NumberFormatConfiguration
type NumericAxisOptions
type NumericEqualityDrillDownFilter
type NumericEqualityFilter
type NumericFormatConfiguration
type NumericRangeFilter
type NumericRangeFilterValue
type NumericSeparatorConfiguration
type NumericalAggregationFunction
type NumericalDimensionField
type NumericalMeasureField
type OracleParameters
type OutputColumn
type PaginationConfiguration
type PanelConfiguration
type PanelTitleOptions
type ParameterControl
type ParameterDateTimePickerControl
type ParameterDeclaration
type ParameterDropDownControl
type ParameterListControl
type ParameterSelectableValues
type ParameterSliderControl
type ParameterTextAreaControl
type ParameterTextFieldControl
type Parameters
type PercentVisibleRange
type PercentageDisplayFormatConfiguration
type PercentileAggregation
type PeriodOverPeriodComputation
type PeriodToDateComputation
type PhysicalTable
type PieChartAggregatedFieldWells
type PieChartConfiguration
type PieChartFieldWells
type PieChartSortConfiguration
type PieChartVisual
type PivotFieldSortOptions
type PivotTableAggregatedFieldWells
type PivotTableCellConditionalFormatting
type PivotTableConditionalFormatting
type PivotTableConditionalFormattingOption
type PivotTableConditionalFormattingScope
type PivotTableConfiguration
type PivotTableDataPathOption
type PivotTableFieldOption
type PivotTableFieldOptions
type PivotTableFieldSubtotalOptions
type PivotTableFieldWells
type PivotTableOptions
type PivotTablePaginatedReportOptions
type PivotTableSortBy
type PivotTableSortConfiguration
type PivotTableTotalOptions
type PivotTableVisual
type PivotTotalOptions
type PostgreSqlParameters
type PreconditionNotMetException
type PredefinedHierarchy
type PrestoParameters
type ProgressBarOptions
type ProjectOperation
type QueueInfo
type RadarChartAggregatedFieldWells
type RadarChartAreaStyleSettings
type RadarChartConfiguration
type RadarChartFieldWells
type RadarChartSeriesSettings
type RadarChartSortConfiguration
type RadarChartVisual
type RangeEndsLabelType
type RdsParameters
type RedshiftParameters
type ReferenceLine
type ReferenceLineCustomLabelConfiguration
type ReferenceLineDataConfiguration
type ReferenceLineDynamicDataConfiguration
type ReferenceLineLabelConfiguration
type ReferenceLineStaticDataConfiguration
type ReferenceLineStyleConfiguration
type ReferenceLineValueLabelConfiguration
type RegisterUserInput
type RegisterUserOutput
type RegisteredUserConsoleFeatureConfigurations
type RegisteredUserDashboardEmbeddingConfiguration
type RegisteredUserDashboardFeatureConfigurations
type RegisteredUserDashboardVisualEmbeddingConfiguration
type RegisteredUserEmbeddingExperienceConfiguration
type RegisteredUserQSearchBarEmbeddingConfiguration
type RegisteredUserQuickSightConsoleEmbeddingConfiguration
type RelationalTable
type RelativeDateTimeControlDisplayOptions
type RelativeDatesFilter
type RenameColumnOperation
type ResourceExistsException
type ResourceNotFoundException
type ResourcePermission
type ResourceUnavailableException
type RestoreAnalysisInput
type RestoreAnalysisOutput
type RollingDateConfiguration
type RowAlternateColorOptions
type RowInfo
type RowLevelPermissionDataSet
type RowLevelPermissionTagConfiguration
type RowLevelPermissionTagRule
type S3Parameters
type S3Source
type SameSheetTargetVisualConfiguration
type SankeyDiagramAggregatedFieldWells
type SankeyDiagramChartConfiguration
type SankeyDiagramFieldWells
type SankeyDiagramSortConfiguration
type SankeyDiagramVisual
type ScatterPlotCategoricallyAggregatedFieldWells
type ScatterPlotConfiguration
type ScatterPlotFieldWells
type ScatterPlotUnaggregatedFieldWells
type ScatterPlotVisual
type ScrollBarOptions
type SearchAnalysesInput
type SearchAnalysesOutput
type SearchDashboardsInput
type SearchDashboardsOutput
type SearchDataSetsInput
type SearchDataSetsOutput
type SearchDataSourcesInput
type SearchDataSourcesOutput
type SearchFoldersInput
type SearchFoldersOutput
type SearchGroupsInput
type SearchGroupsOutput
type SecondaryValueOptions
type SectionAfterPageBreak
type SectionBasedLayoutCanvasSizeOptions
type SectionBasedLayoutConfiguration
type SectionBasedLayoutPaperCanvasSizeOptions
type SectionLayoutConfiguration
type SectionPageBreakConfiguration
type SectionStyle
type SelectedSheetsFilterScopeConfiguration
type SeriesItem
type ServiceNowParameters
type SessionLifetimeInMinutesInvalidException
type SessionTag
type SetParameterValueConfiguration
type ShapeConditionalFormat
type Sheet
type SheetControlLayout
type SheetControlLayoutConfiguration
type SheetControlsOption
type SheetDefinition
type SheetElementConfigurationOverrides
type SheetElementRenderingRule
type SheetLayoutElementMaximizationOption
type SheetStyle
type SheetTextBox
type SheetVisualScopingConfiguration
type ShortFormatText
type SignupResponse
type SimpleClusterMarker
type SliderControlDisplayOptions
type SmallMultiplesOptions
type SnowflakeParameters
type Spacing
type SparkParameters
type SqlServerParameters
type SslProperties
type StatePersistenceConfigurations
type StringDefaultValues
type StringFormatConfiguration
type StringParameter
type StringParameterDeclaration
type StringValueWhenUnsetConfiguration
type SubtotalOptions
type TableAggregatedFieldWells
type TableBorderOptions
type TableCellConditionalFormatting
type TableCellImageSizingConfiguration
type TableCellStyle
type TableConditionalFormatting
type TableConditionalFormattingOption
type TableConfiguration
type TableFieldCustomIconContent
type TableFieldCustomTextContent
type TableFieldImageConfiguration
type TableFieldLinkConfiguration
type TableFieldLinkContentConfiguration
type TableFieldOption
type TableFieldOptions
type TableFieldURLConfiguration
type TableFieldWells
type TableInlineVisualization
type TableOptions
type TablePaginatedReportOptions
type TableRowConditionalFormatting
type TableSideBorderOptions
type TableSortConfiguration
type TableUnaggregatedFieldWells
type TableVisual
type Tag
type TagColumnOperation
type TagResourceInput
type TagResourceOutput
type Template
type TemplateAlias
type TemplateError
type TemplateSourceAnalysis
type TemplateSourceEntity
type TemplateSourceTemplate
type TemplateSummary
type TemplateVersion
type TemplateVersionDefinition
type TemplateVersionSummary
type TeradataParameters
type TextAreaControlDisplayOptions
type TextConditionalFormat
type TextControlPlaceholderOptions
type TextFieldControlDisplayOptions
type Theme
type ThemeAlias
type ThemeConfiguration
type ThemeError
type ThemeSummary
type ThemeVersion
type ThemeVersionSummary
type ThousandSeparatorOptions
type ThrottlingException
type TileLayoutStyle
type TileStyle
type TimeBasedForecastProperties
type TimeEqualityFilter
type TimeRangeDrillDownFilter
type TimeRangeFilter
type TimeRangeFilterValue
type TooltipItem
type TooltipOptions
type TopBottomFilter
type TopBottomMoversComputation
type TopBottomRankedComputation
type TotalAggregationComputation
type TotalOptions
type TransformOperation
type TreeMapAggregatedFieldWells
type TreeMapConfiguration
type TreeMapFieldWells
type TreeMapSortConfiguration
type TreeMapVisual
type TrendArrowOptions
type TwitterParameters
type Typography
type UIColorPalette
type UnaggregatedField
type UniqueValuesComputation
type UnsupportedPricingPlanException
type UnsupportedUserEditionException
type UntagColumnOperation
type UntagResourceInput
type UntagResourceOutput
type UpdateAccountCustomizationInput
type UpdateAccountCustomizationOutput
type UpdateAccountSettingsInput
type UpdateAccountSettingsOutput
type UpdateAnalysisInput
type UpdateAnalysisOutput
type UpdateAnalysisPermissionsInput
type UpdateAnalysisPermissionsOutput
type UpdateDashboardInput
type UpdateDashboardOutput
type UpdateDashboardPermissionsInput
type UpdateDashboardPermissionsOutput
type UpdateDashboardPublishedVersionInput
type UpdateDashboardPublishedVersionOutput
type UpdateDataSetInput
type UpdateDataSetOutput
type UpdateDataSetPermissionsInput
type UpdateDataSetPermissionsOutput
type UpdateDataSourceInput
type UpdateDataSourceOutput
type UpdateDataSourcePermissionsInput
type UpdateDataSourcePermissionsOutput
type UpdateFolderInput
type UpdateFolderOutput
type UpdateFolderPermissionsInput
type UpdateFolderPermissionsOutput
type UpdateGroupInput
type UpdateGroupOutput
type UpdateIAMPolicyAssignmentInput
type UpdateIAMPolicyAssignmentOutput
type UpdateIpRestrictionInput
type UpdateIpRestrictionOutput
type UpdatePublicSharingSettingsInput
type UpdatePublicSharingSettingsOutput
type UpdateTemplateAliasInput
type UpdateTemplateAliasOutput
type UpdateTemplateInput
type UpdateTemplateOutput
type UpdateTemplatePermissionsInput
type UpdateTemplatePermissionsOutput
type UpdateThemeAliasInput
type UpdateThemeAliasOutput
type UpdateThemeInput
type UpdateThemeOutput
type UpdateThemePermissionsInput
type UpdateThemePermissionsOutput
type UpdateUserInput
type UpdateUserOutput
type UploadSettings
type User
type UserNotFoundException
type VisibleRangeOptions
type Visual
type VisualAxisSortOption
type VisualCustomAction
type VisualCustomActionOperation
type VisualMenuOption
type VisualPalette
type VisualSubtitleLabelOptions
type VisualTitleLabelOptions
type VpcConnectionProperties
type WaterfallChartAggregatedFieldWells
type WaterfallChartConfiguration
type WaterfallChartFieldWells
type WaterfallChartOptions
type WaterfallChartSortConfiguration
type WaterfallVisual
type WhatIfPointScenario
type WhatIfRangeScenario
type WordCloudAggregatedFieldWells
type WordCloudChartConfiguration
type WordCloudFieldWells
type WordCloudOptions
type WordCloudSortConfiguration
type WordCloudVisual

Constants ▾

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"
)
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"
)
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"
)
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"
)
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"
)
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"
)
const (
    // AxisBindingPrimaryYaxis is a AxisBinding enum value
    AxisBindingPrimaryYaxis = "PRIMARY_YAXIS"

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

    // BarChartOrientationVertical is a BarChartOrientation enum value
    BarChartOrientationVertical = "VERTICAL"
)
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"
)
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"
)
const (
    // BoxPlotFillStyleSolid is a BoxPlotFillStyle enum value
    BoxPlotFillStyleSolid = "SOLID"

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

    // CategoricalAggregationFunctionDistinctCount is a CategoricalAggregationFunction enum value
    CategoricalAggregationFunctionDistinctCount = "DISTINCT_COUNT"
)
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"
)
const (
    // ColorFillTypeDiscrete is a ColorFillType enum value
    ColorFillTypeDiscrete = "DISCRETE"

    // ColorFillTypeGradient is a ColorFillType enum value
    ColorFillTypeGradient = "GRADIENT"
)
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"
)
const (
    // ColumnRoleDimension is a ColumnRole enum value
    ColumnRoleDimension = "DIMENSION"

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

    // ColumnTagNameColumnDescription is a ColumnTagName enum value
    ColumnTagNameColumnDescription = "COLUMN_DESCRIPTION"
)
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"
)
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"
)
const (
    // CrossDatasetTypesAllDatasets is a CrossDatasetTypes enum value
    CrossDatasetTypesAllDatasets = "ALL_DATASETS"

    // CrossDatasetTypesSingleDataset is a CrossDatasetTypes enum value
    CrossDatasetTypesSingleDataset = "SINGLE_DATASET"
)
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"
)
const (
    // CustomContentTypeImage is a CustomContentType enum value
    CustomContentTypeImage = "IMAGE"

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

    // DashboardBehaviorDisabled is a DashboardBehavior enum value
    DashboardBehaviorDisabled = "DISABLED"
)
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"
)
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"
)
const (
    // DashboardUIStateExpanded is a DashboardUIState enum value
    DashboardUIStateExpanded = "EXPANDED"

    // DashboardUIStateCollapsed is a DashboardUIState enum value
    DashboardUIStateCollapsed = "COLLAPSED"
)
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"
)
const (
    // DataLabelOverlapDisableOverlap is a DataLabelOverlap enum value
    DataLabelOverlapDisableOverlap = "DISABLE_OVERLAP"

    // DataLabelOverlapEnableOverlap is a DataLabelOverlap enum value
    DataLabelOverlapEnableOverlap = "ENABLE_OVERLAP"
)
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"
)
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"
)
const (
    // DataSetImportModeSpice is a DataSetImportMode enum value
    DataSetImportModeSpice = "SPICE"

    // DataSetImportModeDirectQuery is a DataSetImportMode enum value
    DataSetImportModeDirectQuery = "DIRECT_QUERY"
)
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"
)
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"
)
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"
)
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"
)
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"
)
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"
)
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"
)
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"
)
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"
)
const (
    // FilterOperatorStringEquals is a FilterOperator enum value
    FilterOperatorStringEquals = "StringEquals"

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

    // FilterVisualScopeSelectedVisuals is a FilterVisualScope enum value
    FilterVisualScopeSelectedVisuals = "SELECTED_VISUALS"
)
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"
)
const (
    // FontDecorationUnderline is a FontDecoration enum value
    FontDecorationUnderline = "UNDERLINE"

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

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

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

    // ForecastComputationSeasonalityCustom is a ForecastComputationSeasonality enum value
    ForecastComputationSeasonalityCustom = "CUSTOM"
)
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"
)
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"
)
const (
    // GeospatialSelectedPointStylePoint is a GeospatialSelectedPointStyle enum value
    GeospatialSelectedPointStylePoint = "POINT"

    // GeospatialSelectedPointStyleCluster is a GeospatialSelectedPointStyle enum value
    GeospatialSelectedPointStyleCluster = "CLUSTER"
)
const (
    // HistogramBinTypeBinCount is a HistogramBinType enum value
    HistogramBinTypeBinCount = "BIN_COUNT"

    // HistogramBinTypeBinWidth is a HistogramBinType enum value
    HistogramBinTypeBinWidth = "BIN_WIDTH"
)
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"
)
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"
)
const (
    // IdentityTypeIam is a IdentityType enum value
    IdentityTypeIam = "IAM"

    // IdentityTypeQuicksight is a IdentityType enum value
    IdentityTypeQuicksight = "QUICKSIGHT"
)
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"
)
const (
    // IngestionRequestSourceManual is a IngestionRequestSource enum value
    IngestionRequestSourceManual = "MANUAL"

    // IngestionRequestSourceScheduled is a IngestionRequestSource enum value
    IngestionRequestSourceScheduled = "SCHEDULED"
)
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.

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"
)
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.

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"
)
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"
)
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"
)
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"
)
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"
)
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"
)
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"
)
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"
)
const (
    // MapZoomModeAuto is a MapZoomMode enum value
    MapZoomModeAuto = "AUTO"

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

    // MaximumMinimumComputationTypeMinimum is a MaximumMinimumComputationType enum value
    MaximumMinimumComputationTypeMinimum = "MINIMUM"
)
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"
)
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"
)
const (
    // NamespaceErrorTypePermissionDenied is a NamespaceErrorType enum value
    NamespaceErrorTypePermissionDenied = "PERMISSION_DENIED"

    // NamespaceErrorTypeInternalServiceError is a NamespaceErrorType enum value
    NamespaceErrorTypeInternalServiceError = "INTERNAL_SERVICE_ERROR"
)
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"
)
const (
    // NegativeValueDisplayModePositive is a NegativeValueDisplayMode enum value
    NegativeValueDisplayModePositive = "POSITIVE"

    // NegativeValueDisplayModeNegative is a NegativeValueDisplayMode enum value
    NegativeValueDisplayModeNegative = "NEGATIVE"
)
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"
)
const (
    // NumericEqualityMatchOperatorEquals is a NumericEqualityMatchOperator enum value
    NumericEqualityMatchOperatorEquals = "EQUALS"

    // NumericEqualityMatchOperatorDoesNotEqual is a NumericEqualityMatchOperator enum value
    NumericEqualityMatchOperatorDoesNotEqual = "DOES_NOT_EQUAL"
)
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"
)
const (
    // OtherCategoriesInclude is a OtherCategories enum value
    OtherCategoriesInclude = "INCLUDE"

    // OtherCategoriesExclude is a OtherCategories enum value
    OtherCategoriesExclude = "EXCLUDE"
)
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"
)
const (
    // PaperOrientationPortrait is a PaperOrientation enum value
    PaperOrientationPortrait = "PORTRAIT"

    // PaperOrientationLandscape is a PaperOrientation enum value
    PaperOrientationLandscape = "LANDSCAPE"
)
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"
)
const (
    // ParameterValueTypeMultiValued is a ParameterValueType enum value
    ParameterValueTypeMultiValued = "MULTI_VALUED"

    // ParameterValueTypeSingleValued is a ParameterValueType enum value
    ParameterValueTypeSingleValued = "SINGLE_VALUED"
)
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"
)
const (
    // PivotTableMetricPlacementRow is a PivotTableMetricPlacement enum value
    PivotTableMetricPlacementRow = "ROW"

    // PivotTableMetricPlacementColumn is a PivotTableMetricPlacement enum value
    PivotTableMetricPlacementColumn = "COLUMN"
)
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"
)
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"
)
const (
    // RadarChartShapeCircle is a RadarChartShape enum value
    RadarChartShapeCircle = "CIRCLE"

    // RadarChartShapePolygon is a RadarChartShape enum value
    RadarChartShapePolygon = "POLYGON"
)
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"
)
const (
    // ReferenceLineLabelVerticalPositionAbove is a ReferenceLineLabelVerticalPosition enum value
    ReferenceLineLabelVerticalPositionAbove = "ABOVE"

    // ReferenceLineLabelVerticalPositionBelow is a ReferenceLineLabelVerticalPosition enum value
    ReferenceLineLabelVerticalPositionBelow = "BELOW"
)
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"
)
const (
    // ReferenceLineValueLabelRelativePositionBeforeCustomLabel is a ReferenceLineValueLabelRelativePosition enum value
    ReferenceLineValueLabelRelativePositionBeforeCustomLabel = "BEFORE_CUSTOM_LABEL"

    // ReferenceLineValueLabelRelativePositionAfterCustomLabel is a ReferenceLineValueLabelRelativePosition enum value
    ReferenceLineValueLabelRelativePositionAfterCustomLabel = "AFTER_CUSTOM_LABEL"
)
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"
)
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"
)
const (
    // ResizeOptionFixed is a ResizeOption enum value
    ResizeOptionFixed = "FIXED"

    // ResizeOptionResponsive is a ResizeOption enum value
    ResizeOptionResponsive = "RESPONSIVE"
)
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"
)
const (
    // RowLevelPermissionFormatVersionVersion1 is a RowLevelPermissionFormatVersion enum value
    RowLevelPermissionFormatVersionVersion1 = "VERSION_1"

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

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

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

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

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

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

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

    // SheetControlSliderTypeRange is a SheetControlSliderType enum value
    SheetControlSliderTypeRange = "RANGE"
)
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"
)
const (
    // SortDirectionAsc is a SortDirection enum value
    SortDirectionAsc = "ASC"

    // SortDirectionDesc is a SortDirection enum value
    SortDirectionDesc = "DESC"
)
const (
    // StatusEnabled is a Status enum value
    StatusEnabled = "ENABLED"

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

    // TableBorderStyleSolid is a TableBorderStyle enum value
    TableBorderStyleSolid = "SOLID"
)
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"
)
const (
    // TableOrientationVertical is a TableOrientation enum value
    TableOrientationVertical = "VERTICAL"

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

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

    // TableTotalsScrollStatusScrolled is a TableTotalsScrollStatus enum value
    TableTotalsScrollStatusScrolled = "SCROLLED"
)
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"
)
const (
    // TextQualifierDoubleQuote is a TextQualifier enum value
    TextQualifierDoubleQuote = "DOUBLE_QUOTE"

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

    // TextWrapWrap is a TextWrap enum value
    TextWrapWrap = "WRAP"
)
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"
)
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"
)
const (
    // TooltipTitleTypeNone is a TooltipTitleType enum value
    TooltipTitleTypeNone = "NONE"

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

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

    // TopBottomSortOrderAbsoluteDifference is a TopBottomSortOrder enum value
    TopBottomSortOrderAbsoluteDifference = "ABSOLUTE_DIFFERENCE"
)
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"
)
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"
)
const (
    // ValueWhenUnsetOptionRecommendedValue is a ValueWhenUnsetOption enum value
    ValueWhenUnsetOptionRecommendedValue = "RECOMMENDED_VALUE"

    // ValueWhenUnsetOptionNull is a ValueWhenUnsetOption enum value
    ValueWhenUnsetOptionNull = "NULL"
)
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"
)
const (
    // VisibilityHidden is a Visibility enum value
    VisibilityHidden = "HIDDEN"

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

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

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

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

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

    // WordCloudWordOrientationHorizontalAndVertical is a WordCloudWordOrientation enum value
    WordCloudWordOrientationHorizontalAndVertical = "HORIZONTAL_AND_VERTICAL"
)
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"
)
const (
    // WordCloudWordScalingEmphasize is a WordCloudWordScaling enum value
    WordCloudWordScalingEmphasize = "EMPHASIZE"

    // WordCloudWordScalingNormal is a WordCloudWordScaling enum value
    WordCloudWordScalingNormal = "NORMAL"
)
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"
)
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

const (
    // AnchorOptionNow is a AnchorOption enum value
    AnchorOptionNow = "NOW"
)
const (
    // CategoryFilterSelectAllOptionsFilterAllValues is a CategoryFilterSelectAllOptions enum value
    CategoryFilterSelectAllOptionsFilterAllValues = "FILTER_ALL_VALUES"
)
const (
    // ConditionalFormattingIconDisplayOptionIconOnly is a ConditionalFormattingIconDisplayOption enum value
    ConditionalFormattingIconDisplayOptionIconOnly = "ICON_ONLY"
)
const (
    // FolderTypeShared is a FolderType enum value
    FolderTypeShared = "SHARED"
)
const (
    // GeoSpatialCountryCodeUs is a GeoSpatialCountryCode enum value
    GeoSpatialCountryCodeUs = "US"
)
const (
    // GroupFilterAttributeGroupName is a GroupFilterAttribute enum value
    GroupFilterAttributeGroupName = "GROUP_NAME"
)
const (
    // GroupFilterOperatorStartsWith is a GroupFilterOperator enum value
    GroupFilterOperatorStartsWith = "StartsWith"
)
const (
    // IdentityStoreQuicksight is a IdentityStore enum value
    IdentityStoreQuicksight = "QUICKSIGHT"
)
const (
    // NumericFilterSelectAllOptionsFilterAllValues is a NumericFilterSelectAllOptions enum value
    NumericFilterSelectAllOptionsFilterAllValues = "FILTER_ALL_VALUES"
)
const (
    // SelectAllValueOptionsAllValues is a SelectAllValueOptions enum value
    SelectAllValueOptionsAllValues = "ALL_VALUES"
)
const (
    // SelectedFieldOptionsAllFields is a SelectedFieldOptions enum value
    SelectedFieldOptionsAllFields = "ALL_FIELDS"
)
const (
    // TableFieldIconSetTypeLink is a TableFieldIconSetType enum value
    TableFieldIconSetTypeLink = "LINK"
)
const (
    // TargetVisualOptionsAllVisuals is a TargetVisualOptions enum value
    TargetVisualOptionsAllVisuals = "ALL_VISUALS"
)
const (
    // ThemeErrorTypeInternalFailure is a ThemeErrorType enum value
    ThemeErrorTypeInternalFailure = "INTERNAL_FAILURE"
)

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

func AnchorOption_Values() []string

AnchorOption_Values returns all elements of the AnchorOption enum

func ArcThicknessOptions_Values

func ArcThicknessOptions_Values() []string

ArcThicknessOptions_Values returns all elements of the ArcThicknessOptions enum

func ArcThickness_Values

func ArcThickness_Values() []string

ArcThickness_Values returns all elements of the ArcThickness enum

func AssignmentStatus_Values

func AssignmentStatus_Values() []string

AssignmentStatus_Values returns all elements of the AssignmentStatus enum

func AuthenticationMethodOption_Values

func AuthenticationMethodOption_Values() []string

AuthenticationMethodOption_Values returns all elements of the AuthenticationMethodOption enum

func AxisBinding_Values

func AxisBinding_Values() []string

AxisBinding_Values returns all elements of the AxisBinding enum

func BarChartOrientation_Values

func BarChartOrientation_Values() []string

BarChartOrientation_Values returns all elements of the BarChartOrientation enum

func BarsArrangement_Values

func BarsArrangement_Values() []string

BarsArrangement_Values returns all elements of the BarsArrangement enum

func BaseMapStyleType_Values

func BaseMapStyleType_Values() []string

BaseMapStyleType_Values returns all elements of the BaseMapStyleType enum

func BoxPlotFillStyle_Values

func BoxPlotFillStyle_Values() []string

BoxPlotFillStyle_Values returns all elements of the BoxPlotFillStyle enum

func CategoricalAggregationFunction_Values

func CategoricalAggregationFunction_Values() []string

CategoricalAggregationFunction_Values returns all elements of the CategoricalAggregationFunction enum

func CategoryFilterMatchOperator_Values

func CategoryFilterMatchOperator_Values() []string

CategoryFilterMatchOperator_Values returns all elements of the CategoryFilterMatchOperator enum

func CategoryFilterSelectAllOptions_Values

func CategoryFilterSelectAllOptions_Values() []string

CategoryFilterSelectAllOptions_Values returns all elements of the CategoryFilterSelectAllOptions enum

func ColorFillType_Values

func ColorFillType_Values() []string

ColorFillType_Values returns all elements of the ColorFillType enum

func ColumnDataType_Values

func ColumnDataType_Values() []string

ColumnDataType_Values returns all elements of the ColumnDataType enum

func ColumnRole_Values

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

func ComparisonMethod_Values() []string

ComparisonMethod_Values returns all elements of the ComparisonMethod enum

func ConditionalFormattingIconDisplayOption_Values

func ConditionalFormattingIconDisplayOption_Values() []string

ConditionalFormattingIconDisplayOption_Values returns all elements of the ConditionalFormattingIconDisplayOption enum

func ConditionalFormattingIconSetType_Values

func ConditionalFormattingIconSetType_Values() []string

ConditionalFormattingIconSetType_Values returns all elements of the ConditionalFormattingIconSetType enum

func CrossDatasetTypes_Values

func CrossDatasetTypes_Values() []string

CrossDatasetTypes_Values returns all elements of the CrossDatasetTypes enum

func CustomContentImageScalingConfiguration_Values

func CustomContentImageScalingConfiguration_Values() []string

CustomContentImageScalingConfiguration_Values returns all elements of the CustomContentImageScalingConfiguration enum

func CustomContentType_Values

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

func DataLabelContent_Values() []string

DataLabelContent_Values returns all elements of the DataLabelContent enum

func DataLabelOverlap_Values

func DataLabelOverlap_Values() []string

DataLabelOverlap_Values returns all elements of the DataLabelOverlap enum

func DataLabelPosition_Values

func DataLabelPosition_Values() []string

DataLabelPosition_Values returns all elements of the DataLabelPosition enum

func DataSetFilterAttribute_Values

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

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 DateAggregationFunction_Values

func DateAggregationFunction_Values() []string

DateAggregationFunction_Values returns all elements of the DateAggregationFunction 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 FilterNullOption_Values

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

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

func FontDecoration_Values() []string

FontDecoration_Values returns all elements of the FontDecoration enum

func FontStyle_Values

func FontStyle_Values() []string

FontStyle_Values returns all elements of the FontStyle enum

func FontWeightName_Values

func FontWeightName_Values() []string

FontWeightName_Values returns all elements of the FontWeightName enum

func ForecastComputationSeasonality_Values

func ForecastComputationSeasonality_Values() []string

ForecastComputationSeasonality_Values returns all elements of the ForecastComputationSeasonality enum

func FunnelChartMeasureDataLabelStyle_Values

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

func GeospatialSelectedPointStyle_Values() []string

GeospatialSelectedPointStyle_Values returns all elements of the GeospatialSelectedPointStyle enum

func GroupFilterAttribute_Values

func GroupFilterAttribute_Values() []string

GroupFilterAttribute_Values returns all elements of the GroupFilterAttribute enum

func GroupFilterOperator_Values

func GroupFilterOperator_Values() []string

GroupFilterOperator_Values returns all elements of the GroupFilterOperator enum

func HistogramBinType_Values

func HistogramBinType_Values() []string

HistogramBinType_Values returns all elements of the HistogramBinType enum

func HorizontalTextAlignment_Values

func HorizontalTextAlignment_Values() []string

HorizontalTextAlignment_Values returns all elements of the HorizontalTextAlignment enum

func Icon_Values

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

func LayoutElementType_Values() []string

LayoutElementType_Values returns all elements of the LayoutElementType enum

func LegendPosition_Values

func LegendPosition_Values() []string

LegendPosition_Values returns all elements of the LegendPosition enum

func LineChartLineStyle_Values

func LineChartLineStyle_Values() []string

LineChartLineStyle_Values returns all elements of the LineChartLineStyle enum

func LineChartMarkerShape_Values

func LineChartMarkerShape_Values() []string

LineChartMarkerShape_Values returns all elements of the LineChartMarkerShape enum

func LineChartType_Values

func LineChartType_Values() []string

LineChartType_Values returns all elements of the LineChartType enum

func LineInterpolation_Values

func LineInterpolation_Values() []string

LineInterpolation_Values returns all elements of the LineInterpolation enum

func MapZoomMode_Values

func MapZoomMode_Values() []string

MapZoomMode_Values returns all elements of the MapZoomMode enum

func MaximumMinimumComputationType_Values

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

func MissingDataTreatmentOption_Values() []string

MissingDataTreatmentOption_Values returns all elements of the MissingDataTreatmentOption 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

func NegativeValueDisplayMode_Values() []string

NegativeValueDisplayMode_Values returns all elements of the NegativeValueDisplayMode enum

func NumberScale_Values

func NumberScale_Values() []string

NumberScale_Values returns all elements of the NumberScale enum

func NumericEqualityMatchOperator_Values

func NumericEqualityMatchOperator_Values() []string

NumericEqualityMatchOperator_Values returns all elements of the NumericEqualityMatchOperator enum

func NumericFilterSelectAllOptions_Values

func NumericFilterSelectAllOptions_Values() []string

NumericFilterSelectAllOptions_Values returns all elements of the NumericFilterSelectAllOptions enum

func NumericSeparatorSymbol_Values

func NumericSeparatorSymbol_Values() []string

NumericSeparatorSymbol_Values returns all elements of the NumericSeparatorSymbol enum

func OtherCategories_Values

func OtherCategories_Values() []string

OtherCategories_Values returns all elements of the OtherCategories enum

func PanelBorderStyle_Values

func PanelBorderStyle_Values() []string

PanelBorderStyle_Values returns all elements of the PanelBorderStyle enum

func PaperOrientation_Values

func PaperOrientation_Values() []string

PaperOrientation_Values returns all elements of the PaperOrientation enum

func PaperSize_Values

func PaperSize_Values() []string

PaperSize_Values returns all elements of the PaperSize enum

func ParameterValueType_Values

func ParameterValueType_Values() []string

ParameterValueType_Values returns all elements of the ParameterValueType enum

func PivotTableConditionalFormattingScopeRole_Values

func PivotTableConditionalFormattingScopeRole_Values() []string

PivotTableConditionalFormattingScopeRole_Values returns all elements of the PivotTableConditionalFormattingScopeRole enum

func PivotTableMetricPlacement_Values

func PivotTableMetricPlacement_Values() []string

PivotTableMetricPlacement_Values returns all elements of the PivotTableMetricPlacement enum

func PivotTableSubtotalLevel_Values

func PivotTableSubtotalLevel_Values() []string

PivotTableSubtotalLevel_Values returns all elements of the PivotTableSubtotalLevel enum

func PrimaryValueDisplayType_Values

func PrimaryValueDisplayType_Values() []string

PrimaryValueDisplayType_Values returns all elements of the PrimaryValueDisplayType enum

func RadarChartShape_Values

func RadarChartShape_Values() []string

RadarChartShape_Values returns all elements of the RadarChartShape enum

func ReferenceLineLabelHorizontalPosition_Values

func ReferenceLineLabelHorizontalPosition_Values() []string

ReferenceLineLabelHorizontalPosition_Values returns all elements of the ReferenceLineLabelHorizontalPosition enum

func ReferenceLineLabelVerticalPosition_Values

func ReferenceLineLabelVerticalPosition_Values() []string

ReferenceLineLabelVerticalPosition_Values returns all elements of the ReferenceLineLabelVerticalPosition enum

func ReferenceLinePatternType_Values

func ReferenceLinePatternType_Values() []string

ReferenceLinePatternType_Values returns all elements of the ReferenceLinePatternType enum

func ReferenceLineValueLabelRelativePosition_Values

func ReferenceLineValueLabelRelativePosition_Values() []string

ReferenceLineValueLabelRelativePosition_Values returns all elements of the ReferenceLineValueLabelRelativePosition enum

func RelativeDateType_Values

func RelativeDateType_Values() []string

RelativeDateType_Values returns all elements of the RelativeDateType enum

func RelativeFontSize_Values

func RelativeFontSize_Values() []string

RelativeFontSize_Values returns all elements of the RelativeFontSize enum

func ResizeOption_Values

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

func SectionPageBreakStatus_Values() []string

SectionPageBreakStatus_Values returns all elements of the SectionPageBreakStatus enum

func SelectAllValueOptions_Values

func SelectAllValueOptions_Values() []string

SelectAllValueOptions_Values returns all elements of the SelectAllValueOptions enum

func SelectedFieldOptions_Values

func SelectedFieldOptions_Values() []string

SelectedFieldOptions_Values returns all elements of the SelectedFieldOptions enum

func SelectedTooltipType_Values

func SelectedTooltipType_Values() []string

SelectedTooltipType_Values returns all elements of the SelectedTooltipType enum

func SheetContentType_Values

func SheetContentType_Values() []string

SheetContentType_Values returns all elements of the SheetContentType enum

func SheetControlDateTimePickerType_Values

func SheetControlDateTimePickerType_Values() []string

SheetControlDateTimePickerType_Values returns all elements of the SheetControlDateTimePickerType enum

func SheetControlListType_Values

func SheetControlListType_Values() []string

SheetControlListType_Values returns all elements of the SheetControlListType enum

func SheetControlSliderType_Values

func SheetControlSliderType_Values() []string

SheetControlSliderType_Values returns all elements of the SheetControlSliderType enum

func SimpleNumericalAggregationFunction_Values

func SimpleNumericalAggregationFunction_Values() []string

SimpleNumericalAggregationFunction_Values returns all elements of the SimpleNumericalAggregationFunction enum

func SortDirection_Values

func SortDirection_Values() []string

SortDirection_Values returns all elements of the SortDirection enum

func Status_Values

func Status_Values() []string

Status_Values returns all elements of the Status enum

func TableBorderStyle_Values

func TableBorderStyle_Values() []string

TableBorderStyle_Values returns all elements of the TableBorderStyle enum

func TableCellImageScalingConfiguration_Values

func TableCellImageScalingConfiguration_Values() []string

TableCellImageScalingConfiguration_Values returns all elements of the TableCellImageScalingConfiguration enum

func TableFieldIconSetType_Values

func TableFieldIconSetType_Values() []string

TableFieldIconSetType_Values returns all elements of the TableFieldIconSetType enum

func TableOrientation_Values

func TableOrientation_Values() []string

TableOrientation_Values returns all elements of the TableOrientation enum

func TableTotalsPlacement_Values

func TableTotalsPlacement_Values() []string

TableTotalsPlacement_Values returns all elements of the TableTotalsPlacement enum

func TableTotalsScrollStatus_Values

func TableTotalsScrollStatus_Values() []string

TableTotalsScrollStatus_Values returns all elements of the TableTotalsScrollStatus enum

func TargetVisualOptions_Values

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

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

func TimeGranularity_Values() []string

TimeGranularity_Values returns all elements of the TimeGranularity enum

func TooltipTitleType_Values

func TooltipTitleType_Values() []string

TooltipTitleType_Values returns all elements of the TooltipTitleType enum

func TopBottomComputationType_Values

func TopBottomComputationType_Values() []string

TopBottomComputationType_Values returns all elements of the TopBottomComputationType enum

func TopBottomSortOrder_Values

func TopBottomSortOrder_Values() []string

TopBottomSortOrder_Values returns all elements of the TopBottomSortOrder enum

func URLTargetConfiguration_Values

func URLTargetConfiguration_Values() []string

URLTargetConfiguration_Values returns all elements of the URLTargetConfiguration enum

func UserRole_Values

func UserRole_Values() []string

UserRole_Values returns all elements of the UserRole enum

func ValueWhenUnsetOption_Values

func ValueWhenUnsetOption_Values() []string

ValueWhenUnsetOption_Values returns all elements of the ValueWhenUnsetOption enum

func VerticalTextAlignment_Values

func VerticalTextAlignment_Values() []string

VerticalTextAlignment_Values returns all elements of the VerticalTextAlignment enum

func Visibility_Values

func Visibility_Values() []string

Visibility_Values returns all elements of the Visibility enum

func VisualCustomActionTrigger_Values

func VisualCustomActionTrigger_Values() []string

VisualCustomActionTrigger_Values returns all elements of the VisualCustomActionTrigger enum

func WidgetStatus_Values

func WidgetStatus_Values() []string

WidgetStatus_Values returns all elements of the WidgetStatus enum

func WordCloudCloudLayout_Values

func WordCloudCloudLayout_Values() []string

WordCloudCloudLayout_Values returns all elements of the WordCloudCloudLayout enum

func WordCloudWordCasing_Values

func WordCloudWordCasing_Values() []string

WordCloudWordCasing_Values returns all elements of the WordCloudWordCasing enum

func WordCloudWordOrientation_Values

func WordCloudWordOrientation_Values() []string

WordCloudWordOrientation_Values returns all elements of the WordCloudWordOrientation enum

func WordCloudWordPadding_Values

func WordCloudWordPadding_Values() []string

WordCloudWordPadding_Values returns all elements of the WordCloudWordPadding enum

func WordCloudWordScaling_Values

func WordCloudWordScaling_Values() []string

WordCloudWordScaling_Values returns all elements of the WordCloudWordScaling enum

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

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

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

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

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

SetAccountName sets the AccountName field's value.

func (*AccountInfo) SetAccountSubscriptionStatus

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

SetAccountSubscriptionStatus sets the AccountSubscriptionStatus field's value.

func (*AccountInfo) SetAuthenticationType

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

SetAuthenticationType sets the AuthenticationType field's value.

func (*AccountInfo) SetEdition

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

SetEdition sets the Edition field's value.

func (*AccountInfo) SetNotificationEmail

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

SetNotificationEmail sets the NotificationEmail field's value.

func (AccountInfo) String

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

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

SetPublicSharingEnabled sets the PublicSharingEnabled field's value.

func (*AccountSettings) SetTerminationProtectionEnabled

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

func (s *ActiveIAMPolicyAssignment) SetAssignmentName(v string) *ActiveIAMPolicyAssignment

SetAssignmentName sets the AssignmentName field's value.

func (*ActiveIAMPolicyAssignment) SetPolicyArn

func (s *ActiveIAMPolicyAssignment) SetPolicyArn(v string) *ActiveIAMPolicyAssignment

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

type AggregationFunction struct {

    // 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

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) SetCategoricalAggregationFunction

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

SetCategoricalAggregationFunction sets the CategoricalAggregationFunction field's value.

func (*AggregationFunction) SetDateAggregationFunction

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

SetDateAggregationFunction sets the DateAggregationFunction field's value.

func (*AggregationFunction) SetNumericalAggregationFunction

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

SetNumericalAggregationFunction sets the NumericalAggregationFunction field's value.

func (AggregationFunction) String

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

type AggregationSortConfiguration struct {

    // The function that aggregates the values in Column.
    //
    // AggregationFunction is a required field
    AggregationFunction *AggregationFunction `type:"structure" required:"true"`

    // 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

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

func (s *AggregationSortConfiguration) SetAggregationFunction(v *AggregationFunction) *AggregationSortConfiguration

SetAggregationFunction sets the AggregationFunction field's value.

func (*AggregationSortConfiguration) SetColumn

func (s *AggregationSortConfiguration) SetColumn(v *ColumnIdentifier) *AggregationSortConfiguration

SetColumn sets the Column field's value.

func (*AggregationSortConfiguration) SetSortDirection

func (s *AggregationSortConfiguration) SetSortDirection(v string) *AggregationSortConfiguration

SetSortDirection sets the SortDirection field's value.

func (AggregationSortConfiguration) String

func (s AggregationSortConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

func (s AmazonElasticsearchParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *AmazonElasticsearchParameters) SetDomain(v string) *AmazonElasticsearchParameters

SetDomain sets the Domain field's value.

func (AmazonElasticsearchParameters) String

func (s AmazonElasticsearchParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *AmazonOpenSearchParameters) SetDomain(v string) *AmazonOpenSearchParameters

SetDomain sets the Domain field's value.

func (AmazonOpenSearchParameters) String

func (s AmazonOpenSearchParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

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

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

SetDefaultNewSheetConfiguration sets the DefaultNewSheetConfiguration field's value.

func (AnalysisDefaults) String

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

func (s *AnalysisDefaults) Validate() error

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

type AnalysisDefinition

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

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

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

SetAnalysisDefaults sets the AnalysisDefaults field's value.

func (*AnalysisDefinition) SetCalculatedFields

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

SetCalculatedFields sets the CalculatedFields field's value.

func (*AnalysisDefinition) SetColumnConfigurations

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

SetColumnConfigurations sets the ColumnConfigurations field's value.

func (*AnalysisDefinition) SetDataSetIdentifierDeclarations

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

SetDataSetIdentifierDeclarations sets the DataSetIdentifierDeclarations field's value.

func (*AnalysisDefinition) SetFilterGroups

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

SetFilterGroups sets the FilterGroups field's value.

func (*AnalysisDefinition) SetParameterDeclarations

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

SetParameterDeclarations sets the ParameterDeclarations field's value.

func (*AnalysisDefinition) SetSheets

func (s *AnalysisDefinition) SetSheets(v []*SheetDefinition) *AnalysisDefinition

SetSheets sets the Sheets field's value.

func (AnalysisDefinition) String

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

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

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

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

SetName sets the Name field's value.

func (*AnalysisSearchFilter) SetOperator

func (s *AnalysisSearchFilter) SetOperator(v string) *AnalysisSearchFilter

SetOperator sets the Operator field's value.

func (*AnalysisSearchFilter) SetValue

func (s *AnalysisSearchFilter) SetValue(v string) *AnalysisSearchFilter

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

func (s *AnalysisSourceEntity) SetSourceTemplate(v *AnalysisSourceTemplate) *AnalysisSourceEntity

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

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

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

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

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

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

SetAnchorOption sets the AnchorOption field's value.

func (*AnchorDateConfiguration) SetParameterName

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

SetParameterName sets the ParameterName field's value.

func (AnchorDateConfiguration) String

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

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

func (s AnonymousUserDashboardEmbeddingConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *AnonymousUserDashboardEmbeddingConfiguration) SetInitialDashboardId(v string) *AnonymousUserDashboardEmbeddingConfiguration

SetInitialDashboardId sets the InitialDashboardId field's value.

func (AnonymousUserDashboardEmbeddingConfiguration) String

func (s AnonymousUserDashboardEmbeddingConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *AnonymousUserDashboardEmbeddingConfiguration) Validate() error

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

type AnonymousUserDashboardVisualEmbeddingConfiguration

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

func (s AnonymousUserDashboardVisualEmbeddingConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *AnonymousUserDashboardVisualEmbeddingConfiguration) SetInitialDashboardVisualId(v *DashboardVisualId) *AnonymousUserDashboardVisualEmbeddingConfiguration

SetInitialDashboardVisualId sets the InitialDashboardVisualId field's value.

func (AnonymousUserDashboardVisualEmbeddingConfiguration) String

func (s AnonymousUserDashboardVisualEmbeddingConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *AnonymousUserDashboardVisualEmbeddingConfiguration) Validate() error

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

func (s AnonymousUserEmbeddingExperienceConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *AnonymousUserEmbeddingExperienceConfiguration) SetDashboard(v *AnonymousUserDashboardEmbeddingConfiguration) *AnonymousUserEmbeddingExperienceConfiguration

SetDashboard sets the Dashboard field's value.

func (*AnonymousUserEmbeddingExperienceConfiguration) SetDashboardVisual

func (s *AnonymousUserEmbeddingExperienceConfiguration) SetDashboardVisual(v *AnonymousUserDashboardVisualEmbeddingConfiguration) *AnonymousUserEmbeddingExperienceConfiguration

SetDashboardVisual sets the DashboardVisual field's value.

func (*AnonymousUserEmbeddingExperienceConfiguration) SetQSearchBar

func (s *AnonymousUserEmbeddingExperienceConfiguration) SetQSearchBar(v *AnonymousUserQSearchBarEmbeddingConfiguration) *AnonymousUserEmbeddingExperienceConfiguration

SetQSearchBar sets the QSearchBar field's value.

func (AnonymousUserEmbeddingExperienceConfiguration) String

func (s AnonymousUserEmbeddingExperienceConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *AnonymousUserEmbeddingExperienceConfiguration) Validate() error

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

type AnonymousUserQSearchBarEmbeddingConfiguration

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

func (s AnonymousUserQSearchBarEmbeddingConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *AnonymousUserQSearchBarEmbeddingConfiguration) SetInitialTopicId(v string) *AnonymousUserQSearchBarEmbeddingConfiguration

SetInitialTopicId sets the InitialTopicId field's value.

func (AnonymousUserQSearchBarEmbeddingConfiguration) String

func (s AnonymousUserQSearchBarEmbeddingConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *AnonymousUserQSearchBarEmbeddingConfiguration) Validate() error

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

type ArcAxisConfiguration

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

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

func (s *ArcAxisConfiguration) SetRange(v *ArcAxisDisplayRange) *ArcAxisConfiguration

SetRange sets the Range field's value.

func (*ArcAxisConfiguration) SetReserveRange

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

SetReserveRange sets the ReserveRange field's value.

func (ArcAxisConfiguration) String

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

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

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

func (s *ArcAxisDisplayRange) SetMax(v float64) *ArcAxisDisplayRange

SetMax sets the Max field's value.

func (*ArcAxisDisplayRange) SetMin

func (s *ArcAxisDisplayRange) SetMin(v float64) *ArcAxisDisplayRange

SetMin sets the Min field's value.

func (ArcAxisDisplayRange) String

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

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

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

func (s *ArcConfiguration) SetArcAngle(v float64) *ArcConfiguration

SetArcAngle sets the ArcAngle field's value.

func (*ArcConfiguration) SetArcThickness

func (s *ArcConfiguration) SetArcThickness(v string) *ArcConfiguration

SetArcThickness sets the ArcThickness field's value.

func (ArcConfiguration) String

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

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

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

func (s *ArcOptions) SetArcThickness(v string) *ArcOptions

SetArcThickness sets the ArcThickness field's value.

func (ArcOptions) String

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 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

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 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

func (s *AuroraPostgreSqlParameters) SetDatabase(v string) *AuroraPostgreSqlParameters

SetDatabase sets the Database field's value.

func (*AuroraPostgreSqlParameters) SetHost

func (s *AuroraPostgreSqlParameters) SetHost(v string) *AuroraPostgreSqlParameters

SetHost sets the Host field's value.

func (*AuroraPostgreSqlParameters) SetPort

func (s *AuroraPostgreSqlParameters) SetPort(v int64) *AuroraPostgreSqlParameters

SetPort sets the Port field's value.

func (AuroraPostgreSqlParameters) String

func (s AuroraPostgreSqlParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *AwsIotAnalyticsParameters) SetDataSetName(v string) *AwsIotAnalyticsParameters

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

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

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

func (s *AxisDataOptions) SetDateAxisOptions(v *DateAxisOptions) *AxisDataOptions

SetDateAxisOptions sets the DateAxisOptions field's value.

func (*AxisDataOptions) SetNumericAxisOptions

func (s *AxisDataOptions) SetNumericAxisOptions(v *NumericAxisOptions) *AxisDataOptions

SetNumericAxisOptions sets the NumericAxisOptions field's value.

func (AxisDataOptions) String

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

type AxisDisplayDataDrivenRange struct {
    // contains filtered or unexported fields
}

The options that are saved for future extension.

func (AxisDisplayDataDrivenRange) GoString

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

func (s AxisDisplayDataDrivenRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

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

func (s *AxisDisplayMinMaxRange) SetMaximum(v float64) *AxisDisplayMinMaxRange

SetMaximum sets the Maximum field's value.

func (*AxisDisplayMinMaxRange) SetMinimum

func (s *AxisDisplayMinMaxRange) SetMinimum(v float64) *AxisDisplayMinMaxRange

SetMinimum sets the Minimum field's value.

func (AxisDisplayMinMaxRange) String

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

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

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

func (s *AxisDisplayOptions) SetAxisLineVisibility(v string) *AxisDisplayOptions

SetAxisLineVisibility sets the AxisLineVisibility field's value.

func (*AxisDisplayOptions) SetAxisOffset

func (s *AxisDisplayOptions) SetAxisOffset(v string) *AxisDisplayOptions

SetAxisOffset sets the AxisOffset field's value.

func (*AxisDisplayOptions) SetDataOptions

func (s *AxisDisplayOptions) SetDataOptions(v *AxisDataOptions) *AxisDisplayOptions

SetDataOptions sets the DataOptions field's value.

func (*AxisDisplayOptions) SetGridLineVisibility

func (s *AxisDisplayOptions) SetGridLineVisibility(v string) *AxisDisplayOptions

SetGridLineVisibility sets the GridLineVisibility field's value.

func (*AxisDisplayOptions) SetScrollbarOptions

func (s *AxisDisplayOptions) SetScrollbarOptions(v *ScrollBarOptions) *AxisDisplayOptions

SetScrollbarOptions sets the ScrollbarOptions field's value.

func (*AxisDisplayOptions) SetTickLabelOptions

func (s *AxisDisplayOptions) SetTickLabelOptions(v *AxisTickLabelOptions) *AxisDisplayOptions

SetTickLabelOptions sets the TickLabelOptions field's value.

func (AxisDisplayOptions) String

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

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

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

func (s *AxisDisplayRange) SetDataDriven(v *AxisDisplayDataDrivenRange) *AxisDisplayRange

SetDataDriven sets the DataDriven field's value.

func (*AxisDisplayRange) SetMinMax

func (s *AxisDisplayRange) SetMinMax(v *AxisDisplayMinMaxRange) *AxisDisplayRange

SetMinMax sets the MinMax field's value.

func (AxisDisplayRange) String

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

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

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

func (s *AxisLabelOptions) SetApplyTo(v *AxisLabelReferenceOptions) *AxisLabelOptions

SetApplyTo sets the ApplyTo field's value.

func (*AxisLabelOptions) SetCustomLabel

func (s *AxisLabelOptions) SetCustomLabel(v string) *AxisLabelOptions

SetCustomLabel sets the CustomLabel field's value.

func (*AxisLabelOptions) SetFontConfiguration

func (s *AxisLabelOptions) SetFontConfiguration(v *FontConfiguration) *AxisLabelOptions

SetFontConfiguration sets the FontConfiguration field's value.

func (AxisLabelOptions) String

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

func (s *AxisLabelOptions) Validate() error

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

type AxisLabelReferenceOptions

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

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

func (s *AxisLabelReferenceOptions) SetColumn(v *ColumnIdentifier) *AxisLabelReferenceOptions

SetColumn sets the Column field's value.

func (*AxisLabelReferenceOptions) SetFieldId

func (s *AxisLabelReferenceOptions) SetFieldId(v string) *AxisLabelReferenceOptions

SetFieldId sets the FieldId field's value.

func (AxisLabelReferenceOptions) String

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

func (s *AxisLabelReferenceOptions) Validate() error

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

type AxisLinearScale

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

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

func (s *AxisLinearScale) SetStepCount(v int64) *AxisLinearScale

SetStepCount sets the StepCount field's value.

func (*AxisLinearScale) SetStepSize

func (s *AxisLinearScale) SetStepSize(v float64) *AxisLinearScale

SetStepSize sets the StepSize field's value.

func (AxisLinearScale) String

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

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

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

func (s *AxisLogarithmicScale) SetBase(v float64) *AxisLogarithmicScale

SetBase sets the Base field's value.

func (AxisLogarithmicScale) String

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

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

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

func (s *AxisScale) SetLinear(v *AxisLinearScale) *AxisScale

SetLinear sets the Linear field's value.

func (*AxisScale) SetLogarithmic

func (s *AxisScale) SetLogarithmic(v *AxisLogarithmicScale) *AxisScale

SetLogarithmic sets the Logarithmic field's value.

func (AxisScale) String

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

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

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

func (s *AxisTickLabelOptions) SetLabelOptions(v *LabelOptions) *AxisTickLabelOptions

SetLabelOptions sets the LabelOptions field's value.

func (*AxisTickLabelOptions) SetRotationAngle

func (s *AxisTickLabelOptions) SetRotationAngle(v float64) *AxisTickLabelOptions

SetRotationAngle sets the RotationAngle field's value.

func (AxisTickLabelOptions) String

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

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

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

func (s *BarChartAggregatedFieldWells) SetCategory(v []*DimensionField) *BarChartAggregatedFieldWells

SetCategory sets the Category field's value.

func (*BarChartAggregatedFieldWells) SetColors

func (s *BarChartAggregatedFieldWells) SetColors(v []*DimensionField) *BarChartAggregatedFieldWells

SetColors sets the Colors field's value.

func (*BarChartAggregatedFieldWells) SetSmallMultiples

func (s *BarChartAggregatedFieldWells) SetSmallMultiples(v []*DimensionField) *BarChartAggregatedFieldWells

SetSmallMultiples sets the SmallMultiples field's value.

func (*BarChartAggregatedFieldWells) SetValues

func (s *BarChartAggregatedFieldWells) SetValues(v []*MeasureField) *BarChartAggregatedFieldWells

SetValues sets the Values field's value.

func (BarChartAggregatedFieldWells) String

func (s BarChartAggregatedFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *BarChartAggregatedFieldWells) Validate() error

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

type BarChartConfiguration

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

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

func (s *BarChartConfiguration) SetBarsArrangement(v string) *BarChartConfiguration

SetBarsArrangement sets the BarsArrangement field's value.

func (*BarChartConfiguration) SetCategoryAxis

func (s *BarChartConfiguration) SetCategoryAxis(v *AxisDisplayOptions) *BarChartConfiguration

SetCategoryAxis sets the CategoryAxis field's value.

func (*BarChartConfiguration) SetCategoryLabelOptions

func (s *BarChartConfiguration) SetCategoryLabelOptions(v *ChartAxisLabelOptions) *BarChartConfiguration

SetCategoryLabelOptions sets the CategoryLabelOptions field's value.

func (*BarChartConfiguration) SetColorLabelOptions

func (s *BarChartConfiguration) SetColorLabelOptions(v *ChartAxisLabelOptions) *BarChartConfiguration

SetColorLabelOptions sets the ColorLabelOptions field's value.

func (*BarChartConfiguration) SetContributionAnalysisDefaults

func (s *BarChartConfiguration) SetContributionAnalysisDefaults(v []*ContributionAnalysisDefault) *BarChartConfiguration

SetContributionAnalysisDefaults sets the ContributionAnalysisDefaults field's value.

func (*BarChartConfiguration) SetDataLabels

func (s *BarChartConfiguration) SetDataLabels(v *DataLabelOptions) *BarChartConfiguration

SetDataLabels sets the DataLabels field's value.

func (*BarChartConfiguration) SetFieldWells

func (s *BarChartConfiguration) SetFieldWells(v *BarChartFieldWells) *BarChartConfiguration

SetFieldWells sets the FieldWells field's value.

func (*BarChartConfiguration) SetLegend

func (s *BarChartConfiguration) SetLegend(v *LegendOptions) *BarChartConfiguration

SetLegend sets the Legend field's value.

func (*BarChartConfiguration) SetOrientation

func (s *BarChartConfiguration) SetOrientation(v string) *BarChartConfiguration

SetOrientation sets the Orientation field's value.

func (*BarChartConfiguration) SetReferenceLines

func (s *BarChartConfiguration) SetReferenceLines(v []*ReferenceLine) *BarChartConfiguration

SetReferenceLines sets the ReferenceLines field's value.

func (*BarChartConfiguration) SetSmallMultiplesOptions

func (s *BarChartConfiguration) SetSmallMultiplesOptions(v *SmallMultiplesOptions) *BarChartConfiguration

SetSmallMultiplesOptions sets the SmallMultiplesOptions field's value.

func (*BarChartConfiguration) SetSortConfiguration

func (s *BarChartConfiguration) SetSortConfiguration(v *BarChartSortConfiguration) *BarChartConfiguration

SetSortConfiguration sets the SortConfiguration field's value.

func (*BarChartConfiguration) SetTooltip

func (s *BarChartConfiguration) SetTooltip(v *TooltipOptions) *BarChartConfiguration

SetTooltip sets the Tooltip field's value.

func (*BarChartConfiguration) SetValueAxis

func (s *BarChartConfiguration) SetValueAxis(v *AxisDisplayOptions) *BarChartConfiguration

SetValueAxis sets the ValueAxis field's value.

func (*BarChartConfiguration) SetValueLabelOptions

func (s *BarChartConfiguration) SetValueLabelOptions(v *ChartAxisLabelOptions) *BarChartConfiguration

SetValueLabelOptions sets the ValueLabelOptions field's value.

func (*BarChartConfiguration) SetVisualPalette

func (s *BarChartConfiguration) SetVisualPalette(v *VisualPalette) *BarChartConfiguration

SetVisualPalette sets the VisualPalette field's value.

func (BarChartConfiguration) String

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

func (s *BarChartConfiguration) Validate() error

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

type BarChartFieldWells

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

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

func (s *BarChartFieldWells) SetBarChartAggregatedFieldWells(v *BarChartAggregatedFieldWells) *BarChartFieldWells

SetBarChartAggregatedFieldWells sets the BarChartAggregatedFieldWells field's value.

func (BarChartFieldWells) String

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

func (s *BarChartFieldWells) Validate() error

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

type BarChartSortConfiguration

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

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

func (s *BarChartSortConfiguration) SetCategoryItemsLimit(v *ItemsLimitConfiguration) *BarChartSortConfiguration

SetCategoryItemsLimit sets the CategoryItemsLimit field's value.

func (*BarChartSortConfiguration) SetCategorySort

func (s *BarChartSortConfiguration) SetCategorySort(v []*FieldSortOptions) *BarChartSortConfiguration

SetCategorySort sets the CategorySort field's value.

func (*BarChartSortConfiguration) SetColorItemsLimit

func (s *BarChartSortConfiguration) SetColorItemsLimit(v *ItemsLimitConfiguration) *BarChartSortConfiguration

SetColorItemsLimit sets the ColorItemsLimit field's value.

func (*BarChartSortConfiguration) SetColorSort

func (s *BarChartSortConfiguration) SetColorSort(v []*FieldSortOptions) *BarChartSortConfiguration

SetColorSort sets the ColorSort field's value.

func (*BarChartSortConfiguration) SetSmallMultiplesLimitConfiguration

func (s *BarChartSortConfiguration) SetSmallMultiplesLimitConfiguration(v *ItemsLimitConfiguration) *BarChartSortConfiguration

SetSmallMultiplesLimitConfiguration sets the SmallMultiplesLimitConfiguration field's value.

func (*BarChartSortConfiguration) SetSmallMultiplesSort

func (s *BarChartSortConfiguration) SetSmallMultiplesSort(v []*FieldSortOptions) *BarChartSortConfiguration

SetSmallMultiplesSort sets the SmallMultiplesSort field's value.

func (BarChartSortConfiguration) String

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

func (s *BarChartSortConfiguration) Validate() error

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

type BarChartVisual

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

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

func (s *BarChartVisual) SetActions(v []*VisualCustomAction) *BarChartVisual

SetActions sets the Actions field's value.

func (*BarChartVisual) SetChartConfiguration

func (s *BarChartVisual) SetChartConfiguration(v *BarChartConfiguration) *BarChartVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*BarChartVisual) SetColumnHierarchies

func (s *BarChartVisual) SetColumnHierarchies(v []*ColumnHierarchy) *BarChartVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*BarChartVisual) SetSubtitle

func (s *BarChartVisual) SetSubtitle(v *VisualSubtitleLabelOptions) *BarChartVisual

SetSubtitle sets the Subtitle field's value.

func (*BarChartVisual) SetTitle

func (s *BarChartVisual) SetTitle(v *VisualTitleLabelOptions) *BarChartVisual

SetTitle sets the Title field's value.

func (*BarChartVisual) SetVisualId

func (s *BarChartVisual) SetVisualId(v string) *BarChartVisual

SetVisualId sets the VisualId field's value.

func (BarChartVisual) String

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

func (s *BarChartVisual) Validate() error

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

type BinCountOptions

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

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

func (s *BinCountOptions) SetValue(v int64) *BinCountOptions

SetValue sets the Value field's value.

func (BinCountOptions) String

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

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

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

func (s *BinWidthOptions) SetBinCountLimit(v int64) *BinWidthOptions

SetBinCountLimit sets the BinCountLimit field's value.

func (*BinWidthOptions) SetValue

func (s *BinWidthOptions) SetValue(v float64) *BinWidthOptions

SetValue sets the Value field's value.

func (BinWidthOptions) String

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

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

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

func (s *BodySectionConfiguration) SetContent(v *BodySectionContent) *BodySectionConfiguration

SetContent sets the Content field's value.

func (*BodySectionConfiguration) SetPageBreakConfiguration

func (s *BodySectionConfiguration) SetPageBreakConfiguration(v *SectionPageBreakConfiguration) *BodySectionConfiguration

SetPageBreakConfiguration sets the PageBreakConfiguration field's value.

func (*BodySectionConfiguration) SetSectionId

func (s *BodySectionConfiguration) SetSectionId(v string) *BodySectionConfiguration

SetSectionId sets the SectionId field's value.

func (*BodySectionConfiguration) SetStyle

func (s *BodySectionConfiguration) SetStyle(v *SectionStyle) *BodySectionConfiguration

SetStyle sets the Style field's value.

func (BodySectionConfiguration) String

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

func (s *BodySectionConfiguration) Validate() error

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

type BodySectionContent

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

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

func (s *BodySectionContent) SetLayout(v *SectionLayoutConfiguration) *BodySectionContent

SetLayout sets the Layout field's value.

func (BodySectionContent) String

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

func (s *BodySectionContent) 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

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

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

func (s *BoxPlotAggregatedFieldWells) SetGroupBy(v []*DimensionField) *BoxPlotAggregatedFieldWells

SetGroupBy sets the GroupBy field's value.

func (*BoxPlotAggregatedFieldWells) SetValues

func (s *BoxPlotAggregatedFieldWells) SetValues(v []*MeasureField) *BoxPlotAggregatedFieldWells

SetValues sets the Values field's value.

func (BoxPlotAggregatedFieldWells) String

func (s BoxPlotAggregatedFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *BoxPlotAggregatedFieldWells) Validate() error

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

type BoxPlotChartConfiguration

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

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

func (s *BoxPlotChartConfiguration) SetBoxPlotOptions(v *BoxPlotOptions) *BoxPlotChartConfiguration

SetBoxPlotOptions sets the BoxPlotOptions field's value.

func (*BoxPlotChartConfiguration) SetCategoryAxis

func (s *BoxPlotChartConfiguration) SetCategoryAxis(v *AxisDisplayOptions) *BoxPlotChartConfiguration

SetCategoryAxis sets the CategoryAxis field's value.

func (*BoxPlotChartConfiguration) SetCategoryLabelOptions

func (s *BoxPlotChartConfiguration) SetCategoryLabelOptions(v *ChartAxisLabelOptions) *BoxPlotChartConfiguration

SetCategoryLabelOptions sets the CategoryLabelOptions field's value.

func (*BoxPlotChartConfiguration) SetFieldWells

func (s *BoxPlotChartConfiguration) SetFieldWells(v *BoxPlotFieldWells) *BoxPlotChartConfiguration

SetFieldWells sets the FieldWells field's value.

func (*BoxPlotChartConfiguration) SetLegend

func (s *BoxPlotChartConfiguration) SetLegend(v *LegendOptions) *BoxPlotChartConfiguration

SetLegend sets the Legend field's value.

func (*BoxPlotChartConfiguration) SetPrimaryYAxisDisplayOptions

func (s *BoxPlotChartConfiguration) SetPrimaryYAxisDisplayOptions(v *AxisDisplayOptions) *BoxPlotChartConfiguration

SetPrimaryYAxisDisplayOptions sets the PrimaryYAxisDisplayOptions field's value.

func (*BoxPlotChartConfiguration) SetPrimaryYAxisLabelOptions

func (s *BoxPlotChartConfiguration) SetPrimaryYAxisLabelOptions(v *ChartAxisLabelOptions) *BoxPlotChartConfiguration

SetPrimaryYAxisLabelOptions sets the PrimaryYAxisLabelOptions field's value.

func (*BoxPlotChartConfiguration) SetReferenceLines

func (s *BoxPlotChartConfiguration) SetReferenceLines(v []*ReferenceLine) *BoxPlotChartConfiguration

SetReferenceLines sets the ReferenceLines field's value.

func (*BoxPlotChartConfiguration) SetSortConfiguration

func (s *BoxPlotChartConfiguration) SetSortConfiguration(v *BoxPlotSortConfiguration) *BoxPlotChartConfiguration

SetSortConfiguration sets the SortConfiguration field's value.

func (*BoxPlotChartConfiguration) SetTooltip

func (s *BoxPlotChartConfiguration) SetTooltip(v *TooltipOptions) *BoxPlotChartConfiguration

SetTooltip sets the Tooltip field's value.

func (*BoxPlotChartConfiguration) SetVisualPalette

func (s *BoxPlotChartConfiguration) SetVisualPalette(v *VisualPalette) *BoxPlotChartConfiguration

SetVisualPalette sets the VisualPalette field's value.

func (BoxPlotChartConfiguration) String

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

func (s *BoxPlotChartConfiguration) Validate() error

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

type BoxPlotFieldWells

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

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

func (s *BoxPlotFieldWells) SetBoxPlotAggregatedFieldWells(v *BoxPlotAggregatedFieldWells) *BoxPlotFieldWells

SetBoxPlotAggregatedFieldWells sets the BoxPlotAggregatedFieldWells field's value.

func (BoxPlotFieldWells) String

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

func (s *BoxPlotFieldWells) Validate() error

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

type BoxPlotOptions

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

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

func (s *BoxPlotOptions) SetAllDataPointsVisibility(v string) *BoxPlotOptions

SetAllDataPointsVisibility sets the AllDataPointsVisibility field's value.

func (*BoxPlotOptions) SetOutlierVisibility

func (s *BoxPlotOptions) SetOutlierVisibility(v string) *BoxPlotOptions

SetOutlierVisibility sets the OutlierVisibility field's value.

func (*BoxPlotOptions) SetStyleOptions

func (s *BoxPlotOptions) SetStyleOptions(v *BoxPlotStyleOptions) *BoxPlotOptions

SetStyleOptions sets the StyleOptions field's value.

func (BoxPlotOptions) String

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

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

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

func (s *BoxPlotSortConfiguration) SetCategorySort(v []*FieldSortOptions) *BoxPlotSortConfiguration

SetCategorySort sets the CategorySort field's value.

func (*BoxPlotSortConfiguration) SetPaginationConfiguration

func (s *BoxPlotSortConfiguration) SetPaginationConfiguration(v *PaginationConfiguration) *BoxPlotSortConfiguration

SetPaginationConfiguration sets the PaginationConfiguration field's value.

func (BoxPlotSortConfiguration) String

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

func (s *BoxPlotSortConfiguration) Validate() error

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

type BoxPlotStyleOptions

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

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

func (s *BoxPlotStyleOptions) SetFillStyle(v string) *BoxPlotStyleOptions

SetFillStyle sets the FillStyle field's value.

func (BoxPlotStyleOptions) String

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

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

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

func (s *BoxPlotVisual) SetActions(v []*VisualCustomAction) *BoxPlotVisual

SetActions sets the Actions field's value.

func (*BoxPlotVisual) SetChartConfiguration

func (s *BoxPlotVisual) SetChartConfiguration(v *BoxPlotChartConfiguration) *BoxPlotVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*BoxPlotVisual) SetColumnHierarchies

func (s *BoxPlotVisual) SetColumnHierarchies(v []*ColumnHierarchy) *BoxPlotVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*BoxPlotVisual) SetSubtitle

func (s *BoxPlotVisual) SetSubtitle(v *VisualSubtitleLabelOptions) *BoxPlotVisual

SetSubtitle sets the Subtitle field's value.

func (*BoxPlotVisual) SetTitle

func (s *BoxPlotVisual) SetTitle(v *VisualTitleLabelOptions) *BoxPlotVisual

SetTitle sets the Title field's value.

func (*BoxPlotVisual) SetVisualId

func (s *BoxPlotVisual) SetVisualId(v string) *BoxPlotVisual

SetVisualId sets the VisualId field's value.

func (BoxPlotVisual) String

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

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

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

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

func (s *CalculatedField) SetDataSetIdentifier(v string) *CalculatedField

SetDataSetIdentifier sets the DataSetIdentifier field's value.

func (*CalculatedField) SetExpression

func (s *CalculatedField) SetExpression(v string) *CalculatedField

SetExpression sets the Expression field's value.

func (*CalculatedField) SetName

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

SetName sets the Name field's value.

func (CalculatedField) String

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

func (s *CalculatedField) Validate() error

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

type CalculatedMeasureField

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

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

func (s *CalculatedMeasureField) SetExpression(v string) *CalculatedMeasureField

SetExpression sets the Expression field's value.

func (*CalculatedMeasureField) SetFieldId

func (s *CalculatedMeasureField) SetFieldId(v string) *CalculatedMeasureField

SetFieldId sets the FieldId field's value.

func (CalculatedMeasureField) String

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

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

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

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

func (s *CancelIngestionOutput) SetRequestId(v string) *CancelIngestionOutput

SetRequestId sets the RequestId field's value.

func (*CancelIngestionOutput) SetStatus

func (s *CancelIngestionOutput) SetStatus(v int64) *CancelIngestionOutput

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

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

func (s CascadingControlConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CascadingControlConfiguration) SetSourceControls(v []*CascadingControlSource) *CascadingControlConfiguration

SetSourceControls sets the SourceControls field's value.

func (CascadingControlConfiguration) String

func (s CascadingControlConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CascadingControlConfiguration) Validate() error

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

type CascadingControlSource

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

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

func (s *CascadingControlSource) SetColumnToMatch(v *ColumnIdentifier) *CascadingControlSource

SetColumnToMatch sets the ColumnToMatch field's value.

func (*CascadingControlSource) SetSourceSheetControlId

func (s *CascadingControlSource) SetSourceSheetControlId(v string) *CascadingControlSource

SetSourceSheetControlId sets the SourceSheetControlId field's value.

func (CascadingControlSource) String

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

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

func (s *CastColumnTypeOperation) SetColumnName(v string) *CastColumnTypeOperation

SetColumnName sets the ColumnName field's value.

func (*CastColumnTypeOperation) SetFormat

func (s *CastColumnTypeOperation) SetFormat(v string) *CastColumnTypeOperation

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

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

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

func (s *CategoricalDimensionField) SetColumn(v *ColumnIdentifier) *CategoricalDimensionField

SetColumn sets the Column field's value.

func (*CategoricalDimensionField) SetFieldId

func (s *CategoricalDimensionField) SetFieldId(v string) *CategoricalDimensionField

SetFieldId sets the FieldId field's value.

func (*CategoricalDimensionField) SetFormatConfiguration

func (s *CategoricalDimensionField) SetFormatConfiguration(v *StringFormatConfiguration) *CategoricalDimensionField

SetFormatConfiguration sets the FormatConfiguration field's value.

func (*CategoricalDimensionField) SetHierarchyId

func (s *CategoricalDimensionField) SetHierarchyId(v string) *CategoricalDimensionField

SetHierarchyId sets the HierarchyId field's value.

func (CategoricalDimensionField) String

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

func (s *CategoricalDimensionField) Validate() error

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

type CategoricalMeasureField

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

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

func (s *CategoricalMeasureField) SetAggregationFunction(v string) *CategoricalMeasureField

SetAggregationFunction sets the AggregationFunction field's value.

func (*CategoricalMeasureField) SetColumn

func (s *CategoricalMeasureField) SetColumn(v *ColumnIdentifier) *CategoricalMeasureField

SetColumn sets the Column field's value.

func (*CategoricalMeasureField) SetFieldId

func (s *CategoricalMeasureField) SetFieldId(v string) *CategoricalMeasureField

SetFieldId sets the FieldId field's value.

func (*CategoricalMeasureField) SetFormatConfiguration

func (s *CategoricalMeasureField) SetFormatConfiguration(v *StringFormatConfiguration) *CategoricalMeasureField

SetFormatConfiguration sets the FormatConfiguration field's value.

func (CategoricalMeasureField) String

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

func (s *CategoricalMeasureField) Validate() error

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

type CategoryDrillDownFilter

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

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

func (s *CategoryDrillDownFilter) SetCategoryValues(v []*string) *CategoryDrillDownFilter

SetCategoryValues sets the CategoryValues field's value.

func (*CategoryDrillDownFilter) SetColumn

func (s *CategoryDrillDownFilter) SetColumn(v *ColumnIdentifier) *CategoryDrillDownFilter

SetColumn sets the Column field's value.

func (CategoryDrillDownFilter) String

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

func (s *CategoryDrillDownFilter) Validate() error

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

type CategoryFilter

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

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

func (s *CategoryFilter) SetColumn(v *ColumnIdentifier) *CategoryFilter

SetColumn sets the Column field's value.

func (*CategoryFilter) SetConfiguration

func (s *CategoryFilter) SetConfiguration(v *CategoryFilterConfiguration) *CategoryFilter

SetConfiguration sets the Configuration field's value.

func (*CategoryFilter) SetFilterId

func (s *CategoryFilter) SetFilterId(v string) *CategoryFilter

SetFilterId sets the FilterId field's value.

func (CategoryFilter) String

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

func (s *CategoryFilter) Validate() error

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

type CategoryFilterConfiguration

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

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

func (s *CategoryFilterConfiguration) SetCustomFilterConfiguration(v *CustomFilterConfiguration) *CategoryFilterConfiguration

SetCustomFilterConfiguration sets the CustomFilterConfiguration field's value.

func (*CategoryFilterConfiguration) SetCustomFilterListConfiguration

func (s *CategoryFilterConfiguration) SetCustomFilterListConfiguration(v *CustomFilterListConfiguration) *CategoryFilterConfiguration

SetCustomFilterListConfiguration sets the CustomFilterListConfiguration field's value.

func (*CategoryFilterConfiguration) SetFilterListConfiguration

func (s *CategoryFilterConfiguration) SetFilterListConfiguration(v *FilterListConfiguration) *CategoryFilterConfiguration

SetFilterListConfiguration sets the FilterListConfiguration field's value.

func (CategoryFilterConfiguration) String

func (s CategoryFilterConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CategoryFilterConfiguration) Validate() error

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

type ChartAxisLabelOptions

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

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

func (s *ChartAxisLabelOptions) SetAxisLabelOptions(v []*AxisLabelOptions) *ChartAxisLabelOptions

SetAxisLabelOptions sets the AxisLabelOptions field's value.

func (*ChartAxisLabelOptions) SetSortIconVisibility

func (s *ChartAxisLabelOptions) SetSortIconVisibility(v string) *ChartAxisLabelOptions

SetSortIconVisibility sets the SortIconVisibility field's value.

func (*ChartAxisLabelOptions) SetVisibility

func (s *ChartAxisLabelOptions) SetVisibility(v string) *ChartAxisLabelOptions

SetVisibility sets the Visibility field's value.

func (ChartAxisLabelOptions) String

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

func (s *ChartAxisLabelOptions) Validate() error

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

type ClusterMarker

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

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

func (s *ClusterMarker) SetSimpleClusterMarker(v *SimpleClusterMarker) *ClusterMarker

SetSimpleClusterMarker sets the SimpleClusterMarker field's value.

func (ClusterMarker) String

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

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

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

func (s *ClusterMarkerConfiguration) SetClusterMarker(v *ClusterMarker) *ClusterMarkerConfiguration

SetClusterMarker sets the ClusterMarker field's value.

func (ClusterMarkerConfiguration) String

func (s ClusterMarkerConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

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

func (s *ColorScale) SetColorFillType(v string) *ColorScale

SetColorFillType sets the ColorFillType field's value.

func (*ColorScale) SetColors

func (s *ColorScale) SetColors(v []*DataColor) *ColorScale

SetColors sets the Colors field's value.

func (*ColorScale) SetNullValueColor

func (s *ColorScale) SetNullValueColor(v *DataColor) *ColorScale

SetNullValueColor sets the NullValueColor field's value.

func (ColorScale) String

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

func (s *ColorScale) Validate() error

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

type ColumnConfiguration

type ColumnConfiguration struct {

    // 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

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) SetColumn

func (s *ColumnConfiguration) SetColumn(v *ColumnIdentifier) *ColumnConfiguration

SetColumn sets the Column field's value.

func (*ColumnConfiguration) SetFormatConfiguration

func (s *ColumnConfiguration) SetFormatConfiguration(v *FormatConfiguration) *ColumnConfiguration

SetFormatConfiguration sets the FormatConfiguration field's value.

func (*ColumnConfiguration) SetRole

func (s *ColumnConfiguration) SetRole(v string) *ColumnConfiguration

SetRole sets the Role field's value.

func (ColumnConfiguration) String

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

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

func (s *ColumnDescription) SetText(v string) *ColumnDescription

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

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

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

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

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

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

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

func (s *ColumnHierarchy) SetDateTimeHierarchy(v *DateTimeHierarchy) *ColumnHierarchy

SetDateTimeHierarchy sets the DateTimeHierarchy field's value.

func (*ColumnHierarchy) SetExplicitHierarchy

func (s *ColumnHierarchy) SetExplicitHierarchy(v *ExplicitHierarchy) *ColumnHierarchy

SetExplicitHierarchy sets the ExplicitHierarchy field's value.

func (*ColumnHierarchy) SetPredefinedHierarchy

func (s *ColumnHierarchy) SetPredefinedHierarchy(v *PredefinedHierarchy) *ColumnHierarchy

SetPredefinedHierarchy sets the PredefinedHierarchy field's value.

func (ColumnHierarchy) String

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

func (s *ColumnHierarchy) Validate() error

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

type ColumnIdentifier

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

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

func (s *ColumnIdentifier) SetColumnName(v string) *ColumnIdentifier

SetColumnName sets the ColumnName field's value.

func (*ColumnIdentifier) SetDataSetIdentifier

func (s *ColumnIdentifier) SetDataSetIdentifier(v string) *ColumnIdentifier

SetDataSetIdentifier sets the DataSetIdentifier field's value.

func (ColumnIdentifier) String

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

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

func (s *ColumnLevelPermissionRule) SetColumnNames(v []*string) *ColumnLevelPermissionRule

SetColumnNames sets the ColumnNames field's value.

func (*ColumnLevelPermissionRule) SetPrincipals

func (s *ColumnLevelPermissionRule) SetPrincipals(v []*string) *ColumnLevelPermissionRule

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

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

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

func (s *ColumnSort) SetAggregationFunction(v *AggregationFunction) *ColumnSort

SetAggregationFunction sets the AggregationFunction field's value.

func (*ColumnSort) SetDirection

func (s *ColumnSort) SetDirection(v string) *ColumnSort

SetDirection sets the Direction field's value.

func (*ColumnSort) SetSortBy

func (s *ColumnSort) SetSortBy(v *ColumnIdentifier) *ColumnSort

SetSortBy sets the SortBy field's value.

func (ColumnSort) String

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

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

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

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

func (s *ColumnTooltipItem) SetAggregation(v *AggregationFunction) *ColumnTooltipItem

SetAggregation sets the Aggregation field's value.

func (*ColumnTooltipItem) SetColumn

func (s *ColumnTooltipItem) SetColumn(v *ColumnIdentifier) *ColumnTooltipItem

SetColumn sets the Column field's value.

func (*ColumnTooltipItem) SetLabel

func (s *ColumnTooltipItem) SetLabel(v string) *ColumnTooltipItem

SetLabel sets the Label field's value.

func (*ColumnTooltipItem) SetVisibility

func (s *ColumnTooltipItem) SetVisibility(v string) *ColumnTooltipItem

SetVisibility sets the Visibility field's value.

func (ColumnTooltipItem) String

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

func (s *ColumnTooltipItem) Validate() error

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

type ComboChartAggregatedFieldWells

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

func (s ComboChartAggregatedFieldWells) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ComboChartAggregatedFieldWells) SetBarValues(v []*MeasureField) *ComboChartAggregatedFieldWells

SetBarValues sets the BarValues field's value.

func (*ComboChartAggregatedFieldWells) SetCategory

func (s *ComboChartAggregatedFieldWells) SetCategory(v []*DimensionField) *ComboChartAggregatedFieldWells

SetCategory sets the Category field's value.

func (*ComboChartAggregatedFieldWells) SetColors

func (s *ComboChartAggregatedFieldWells) SetColors(v []*DimensionField) *ComboChartAggregatedFieldWells

SetColors sets the Colors field's value.

func (*ComboChartAggregatedFieldWells) SetLineValues

func (s *ComboChartAggregatedFieldWells) SetLineValues(v []*MeasureField) *ComboChartAggregatedFieldWells

SetLineValues sets the LineValues field's value.

func (ComboChartAggregatedFieldWells) String

func (s ComboChartAggregatedFieldWells) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ComboChartAggregatedFieldWells) Validate() error

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

type ComboChartConfiguration

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

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

func (s *ComboChartConfiguration) SetBarDataLabels(v *DataLabelOptions) *ComboChartConfiguration

SetBarDataLabels sets the BarDataLabels field's value.

func (*ComboChartConfiguration) SetBarsArrangement

func (s *ComboChartConfiguration) SetBarsArrangement(v string) *ComboChartConfiguration

SetBarsArrangement sets the BarsArrangement field's value.

func (*ComboChartConfiguration) SetCategoryAxis

func (s *ComboChartConfiguration) SetCategoryAxis(v *AxisDisplayOptions) *ComboChartConfiguration

SetCategoryAxis sets the CategoryAxis field's value.

func (*ComboChartConfiguration) SetCategoryLabelOptions

func (s *ComboChartConfiguration) SetCategoryLabelOptions(v *ChartAxisLabelOptions) *ComboChartConfiguration

SetCategoryLabelOptions sets the CategoryLabelOptions field's value.

func (*ComboChartConfiguration) SetColorLabelOptions

func (s *ComboChartConfiguration) SetColorLabelOptions(v *ChartAxisLabelOptions) *ComboChartConfiguration

SetColorLabelOptions sets the ColorLabelOptions field's value.

func (*ComboChartConfiguration) SetFieldWells

func (s *ComboChartConfiguration) SetFieldWells(v *ComboChartFieldWells) *ComboChartConfiguration

SetFieldWells sets the FieldWells field's value.

func (*ComboChartConfiguration) SetLegend

func (s *ComboChartConfiguration) SetLegend(v *LegendOptions) *ComboChartConfiguration

SetLegend sets the Legend field's value.

func (*ComboChartConfiguration) SetLineDataLabels

func (s *ComboChartConfiguration) SetLineDataLabels(v *DataLabelOptions) *ComboChartConfiguration

SetLineDataLabels sets the LineDataLabels field's value.

func (*ComboChartConfiguration) SetPrimaryYAxisDisplayOptions

func (s *ComboChartConfiguration) SetPrimaryYAxisDisplayOptions(v *AxisDisplayOptions) *ComboChartConfiguration

SetPrimaryYAxisDisplayOptions sets the PrimaryYAxisDisplayOptions field's value.

func (*ComboChartConfiguration) SetPrimaryYAxisLabelOptions

func (s *ComboChartConfiguration) SetPrimaryYAxisLabelOptions(v *ChartAxisLabelOptions) *ComboChartConfiguration

SetPrimaryYAxisLabelOptions sets the PrimaryYAxisLabelOptions field's value.

func (*ComboChartConfiguration) SetReferenceLines

func (s *ComboChartConfiguration) SetReferenceLines(v []*ReferenceLine) *ComboChartConfiguration

SetReferenceLines sets the ReferenceLines field's value.

func (*ComboChartConfiguration) SetSecondaryYAxisDisplayOptions

func (s *ComboChartConfiguration) SetSecondaryYAxisDisplayOptions(v *AxisDisplayOptions) *ComboChartConfiguration

SetSecondaryYAxisDisplayOptions sets the SecondaryYAxisDisplayOptions field's value.

func (*ComboChartConfiguration) SetSecondaryYAxisLabelOptions

func (s *ComboChartConfiguration) SetSecondaryYAxisLabelOptions(v *ChartAxisLabelOptions) *ComboChartConfiguration

SetSecondaryYAxisLabelOptions sets the SecondaryYAxisLabelOptions field's value.

func (*ComboChartConfiguration) SetSortConfiguration

func (s *ComboChartConfiguration) SetSortConfiguration(v *ComboChartSortConfiguration) *ComboChartConfiguration

SetSortConfiguration sets the SortConfiguration field's value.

func (*ComboChartConfiguration) SetTooltip

func (s *ComboChartConfiguration) SetTooltip(v *TooltipOptions) *ComboChartConfiguration

SetTooltip sets the Tooltip field's value.

func (*ComboChartConfiguration) SetVisualPalette

func (s *ComboChartConfiguration) SetVisualPalette(v *VisualPalette) *ComboChartConfiguration

SetVisualPalette sets the VisualPalette field's value.

func (ComboChartConfiguration) String

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

func (s *ComboChartConfiguration) Validate() error

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

type ComboChartFieldWells

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

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

func (s *ComboChartFieldWells) SetComboChartAggregatedFieldWells(v *ComboChartAggregatedFieldWells) *ComboChartFieldWells

SetComboChartAggregatedFieldWells sets the ComboChartAggregatedFieldWells field's value.

func (ComboChartFieldWells) String

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

func (s *ComboChartFieldWells) Validate() error

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

type ComboChartSortConfiguration

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

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

func (s *ComboChartSortConfiguration) SetCategoryItemsLimit(v *ItemsLimitConfiguration) *ComboChartSortConfiguration

SetCategoryItemsLimit sets the CategoryItemsLimit field's value.

func (*ComboChartSortConfiguration) SetCategorySort

func (s *ComboChartSortConfiguration) SetCategorySort(v []*FieldSortOptions) *ComboChartSortConfiguration

SetCategorySort sets the CategorySort field's value.

func (*ComboChartSortConfiguration) SetColorItemsLimit

func (s *ComboChartSortConfiguration) SetColorItemsLimit(v *ItemsLimitConfiguration) *ComboChartSortConfiguration

SetColorItemsLimit sets the ColorItemsLimit field's value.

func (*ComboChartSortConfiguration) SetColorSort

func (s *ComboChartSortConfiguration) SetColorSort(v []*FieldSortOptions) *ComboChartSortConfiguration

SetColorSort sets the ColorSort field's value.

func (ComboChartSortConfiguration) String

func (s ComboChartSortConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ComboChartSortConfiguration) Validate() error

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

type ComboChartVisual

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

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

func (s *ComboChartVisual) SetActions(v []*VisualCustomAction) *ComboChartVisual

SetActions sets the Actions field's value.

func (*ComboChartVisual) SetChartConfiguration

func (s *ComboChartVisual) SetChartConfiguration(v *ComboChartConfiguration) *ComboChartVisual

SetChartConfiguration sets the ChartConfiguration field's value.

func (*ComboChartVisual) SetColumnHierarchies

func (s *ComboChartVisual) SetColumnHierarchies(v []*ColumnHierarchy) *ComboChartVisual

SetColumnHierarchies sets the ColumnHierarchies field's value.

func (*ComboChartVisual) SetSubtitle

func (s *ComboChartVisual) SetSubtitle(v *VisualSubtitleLabelOptions) *ComboChartVisual

SetSubtitle sets the Subtitle field's value.

func (*ComboChartVisual) SetTitle

func (s *ComboChartVisual) SetTitle(v *VisualTitleLabelOptions) *ComboChartVisual

SetTitle sets the Title field's value.

func (*ComboChartVisual) SetVisualId

func (s *ComboChartVisual) SetVisualId(v string) *ComboChartVisual

SetVisualId sets the VisualId field's value.

func (ComboChartVisual) String

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

func (s *ComboChartVisual) Validate() error

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

type ComparisonConfiguration

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

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

func (s *ComparisonConfiguration) SetComparisonFormat(v *ComparisonFormatConfiguration) *ComparisonConfiguration

SetComparisonFormat sets the ComparisonFormat field's value.

func (*ComparisonConfiguration) SetComparisonMethod

func (s *ComparisonConfiguration) SetComparisonMethod(v string) *ComparisonConfiguration

SetComparisonMethod sets the ComparisonMethod field's value.

func (ComparisonConfiguration) String

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

func (s *ComparisonConfiguration) Validate() error

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

type ComparisonFormatConfiguration

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

func (s ComparisonFormatConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ComparisonFormatConfiguration) SetNumberDisplayFormatConfiguration(v *NumberDisplayFormatConfiguration) *ComparisonFormatConfiguration

SetNumberDisplayFormatConfiguration sets the NumberDisplayFormatConfiguration field's value.

func (*ComparisonFormatConfiguration) SetPercentageDisplayFormatConfiguration

func (s *ComparisonFormatConfiguration) SetPercentageDisplayFormatConfiguration(v *PercentageDisplayFormatConfiguration) *ComparisonFormatConfiguration

SetPercentageDisplayFormatConfiguration sets the PercentageDisplayFormatConfiguration field's value.

func (ComparisonFormatConfiguration) String

func (s ComparisonFormatConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ComparisonFormatConfiguration) Validate() error

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

type Computation

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

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

func (s *Computation) SetForecast(v *ForecastComputation) *Computation

SetForecast sets the Forecast field's value.

func (*Computation) SetGrowthRate

func (s *Computation) SetGrowthRate(v *GrowthRateComputation) *Computation

SetGrowthRate sets the GrowthRate field's value.

func (*Computation) SetMaximumMinimum

func (s *Computation) SetMaximumMinimum(v *MaximumMinimumComputation) *Computation

SetMaximumMinimum sets the MaximumMinimum field's value.

func (*Computation) SetMetricComparison

func (s *Computation) SetMetricComparison(v *MetricComparisonComputation) *Computation

SetMetricComparison sets the MetricComparison field's value.

func (*Computation) SetPeriodOverPeriod

func (s *Computation) SetPeriodOverPeriod(v *PeriodOverPeriodComputation) *Computation

SetPeriodOverPeriod sets the PeriodOverPeriod field's value.

func (*Computation) SetPeriodToDate

func (s *Computation) SetPeriodToDate(v *PeriodToDateComputation) *Computation

SetPeriodToDate sets the PeriodToDate field's value.

func (*Computation) SetTopBottomMovers

func (s *Computation) SetTopBottomMovers(v *TopBottomMoversComputation) *Computation

SetTopBottomMovers sets the TopBottomMovers field's value.

func (*Computation) SetTopBottomRanked

func (s *Computation) SetTopBottomRanked(v *TopBottomRankedComputation) *Computation

SetTopBottomRanked sets the TopBottomRanked field's value.

func (*Computation) SetTotalAggregation

func (s *Computation) SetTotalAggregation(v *TotalAggregationComputation) *Computation

SetTotalAggregation sets the TotalAggregation field's value.

func (*Computation) SetUniqueValues

func (s *Computation) SetUniqueValues(v *UniqueValuesComputation) *Computation

SetUniqueValues sets the UniqueValues field's value.

func (Computation) String

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

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

func (s *ConcurrentUpdatingException) Code() string

Code returns the exception type name.

func (*ConcurrentUpdatingException) Error

func (s *ConcurrentUpdatingException) Error() string

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

func (s ConcurrentUpdatingException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

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

func (s *ConditionalFormattingColor) SetGradient(v *ConditionalFormattingGradientColor) *ConditionalFormattingColor

SetGradient sets the Gradient field's value.

func (*ConditionalFormattingColor) SetSolid

func (s *ConditionalFormattingColor) SetSolid(v *ConditionalFormattingSolidColor) *ConditionalFormattingColor

SetSolid sets the Solid field's value.

func (ConditionalFormattingColor) String

func (s ConditionalFormattingColor) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ConditionalFormattingColor) Validate() error

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

type ConditionalFormattingCustomIconCondition

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

func (s ConditionalFormattingCustomIconCondition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ConditionalFormattingCustomIconCondition) SetColor(v string) *ConditionalFormattingCustomIconCondition

SetColor sets the Color field's value.

func (*ConditionalFormattingCustomIconCondition) SetDisplayConfiguration

func (s *ConditionalFormattingCustomIconCondition) SetDisplayConfiguration(v *ConditionalFormattingIconDisplayConfiguration) *ConditionalFormattingCustomIconCondition

SetDisplayConfiguration sets the DisplayConfiguration field's value.

func (*ConditionalFormattingCustomIconCondition) SetExpression

func (s *ConditionalFormattingCustomIconCondition) SetExpression(v string) *ConditionalFormattingCustomIconCondition

SetExpression sets the Expression field's value.

func (*ConditionalFormattingCustomIconCondition) SetIconOptions

func (s *ConditionalFormattingCustomIconCondition) SetIconOptions(v *ConditionalFormattingCustomIconOptions) *ConditionalFormattingCustomIconCondition

SetIconOptions sets the IconOptions field's value.

func (ConditionalFormattingCustomIconCondition) String

func (s ConditionalFormattingCustomIconCondition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ConditionalFormattingCustomIconCondition) Validate() error

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

type ConditionalFormattingCustomIconOptions

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

func (s ConditionalFormattingCustomIconOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ConditionalFormattingCustomIconOptions) SetIcon(v string) *ConditionalFormattingCustomIconOptions

SetIcon sets the Icon field's value.

func (*ConditionalFormattingCustomIconOptions) SetUnicodeIcon

func (s *ConditionalFormattingCustomIconOptions) SetUnicodeIcon(v string) *ConditionalFormattingCustomIconOptions

SetUnicodeIcon sets the UnicodeIcon field's value.

func (ConditionalFormattingCustomIconOptions) String

func (s ConditionalFormattingCustomIconOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

func (s ConditionalFormattingGradientColor) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ConditionalFormattingGradientColor) SetColor(v *GradientColor) *ConditionalFormattingGradientColor

SetColor sets the Color field's value.

func (*ConditionalFormattingGradientColor) SetExpression

func (s *ConditionalFormattingGradientColor) SetExpression(v string) *ConditionalFormattingGradientColor

SetExpression sets the Expression field's value.

func (ConditionalFormattingGradientColor) String

func (s ConditionalFormattingGradientColor) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ConditionalFormattingGradientColor) Validate() error

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

type ConditionalFormattingIcon

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

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

func (s *ConditionalFormattingIcon) SetCustomCondition(v *ConditionalFormattingCustomIconCondition) *ConditionalFormattingIcon

SetCustomCondition sets the CustomCondition field's value.

func (*ConditionalFormattingIcon) SetIconSet

func (s *ConditionalFormattingIcon) SetIconSet(v *ConditionalFormattingIconSet) *ConditionalFormattingIcon

SetIconSet sets the IconSet field's value.

func (ConditionalFormattingIcon) String

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

func (s *ConditionalFormattingIcon) Validate() error

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

type ConditionalFormattingIconDisplayConfiguration

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

func (s ConditionalFormattingIconDisplayConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ConditionalFormattingIconDisplayConfiguration) SetIconDisplayOption(v string) *ConditionalFormattingIconDisplayConfiguration

SetIconDisplayOption sets the IconDisplayOption field's value.

func (ConditionalFormattingIconDisplayConfiguration) String

func (s ConditionalFormattingIconDisplayConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

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

func (s *ConditionalFormattingIconSet) SetExpression(v string) *ConditionalFormattingIconSet

SetExpression sets the Expression field's value.

func (*ConditionalFormattingIconSet) SetIconSetType

func (s *ConditionalFormattingIconSet) SetIconSetType(v string) *ConditionalFormattingIconSet

SetIconSetType sets the IconSetType field's value.

func (ConditionalFormattingIconSet) String

func (s ConditionalFormattingIconSet) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ConditionalFormattingIconSet) Validate() error

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

type ConditionalFormattingSolidColor

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

func (s ConditionalFormattingSolidColor) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *ConditionalFormattingSolidColor) SetColor(v string) *ConditionalFormattingSolidColor

SetColor sets the Color field's value.

func (*ConditionalFormattingSolidColor) SetExpression

func (s *ConditionalFormattingSolidColor) SetExpression(v string) *ConditionalFormattingSolidColor

SetExpression sets the Expression field's value.

func (ConditionalFormattingSolidColor) String

func (s ConditionalFormattingSolidColor) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

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

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

func (s *ContributionAnalysisDefault) SetContributorDimensions(v []*ColumnIdentifier) *ContributionAnalysisDefault

SetContributorDimensions sets the ContributorDimensions field's value.

func (*ContributionAnalysisDefault) SetMeasureFieldId

func (s *ContributionAnalysisDefault) SetMeasureFieldId(v string) *ContributionAnalysisDefault

SetMeasureFieldId sets the MeasureFieldId field's value.

func (ContributionAnalysisDefault) String

func (s ContributionAnalysisDefault) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

func (s CreateAccountCustomizationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CreateAccountCustomizationInput) SetAccountCustomization(v *AccountCustomization) *CreateAccountCustomizationInput

SetAccountCustomization sets the AccountCustomization field's value.

func (*CreateAccountCustomizationInput) SetAwsAccountId

func (s *CreateAccountCustomizationInput) SetAwsAccountId(v string) *CreateAccountCustomizationInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateAccountCustomizationInput) SetNamespace

func (s *CreateAccountCustomizationInput) SetNamespace(v string) *CreateAccountCustomizationInput

SetNamespace sets the Namespace field's value.

func (*CreateAccountCustomizationInput) SetTags

func (s *CreateAccountCustomizationInput) SetTags(v []*Tag) *CreateAccountCustomizationInput

SetTags sets the Tags field's value.

func (CreateAccountCustomizationInput) String

func (s CreateAccountCustomizationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s CreateAccountCustomizationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CreateAccountCustomizationOutput) SetAccountCustomization(v *AccountCustomization) *CreateAccountCustomizationOutput

SetAccountCustomization sets the AccountCustomization field's value.

func (*CreateAccountCustomizationOutput) SetArn

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

SetArn sets the Arn field's value.

func (*CreateAccountCustomizationOutput) SetAwsAccountId

func (s *CreateAccountCustomizationOutput) SetAwsAccountId(v string) *CreateAccountCustomizationOutput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateAccountCustomizationOutput) SetNamespace

func (s *CreateAccountCustomizationOutput) SetNamespace(v string) *CreateAccountCustomizationOutput

SetNamespace sets the Namespace field's value.

func (*CreateAccountCustomizationOutput) SetRequestId

func (s *CreateAccountCustomizationOutput) SetRequestId(v string) *CreateAccountCustomizationOutput

SetRequestId sets the RequestId field's value.

func (*CreateAccountCustomizationOutput) SetStatus

func (s *CreateAccountCustomizationOutput) SetStatus(v int64) *CreateAccountCustomizationOutput

SetStatus sets the Status field's value.

func (CreateAccountCustomizationOutput) String

func (s CreateAccountCustomizationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

func (s CreateAccountSubscriptionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

SetAccountName sets the AccountName field's value.

func (*CreateAccountSubscriptionInput) SetActiveDirectoryName

func (s *CreateAccountSubscriptionInput) SetActiveDirectoryName(v string) *CreateAccountSubscriptionInput

SetActiveDirectoryName sets the ActiveDirectoryName field's value.

func (*CreateAccountSubscriptionInput) SetAdminGroup

func (s *CreateAccountSubscriptionInput) SetAdminGroup(v []*string) *CreateAccountSubscriptionInput

SetAdminGroup sets the AdminGroup field's value.

func (*CreateAccountSubscriptionInput) SetAuthenticationMethod

func (s *CreateAccountSubscriptionInput) SetAuthenticationMethod(v string) *CreateAccountSubscriptionInput

SetAuthenticationMethod sets the AuthenticationMethod field's value.

func (*CreateAccountSubscriptionInput) SetAuthorGroup

func (s *CreateAccountSubscriptionInput) SetAuthorGroup(v []*string) *CreateAccountSubscriptionInput

SetAuthorGroup sets the AuthorGroup field's value.

func (*CreateAccountSubscriptionInput) SetAwsAccountId

func (s *CreateAccountSubscriptionInput) SetAwsAccountId(v string) *CreateAccountSubscriptionInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateAccountSubscriptionInput) SetContactNumber

func (s *CreateAccountSubscriptionInput) SetContactNumber(v string) *CreateAccountSubscriptionInput

SetContactNumber sets the ContactNumber field's value.

func (*CreateAccountSubscriptionInput) SetDirectoryId

func (s *CreateAccountSubscriptionInput) SetDirectoryId(v string) *CreateAccountSubscriptionInput

SetDirectoryId sets the DirectoryId field's value.

func (*CreateAccountSubscriptionInput) SetEdition

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

SetEdition sets the Edition field's value.

func (*CreateAccountSubscriptionInput) SetEmailAddress

func (s *CreateAccountSubscriptionInput) SetEmailAddress(v string) *CreateAccountSubscriptionInput

SetEmailAddress sets the EmailAddress field's value.

func (*CreateAccountSubscriptionInput) SetFirstName

func (s *CreateAccountSubscriptionInput) SetFirstName(v string) *CreateAccountSubscriptionInput

SetFirstName sets the FirstName field's value.

func (*CreateAccountSubscriptionInput) SetLastName

func (s *CreateAccountSubscriptionInput) SetLastName(v string) *CreateAccountSubscriptionInput

SetLastName sets the LastName field's value.

func (*CreateAccountSubscriptionInput) SetNotificationEmail

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

SetNotificationEmail sets the NotificationEmail field's value.

func (*CreateAccountSubscriptionInput) SetReaderGroup

func (s *CreateAccountSubscriptionInput) SetReaderGroup(v []*string) *CreateAccountSubscriptionInput

SetReaderGroup sets the ReaderGroup field's value.

func (*CreateAccountSubscriptionInput) SetRealm

func (s *CreateAccountSubscriptionInput) SetRealm(v string) *CreateAccountSubscriptionInput

SetRealm sets the Realm field's value.

func (CreateAccountSubscriptionInput) String

func (s CreateAccountSubscriptionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CreateAccountSubscriptionInput) Validate() error

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

type CreateAccountSubscriptionOutput

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

func (s CreateAccountSubscriptionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CreateAccountSubscriptionOutput) SetRequestId(v string) *CreateAccountSubscriptionOutput

SetRequestId sets the RequestId field's value.

func (*CreateAccountSubscriptionOutput) SetSignupResponse

func (s *CreateAccountSubscriptionOutput) SetSignupResponse(v *SignupResponse) *CreateAccountSubscriptionOutput

SetSignupResponse sets the SignupResponse field's value.

func (*CreateAccountSubscriptionOutput) SetStatus

func (s *CreateAccountSubscriptionOutput) SetStatus(v int64) *CreateAccountSubscriptionOutput

SetStatus sets the Status field's value.

func (CreateAccountSubscriptionOutput) String

func (s CreateAccountSubscriptionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CreateAnalysisInput) SetDefinition(v *AnalysisDefinition) *CreateAnalysisInput

SetDefinition sets the Definition field's value.

func (*CreateAnalysisInput) SetName

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

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

func (s *CreateAnalysisInput) SetPermissions(v []*ResourcePermission) *CreateAnalysisInput

SetPermissions sets the Permissions field's value.

func (*CreateAnalysisInput) SetSourceEntity

func (s *CreateAnalysisInput) SetSourceEntity(v *AnalysisSourceEntity) *CreateAnalysisInput

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

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

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

func (s *CreateAnalysisOutput) SetStatus(v int64) *CreateAnalysisOutput

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

func (s *CreateColumnsOperation) SetColumns(v []*CalculatedColumn) *CreateColumnsOperation

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

func (s *CreateDashboardInput) SetDefinition(v *DashboardVersionDefinition) *CreateDashboardInput

SetDefinition sets the Definition field's value.

func (*CreateDashboardInput) SetName

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

SetName sets the Name field's value.

func (*CreateDashboardInput) SetParameters

func (s *CreateDashboardInput) SetParameters(v *Parameters) *CreateDashboardInput

SetParameters sets the Parameters field's value.

func (*CreateDashboardInput) SetPermissions

func (s *CreateDashboardInput) SetPermissions(v []*ResourcePermission) *CreateDashboardInput

SetPermissions sets the Permissions field's value.

func (*CreateDashboardInput) SetSourceEntity

func (s *CreateDashboardInput) SetSourceEntity(v *DashboardSourceEntity) *CreateDashboardInput

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

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

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

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

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

func (s *CreateDashboardOutput) SetRequestId(v string) *CreateDashboardOutput

SetRequestId sets the RequestId field's value.

func (*CreateDashboardOutput) SetStatus

func (s *CreateDashboardOutput) SetStatus(v int64) *CreateDashboardOutput

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 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) 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

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

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

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

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

func (s *CreateDataSetOutput) SetStatus(v int64) *CreateDataSetOutput

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

func (s *CreateDataSourceInput) SetCredentials(v *DataSourceCredentials) *CreateDataSourceInput

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

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

SetName sets the Name field's value.

func (*CreateDataSourceInput) SetPermissions

func (s *CreateDataSourceInput) SetPermissions(v []*ResourcePermission) *CreateDataSourceInput

SetPermissions sets the Permissions field's value.

func (*CreateDataSourceInput) SetSslProperties

func (s *CreateDataSourceInput) SetSslProperties(v *SslProperties) *CreateDataSourceInput

SetSslProperties sets the SslProperties field's value.

func (*CreateDataSourceInput) SetTags

func (s *CreateDataSourceInput) SetTags(v []*Tag) *CreateDataSourceInput

SetTags sets the Tags field's value.

func (*CreateDataSourceInput) SetType

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

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

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

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

func (s *CreateDataSourceOutput) SetRequestId(v string) *CreateDataSourceOutput

SetRequestId sets the RequestId field's value.

func (*CreateDataSourceOutput) SetStatus

func (s *CreateDataSourceOutput) SetStatus(v int64) *CreateDataSourceOutput

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

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

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

func (s *CreateFolderMembershipInput) SetAwsAccountId(v string) *CreateFolderMembershipInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateFolderMembershipInput) SetFolderId

func (s *CreateFolderMembershipInput) SetFolderId(v string) *CreateFolderMembershipInput

SetFolderId sets the FolderId field's value.

func (*CreateFolderMembershipInput) SetMemberId

func (s *CreateFolderMembershipInput) SetMemberId(v string) *CreateFolderMembershipInput

SetMemberId sets the MemberId field's value.

func (*CreateFolderMembershipInput) SetMemberType

func (s *CreateFolderMembershipInput) SetMemberType(v string) *CreateFolderMembershipInput

SetMemberType sets the MemberType field's value.

func (CreateFolderMembershipInput) String

func (s CreateFolderMembershipInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CreateFolderMembershipOutput) SetFolderMember(v *FolderMember) *CreateFolderMembershipOutput

SetFolderMember sets the FolderMember field's value.

func (*CreateFolderMembershipOutput) SetRequestId

func (s *CreateFolderMembershipOutput) SetRequestId(v string) *CreateFolderMembershipOutput

SetRequestId sets the RequestId field's value.

func (*CreateFolderMembershipOutput) SetStatus

func (s *CreateFolderMembershipOutput) SetStatus(v int64) *CreateFolderMembershipOutput

SetStatus sets the Status field's value.

func (CreateFolderMembershipOutput) String

func (s CreateFolderMembershipOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

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

func (s *CreateGroupMembershipInput) SetAwsAccountId(v string) *CreateGroupMembershipInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateGroupMembershipInput) SetGroupName

func (s *CreateGroupMembershipInput) SetGroupName(v string) *CreateGroupMembershipInput

SetGroupName sets the GroupName field's value.

func (*CreateGroupMembershipInput) SetMemberName

func (s *CreateGroupMembershipInput) SetMemberName(v string) *CreateGroupMembershipInput

SetMemberName sets the MemberName field's value.

func (*CreateGroupMembershipInput) SetNamespace

func (s *CreateGroupMembershipInput) SetNamespace(v string) *CreateGroupMembershipInput

SetNamespace sets the Namespace field's value.

func (CreateGroupMembershipInput) String

func (s CreateGroupMembershipInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CreateGroupMembershipOutput) SetGroupMember(v *GroupMember) *CreateGroupMembershipOutput

SetGroupMember sets the GroupMember field's value.

func (*CreateGroupMembershipOutput) SetRequestId

func (s *CreateGroupMembershipOutput) SetRequestId(v string) *CreateGroupMembershipOutput

SetRequestId sets the RequestId field's value.

func (*CreateGroupMembershipOutput) SetStatus

func (s *CreateGroupMembershipOutput) SetStatus(v int64) *CreateGroupMembershipOutput

SetStatus sets the Status field's value.

func (CreateGroupMembershipOutput) String

func (s CreateGroupMembershipOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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. It must be unique within
    // an 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

func (s CreateIAMPolicyAssignmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CreateIAMPolicyAssignmentInput) SetAssignmentName(v string) *CreateIAMPolicyAssignmentInput

SetAssignmentName sets the AssignmentName field's value.

func (*CreateIAMPolicyAssignmentInput) SetAssignmentStatus

func (s *CreateIAMPolicyAssignmentInput) SetAssignmentStatus(v string) *CreateIAMPolicyAssignmentInput

SetAssignmentStatus sets the AssignmentStatus field's value.

func (*CreateIAMPolicyAssignmentInput) SetAwsAccountId

func (s *CreateIAMPolicyAssignmentInput) SetAwsAccountId(v string) *CreateIAMPolicyAssignmentInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateIAMPolicyAssignmentInput) SetIdentities

func (s *CreateIAMPolicyAssignmentInput) SetIdentities(v map[string][]*string) *CreateIAMPolicyAssignmentInput

SetIdentities sets the Identities field's value.

func (*CreateIAMPolicyAssignmentInput) SetNamespace

func (s *CreateIAMPolicyAssignmentInput) SetNamespace(v string) *CreateIAMPolicyAssignmentInput

SetNamespace sets the Namespace field's value.

func (*CreateIAMPolicyAssignmentInput) SetPolicyArn

func (s *CreateIAMPolicyAssignmentInput) SetPolicyArn(v string) *CreateIAMPolicyAssignmentInput

SetPolicyArn sets the PolicyArn field's value.

func (CreateIAMPolicyAssignmentInput) String

func (s CreateIAMPolicyAssignmentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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. This 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

func (s CreateIAMPolicyAssignmentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *CreateIAMPolicyAssignmentOutput) SetAssignmentId(v string) *CreateIAMPolicyAssignmentOutput

SetAssignmentId sets the AssignmentId field's value.

func (*CreateIAMPolicyAssignmentOutput) SetAssignmentName

func (s *CreateIAMPolicyAssignmentOutput) SetAssignmentName(v string) *CreateIAMPolicyAssignmentOutput

SetAssignmentName sets the AssignmentName field's value.

func (*CreateIAMPolicyAssignmentOutput) SetAssignmentStatus

func (s *CreateIAMPolicyAssignmentOutput) SetAssignmentStatus(v string) *CreateIAMPolicyAssignmentOutput

SetAssignmentStatus sets the AssignmentStatus field's value.

func (*CreateIAMPolicyAssignmentOutput) SetIdentities

func (s *CreateIAMPolicyAssignmentOutput) SetIdentities(v map[string][]*string) *CreateIAMPolicyAssignmentOutput

SetIdentities sets the Identities field's value.

func (*CreateIAMPolicyAssignmentOutput) SetPolicyArn

func (s *CreateIAMPolicyAssignmentOutput) SetPolicyArn(v string) *CreateIAMPolicyAssignmentOutput

SetPolicyArn sets the PolicyArn field's value.

func (*CreateIAMPolicyAssignmentOutput) SetRequestId

func (s *CreateIAMPolicyAssignmentOutput) SetRequestId(v string) *CreateIAMPolicyAssignmentOutput

SetRequestId sets the RequestId field's value.

func (*CreateIAMPolicyAssignmentOutput) SetStatus

func (s *CreateIAMPolicyAssignmentOutput) SetStatus(v int64) *CreateIAMPolicyAssignmentOutput

SetStatus sets the Status field's value.

func (CreateIAMPolicyAssignmentOutput) String

func (s CreateIAMPolicyAssignmentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

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

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

func (s *CreateIngestionOutput) SetRequestId(v string) *CreateIngestionOutput

SetRequestId sets the RequestId field's value.

func (*CreateIngestionOutput) SetStatus

func (s *CreateIngestionOutput) SetStatus(v int64) *CreateIngestionOutput

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

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

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

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

SetName sets the Name field's value.

func (*CreateNamespaceOutput) SetRequestId

func (s *CreateNamespaceOutput) SetRequestId(v string) *CreateNamespaceOutput

SetRequestId sets the RequestId field's value.

func (*CreateNamespaceOutput) SetStatus

func (s *CreateNamespaceOutput) SetStatus(v int64) *CreateNamespaceOutput

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 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

func (s *CreateTemplateAliasInput) SetAliasName(v string) *CreateTemplateAliasInput

SetAliasName sets the AliasName field's value.

func (*CreateTemplateAliasInput) SetAwsAccountId

func (s *CreateTemplateAliasInput) SetAwsAccountId(v string) *CreateTemplateAliasInput

SetAwsAccountId sets the AwsAccountId field's value.

func (*CreateTemplateAliasInput) SetTemplateId

func (s *CreateTemplateAliasInput) SetTemplateId(v string) *CreateTemplateAliasInput

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

func (s *CreateTemplateAliasOutput) SetRequestId(v string) *CreateTemplateAliasOutput

SetRequestId sets the RequestId field's value.

func (*CreateTemplateAliasOutput) SetStatus

func (s *CreateTemplateAliasOutput) SetStatus(v int64) *CreateTemplateAliasOutput

SetStatus sets the Status field's value.

func (*CreateTemplateAliasOutput) SetTemplateAlias

func (s *CreateTemplateAliasOutput) SetTemplateAlias(v *TemplateAlias) *CreateTemplateAliasOutput

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 DataSetRefe