...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
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 ▾

BatchCreateTopicReviewedAnswer
BatchDeleteTopicReviewedAnswer
CancelIngestion
CreateAccountCustomization
CreateAccountSubscription
CreateAnalysis
CreateDashboard
CreateDataSet
CreateDataSource
CreateFolder
CreateFolderMembership
CreateGroup
CreateGroupMembership
CreateIAMPolicyAssignment
CreateIngestion
CreateNamespace
CreateRefreshSchedule
CreateRoleMembership
CreateTemplate
CreateTemplateAlias
CreateTheme
CreateThemeAlias
CreateTopic
CreateTopicRefreshSchedule
CreateVPCConnection
DeleteAccountCustomization
DeleteAccountSubscription
DeleteAnalysis
DeleteDashboard
DeleteDataSet
DeleteDataSetRefreshProperties
DeleteDataSource
DeleteFolder
DeleteFolderMembership
DeleteGroup
DeleteGroupMembership
DeleteIAMPolicyAssignment
DeleteIdentityPropagationConfig
DeleteNamespace
DeleteRefreshSchedule
DeleteRoleCustomPermission
DeleteRoleMembership
DeleteTemplate
DeleteTemplateAlias
DeleteTheme
DeleteThemeAlias
DeleteTopic
DeleteTopicRefreshSchedule
DeleteUser
DeleteUserByPrincipalId
DeleteVPCConnection
DescribeAccountCustomization
DescribeAccountSettings
DescribeAccountSubscription
DescribeAnalysis
DescribeAnalysisDefinition
DescribeAnalysisPermissions
DescribeAssetBundleExportJob
DescribeAssetBundleImportJob
DescribeDashboard
DescribeDashboardDefinition
DescribeDashboardPermissions
DescribeDashboardSnapshotJob
DescribeDashboardSnapshotJobResult
DescribeDataSet
DescribeDataSetPermissions
DescribeDataSetRefreshProperties
DescribeDataSource
DescribeDataSourcePermissions
DescribeFolder
DescribeFolderPermissions ( Paginator )
DescribeFolderResolvedPermissions ( Paginator )
DescribeGroup
DescribeGroupMembership
DescribeIAMPolicyAssignment
DescribeIngestion
DescribeIpRestriction
DescribeKeyRegistration
DescribeNamespace
DescribeRefreshSchedule
DescribeRoleCustomPermission
DescribeTemplate
DescribeTemplateAlias
DescribeTemplateDefinition
DescribeTemplatePermissions
DescribeTheme
DescribeThemeAlias
DescribeThemePermissions
DescribeTopic
DescribeTopicPermissions
DescribeTopicRefresh
DescribeTopicRefreshSchedule
DescribeUser
DescribeVPCConnection
GenerateEmbedUrlForAnonymousUser
GenerateEmbedUrlForRegisteredUser
GetDashboardEmbedUrl
GetSessionEmbedUrl
ListAnalyses ( Paginator )
ListAssetBundleExportJobs ( Paginator )
ListAssetBundleImportJobs ( Paginator )
ListDashboardVersions ( Paginator )
ListDashboards ( Paginator )
ListDataSets ( Paginator )
ListDataSources ( Paginator )
ListFolderMembers ( Paginator )
ListFolders ( Paginator )
ListGroupMemberships ( Paginator )
ListGroups ( Paginator )
ListIAMPolicyAssignments ( Paginator )
ListIAMPolicyAssignmentsForUser ( Paginator )
ListIdentityPropagationConfigs
ListIngestions ( Paginator )
ListNamespaces ( Paginator )
ListRefreshSchedules
ListRoleMemberships ( Paginator )
ListTagsForResource
ListTemplateAliases ( Paginator )
ListTemplateVersions ( Paginator )
ListTemplates ( Paginator )
ListThemeAliases
ListThemeVersions ( Paginator )
ListThemes ( Paginator )
ListTopicRefreshSchedules
ListTopicReviewedAnswers
ListTopics ( Paginator )
ListUserGroups ( Paginator )
ListUsers ( Paginator )
ListVPCConnections ( Paginator )
PutDataSetRefreshProperties
RegisterUser
RestoreAnalysis
SearchAnalyses ( Paginator )
SearchDashboards ( Paginator )
SearchDataSets ( Paginator )
SearchDataSources ( Paginator )
SearchFolders ( Paginator )
SearchGroups ( Paginator )
StartAssetBundleExportJob
StartAssetBundleImportJob
StartDashboardSnapshotJob
TagResource
UntagResource
UpdateAccountCustomization
UpdateAccountSettings
UpdateAnalysis
UpdateAnalysisPermissions
UpdateDashboard
UpdateDashboardLinks
UpdateDashboardPermissions
UpdateDashboardPublishedVersion
UpdateDataSet
UpdateDataSetPermissions
UpdateDataSource
UpdateDataSourcePermissions
UpdateFolder
UpdateFolderPermissions
UpdateGroup
UpdateIAMPolicyAssignment
UpdateIdentityPropagationConfig
UpdateIpRestriction
UpdateKeyRegistration
UpdatePublicSharingSettings
UpdateRefreshSchedule
UpdateRoleCustomPermission
UpdateSPICECapacityConfiguration
UpdateTemplate
UpdateTemplateAlias
UpdateTemplatePermissions
UpdateTheme
UpdateThemeAlias
UpdateThemePermissions
UpdateTopic
UpdateTopicPermissions
UpdateTopicRefreshSchedule
UpdateUser
UpdateVPCConnection

Types ▾

type QuickSight
func New(p client.ConfigProvider, cfgs ...*aws.Config) *QuickSight
func (c *QuickSight) BatchCreateTopicReviewedAnswer(input *BatchCreateTopicReviewedAnswerInput) (*BatchCreateTopicReviewedAnswerOutput, error)
func (c *QuickSight) BatchCreateTopicReviewedAnswerRequest(input *BatchCreateTopicReviewedAnswerInput) (req *request.Request, output *BatchCreateTopicReviewedAnswerOutput)
func (c *QuickSight) BatchCreateTopicReviewedAnswerWithContext(ctx aws.Context, input *BatchCreateTopicReviewedAnswerInput, opts ...request.Option) (*BatchCreateTopicReviewedAnswerOutput, error)
func (c *QuickSight) BatchDeleteTopicReviewedAnswer(input *BatchDeleteTopicReviewedAnswerInput) (*BatchDeleteTopicReviewedAnswerOutput, error)
func (c *QuickSight) BatchDeleteTopicReviewedAnswerRequest(input *BatchDeleteTopicReviewedAnswerInput) (req *request.Request, output *BatchDeleteTopicReviewedAnswerOutput)
func (c *QuickSight) BatchDeleteTopicReviewedAnswerWithContext(ctx aws.Context, input *BatchDeleteTopicReviewedAnswerInput, opts ...request.Option) (*BatchDeleteTopicReviewedAnswerOutput, error)
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) CreateRefreshSchedule(input *CreateRefreshScheduleInput) (*CreateRefreshScheduleOutput, error)
func (c *QuickSight) CreateRefreshScheduleRequest(input *CreateRefreshScheduleInput) (req *request.Request, output *CreateRefreshScheduleOutput)
func (c *QuickSight) CreateRefreshScheduleWithContext(ctx aws.Context, input *CreateRefreshScheduleInput, opts ...request.Option) (*CreateRefreshScheduleOutput, error)
func (c *QuickSight) CreateRoleMembership(input *CreateRoleMembershipInput) (*CreateRoleMembershipOutput, error)
func (c *QuickSight) CreateRoleMembershipRequest(input *CreateRoleMembershipInput) (req *request.Request, output *CreateRoleMembershipOutput)
func (c *QuickSight) CreateRoleMembershipWithContext(ctx aws.Context, input *CreateRoleMembershipInput, opts ...request.Option) (*CreateRoleMembershipOutput, 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) CreateTopic(input *CreateTopicInput) (*CreateTopicOutput, error)
func (c *QuickSight) CreateTopicRefreshSchedule(input *CreateTopicRefreshScheduleInput) (*CreateTopicRefreshScheduleOutput, error)
func (c *QuickSight) CreateTopicRefreshScheduleRequest(input *CreateTopicRefreshScheduleInput) (req *request.Request, output *CreateTopicRefreshScheduleOutput)
func (c *QuickSight) CreateTopicRefreshScheduleWithContext(ctx aws.Context, input *CreateTopicRefreshScheduleInput, opts ...request.Option) (*CreateTopicRefreshScheduleOutput, error)
func (c *QuickSight) CreateTopicRequest(input *CreateTopicInput) (req *request.Request, output *CreateTopicOutput)
func (c *QuickSight) CreateTopicWithContext(ctx aws.Context, input *CreateTopicInput, opts ...request.Option) (*CreateTopicOutput, error)
func (c *QuickSight) CreateVPCConnection(input *CreateVPCConnectionInput) (*CreateVPCConnectionOutput, error)
func (c *QuickSight) CreateVPCConnectionRequest(input *CreateVPCConnectionInput) (req *request.Request, output *CreateVPCConnectionOutput)
func (c *QuickSight) CreateVPCConnectionWithContext(ctx aws.Context, input *CreateVPCConnectionInput, opts ...request.Option) (*CreateVPCConnectionOutput, 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) DeleteDataSetRefreshProperties(input *DeleteDataSetRefreshPropertiesInput) (*DeleteDataSetRefreshPropertiesOutput, error)
func (c *QuickSight) DeleteDataSetRefreshPropertiesRequest(input *DeleteDataSetRefreshPropertiesInput) (req *request.Request, output *DeleteDataSetRefreshPropertiesOutput)
func (c *QuickSight) DeleteDataSetRefreshPropertiesWithContext(ctx aws.Context, input *DeleteDataSetRefreshPropertiesInput, opts ...request.Option) (*DeleteDataSetRefreshPropertiesOutput, 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) DeleteIdentityPropagationConfig(input *DeleteIdentityPropagationConfigInput) (*DeleteIdentityPropagationConfigOutput, error)
func (c *QuickSight) DeleteIdentityPropagationConfigRequest(input *DeleteIdentityPropagationConfigInput) (req *request.Request, output *DeleteIdentityPropagationConfigOutput)
func (c *QuickSight) DeleteIdentityPropagationConfigWithContext(ctx aws.Context, input *DeleteIdentityPropagationConfigInput, opts ...request.Option) (*DeleteIdentityPropagationConfigOutput, 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) DeleteRefreshSchedule(input *DeleteRefreshScheduleInput) (*DeleteRefreshScheduleOutput, error)
func (c *QuickSight) DeleteRefreshScheduleRequest(input *DeleteRefreshScheduleInput) (req *request.Request, output *DeleteRefreshScheduleOutput)
func (c *QuickSight) DeleteRefreshScheduleWithContext(ctx aws.Context, input *DeleteRefreshScheduleInput, opts ...request.Option) (*DeleteRefreshScheduleOutput, error)
func (c *QuickSight) DeleteRoleCustomPermission(input *DeleteRoleCustomPermissionInput) (*DeleteRoleCustomPermissionOutput, error)
func (c *QuickSight) DeleteRoleCustomPermissionRequest(input *DeleteRoleCustomPermissionInput) (req *request.Request, output *DeleteRoleCustomPermissionOutput)
func (c *QuickSight) DeleteRoleCustomPermissionWithContext(ctx aws.Context, input *DeleteRoleCustomPermissionInput, opts ...request.Option) (*DeleteRoleCustomPermissionOutput, error)
func (c *QuickSight) DeleteRoleMembership(input *DeleteRoleMembershipInput) (*DeleteRoleMembershipOutput, error)
func (c *QuickSight) DeleteRoleMembershipRequest(input *DeleteRoleMembershipInput) (req *request.Request, output *DeleteRoleMembershipOutput)
func (c *QuickSight) DeleteRoleMembershipWithContext(ctx aws.Context, input *DeleteRoleMembershipInput, opts ...request.Option) (*DeleteRoleMembershipOutput, 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) DeleteTopic(input *DeleteTopicInput) (*DeleteTopicOutput, error)
func (c *QuickSight) DeleteTopicRefreshSchedule(input *DeleteTopicRefreshScheduleInput) (*DeleteTopicRefreshScheduleOutput, error)
func (c *QuickSight) DeleteTopicRefreshScheduleRequest(input *DeleteTopicRefreshScheduleInput) (req *request.Request, output *DeleteTopicRefreshScheduleOutput)
func (c *QuickSight) DeleteTopicRefreshScheduleWithContext(ctx aws.Context, input *DeleteTopicRefreshScheduleInput, opts ...request.Option) (*DeleteTopicRefreshScheduleOutput, error)
func (c *QuickSight) DeleteTopicRequest(input *DeleteTopicInput) (req *request.Request, output *DeleteTopicOutput)
func (c *QuickSight) DeleteTopicWithContext(ctx aws.Context, input *DeleteTopicInput, opts ...request.Option) (*DeleteTopicOutput, 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) DeleteVPCConnection(input *DeleteVPCConnectionInput) (*DeleteVPCConnectionOutput, error)
func (c *QuickSight) DeleteVPCConnectionRequest(input *DeleteVPCConnectionInput) (req *request.Request, output *DeleteVPCConnectionOutput)
func (c *QuickSight) DeleteVPCConnectionWithContext(ctx aws.Context, input *DeleteVPCConnectionInput, opts ...request.Option) (*DeleteVPCConnectionOutput, 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) DescribeAssetBundleExportJob(input *DescribeAssetBundleExportJobInput) (*DescribeAssetBundleExportJobOutput, error)
func (c *QuickSight) DescribeAssetBundleExportJobRequest(input *DescribeAssetBundleExportJobInput) (req *request.Request, output *DescribeAssetBundleExportJobOutput)
func (c *QuickSight) DescribeAssetBundleExportJobWithContext(ctx aws.Context, input *DescribeAssetBundleExportJobInput, opts ...request.Option) (*DescribeAssetBundleExportJobOutput, error)
func (c *QuickSight) DescribeAssetBundleImportJob(input *DescribeAssetBundleImportJobInput) (*DescribeAssetBundleImportJobOutput, error)
func (c *QuickSight) DescribeAssetBundleImportJobRequest(input *DescribeAssetBundleImportJobInput) (req *request.Request, output *DescribeAssetBundleImportJobOutput)
func (c *QuickSight) DescribeAssetBundleImportJobWithContext(ctx aws.Context, input *DescribeAssetBundleImportJobInput, opts ...request.Option) (*DescribeAssetBundleImportJobOutput, 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) DescribeDashboardSnapshotJob(input *DescribeDashboardSnapshotJobInput) (*DescribeDashboardSnapshotJobOutput, error)
func (c *QuickSight) DescribeDashboardSnapshotJobRequest(input *DescribeDashboardSnapshotJobInput) (req *request.Request, output *DescribeDashboardSnapshotJobOutput)
func (c *QuickSight) DescribeDashboardSnapshotJobResult(input *DescribeDashboardSnapshotJobResultInput) (*DescribeDashboardSnapshotJobResultOutput, error)
func (c *QuickSight) DescribeDashboardSnapshotJobResultRequest(input *DescribeDashboardSnapshotJobResultInput) (req *request.Request, output *DescribeDashboardSnapshotJobResultOutput)
func (c *QuickSight) DescribeDashboardSnapshotJobResultWithContext(ctx aws.Context, input *DescribeDashboardSnapshotJobResultInput, opts ...request.Option) (*DescribeDashboardSnapshotJobResultOutput, error)
func (c *QuickSight) DescribeDashboardSnapshotJobWithContext(ctx aws.Context, input *DescribeDashboardSnapshotJobInput, opts ...request.Option) (*DescribeDashboardSnapshotJobOutput, error)
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) DescribeDataSetRefreshProperties(input *DescribeDataSetRefreshPropertiesInput) (*DescribeDataSetRefreshPropertiesOutput, error)
func (c *QuickSight) DescribeDataSetRefreshPropertiesRequest(input *DescribeDataSetRefreshPropertiesInput) (req *request.Request, output *DescribeDataSetRefreshPropertiesOutput)
func (c *QuickSight) DescribeDataSetRefreshPropertiesWithContext(ctx aws.Context, input *DescribeDataSetRefreshPropertiesInput, opts ...request.Option) (*DescribeDataSetRefreshPropertiesOutput, 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) DescribeFolderPermissionsPages(input *DescribeFolderPermissionsInput, fn func(*DescribeFolderPermissionsOutput, bool) bool) error
func (c *QuickSight) DescribeFolderPermissionsPagesWithContext(ctx aws.Context, input *DescribeFolderPermissionsInput, fn func(*DescribeFolderPermissionsOutput, bool) bool, opts ...request.Option) 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) DescribeFolderResolvedPermissionsPages(input *DescribeFolderResolvedPermissionsInput, fn func(*DescribeFolderResolvedPermissionsOutput, bool) bool) error
func (c *QuickSight) DescribeFolderResolvedPermissionsPagesWithContext(ctx aws.Context, input *DescribeFolderResolvedPermissionsInput, fn func(*DescribeFolderResolvedPermissionsOutput, bool) bool, opts ...request.Option) 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) DescribeKeyRegistration(input *DescribeKeyRegistrationInput) (*DescribeKeyRegistrationOutput, error)
func (c *QuickSight) DescribeKeyRegistrationRequest(input *DescribeKeyRegistrationInput) (req *request.Request, output *DescribeKeyRegistrationOutput)
func (c *QuickSight) DescribeKeyRegistrationWithContext(ctx aws.Context, input *DescribeKeyRegistrationInput, opts ...request.Option) (*DescribeKeyRegistrationOutput, 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) DescribeRefreshSchedule(input *DescribeRefreshScheduleInput) (*DescribeRefreshScheduleOutput, error)
func (c *QuickSight) DescribeRefreshScheduleRequest(input *DescribeRefreshScheduleInput) (req *request.Request, output *DescribeRefreshScheduleOutput)
func (c *QuickSight) DescribeRefreshScheduleWithContext(ctx aws.Context, input *DescribeRefreshScheduleInput, opts ...request.Option) (*DescribeRefreshScheduleOutput, error)
func (c *QuickSight) DescribeRoleCustomPermission(input *DescribeRoleCustomPermissionInput) (*DescribeRoleCustomPermissionOutput, error)
func (c *QuickSight) DescribeRoleCustomPermissionRequest(input *DescribeRoleCustomPermissionInput) (req *request.Request, output *DescribeRoleCustomPermissionOutput)
func (c *QuickSight) DescribeRoleCustomPermissionWithContext(ctx aws.Context, input *DescribeRoleCustomPermissionInput, opts ...request.Option) (*DescribeRoleCustomPermissionOutput, 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) DescribeTopic(input *DescribeTopicInput) (*DescribeTopicOutput, error)
func (c *QuickSight) DescribeTopicPermissions(input *DescribeTopicPermissionsInput) (*DescribeTopicPermissionsOutput, error)
func (c *QuickSight) DescribeTopicPermissionsRequest(input *DescribeTopicPermissionsInput) (req *request.Request, output *DescribeTopicPermissionsOutput)
func (c *QuickSight) DescribeTopicPermissionsWithContext(ctx aws.Context, input *DescribeTopicPermissionsInput, opts ...request.Option) (*DescribeTopicPermissionsOutput, error)
func (c *QuickSight) DescribeTopicRefresh(input *DescribeTopicRefreshInput) (*DescribeTopicRefreshOutput, error)
func (c *QuickSight) DescribeTopicRefreshRequest(input *DescribeTopicRefreshInput) (req *request.Request, output *DescribeTopicRefreshOutput)
func (c *QuickSight) DescribeTopicRefreshSchedule(input *DescribeTopicRefreshScheduleInput) (*DescribeTopicRefreshScheduleOutput, error)
func (c *QuickSight) DescribeTopicRefreshScheduleRequest(input *DescribeTopicRefreshScheduleInput) (req *request.Request, output *DescribeTopicRefreshScheduleOutput)
func (c *QuickSight) DescribeTopicRefreshScheduleWithContext(ctx aws.Context, input *DescribeTopicRefreshScheduleInput, opts ...request.Option) (*DescribeTopicRefreshScheduleOutput, error)
func (c *QuickSight) DescribeTopicRefreshWithContext(ctx aws.Context, input *DescribeTopicRefreshInput, opts ...request.Option) (*DescribeTopicRefreshOutput, error)
func (c *QuickSight) DescribeTopicRequest(input *DescribeTopicInput) (req *request.Request, output *DescribeTopicOutput)
func (c *QuickSight) DescribeTopicWithContext(ctx aws.Context, input *DescribeTopicInput, opts ...request.Option) (*DescribeTopicOutput, 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) DescribeVPCConnection(input *DescribeVPCConnectionInput) (*DescribeVPCConnectionOutput, error)
func (c *QuickSight) DescribeVPCConnectionRequest(input *DescribeVPCConnectionInput) (req *request.Request, output *DescribeVPCConnectionOutput)
func (c *QuickSight) DescribeVPCConnectionWithContext(ctx aws.Context, input *DescribeVPCConnectionInput, opts ...request.Option) (*DescribeVPCConnectionOutput, 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) ListAssetBundleExportJobs(input *ListAssetBundleExportJobsInput) (*ListAssetBundleExportJobsOutput, error)
func (c *QuickSight) ListAssetBundleExportJobsPages(input *ListAssetBundleExportJobsInput, fn func(*ListAssetBundleExportJobsOutput, bool) bool) error
func (c *QuickSight) ListAssetBundleExportJobsPagesWithContext(ctx aws.Context, input *ListAssetBundleExportJobsInput, fn func(*ListAssetBundleExportJobsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListAssetBundleExportJobsRequest(input *ListAssetBundleExportJobsInput) (req *request.Request, output *ListAssetBundleExportJobsOutput)
func (c *QuickSight) ListAssetBundleExportJobsWithContext(ctx aws.Context, input *ListAssetBundleExportJobsInput, opts ...request.Option) (*ListAssetBundleExportJobsOutput, error)
func (c *QuickSight) ListAssetBundleImportJobs(input *ListAssetBundleImportJobsInput) (*ListAssetBundleImportJobsOutput, error)
func (c *QuickSight) ListAssetBundleImportJobsPages(input *ListAssetBundleImportJobsInput, fn func(*ListAssetBundleImportJobsOutput, bool) bool) error
func (c *QuickSight) ListAssetBundleImportJobsPagesWithContext(ctx aws.Context, input *ListAssetBundleImportJobsInput, fn func(*ListAssetBundleImportJobsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListAssetBundleImportJobsRequest(input *ListAssetBundleImportJobsInput) (req *request.Request, output *ListAssetBundleImportJobsOutput)
func (c *QuickSight) ListAssetBundleImportJobsWithContext(ctx aws.Context, input *ListAssetBundleImportJobsInput, opts ...request.Option) (*ListAssetBundleImportJobsOutput, 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) ListFolderMembersPages(input *ListFolderMembersInput, fn func(*ListFolderMembersOutput, bool) bool) error
func (c *QuickSight) ListFolderMembersPagesWithContext(ctx aws.Context, input *ListFolderMembersInput, fn func(*ListFolderMembersOutput, bool) bool, opts ...request.Option) 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) ListFoldersPages(input *ListFoldersInput, fn func(*ListFoldersOutput, bool) bool) error
func (c *QuickSight) ListFoldersPagesWithContext(ctx aws.Context, input *ListFoldersInput, fn func(*ListFoldersOutput, bool) bool, opts ...request.Option) 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) ListGroupMembershipsPages(input *ListGroupMembershipsInput, fn func(*ListGroupMembershipsOutput, bool) bool) error
func (c *QuickSight) ListGroupMembershipsPagesWithContext(ctx aws.Context, input *ListGroupMembershipsInput, fn func(*ListGroupMembershipsOutput, bool) bool, opts ...request.Option) 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) ListGroupsPages(input *ListGroupsInput, fn func(*ListGroupsOutput, bool) bool) error
func (c *QuickSight) ListGroupsPagesWithContext(ctx aws.Context, input *ListGroupsInput, fn func(*ListGroupsOutput, bool) bool, opts ...request.Option) 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) ListIAMPolicyAssignmentsForUserPages(input *ListIAMPolicyAssignmentsForUserInput, fn func(*ListIAMPolicyAssignmentsForUserOutput, bool) bool) error
func (c *QuickSight) ListIAMPolicyAssignmentsForUserPagesWithContext(ctx aws.Context, input *ListIAMPolicyAssignmentsForUserInput, fn func(*ListIAMPolicyAssignmentsForUserOutput, bool) bool, opts ...request.Option) 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) ListIAMPolicyAssignmentsPages(input *ListIAMPolicyAssignmentsInput, fn func(*ListIAMPolicyAssignmentsOutput, bool) bool) error
func (c *QuickSight) ListIAMPolicyAssignmentsPagesWithContext(ctx aws.Context, input *ListIAMPolicyAssignmentsInput, fn func(*ListIAMPolicyAssignmentsOutput, bool) bool, opts ...request.Option) 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) ListIdentityPropagationConfigs(input *ListIdentityPropagationConfigsInput) (*ListIdentityPropagationConfigsOutput, error)
func (c *QuickSight) ListIdentityPropagationConfigsRequest(input *ListIdentityPropagationConfigsInput) (req *request.Request, output *ListIdentityPropagationConfigsOutput)
func (c *QuickSight) ListIdentityPropagationConfigsWithContext(ctx aws.Context, input *ListIdentityPropagationConfigsInput, opts ...request.Option) (*ListIdentityPropagationConfigsOutput, 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) ListRefreshSchedules(input *ListRefreshSchedulesInput) (*ListRefreshSchedulesOutput, error)
func (c *QuickSight) ListRefreshSchedulesRequest(input *ListRefreshSchedulesInput) (req *request.Request, output *ListRefreshSchedulesOutput)
func (c *QuickSight) ListRefreshSchedulesWithContext(ctx aws.Context, input *ListRefreshSchedulesInput, opts ...request.Option) (*ListRefreshSchedulesOutput, error)
func (c *QuickSight) ListRoleMemberships(input *ListRoleMembershipsInput) (*ListRoleMembershipsOutput, error)
func (c *QuickSight) ListRoleMembershipsPages(input *ListRoleMembershipsInput, fn func(*ListRoleMembershipsOutput, bool) bool) error
func (c *QuickSight) ListRoleMembershipsPagesWithContext(ctx aws.Context, input *ListRoleMembershipsInput, fn func(*ListRoleMembershipsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListRoleMembershipsRequest(input *ListRoleMembershipsInput) (req *request.Request, output *ListRoleMembershipsOutput)
func (c *QuickSight) ListRoleMembershipsWithContext(ctx aws.Context, input *ListRoleMembershipsInput, opts ...request.Option) (*ListRoleMembershipsOutput, 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) ListTopicRefreshSchedules(input *ListTopicRefreshSchedulesInput) (*ListTopicRefreshSchedulesOutput, error)
func (c *QuickSight) ListTopicRefreshSchedulesRequest(input *ListTopicRefreshSchedulesInput) (req *request.Request, output *ListTopicRefreshSchedulesOutput)
func (c *QuickSight) ListTopicRefreshSchedulesWithContext(ctx aws.Context, input *ListTopicRefreshSchedulesInput, opts ...request.Option) (*ListTopicRefreshSchedulesOutput, error)
func (c *QuickSight) ListTopicReviewedAnswers(input *ListTopicReviewedAnswersInput) (*ListTopicReviewedAnswersOutput, error)
func (c *QuickSight) ListTopicReviewedAnswersRequest(input *ListTopicReviewedAnswersInput) (req *request.Request, output *ListTopicReviewedAnswersOutput)
func (c *QuickSight) ListTopicReviewedAnswersWithContext(ctx aws.Context, input *ListTopicReviewedAnswersInput, opts ...request.Option) (*ListTopicReviewedAnswersOutput, error)
func (c *QuickSight) ListTopics(input *ListTopicsInput) (*ListTopicsOutput, error)
func (c *QuickSight) ListTopicsPages(input *ListTopicsInput, fn func(*ListTopicsOutput, bool) bool) error
func (c *QuickSight) ListTopicsPagesWithContext(ctx aws.Context, input *ListTopicsInput, fn func(*ListTopicsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListTopicsRequest(input *ListTopicsInput) (req *request.Request, output *ListTopicsOutput)
func (c *QuickSight) ListTopicsWithContext(ctx aws.Context, input *ListTopicsInput, opts ...request.Option) (*ListTopicsOutput, error)
func (c *QuickSight) ListUserGroups(input *ListUserGroupsInput) (*ListUserGroupsOutput, error)
func (c *QuickSight) ListUserGroupsPages(input *ListUserGroupsInput, fn func(*ListUserGroupsOutput, bool) bool) error
func (c *QuickSight) ListUserGroupsPagesWithContext(ctx aws.Context, input *ListUserGroupsInput, fn func(*ListUserGroupsOutput, bool) bool, opts ...request.Option) 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) ListUsersPages(input *ListUsersInput, fn func(*ListUsersOutput, bool) bool) error
func (c *QuickSight) ListUsersPagesWithContext(ctx aws.Context, input *ListUsersInput, fn func(*ListUsersOutput, bool) bool, opts ...request.Option) 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) ListVPCConnections(input *ListVPCConnectionsInput) (*ListVPCConnectionsOutput, error)
func (c *QuickSight) ListVPCConnectionsPages(input *ListVPCConnectionsInput, fn func(*ListVPCConnectionsOutput, bool) bool) error
func (c *QuickSight) ListVPCConnectionsPagesWithContext(ctx aws.Context, input *ListVPCConnectionsInput, fn func(*ListVPCConnectionsOutput, bool) bool, opts ...request.Option) error
func (c *QuickSight) ListVPCConnectionsRequest(input *ListVPCConnectionsInput) (req *request.Request, output *ListVPCConnectionsOutput)
func (c *QuickSight) ListVPCConnectionsWithContext(ctx aws.Context, input *ListVPCConnectionsInput, opts ...request.Option) (*ListVPCConnectionsOutput, error)
func (c *QuickSight) PutDataSetRefreshProperties(input *PutDataSetRefreshPropertiesInput) (*PutDataSetRefreshPropertiesOutput, error)
func (c *QuickSight) PutDataSetRefreshPropertiesRequest(input *PutDataSetRefreshPropertiesInput) (req *request.Request, output *PutDataSetRefreshPropertiesOutput)
func (c *QuickSight) PutDataSetRefreshPropertiesWithContext(ctx aws.Context, input *PutDataSetRefreshPropertiesInput, opts ...request.Option) (*PutDataSetRefreshPropertiesOutput, 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) SearchFoldersPages(input *SearchFoldersInput, fn func(*SearchFoldersOutput, bool) bool) error
func (c *QuickSight) SearchFoldersPagesWithContext(ctx aws.Context, input *SearchFoldersInput, fn func(*SearchFoldersOutput, bool) bool, opts ...request.Option) 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) SearchGroupsPages(input *SearchGroupsInput, fn func(*SearchGroupsOutput, bool) bool) error
func (c *QuickSight) SearchGroupsPagesWithContext(ctx aws.Context, input *SearchGroupsInput, fn func(*SearchGroupsOutput, bool) bool, opts ...request.Option) 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) StartAssetBundleExportJob(input *StartAssetBundleExportJobInput) (*StartAssetBundleExportJobOutput, error)
func (c *QuickSight) StartAssetBundleExportJobRequest(input *StartAssetBundleExportJobInput) (req *request.Request, output *StartAssetBundleExportJobOutput)
func (c *QuickSight) StartAssetBundleExportJobWithContext(ctx aws.Context, input *StartAssetBundleExportJobInput, opts ...request.Option) (*StartAssetBundleExportJobOutput, error)
func (c *QuickSight) StartAssetBundleImportJob(input *StartAssetBundleImportJobInput) (*StartAssetBundleImportJobOutput, error)
func (c *QuickSight) StartAssetBundleImportJobRequest(input *StartAssetBundleImportJobInput) (req *request.Request, output *StartAssetBundleImportJobOutput)
func (c *QuickSight) StartAssetBundleImportJobWithContext(ctx aws.Context, input *StartAssetBundleImportJobInput, opts ...request.Option) (*StartAssetBundleImportJobOutput, error)
func (c *QuickSight) StartDashboardSnapshotJob(input *StartDashboardSnapshotJobInput) (*StartDashboardSnapshotJobOutput, error)
func (c *QuickSight) StartDashboardSnapshotJobRequest(input *StartDashboardSnapshotJobInput) (req *request.Request, output *StartDashboardSnapshotJobOutput)
func (c *QuickSight) StartDashboardSnapshotJobWithContext(ctx aws.Context, input *StartDashboardSnapshotJobInput, opts ...request.Option) (*StartDashboardSnapshotJobOutput, 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) UpdateDashboardLinks(input *UpdateDashboardLinksInput) (*UpdateDashboardLinksOutput, error)
func (c *QuickSight) UpdateDashboardLinksRequest(input *UpdateDashboardLinksInput) (req *request.Request, output *UpdateDashboardLinksOutput)
func (c *QuickSight) UpdateDashboardLinksWithContext(ctx aws.Context, input *UpdateDashboardLinksInput, opts ...request.Option) (*UpdateDashboardLinksOutput, 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) UpdateIdentityPropagationConfig(input *UpdateIdentityPropagationConfigInput) (*UpdateIdentityPropagationConfigOutput, error)
func (c *QuickSight) UpdateIdentityPropagationConfigRequest(input *UpdateIdentityPropagationConfigInput) (req *request.Request, output *UpdateIdentityPropagationConfigOutput)
func (c *QuickSight) UpdateIdentityPropagationConfigWithContext(ctx aws.Context, input *UpdateIdentityPropagationConfigInput, opts ...request.Option) (*UpdateIdentityPropagationConfigOutput, 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) UpdateKeyRegistration(input *UpdateKeyRegistrationInput) (*UpdateKeyRegistrationOutput, error)
func (c *QuickSight) UpdateKeyRegistrationRequest(input *UpdateKeyRegistrationInput) (req *request.Request, output *UpdateKeyRegistrationOutput)
func (c *QuickSight) UpdateKeyRegistrationWithContext(ctx aws.Context, input *UpdateKeyRegistrationInput, opts ...request.Option) (*UpdateKeyRegistrationOutput, 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) UpdateRefreshSchedule(input *UpdateRefreshScheduleInput) (*UpdateRefreshScheduleOutput, error)
func (c *QuickSight) UpdateRefreshScheduleRequest(input *UpdateRefreshScheduleInput) (req *request.Request, output *UpdateRefreshScheduleOutput)
func (c *QuickSight) UpdateRefreshScheduleWithContext(ctx aws.Context, input *UpdateRefreshScheduleInput, opts ...request.Option) (*UpdateRefreshScheduleOutput, error)
func (c *QuickSight) UpdateRoleCustomPermission(input *UpdateRoleCustomPermissionInput) (*UpdateRoleCustomPermissionOutput, error)
func (c *QuickSight) UpdateRoleCustomPermissionRequest(input *UpdateRoleCustomPermissionInput) (req *request.Request, output *UpdateRoleCustomPermissionOutput)
func (c *QuickSight) UpdateRoleCustomPermissionWithContext(ctx aws.Context, input *UpdateRoleCustomPermissionInput, opts ...request.Option) (*UpdateRoleCustomPermissionOutput, error)
func (c *QuickSight) UpdateSPICECapacityConfiguration(input *UpdateSPICECapacityConfigurationInput) (*UpdateSPICECapacityConfigurationOutput, error)
func (c *QuickSight) UpdateSPICECapacityConfigurationRequest(input *UpdateSPICECapacityConfigurationInput) (req *request.Request, output *UpdateSPICECapacityConfigurationOutput)
func (c *QuickSight) UpdateSPICECapacityConfigurationWithContext(ctx aws.Context, input *UpdateSPICECapacityConfigurationInput, opts ...request.Option) (*UpdateSPICECapacityConfigurationOutput, 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) UpdateTopic(input *UpdateTopicInput) (*UpdateTopicOutput, error)
func (c *QuickSight) UpdateTopicPermissions(input *UpdateTopicPermissionsInput) (*UpdateTopicPermissionsOutput, error)
func (c *QuickSight) UpdateTopicPermissionsRequest(input *UpdateTopicPermissionsInput) (req *request.Request, output *UpdateTopicPermissionsOutput)
func (c *QuickSight) UpdateTopicPermissionsWithContext(ctx aws.Context, input *UpdateTopicPermissionsInput, opts ...request.Option) (*UpdateTopicPermissionsOutput, error)
func (c *QuickSight) UpdateTopicRefreshSchedule(input *UpdateTopicRefreshScheduleInput) (*UpdateTopicRefreshScheduleOutput, error)
func (c *QuickSight) UpdateTopicRefreshScheduleRequest(input *UpdateTopicRefreshScheduleInput) (req *request.Request, output *UpdateTopicRefreshScheduleOutput)
func (c *QuickSight) UpdateTopicRefreshScheduleWithContext(ctx aws.Context, input *UpdateTopicRefreshScheduleInput, opts ...request.Option) (*UpdateTopicRefreshScheduleOutput, error)
func (c *QuickSight) UpdateTopicRequest(input *UpdateTopicInput) (req *request.Request, output *UpdateTopicOutput)
func (c *QuickSight) UpdateTopicWithContext(ctx aws.Context, input *UpdateTopicInput, opts ...request.Option) (*UpdateTopicOutput, 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 (c *QuickSight) UpdateVPCConnection(input *UpdateVPCConnectionInput) (*UpdateVPCConnectionOutput, error)
func (c *QuickSight) UpdateVPCConnectionRequest(input *UpdateVPCConnectionInput) (req *request.Request, output *UpdateVPCConnectionOutput)
func (c *QuickSight) UpdateVPCConnectionWithContext(ctx aws.Context, input *UpdateVPCConnectionInput, opts ...request.Option) (*UpdateVPCConnectionOutput, error)
func AggType_Values() []string
func AnalysisErrorType_Values() []string
func AnalysisFilterAttribute_Values() []string
func AnchorOption_Values() []string
func AnchorType_Values() []string
func ArcThicknessOptions_Values() []string
func ArcThickness_Values() []string
func AssetBundleExportFormat_Values() []string
func AssetBundleExportJobAnalysisPropertyToOverride_Values() []string
func AssetBundleExportJobDashboardPropertyToOverride_Values() []string
func AssetBundleExportJobDataSetPropertyToOverride_Values() []string
func AssetBundleExportJobDataSourcePropertyToOverride_Values() []string
func AssetBundleExportJobRefreshSchedulePropertyToOverride_Values() []string
func AssetBundleExportJobStatus_Values() []string
func AssetBundleExportJobThemePropertyToOverride_Values() []string
func AssetBundleExportJobVPCConnectionPropertyToOverride_Values() []string
func AssetBundleImportFailureAction_Values() []string
func AssetBundleImportJobStatus_Values() []string
func AssignmentStatus_Values() []string
func AuthenticationMethodOption_Values() []string
func AuthorSpecifiedAggregation_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 CategoryFilterFunction_Values() []string
func CategoryFilterMatchOperator_Values() []string
func CategoryFilterSelectAllOptions_Values() []string
func CategoryFilterType_Values() []string
func ColorFillType_Values() []string
func ColumnDataRole_Values() []string
func ColumnDataSubType_Values() []string
func ColumnDataType_Values() []string
func ColumnOrderingType_Values() []string
func ColumnRole_Values() []string
func ColumnTagName_Values() []string
func ComparisonMethodType_Values() []string
func ComparisonMethod_Values() []string
func ConditionalFormattingIconDisplayOption_Values() []string
func ConditionalFormattingIconSetType_Values() []string
func ConstantType_Values() []string
func ContributionAnalysisDirection_Values() []string
func ContributionAnalysisSortType_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 DatasetParameterValueType_Values() []string
func DateAggregationFunction_Values() []string
func DayOfTheWeek_Values() []string
func DayOfWeek_Values() []string
func DefaultAggregation_Values() []string
func DisplayFormat_Values() []string
func Edition_Values() []string
func EmbeddingIdentityType_Values() []string
func ExceptionResourceType_Values() []string
func FileFormat_Values() []string
func FilterClass_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 KPISparklineType_Values() []string
func KPIVisualStandardLayoutType_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 LookbackWindowSizeUnit_Values() []string
func MapZoomMode_Values() []string
func MaximumMinimumComputationType_Values() []string
func MemberType_Values() []string
func MissingDataTreatmentOption_Values() []string
func NamedEntityAggType_Values() []string
func NamedFilterAggType_Values() []string
func NamedFilterType_Values() []string
func NamespaceErrorType_Values() []string
func NamespaceStatus_Values() []string
func NegativeValueDisplayMode_Values() []string
func NetworkInterfaceStatus_Values() []string
func NullFilterOption_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 PivotTableDataPathType_Values() []string
func PivotTableFieldCollapseState_Values() []string
func PivotTableMetricPlacement_Values() []string
func PivotTableRowsLayout_Values() []string
func PivotTableSubtotalLevel_Values() []string
func PrimaryValueDisplayType_Values() []string
func PropertyRole_Values() []string
func PropertyUsage_Values() []string
func PurchaseMode_Values() []string
func RadarChartAxesRangeScale_Values() []string
func RadarChartShape_Values() []string
func ReferenceLineLabelHorizontalPosition_Values() []string
func ReferenceLineLabelVerticalPosition_Values() []string
func ReferenceLinePatternType_Values() []string
func ReferenceLineSeriesType_Values() []string
func ReferenceLineValueLabelRelativePosition_Values() []string
func RefreshInterval_Values() []string
func RelativeDateType_Values() []string
func RelativeFontSize_Values() []string
func ResizeOption_Values() []string
func ResourceStatus_Values() []string
func ReviewedAnswerErrorCode_Values() []string
func Role_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 ServiceType_Values() []string
func SharingModel_Values() []string
func SheetContentType_Values() []string
func SheetControlDateTimePickerType_Values() []string
func SheetControlListType_Values() []string
func SheetControlSliderType_Values() []string
func SimpleAttributeAggregationFunction_Values() []string
func SimpleNumericalAggregationFunction_Values() []string
func SimpleTotalAggregationFunction_Values() []string
func SingleYAxisOption_Values() []string
func SmallMultiplesAxisPlacement_Values() []string
func SmallMultiplesAxisScale_Values() []string
func SnapshotFileFormatType_Values() []string
func SnapshotFileSheetSelectionScope_Values() []string
func SnapshotJobStatus_Values() []string
func SortDirection_Values() []string
func SpecialValue_Values() []string
func StarburstProductType_Values() []string
func Status_Values() []string
func StyledCellType_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 TooltipTarget_Values() []string
func TooltipTitleType_Values() []string
func TopBottomComputationType_Values() []string
func TopBottomSortOrder_Values() []string
func TopicIRFilterFunction_Values() []string
func TopicIRFilterType_Values() []string
func TopicNumericSeparatorSymbol_Values() []string
func TopicRefreshStatus_Values() []string
func TopicRelativeDateFilterFunction_Values() []string
func TopicScheduleType_Values() []string
func TopicSortDirection_Values() []string
func TopicTimeGranularity_Values() []string
func TopicUserExperienceVersion_Values() []string
func URLTargetConfiguration_Values() []string
func UndefinedSpecifiedValueType_Values() []string
func UserRole_Values() []string
func VPCConnectionAvailabilityStatus_Values() []string
func VPCConnectionResourceStatus_Values() []string
func ValidationStrategyMode_Values() []string
func ValueWhenUnsetOption_Values() []string
func VerticalTextAlignment_Values() []string
func Visibility_Values() []string
func VisualCustomActionTrigger_Values() []string
func VisualRole_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 AggFunction
type AggregationFunction
type AggregationPartitionBy
type AggregationSortConfiguration
type AllSheetsFilterScopeConfiguration
type AmazonElasticsearchParameters
type AmazonOpenSearchParameters
type Analysis
type AnalysisDefaults
type AnalysisDefinition
type AnalysisError
type AnalysisSearchFilter
type AnalysisSourceEntity
type AnalysisSourceTemplate
type AnalysisSummary
type Anchor
type AnchorDateConfiguration
type AnonymousUserDashboardEmbeddingConfiguration
type AnonymousUserDashboardVisualEmbeddingConfiguration
type AnonymousUserEmbeddingExperienceConfiguration
type AnonymousUserGenerativeQnAEmbeddingConfiguration
type AnonymousUserQSearchBarEmbeddingConfiguration
type AnonymousUserSnapshotJobResult
type ArcAxisConfiguration
type ArcAxisDisplayRange
type ArcConfiguration
type ArcOptions
type AssetBundleCloudFormationOverridePropertyConfiguration
type AssetBundleExportJobAnalysisOverrideProperties
type AssetBundleExportJobDashboardOverrideProperties
type AssetBundleExportJobDataSetOverrideProperties
type AssetBundleExportJobDataSourceOverrideProperties
type AssetBundleExportJobError
type AssetBundleExportJobRefreshScheduleOverrideProperties
type AssetBundleExportJobResourceIdOverrideConfiguration
type AssetBundleExportJobSummary
type AssetBundleExportJobThemeOverrideProperties
type AssetBundleExportJobVPCConnectionOverrideProperties
type AssetBundleExportJobValidationStrategy
type AssetBundleExportJobWarning
type AssetBundleImportJobAnalysisOverrideParameters
type AssetBundleImportJobAnalysisOverridePermissions
type AssetBundleImportJobAnalysisOverrideTags
type AssetBundleImportJobDashboardOverrideParameters
type AssetBundleImportJobDashboardOverridePermissions
type AssetBundleImportJobDashboardOverrideTags
type AssetBundleImportJobDataSetOverrideParameters
type AssetBundleImportJobDataSetOverridePermissions
type AssetBundleImportJobDataSetOverrideTags
type AssetBundleImportJobDataSourceCredentialPair
type AssetBundleImportJobDataSourceCredentials
type AssetBundleImportJobDataSourceOverrideParameters
type AssetBundleImportJobDataSourceOverridePermissions
type AssetBundleImportJobDataSourceOverrideTags
type AssetBundleImportJobError
type AssetBundleImportJobOverrideParameters
type AssetBundleImportJobOverridePermissions
type AssetBundleImportJobOverrideTags
type AssetBundleImportJobOverrideValidationStrategy
type AssetBundleImportJobRefreshScheduleOverrideParameters
type AssetBundleImportJobResourceIdOverrideConfiguration
type AssetBundleImportJobSummary
type AssetBundleImportJobThemeOverrideParameters
type AssetBundleImportJobThemeOverridePermissions
type AssetBundleImportJobThemeOverrideTags
type AssetBundleImportJobVPCConnectionOverrideParameters
type AssetBundleImportJobVPCConnectionOverrideTags
type AssetBundleImportJobWarning
type AssetBundleImportSource
type AssetBundleImportSourceDescription
type AssetBundleResourceLinkSharingConfiguration
type AssetBundleResourcePermissions
type AssetOptions
type AthenaParameters
type AttributeAggregationFunction
type AuroraParameters
type AuroraPostgreSqlParameters
type AuthorizedTargetsByService
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 BatchCreateTopicReviewedAnswerInput
type BatchCreateTopicReviewedAnswerOutput
type BatchDeleteTopicReviewedAnswerInput
type BatchDeleteTopicReviewedAnswerOutput
type BigQueryParameters
type BinCountOptions
type BinWidthOptions
type BodySectionConfiguration
type BodySectionContent
type BodySectionDynamicCategoryDimensionConfiguration
type BodySectionDynamicNumericDimensionConfiguration
type BodySectionRepeatConfiguration
type BodySectionRepeatDimensionConfiguration
type BodySectionRepeatPageBreakConfiguration
type BookmarksConfigurations
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 CategoryInnerFilter
type CellValueSynonym
type ChartAxisLabelOptions
type ClusterMarker
type ClusterMarkerConfiguration
type CollectiveConstant
type CollectiveConstantEntry
type ColorScale
type ColorsConfiguration
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 ComparativeOrder
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 ContextMenuOption
type ContributionAnalysisDefault
type ContributionAnalysisFactor
type ContributionAnalysisTimeRanges
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 CreateRefreshScheduleInput
type CreateRefreshScheduleOutput
type CreateRoleMembershipInput
type CreateRoleMembershipOutput
type CreateTemplateAliasInput
type CreateTemplateAliasOutput
type CreateTemplateInput
type CreateTemplateOutput
type CreateThemeAliasInput
type CreateThemeAliasOutput
type CreateThemeInput
type CreateThemeOutput
type CreateTopicInput
type CreateTopicOutput
type CreateTopicRefreshScheduleInput
type CreateTopicRefreshScheduleOutput
type CreateTopicReviewedAnswer
type CreateVPCConnectionInput
type CreateVPCConnectionOutput
type CredentialPair
type CurrencyDisplayFormatConfiguration
type CustomActionFilterOperation
type CustomActionNavigationOperation
type CustomActionSetParametersOperation
type CustomActionURLOperation
type CustomColor
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 DataAggregation
type DataBarsOptions
type DataColor
type DataColorPalette
type DataFieldSeriesItem
type DataLabelOptions
type DataLabelType
type DataPathColor
type DataPathLabelType
type DataPathSort
type DataPathType
type DataPathValue
type DataPointDrillUpDownOption
type DataPointMenuLabelOption
type DataPointTooltipOption
type DataSet
type DataSetConfiguration
type DataSetIdentifierDeclaration
type DataSetReference
type DataSetRefreshProperties
type DataSetSchema
type DataSetSearchFilter
type DataSetSummary
type DataSetUsageConfiguration
type DataSource
type DataSourceCredentials
type DataSourceErrorInfo
type DataSourceParameters
type DataSourceSearchFilter
type DataSourceSummary
type DatabricksParameters
type DatasetMetadata
type DatasetParameter
type DateAxisOptions
type DateDimensionField
type DateMeasureField
type DateTimeDatasetParameter
type DateTimeDatasetParameterDefaultValues
type DateTimeDefaultValues
type DateTimeFormatConfiguration
type DateTimeHierarchy
type DateTimeParameter
type DateTimeParameterDeclaration
type DateTimePickerControlDisplayOptions
type DateTimeValueWhenUnsetConfiguration
type DecimalDatasetParameter
type DecimalDatasetParameterDefaultValues
type DecimalDefaultValues
type DecimalParameter
type DecimalParameterDeclaration
type DecimalPlacesConfiguration
type DecimalValueWhenUnsetConfiguration
type DefaultDateTimePickerControlOptions
type DefaultFilterControlConfiguration
type DefaultFilterControlOptions
type DefaultFilterDropDownControlOptions
type DefaultFilterListControlOptions
type DefaultFormatting
type DefaultFreeFormLayoutConfiguration
type DefaultGridLayoutConfiguration
type DefaultInteractiveLayoutConfiguration
type DefaultNewSheetConfiguration
type DefaultPaginatedLayoutConfiguration
type DefaultRelativeDateTimeControlOptions
type DefaultSectionBasedLayoutConfiguration
type DefaultSliderControlOptions
type DefaultTextAreaControlOptions
type DefaultTextFieldControlOptions
type DeleteAccountCustomizationInput
type DeleteAccountCustomizationOutput
type DeleteAccountSubscriptionInput
type DeleteAccountSubscriptionOutput
type DeleteAnalysisInput
type DeleteAnalysisOutput
type DeleteDashboardInput
type DeleteDashboardOutput
type DeleteDataSetInput
type DeleteDataSetOutput
type DeleteDataSetRefreshPropertiesInput
type DeleteDataSetRefreshPropertiesOutput
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 DeleteIdentityPropagationConfigInput
type DeleteIdentityPropagationConfigOutput
type DeleteNamespaceInput
type DeleteNamespaceOutput
type DeleteRefreshScheduleInput
type DeleteRefreshScheduleOutput
type DeleteRoleCustomPermissionInput
type DeleteRoleCustomPermissionOutput
type DeleteRoleMembershipInput
type DeleteRoleMembershipOutput
type DeleteTemplateAliasInput
type DeleteTemplateAliasOutput
type DeleteTemplateInput
type DeleteTemplateOutput
type DeleteThemeAliasInput
type DeleteThemeAliasOutput
type DeleteThemeInput
type DeleteThemeOutput
type DeleteTopicInput
type DeleteTopicOutput
type DeleteTopicRefreshScheduleInput
type DeleteTopicRefreshScheduleOutput
type DeleteUserByPrincipalIdInput
type DeleteUserByPrincipalIdOutput
type DeleteUserInput
type DeleteUserOutput
type DeleteVPCConnectionInput
type DeleteVPCConnectionOutput
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 DescribeAssetBundleExportJobInput
type DescribeAssetBundleExportJobOutput
type DescribeAssetBundleImportJobInput
type DescribeAssetBundleImportJobOutput
type DescribeDashboardDefinitionInput
type DescribeDashboardDefinitionOutput
type DescribeDashboardInput
type DescribeDashboardOutput
type DescribeDashboardPermissionsInput
type DescribeDashboardPermissionsOutput
type DescribeDashboardSnapshotJobInput
type DescribeDashboardSnapshotJobOutput
type DescribeDashboardSnapshotJobResultInput
type DescribeDashboardSnapshotJobResultOutput
type DescribeDataSetInput
type DescribeDataSetOutput
type DescribeDataSetPermissionsInput
type DescribeDataSetPermissionsOutput
type DescribeDataSetRefreshPropertiesInput
type DescribeDataSetRefreshPropertiesOutput
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 DescribeKeyRegistrationInput
type DescribeKeyRegistrationOutput
type DescribeNamespaceInput
type DescribeNamespaceOutput
type DescribeRefreshScheduleInput
type DescribeRefreshScheduleOutput
type DescribeRoleCustomPermissionInput
type DescribeRoleCustomPermissionOutput
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 DescribeTopicInput
type DescribeTopicOutput
type DescribeTopicPermissionsInput
type DescribeTopicPermissionsOutput
type DescribeTopicRefreshInput
type DescribeTopicRefreshOutput
type DescribeTopicRefreshScheduleInput
type DescribeTopicRefreshScheduleOutput
type DescribeUserInput
type DescribeUserOutput
type DescribeVPCConnectionInput
type DescribeVPCConnectionOutput
type DestinationParameterValueConfiguration
type DimensionField
type DisplayFormatOptions
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 FailedKeyRegistrationEntry
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 FilterAggMetrics
type FilterControl
type FilterCrossSheetControl
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 GaugeChartColorConfiguration
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 GeospatialHeatmapColorScale
type GeospatialHeatmapConfiguration
type GeospatialHeatmapDataColor
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 Identifier
type IdentityCenterConfiguration
type IdentityTypeNotSupportedException
type IncrementalRefresh
type Ingestion
type InnerFilter
type InputColumn
type InsightConfiguration
type InsightVisual
type IntegerDatasetParameter
type IntegerDatasetParameterDefaultValues
type IntegerDefaultValues
type IntegerParameter
type IntegerParameterDeclaration
type IntegerValueWhenUnsetConfiguration
type InternalFailureException
type InvalidNextTokenException
type InvalidParameterValueException
type InvalidRequestException
type InvalidTopicReviewedAnswer
type ItemsLimitConfiguration
type JiraParameters
type JoinInstruction
type JoinKeyProperties
type KPIActualValueConditionalFormatting
type KPIComparisonValueConditionalFormatting
type KPIConditionalFormatting
type KPIConditionalFormattingOption
type KPIConfiguration
type KPIFieldWells
type KPIOptions
type KPIPrimaryValueConditionalFormatting
type KPIProgressBarConditionalFormatting
type KPISortConfiguration
type KPISparklineOptions
type KPIVisual
type KPIVisualLayoutOptions
type KPIVisualStandardLayout
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 ListAssetBundleExportJobsInput
type ListAssetBundleExportJobsOutput
type ListAssetBundleImportJobsInput
type ListAssetBundleImportJobsOutput
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 ListIdentityPropagationConfigsInput
type ListIdentityPropagationConfigsOutput
type ListIngestionsInput
type ListIngestionsOutput
type ListNamespacesInput
type ListNamespacesOutput
type ListRefreshSchedulesInput
type ListRefreshSchedulesOutput
type ListRoleMembershipsInput
type ListRoleMembershipsOutput
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 ListTopicRefreshSchedulesInput
type ListTopicRefreshSchedulesOutput
type ListTopicReviewedAnswersInput
type ListTopicReviewedAnswersOutput
type ListTopicsInput
type ListTopicsOutput
type ListUserGroupsInput
type ListUserGroupsOutput
type ListUsersInput
type ListUsersOutput
type ListVPCConnectionsInput
type ListVPCConnectionsOutput
type LoadingAnimation
type LocalNavigationConfiguration
type LogicalTable
type LogicalTableSource
type LongFormatText
type LookbackWindow
type ManifestFileLocation
type MappedDataSetParameter
type MarginStyle
type MariaDbParameters
type MaximumLabelType
type MaximumMinimumComputation
type MeasureField
type MemberIdArnPair
type MetricComparisonComputation
type MinimumLabelType
type MissingDataConfiguration
type MySqlParameters
type NamedEntityDefinition
type NamedEntityDefinitionMetric
type NamedEntityRef
type NamespaceError
type NamespaceInfoV2
type NegativeFormat
type NegativeValueConfiguration
type NestedFilter
type NetworkInterface
type NewDefaultValues
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 OverrideDatasetParameterOperation
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 PivotTableFieldCollapseStateOption
type PivotTableFieldCollapseStateTarget
type PivotTableFieldOption
type PivotTableFieldOptions
type PivotTableFieldSubtotalOptions
type PivotTableFieldWells
type PivotTableOptions
type PivotTablePaginatedReportOptions
type PivotTableRowsLabelOptions
type PivotTableSortBy
type PivotTableSortConfiguration
type PivotTableTotalOptions
type PivotTableVisual
type PivotTotalOptions
type PostgreSqlParameters
type PreconditionNotMetException
type PredefinedHierarchy
type PrestoParameters
type ProgressBarOptions
type ProjectOperation
type PutDataSetRefreshPropertiesInput
type PutDataSetRefreshPropertiesOutput
type QueueInfo
type RadarChartAggregatedFieldWells
type RadarChartAreaStyleSettings
type RadarChartConfiguration
type RadarChartFieldWells
type RadarChartSeriesSettings
type RadarChartSortConfiguration
type RadarChartVisual
type RangeConstant
type RangeEndsLabelType
type RdsParameters
type RedshiftIAMParameters
type RedshiftParameters
type ReferenceLine
type ReferenceLineCustomLabelConfiguration
type ReferenceLineDataConfiguration
type ReferenceLineDynamicDataConfiguration
type ReferenceLineLabelConfiguration
type ReferenceLineStaticDataConfiguration
type ReferenceLineStyleConfiguration
type ReferenceLineValueLabelConfiguration
type RefreshConfiguration
type RefreshFrequency
type RefreshSchedule
type RegisterUserInput
type RegisterUserOutput
type RegisteredCustomerManagedKey
type RegisteredUserConsoleFeatureConfigurations
type RegisteredUserDashboardEmbeddingConfiguration
type RegisteredUserDashboardFeatureConfigurations
type RegisteredUserDashboardVisualEmbeddingConfiguration
type RegisteredUserEmbeddingExperienceConfiguration
type RegisteredUserGenerativeQnAEmbeddingConfiguration
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 S3BucketConfiguration
type S3Parameters
type S3Source
type SameSheetTargetVisualConfiguration
type SankeyDiagramAggregatedFieldWells
type SankeyDiagramChartConfiguration
type SankeyDiagramFieldWells
type SankeyDiagramSortConfiguration
type SankeyDiagramVisual
type ScatterPlotCategoricallyAggregatedFieldWells
type ScatterPlotConfiguration
type ScatterPlotFieldWells
type ScatterPlotSortConfiguration
type ScatterPlotUnaggregatedFieldWells
type ScatterPlotVisual
type ScheduleRefreshOnEntity
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 SemanticEntityType
type SemanticType
type SeriesItem
type ServiceNowParameters
type SessionLifetimeInMinutesInvalidException
type SessionTag
type SetParameterValueConfiguration
type ShapeConditionalFormat
type Sheet
type SheetControlInfoIconLabelOptions
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 SingleAxisOptions
type SliderControlDisplayOptions
type Slot
type SmallMultiplesAxisProperties
type SmallMultiplesOptions
type SnapshotAnonymousUser
type SnapshotAnonymousUserRedacted
type SnapshotConfiguration
type SnapshotDestinationConfiguration
type SnapshotFile
type SnapshotFileGroup
type SnapshotFileSheetSelection
type SnapshotJobErrorInfo
type SnapshotJobResult
type SnapshotJobResultErrorInfo
type SnapshotJobResultFileGroup
type SnapshotJobS3Result
type SnapshotS3DestinationConfiguration
type SnapshotUserConfiguration
type SnapshotUserConfigurationRedacted
type SnowflakeParameters
type Spacing
type SparkParameters
type SqlServerParameters
type SslProperties
type StarburstParameters
type StartAssetBundleExportJobInput
type StartAssetBundleExportJobOutput
type StartAssetBundleImportJobInput
type StartAssetBundleImportJobOutput
type StartDashboardSnapshotJobInput
type StartDashboardSnapshotJobOutput
type StatePersistenceConfigurations
type StringDatasetParameter
type StringDatasetParameterDefaultValues
type StringDefaultValues
type StringFormatConfiguration
type StringParameter
type StringParameterDeclaration
type StringValueWhenUnsetConfiguration
type SubtotalOptions
type SucceededTopicReviewedAnswer
type SuccessfulKeyRegistrationEntry
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 TablePinnedFieldOptions
type TableRowConditionalFormatting
type TableSideBorderOptions
type TableSortConfiguration
type TableStyleTarget
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 TopicCalculatedField
type TopicCategoryFilter
type TopicCategoryFilterConstant
type TopicColumn
type TopicConstantValue
type TopicDateRangeFilter
type TopicDetails
type TopicFilter
type TopicIR
type TopicIRComparisonMethod
type TopicIRContributionAnalysis
type TopicIRFilterOption
type TopicIRGroupBy
type TopicIRMetric
type TopicNamedEntity
type TopicNumericEqualityFilter
type TopicNumericRangeFilter
type TopicRangeFilterConstant
type TopicRefreshDetails
type TopicRefreshSchedule
type TopicRefreshScheduleSummary
type TopicRelativeDateFilter
type TopicReviewedAnswer
type TopicSingularFilterConstant
type TopicSortClause
type TopicSummary
type TopicTemplate
type TopicVisual
type TotalAggregationComputation
type TotalAggregationFunction
type TotalAggregationOption
type TotalOptions
type TransformOperation
type TreeMapAggregatedFieldWells
type TreeMapConfiguration
type TreeMapFieldWells
type TreeMapSortConfiguration
type TreeMapVisual
type TrendArrowOptions
type TrinoParameters
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 UpdateDashboardLinksInput
type UpdateDashboardLinksOutput
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 UpdateIdentityPropagationConfigInput
type UpdateIdentityPropagationConfigOutput
type UpdateIpRestrictionInput
type UpdateIpRestrictionOutput
type UpdateKeyRegistrationInput
type UpdateKeyRegistrationOutput
type UpdatePublicSharingSettingsInput
type UpdatePublicSharingSettingsOutput
type UpdateRefreshScheduleInput
type UpdateRefreshScheduleOutput
type UpdateRoleCustomPermissionInput
type UpdateRoleCustomPermissionOutput
type UpdateSPICECapacityConfigurationInput
type UpdateSPICECapacityConfigurationOutput
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 UpdateTopicInput
type UpdateTopicOutput
type UpdateTopicPermissionsInput
type UpdateTopicPermissionsOutput
type UpdateTopicRefreshScheduleInput
type UpdateTopicRefreshScheduleOutput
type UpdateUserInput
type UpdateUserOutput
type UpdateVPCConnectionInput
type UpdateVPCConnectionOutput
type UploadSettings
type User
type UserNotFoundException
type VPCConnection
type VPCConnectionSummary
type ValidationStrategy
type VisibleRangeOptions
type Visual
type VisualAxisSortOption
type VisualCustomAction
type VisualCustomActionOperation
type VisualInteractionOptions
type VisualMenuOption
type VisualOptions
type VisualPalette
type VisualSubtitleLabelOptions
type VisualTitleLabelOptions
type VpcConnectionProperties
type WaterfallChartAggregatedFieldWells
type WaterfallChartColorConfiguration
type WaterfallChartConfiguration
type WaterfallChartFieldWells
type WaterfallChartGroupColorConfiguration
type WaterfallChartOptions
type WaterfallChartSortConfiguration
type WaterfallVisual
type WhatIfPointScenario
type WhatIfRangeScenario
type WordCloudAggregatedFieldWells
type WordCloudChartConfiguration
type WordCloudFieldWells
type WordCloudOptions
type WordCloudSortConfiguration
type WordCloudVisual
type YAxisOptions

Constants ▾

const (
    // AggTypeSum is a AggType enum value
    AggTypeSum = "SUM"

    // AggTypeMin is a AggType enum value
    AggTypeMin = "MIN"

    // AggTypeMax is a AggType enum value
    AggTypeMax = "MAX"

    // AggTypeCount is a AggType enum value
    AggTypeCount = "COUNT"

    // AggTypeAverage is a AggType enum value
    AggTypeAverage = "AVERAGE"

    // AggTypeDistinctCount is a AggType enum value
    AggTypeDistinctCount = "DISTINCT_COUNT"

    // AggTypeStdev is a AggType enum value
    AggTypeStdev = "STDEV"

    // AggTypeStdevp is a AggType enum value
    AggTypeStdevp = "STDEVP"

    // AggTypeVar is a AggType enum value
    AggTypeVar = "VAR"

    // AggTypeVarp is a AggType enum value
    AggTypeVarp = "VARP"

    // AggTypePercentile is a AggType enum value
    AggTypePercentile = "PERCENTILE"

    // AggTypeMedian is a AggType enum value
    AggTypeMedian = "MEDIAN"

    // AggTypePtdSum is a AggType enum value
    AggTypePtdSum = "PTD_SUM"

    // AggTypePtdMin is a AggType enum value
    AggTypePtdMin = "PTD_MIN"

    // AggTypePtdMax is a AggType enum value
    AggTypePtdMax = "PTD_MAX"

    // AggTypePtdCount is a AggType enum value
    AggTypePtdCount = "PTD_COUNT"

    // AggTypePtdDistinctCount is a AggType enum value
    AggTypePtdDistinctCount = "PTD_DISTINCT_COUNT"

    // AggTypePtdAverage is a AggType enum value
    AggTypePtdAverage = "PTD_AVERAGE"

    // AggTypeColumn is a AggType enum value
    AggTypeColumn = "COLUMN"

    // AggTypeCustom is a AggType enum value
    AggTypeCustom = "CUSTOM"
)
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 (
    // AssetBundleExportFormatCloudformationJson is a AssetBundleExportFormat enum value
    AssetBundleExportFormatCloudformationJson = "CLOUDFORMATION_JSON"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    // AssetBundleExportJobDataSourcePropertyToOverrideRoleArn is a AssetBundleExportJobDataSourcePropertyToOverride enum value
    AssetBundleExportJobDataSourcePropertyToOverrideRoleArn = "RoleArn"

    // AssetBundleExportJobDataSourcePropertyToOverrideProductType is a AssetBundleExportJobDataSourcePropertyToOverride enum value
    AssetBundleExportJobDataSourcePropertyToOverrideProductType = "ProductType"
)
const (
    // AssetBundleExportJobStatusQueuedForImmediateExecution is a AssetBundleExportJobStatus enum value
    AssetBundleExportJobStatusQueuedForImmediateExecution = "QUEUED_FOR_IMMEDIATE_EXECUTION"

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

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

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

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

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

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

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

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

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

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

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

    // AssetBundleImportJobStatusFailedRollbackError is a AssetBundleImportJobStatus enum value
    AssetBundleImportJobStatusFailedRollbackError = "FAILED_ROLLBACK_ERROR"
)
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"

    // AuthenticationMethodOptionIamIdentityCenter is a AuthenticationMethodOption enum value
    AuthenticationMethodOptionIamIdentityCenter = "IAM_IDENTITY_CENTER"
)
const (
    // AuthorSpecifiedAggregationCount is a AuthorSpecifiedAggregation enum value
    AuthorSpecifiedAggregationCount = "COUNT"

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

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

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

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

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

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

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

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

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

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

    // AuthorSpecifiedAggregationPercentile is a AuthorSpecifiedAggregation enum value
    AuthorSpecifiedAggregationPercentile = "PERCENTILE"
)
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 (
    // CategoryFilterFunctionExact is a CategoryFilterFunction enum value
    CategoryFilterFunctionExact = "EXACT"

    // CategoryFilterFunctionContains is a CategoryFilterFunction enum value
    CategoryFilterFunctionContains = "CONTAINS"
)
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 (
    // CategoryFilterTypeCustomFilter is a CategoryFilterType enum value
    CategoryFilterTypeCustomFilter = "CUSTOM_FILTER"

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

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

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

    // ColumnDataRoleMeasure is a ColumnDataRole enum value
    ColumnDataRoleMeasure = "MEASURE"
)
const (
    // ColumnDataSubTypeFloat is a ColumnDataSubType enum value
    ColumnDataSubTypeFloat = "FLOAT"

    // ColumnDataSubTypeFixed is a ColumnDataSubType enum value
    ColumnDataSubTypeFixed = "FIXED"
)
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 (
    // ColumnOrderingTypeGreaterIsBetter is a ColumnOrderingType enum value
    ColumnOrderingTypeGreaterIsBetter = "GREATER_IS_BETTER"

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

    // ColumnOrderingTypeSpecified is a ColumnOrderingType enum value
    ColumnOrderingTypeSpecified = "SPECIFIED"
)
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 (
    // ComparisonMethodTypeDiff is a ComparisonMethodType enum value
    ComparisonMethodTypeDiff = "DIFF"

    // ComparisonMethodTypePercDiff is a ComparisonMethodType enum value
    ComparisonMethodTypePercDiff = "PERC_DIFF"

    // ComparisonMethodTypeDiffAsPerc is a ComparisonMethodType enum value
    ComparisonMethodTypeDiffAsPerc = "DIFF_AS_PERC"

    // ComparisonMethodTypePopCurrentDiffAsPerc is a ComparisonMethodType enum value
    ComparisonMethodTypePopCurrentDiffAsPerc = "POP_CURRENT_DIFF_AS_PERC"

    // ComparisonMethodTypePopCurrentDiff is a ComparisonMethodType enum value
    ComparisonMethodTypePopCurrentDiff = "POP_CURRENT_DIFF"

    // ComparisonMethodTypePopOvertimeDiffAsPerc is a ComparisonMethodType enum value
    ComparisonMethodTypePopOvertimeDiffAsPerc = "POP_OVERTIME_DIFF_AS_PERC"

    // ComparisonMethodTypePopOvertimeDiff is a ComparisonMethodType enum value
    ComparisonMethodTypePopOvertimeDiff = "POP_OVERTIME_DIFF"

    // ComparisonMethodTypePercentOfTotal is a ComparisonMethodType enum value
    ComparisonMethodTypePercentOfTotal = "PERCENT_OF_TOTAL"

    // ComparisonMethodTypeRunningSum is a ComparisonMethodType enum value
    ComparisonMethodTypeRunningSum = "RUNNING_SUM"

    // ComparisonMethodTypeMovingAverage is a ComparisonMethodType enum value
    ComparisonMethodTypeMovingAverage = "MOVING_AVERAGE"
)
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 (
    // ConstantTypeSingular is a ConstantType enum value
    ConstantTypeSingular = "SINGULAR"

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

    // ConstantTypeCollective is a ConstantType enum value
    ConstantTypeCollective = "COLLECTIVE"
)
const (
    // ContributionAnalysisDirectionIncrease is a ContributionAnalysisDirection enum value
    ContributionAnalysisDirectionIncrease = "INCREASE"

    // ContributionAnalysisDirectionDecrease is a ContributionAnalysisDirection enum value
    ContributionAnalysisDirectionDecrease = "DECREASE"

    // ContributionAnalysisDirectionNeutral is a ContributionAnalysisDirection enum value
    ContributionAnalysisDirectionNeutral = "NEUTRAL"
)
const (
    // ContributionAnalysisSortTypeAbsoluteDifference is a ContributionAnalysisSortType enum value
    ContributionAnalysisSortTypeAbsoluteDifference = "ABSOLUTE_DIFFERENCE"

    // ContributionAnalysisSortTypeContributionPercentage is a ContributionAnalysisSortType enum value
    ContributionAnalysisSortTypeContributionPercentage = "CONTRIBUTION_PERCENTAGE"

    // ContributionAnalysisSortTypeDeviationFromExpected is a ContributionAnalysisSortType enum value
    ContributionAnalysisSortTypeDeviationFromExpected = "DEVIATION_FROM_EXPECTED"

    // ContributionAnalysisSortTypePercentageDifference is a ContributionAnalysisSortType enum value
    ContributionAnalysisSortTypePercentageDifference = "PERCENTAGE_DIFFERENCE"
)
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"

    // DataSourceTypeStarburst is a DataSourceType enum value
    DataSourceTypeStarburst = "STARBURST"

    // DataSourceTypeTrino is a DataSourceType enum value
    DataSourceTypeTrino = "TRINO"

    // DataSourceTypeBigquery is a DataSourceType enum value
    DataSourceTypeBigquery = "BIGQUERY"
)
const (
    // DatasetParameterValueTypeMultiValued is a DatasetParameterValueType enum value
    DatasetParameterValueTypeMultiValued = "MULTI_VALUED"

    // DatasetParameterValueTypeSingleValued is a DatasetParameterValueType enum value
    DatasetParameterValueTypeSingleValued = "SINGLE_VALUED"
)

The value type of the parameter. The value type is used to validate the parameter before it is evaluated.

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 (
    // DayOfTheWeekSunday is a DayOfTheWeek enum value
    DayOfTheWeekSunday = "SUNDAY"

    // DayOfTheWeekMonday is a DayOfTheWeek enum value
    DayOfTheWeekMonday = "MONDAY"

    // DayOfTheWeekTuesday is a DayOfTheWeek enum value
    DayOfTheWeekTuesday = "TUESDAY"

    // DayOfTheWeekWednesday is a DayOfTheWeek enum value
    DayOfTheWeekWednesday = "WEDNESDAY"

    // DayOfTheWeekThursday is a DayOfTheWeek enum value
    DayOfTheWeekThursday = "THURSDAY"

    // DayOfTheWeekFriday is a DayOfTheWeek enum value
    DayOfTheWeekFriday = "FRIDAY"

    // DayOfTheWeekSaturday is a DayOfTheWeek enum value
    DayOfTheWeekSaturday = "SATURDAY"
)
const (
    // DayOfWeekSunday is a DayOfWeek enum value
    DayOfWeekSunday = "SUNDAY"

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

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

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

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

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

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

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

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

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

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

    // DefaultAggregationAverage is a DefaultAggregation enum value
    DefaultAggregationAverage = "AVERAGE"

    // DefaultAggregationMedian is a DefaultAggregation enum value
    DefaultAggregationMedian = "MEDIAN"

    // DefaultAggregationStdev is a DefaultAggregation enum value
    DefaultAggregationStdev = "STDEV"

    // DefaultAggregationStdevp is a DefaultAggregation enum value
    DefaultAggregationStdevp = "STDEVP"

    // DefaultAggregationVar is a DefaultAggregation enum value
    DefaultAggregationVar = "VAR"

    // DefaultAggregationVarp is a DefaultAggregation enum value
    DefaultAggregationVarp = "VARP"
)
const (
    // DisplayFormatAuto is a DisplayFormat enum value
    DisplayFormatAuto = "AUTO"

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

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

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

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

    // DisplayFormatString is a DisplayFormat enum value
    DisplayFormatString = "STRING"
)
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 (
    // FilterClassEnforcedValueFilter is a FilterClass enum value
    FilterClassEnforcedValueFilter = "ENFORCED_VALUE_FILTER"

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

    // FilterClassNamedValueFilter is a FilterClass enum value
    FilterClassNamedValueFilter = "NAMED_VALUE_FILTER"
)
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 (
    // FolderTypeShared is a FolderType enum value
    FolderTypeShared = "SHARED"

    // FolderTypeRestricted is a FolderType enum value
    FolderTypeRestricted = "RESTRICTED"
)
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"

    // GeospatialSelectedPointStyleHeatmap is a GeospatialSelectedPointStyle enum value
    GeospatialSelectedPointStyleHeatmap = "HEATMAP"
)
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"

    // IdentityTypeIamIdentityCenter is a IdentityType enum value
    IdentityTypeIamIdentityCenter = "IAM_IDENTITY_CENTER"
)
const (
    // IngestionErrorTypeFailureToAssumeRole is a IngestionErrorType enum value
    IngestionErrorTypeFailureToAssumeRole = "FAILURE_TO_ASSUME_ROLE"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    // IngestionErrorTypeDuplicateColumnNamesFound is a IngestionErrorType enum value
    IngestionErrorTypeDuplicateColumnNamesFound = "DUPLICATE_COLUMN_NAMES_FOUND"
)
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 (
    // KPISparklineTypeLine is a KPISparklineType enum value
    KPISparklineTypeLine = "LINE"

    // KPISparklineTypeArea is a KPISparklineType enum value
    KPISparklineTypeArea = "AREA"
)
const (
    // KPIVisualStandardLayoutTypeClassic is a KPIVisualStandardLayoutType enum value
    KPIVisualStandardLayoutTypeClassic = "CLASSIC"

    // KPIVisualStandardLayoutTypeVertical is a KPIVisualStandardLayoutType enum value
    KPIVisualStandardLayoutTypeVertical = "VERTICAL"
)
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 (
    // LookbackWindowSizeUnitHour is a LookbackWindowSizeUnit enum value
    LookbackWindowSizeUnitHour = "HOUR"

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

    // LookbackWindowSizeUnitWeek is a LookbackWindowSizeUnit enum value
    LookbackWindowSizeUnitWeek = "WEEK"
)
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"

    // MemberTypeDatasource is a MemberType enum value
    MemberTypeDatasource = "DATASOURCE"

    // MemberTypeTopic is a MemberType enum value
    MemberTypeTopic = "TOPIC"
)
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 (
    // NamedEntityAggTypeSum is a NamedEntityAggType enum value
    NamedEntityAggTypeSum = "SUM"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    // NamedFilterTypeRelativeDateFilter is a NamedFilterType enum value
    NamedFilterTypeRelativeDateFilter = "RELATIVE_DATE_FILTER"
)
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 (
    // NetworkInterfaceStatusCreating is a NetworkInterfaceStatus enum value
    NetworkInterfaceStatusCreating = "CREATING"

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

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

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

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

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

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

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

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

    // NetworkInterfaceStatusAttachmentFailedRollbackFailed is a NetworkInterfaceStatus enum value
    NetworkInterfaceStatusAttachmentFailedRollbackFailed = "ATTACHMENT_FAILED_ROLLBACK_FAILED"
)
const (
    // NullFilterOptionAllValues is a NullFilterOption enum value
    NullFilterOptionAllValues = "ALL_VALUES"

    // NullFilterOptionNonNullsOnly is a NullFilterOption enum value
    NullFilterOptionNonNullsOnly = "NON_NULLS_ONLY"

    // NullFilterOptionNullsOnly is a NullFilterOption enum value
    NullFilterOptionNullsOnly = "NULLS_ONLY"
)
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 (
    // PivotTableDataPathTypeHierarchyRowsLayoutColumn is a PivotTableDataPathType enum value
    PivotTableDataPathTypeHierarchyRowsLayoutColumn = "HIERARCHY_ROWS_LAYOUT_COLUMN"

    // PivotTableDataPathTypeMultipleRowMetricsColumn is a PivotTableDataPathType enum value
    PivotTableDataPathTypeMultipleRowMetricsColumn = "MULTIPLE_ROW_METRICS_COLUMN"

    // PivotTableDataPathTypeEmptyColumnHeader is a PivotTableDataPathType enum value
    PivotTableDataPathTypeEmptyColumnHeader = "EMPTY_COLUMN_HEADER"

    // PivotTableDataPathTypeCountMetricColumn is a PivotTableDataPathType enum value
    PivotTableDataPathTypeCountMetricColumn = "COUNT_METRIC_COLUMN"
)
const (
    // PivotTableFieldCollapseStateCollapsed is a PivotTableFieldCollapseState enum value
    PivotTableFieldCollapseStateCollapsed = "COLLAPSED"

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

    // PivotTableMetricPlacementColumn is a PivotTableMetricPlacement enum value
    PivotTableMetricPlacementColumn = "COLUMN"
)
const (
    // PivotTableRowsLayoutTabular is a PivotTableRowsLayout enum value
    PivotTableRowsLayoutTabular = "TABULAR"

    // PivotTableRowsLayoutHierarchy is a PivotTableRowsLayout enum value
    PivotTableRowsLayoutHierarchy = "HIERARCHY"
)
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 (
    // PropertyRolePrimary is a PropertyRole enum value
    PropertyRolePrimary = "PRIMARY"

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

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

    // PropertyUsageMeasure is a PropertyUsage enum value
    PropertyUsageMeasure = "MEASURE"
)
const (
    // PurchaseModeManual is a PurchaseMode enum value
    PurchaseModeManual = "MANUAL"

    // PurchaseModeAutoPurchase is a PurchaseMode enum value
    PurchaseModeAutoPurchase = "AUTO_PURCHASE"
)
const (
    // RadarChartAxesRangeScaleAuto is a RadarChartAxesRangeScale enum value
    RadarChartAxesRangeScaleAuto = "AUTO"

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

    // RadarChartAxesRangeScaleShared is a RadarChartAxesRangeScale enum value
    RadarChartAxesRangeScaleShared = "SHARED"
)
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 (
    // ReferenceLineSeriesTypeBar is a ReferenceLineSeriesType enum value
    ReferenceLineSeriesTypeBar = "BAR"

    // ReferenceLineSeriesTypeLine is a ReferenceLineSeriesType enum value
    ReferenceLineSeriesTypeLine = "LINE"
)
const (
    // ReferenceLineValueLabelRelativePositionBeforeCustomLabel is a ReferenceLineValueLabelRelativePosition enum value
    ReferenceLineValueLabelRelativePositionBeforeCustomLabel = "BEFORE_CUSTOM_LABEL"

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

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

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

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

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

    // RefreshIntervalMonthly is a RefreshInterval enum value
    RefreshIntervalMonthly = "MONTHLY"
)
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 (
    // ReviewedAnswerErrorCodeInternalError is a ReviewedAnswerErrorCode enum value
    ReviewedAnswerErrorCodeInternalError = "INTERNAL_ERROR"

    // ReviewedAnswerErrorCodeMissingAnswer is a ReviewedAnswerErrorCode enum value
    ReviewedAnswerErrorCodeMissingAnswer = "MISSING_ANSWER"

    // ReviewedAnswerErrorCodeDatasetDoesNotExist is a ReviewedAnswerErrorCode enum value
    ReviewedAnswerErrorCodeDatasetDoesNotExist = "DATASET_DOES_NOT_EXIST"

    // ReviewedAnswerErrorCodeInvalidDatasetArn is a ReviewedAnswerErrorCode enum value
    ReviewedAnswerErrorCodeInvalidDatasetArn = "INVALID_DATASET_ARN"

    // ReviewedAnswerErrorCodeDuplicatedAnswer is a ReviewedAnswerErrorCode enum value
    ReviewedAnswerErrorCodeDuplicatedAnswer = "DUPLICATED_ANSWER"

    // ReviewedAnswerErrorCodeInvalidData is a ReviewedAnswerErrorCode enum value
    ReviewedAnswerErrorCodeInvalidData = "INVALID_DATA"

    // ReviewedAnswerErrorCodeMissingRequiredFields is a ReviewedAnswerErrorCode enum value
    ReviewedAnswerErrorCodeMissingRequiredFields = "MISSING_REQUIRED_FIELDS"
)
const (
    // RoleAdmin is a Role enum value
    RoleAdmin = "ADMIN"

    // RoleAuthor is a Role enum value
    RoleAuthor = "AUTHOR"

    // RoleReader is a Role enum value
    RoleReader = "READER"

    // RoleAdminPro is a Role enum value
    RoleAdminPro = "ADMIN_PRO"

    // RoleAuthorPro is a Role enum value
    RoleAuthorPro = "AUTHOR_PRO"

    // RoleReaderPro is a Role enum value
    RoleReaderPro = "READER_PRO"
)
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 (
    // SharingModelAccount is a SharingModel enum value
    SharingModelAccount = "ACCOUNT"

    // SharingModelNamespace is a SharingModel enum value
    SharingModelNamespace = "NAMESPACE"
)
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 (
    // SimpleTotalAggregationFunctionDefault is a SimpleTotalAggregationFunction enum value
    SimpleTotalAggregationFunctionDefault = "DEFAULT"

    // SimpleTotalAggregationFunctionSum is a SimpleTotalAggregationFunction enum value
    SimpleTotalAggregationFunctionSum = "SUM"

    // SimpleTotalAggregationFunctionAverage is a SimpleTotalAggregationFunction enum value
    SimpleTotalAggregationFunctionAverage = "AVERAGE"

    // SimpleTotalAggregationFunctionMin is a SimpleTotalAggregationFunction enum value
    SimpleTotalAggregationFunctionMin = "MIN"

    // SimpleTotalAggregationFunctionMax is a SimpleTotalAggregationFunction enum value
    SimpleTotalAggregationFunctionMax = "MAX"

    // SimpleTotalAggregationFunctionNone is a SimpleTotalAggregationFunction enum value
    SimpleTotalAggregationFunctionNone = "NONE"
)
const (
    // SmallMultiplesAxisPlacementOutside is a SmallMultiplesAxisPlacement enum value
    SmallMultiplesAxisPlacementOutside = "OUTSIDE"

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

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

    // SnapshotFileFormatTypePdf is a SnapshotFileFormatType enum value
    SnapshotFileFormatTypePdf = "PDF"

    // SnapshotFileFormatTypeExcel is a SnapshotFileFormatType enum value
    SnapshotFileFormatTypeExcel = "EXCEL"
)
const (
    // SnapshotFileSheetSelectionScopeAllVisuals is a SnapshotFileSheetSelectionScope enum value
    SnapshotFileSheetSelectionScopeAllVisuals = "ALL_VISUALS"

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

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

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

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

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

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

    // SpecialValueOther is a SpecialValue enum value
    SpecialValueOther = "OTHER"
)
const (
    // StarburstProductTypeGalaxy is a StarburstProductType enum value
    StarburstProductTypeGalaxy = "GALAXY"

    // StarburstProductTypeEnterprise is a StarburstProductType enum value
    StarburstProductTypeEnterprise = "ENTERPRISE"
)
const (
    // StatusEnabled is a Status enum value
    StatusEnabled = "ENABLED"

    // StatusDisabled is a Status enum value
    StatusDisabled = "DISABLED"
)
const (
    // StyledCellTypeTotal is a StyledCellType enum value
    StyledCellTypeTotal = "TOTAL"

    // StyledCellTypeMetricHeader is a StyledCellType enum value
    StyledCellTypeMetricHeader = "METRIC_HEADER"

    // StyledCellTypeValue is a StyledCellType enum value
    StyledCellTypeValue = "VALUE"
)
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"

    // TableTotalsPlacementAuto is a TableTotalsPlacement enum value
    TableTotalsPlacementAuto = "AUTO"
)
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 (
    // TooltipTargetBoth is a TooltipTarget enum value
    TooltipTargetBoth = "BOTH"

    // TooltipTargetBar is a TooltipTarget enum value
    TooltipTargetBar = "BAR"

    // TooltipTargetLine is a TooltipTarget enum value
    TooltipTargetLine = "LINE"
)
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 (
    // TopicIRFilterFunctionContains is a TopicIRFilterFunction enum value
    TopicIRFilterFunctionContains = "CONTAINS"

    // TopicIRFilterFunctionExact is a TopicIRFilterFunction enum value
    TopicIRFilterFunctionExact = "EXACT"

    // TopicIRFilterFunctionStartsWith is a TopicIRFilterFunction enum value
    TopicIRFilterFunctionStartsWith = "STARTS_WITH"

    // TopicIRFilterFunctionEndsWith is a TopicIRFilterFunction enum value
    TopicIRFilterFunctionEndsWith = "ENDS_WITH"

    // TopicIRFilterFunctionContainsString is a TopicIRFilterFunction enum value
    TopicIRFilterFunctionContainsString = "CONTAINS_STRING"

    // TopicIRFilterFunctionPrevious is a TopicIRFilterFunction enum value
    TopicIRFilterFunctionPrevious = "PREVIOUS"

    // TopicIRFilterFunctionThis is a TopicIRFilterFunction enum value
    TopicIRFilterFunctionThis = "THIS"

    // TopicIRFilterFunctionLast is a TopicIRFilterFunction enum value
    TopicIRFilterFunctionLast = "LAST"

    // TopicIRFilterFunctionNext is a TopicIRFilterFunction enum value
    TopicIRFilterFunctionNext = "NEXT"

    // TopicIRFilterFunctionNow is a TopicIRFilterFunction enum value
    TopicIRFilterFunctionNow = "NOW"
)
const (
    // TopicIRFilterTypeCategoryFilter is a TopicIRFilterType enum value
    TopicIRFilterTypeCategoryFilter = "CATEGORY_FILTER"

    // TopicIRFilterTypeNumericEqualityFilter is a TopicIRFilterType enum value
    TopicIRFilterTypeNumericEqualityFilter = "NUMERIC_EQUALITY_FILTER"

    // TopicIRFilterTypeNumericRangeFilter is a TopicIRFilterType enum value
    TopicIRFilterTypeNumericRangeFilter = "NUMERIC_RANGE_FILTER"

    // TopicIRFilterTypeDateRangeFilter is a TopicIRFilterType enum value
    TopicIRFilterTypeDateRangeFilter = "DATE_RANGE_FILTER"

    // TopicIRFilterTypeRelativeDateFilter is a TopicIRFilterType enum value
    TopicIRFilterTypeRelativeDateFilter = "RELATIVE_DATE_FILTER"

    // TopicIRFilterTypeTopBottomFilter is a TopicIRFilterType enum value
    TopicIRFilterTypeTopBottomFilter = "TOP_BOTTOM_FILTER"

    // TopicIRFilterTypeEquals is a TopicIRFilterType enum value
    TopicIRFilterTypeEquals = "EQUALS"

    // TopicIRFilterTypeRankLimitFilter is a TopicIRFilterType enum value
    TopicIRFilterTypeRankLimitFilter = "RANK_LIMIT_FILTER"

    // TopicIRFilterTypeAcceptAllFilter is a TopicIRFilterType enum value
    TopicIRFilterTypeAcceptAllFilter = "ACCEPT_ALL_FILTER"
)
const (
    // TopicNumericSeparatorSymbolComma is a TopicNumericSeparatorSymbol enum value
    TopicNumericSeparatorSymbolComma = "COMMA"

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

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

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

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

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

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

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

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

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

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

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

    // TopicScheduleTypeMonthly is a TopicScheduleType enum value
    TopicScheduleTypeMonthly = "MONTHLY"
)
const (
    // TopicSortDirectionAscending is a TopicSortDirection enum value
    TopicSortDirectionAscending = "ASCENDING"

    // TopicSortDirectionDescending is a TopicSortDirection enum value
    TopicSortDirectionDescending = "DESCENDING"
)
const (
    // TopicTimeGranularitySecond is a TopicTimeGranularity enum value
    TopicTimeGranularitySecond = "SECOND"

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

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

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

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

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

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

    // TopicTimeGranularityYear is a TopicTimeGranularity enum value
    TopicTimeGranularityYear = "YEAR"
)
const (
    // TopicUserExperienceVersionLegacy is a TopicUserExperienceVersion enum value
    TopicUserExperienceVersionLegacy = "LEGACY"

    // TopicUserExperienceVersionNewReaderExperience is a TopicUserExperienceVersion enum value
    TopicUserExperienceVersionNewReaderExperience = "NEW_READER_EXPERIENCE"
)
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 (
    // UndefinedSpecifiedValueTypeLeast is a UndefinedSpecifiedValueType enum value
    UndefinedSpecifiedValueTypeLeast = "LEAST"

    // UndefinedSpecifiedValueTypeMost is a UndefinedSpecifiedValueType enum value
    UndefinedSpecifiedValueTypeMost = "MOST"
)
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"

    // UserRoleAdminPro is a UserRole enum value
    UserRoleAdminPro = "ADMIN_PRO"

    // UserRoleAuthorPro is a UserRole enum value
    UserRoleAuthorPro = "AUTHOR_PRO"

    // UserRoleReaderPro is a UserRole enum value
    UserRoleReaderPro = "READER_PRO"
)
const (
    // VPCConnectionAvailabilityStatusAvailable is a VPCConnectionAvailabilityStatus enum value
    VPCConnectionAvailabilityStatusAvailable = "AVAILABLE"

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

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

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

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

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

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

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

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

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

    // VPCConnectionResourceStatusDeleted is a VPCConnectionResourceStatus enum value
    VPCConnectionResourceStatusDeleted = "DELETED"
)
const (
    // ValidationStrategyModeStrict is a ValidationStrategyMode enum value
    ValidationStrategyModeStrict = "STRICT"

    // ValidationStrategyModeLenient is a ValidationStrategyMode enum value
    ValidationStrategyModeLenient = "LENIENT"
)
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"

    // VerticalTextAlignmentAuto is a VerticalTextAlignment enum value
    VerticalTextAlignmentAuto = "AUTO"
)
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 (
    // VisualRolePrimary is a VisualRole enum value
    VisualRolePrimary = "PRIMARY"

    // VisualRoleComplimentary is a VisualRole enum value
    VisualRoleComplimentary = "COMPLIMENTARY"

    // VisualRoleMultiIntent is a VisualRole enum value
    VisualRoleMultiIntent = "MULTI_INTENT"

    // VisualRoleFallback is a VisualRole enum value
    VisualRoleFallback = "FALLBACK"

    // VisualRoleFragment is a VisualRole enum value
    VisualRoleFragment = "FRAGMENT"
)
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 (
    // AnchorTypeToday is a AnchorType enum value
    AnchorTypeToday = "TODAY"
)
const (
    // AssetBundleExportJobAnalysisPropertyToOverrideName is a AssetBundleExportJobAnalysisPropertyToOverride enum value
    AssetBundleExportJobAnalysisPropertyToOverrideName = "Name"
)
const (
    // AssetBundleExportJobDashboardPropertyToOverrideName is a AssetBundleExportJobDashboardPropertyToOverride enum value
    AssetBundleExportJobDashboardPropertyToOverrideName = "Name"
)
const (
    // AssetBundleExportJobDataSetPropertyToOverrideName is a AssetBundleExportJobDataSetPropertyToOverride enum value
    AssetBundleExportJobDataSetPropertyToOverrideName = "Name"
)
const (
    // AssetBundleExportJobRefreshSchedulePropertyToOverrideStartAfterDateTime is a AssetBundleExportJobRefreshSchedulePropertyToOverride enum value
    AssetBundleExportJobRefreshSchedulePropertyToOverrideStartAfterDateTime = "StartAfterDateTime"
)
const (
    // AssetBundleExportJobThemePropertyToOverrideName is a AssetBundleExportJobThemePropertyToOverride enum value
    AssetBundleExportJobThemePropertyToOverrideName = "Name"
)
const (
    // CategoryFilterSelectAllOptionsFilterAllValues is a CategoryFilterSelectAllOptions enum value
    CategoryFilterSelectAllOptionsFilterAllValues = "FILTER_ALL_VALUES"
)
const (
    // ConditionalFormattingIconDisplayOptionIconOnly is a ConditionalFormattingIconDisplayOption enum value
    ConditionalFormattingIconDisplayOptionIconOnly = "ICON_ONLY"
)
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 (
    // ServiceTypeRedshift is a ServiceType enum value
    ServiceTypeRedshift = "REDSHIFT"
)
const (
    // SimpleAttributeAggregationFunctionUniqueValue is a SimpleAttributeAggregationFunction enum value
    SimpleAttributeAggregationFunctionUniqueValue = "UNIQUE_VALUE"
)
const (
    // SingleYAxisOptionPrimaryYAxis is a SingleYAxisOption enum value
    SingleYAxisOptionPrimaryYAxis = "PRIMARY_Y_AXIS"
)
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 AggType_Values

func AggType_Values() []string

AggType_Values returns all elements of the AggType enum

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 AnchorType_Values

func AnchorType_Values() []string

AnchorType_Values returns all elements of the AnchorType 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 AssetBundleExportFormat_Values

func AssetBundleExportFormat_Values() []string

AssetBundleExportFormat_Values returns all elements of the AssetBundleExportFormat enum

func AssetBundleExportJobAnalysisPropertyToOverride_Values

func AssetBundleExportJobAnalysisPropertyToOverride_Values() []string

AssetBundleExportJobAnalysisPropertyToOverride_Values returns all elements of the AssetBundleExportJobAnalysisPropertyToOverride enum

func AssetBundleExportJobDashboardPropertyToOverride_Values

func AssetBundleExportJobDashboardPropertyToOverride_Values() []string

AssetBundleExportJobDashboardPropertyToOverride_Values returns all elements of the AssetBundleExportJobDashboardPropertyToOverride enum

func AssetBundleExportJobDataSetPropertyToOverride_Values

func AssetBundleExportJobDataSetPropertyToOverride_Values() []string

AssetBundleExportJobDataSetPropertyToOverride_Values returns all elements of the AssetBundleExportJobDataSetPropertyToOverride enum

func AssetBundleExportJobDataSourcePropertyToOverride_Values

func AssetBundleExportJobDataSourcePropertyToOverride_Values() []string

AssetBundleExportJobDataSourcePropertyToOverride_Values returns all elements of the AssetBundleExportJobDataSourcePropertyToOverride enum

func AssetBundleExportJobRefreshSchedulePropertyToOverride_Values

func AssetBundleExportJobRefreshSchedulePropertyToOverride_Values() []string

AssetBundleExportJobRefreshSchedulePropertyToOverride_Values returns all elements of the AssetBundleExportJobRefreshSchedulePropertyToOverride enum

func AssetBundleExportJobStatus_Values

func AssetBundleExportJobStatus_Values() []string

AssetBundleExportJobStatus_Values returns all elements of the AssetBundleExportJobStatus enum

func AssetBundleExportJobThemePropertyToOverride_Values

func AssetBundleExportJobThemePropertyToOverride_Values() []string

AssetBundleExportJobThemePropertyToOverride_Values returns all elements of the AssetBundleExportJobThemePropertyToOverride enum

func AssetBundleExportJobVPCConnectionPropertyToOverride_Values

func AssetBundleExportJobVPCConnectionPropertyToOverride_Values() []string

AssetBundleExportJobVPCConnectionPropertyToOverride_Values returns all elements of the AssetBundleExportJobVPCConnectionPropertyToOverride enum

func AssetBundleImportFailureAction_Values

func AssetBundleImportFailureAction_Values() []string

AssetBundleImportFailureAction_Values returns all elements of the AssetBundleImportFailureAction enum

func AssetBundleImportJobStatus_Values

func AssetBundleImportJobStatus_Values() []string

AssetBundleImportJobStatus_Values returns all elements of the AssetBundleImportJobStatus enum

func AssignmentStatus_Values

func AssignmentStatus_Values() []string

AssignmentStatus_Values returns all elements of the AssignmentStatus enum

func AuthenticationMethodOption_Values

func AuthenticationMethodOption_Values() []string

AuthenticationMethodOption_Values returns all elements of the AuthenticationMethodOption enum

func AuthorSpecifiedAggregation_Values

func AuthorSpecifiedAggregation_Values() []string

AuthorSpecifiedAggregation_Values returns all elements of the AuthorSpecifiedAggregation 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 CategoryFilterFunction_Values

func CategoryFilterFunction_Values() []string

CategoryFilterFunction_Values returns all elements of the CategoryFilterFunction 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 CategoryFilterType_Values

func CategoryFilterType_Values() []string

CategoryFilterType_Values returns all elements of the CategoryFilterType enum

func ColorFillType_Values

func ColorFillType_Values() []string

ColorFillType_Values returns all elements of the ColorFillType enum

func ColumnDataRole_Values

func ColumnDataRole_Values() []string

ColumnDataRole_Values returns all elements of the ColumnDataRole enum

func ColumnDataSubType_Values

func ColumnDataSubType_Values() []string

ColumnDataSubType_Values returns all elements of the ColumnDataSubType enum

func ColumnDataType_Values

func ColumnDataType_Values() []string

ColumnDataType_Values returns all elements of the ColumnDataType enum

func ColumnOrderingType_Values

func ColumnOrderingType_Values() []string

ColumnOrderingType_Values returns all elements of the ColumnOrderingType 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 ComparisonMethodType_Values

func ComparisonMethodType_Values() []string

ComparisonMethodType_Values returns all elements of the ComparisonMethodType 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 ConstantType_Values

func ConstantType_Values() []string

ConstantType_Values returns all elements of the ConstantType enum

func ContributionAnalysisDirection_Values

func ContributionAnalysisDirection_Values() []string

ContributionAnalysisDirection_Values returns all elements of the ContributionAnalysisDirection enum

func ContributionAnalysisSortType_Values

func ContributionAnalysisSortType_Values() []string

ContributionAnalysisSortType_Values returns all elements of the ContributionAnalysisSortType 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 DatasetParameterValueType_Values

func DatasetParameterValueType_Values() []string

DatasetParameterValueType_Values returns all elements of the DatasetParameterValueType enum

func DateAggregationFunction_Values

func DateAggregationFunction_Values() []string

DateAggregationFunction_Values returns all elements of the DateAggregationFunction enum

func DayOfTheWeek_Values

func DayOfTheWeek_Values() []string

DayOfTheWeek_Values returns all elements of the DayOfTheWeek enum

func DayOfWeek_Values

func DayOfWeek_Values() []string

DayOfWeek_Values returns all elements of the DayOfWeek enum

func DefaultAggregation_Values

func DefaultAggregation_Values() []string

DefaultAggregation_Values returns all elements of the DefaultAggregation enum

func DisplayFormat_Values

func DisplayFormat_Values() []string

DisplayFormat_Values returns all elements of the DisplayFormat enum

func Edition_Values

func Edition_Values() []string

Edition_Values returns all elements of the Edition enum

func EmbeddingIdentityType_Values

func EmbeddingIdentityType_Values() []string

EmbeddingIdentityType_Values returns all elements of the EmbeddingIdentityType enum

func ExceptionResourceType_Values

func ExceptionResourceType_Values() []string

ExceptionResourceType_Values returns all elements of the ExceptionResourceType enum

func FileFormat_Values

func FileFormat_Values() []string

FileFormat_Values returns all elements of the FileFormat enum

func FilterClass_Values

func FilterClass_Values() []string

FilterClass_Values returns all elements of the FilterClass 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 KPISparklineType_Values

func KPISparklineType_Values() []string

KPISparklineType_Values returns all elements of the KPISparklineType enum

func KPIVisualStandardLayoutType_Values

func KPIVisualStandardLayoutType_Values() []string

KPIVisualStandardLayoutType_Values returns all elements of the KPIVisualStandardLayoutType 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 LookbackWindowSizeUnit_Values

func LookbackWindowSizeUnit_Values() []string

LookbackWindowSizeUnit_Values returns all elements of the LookbackWindowSizeUnit 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 NamedEntityAggType_Values

func NamedEntityAggType_Values() []string

NamedEntityAggType_Values returns all elements of the NamedEntityAggType enum

func NamedFilterAggType_Values

func NamedFilterAggType_Values() []string

NamedFilterAggType_Values returns all elements of the NamedFilterAggType enum

func NamedFilterType_Values

func NamedFilterType_Values() []string

NamedFilterType_Values returns all elements of the NamedFilterType enum

func NamespaceErrorType_Values

func NamespaceErrorType_Values() []string

NamespaceErrorType_Values returns all elements of the NamespaceErrorType enum

func NamespaceStatus_Values

func NamespaceStatus_Values() []string

NamespaceStatus_Values returns all elements of the NamespaceStatus enum

func NegativeValueDisplayMode_Values

func NegativeValueDisplayMode_Values() []string

NegativeValueDisplayMode_Values returns all elements of the NegativeValueDisplayMode enum

func NetworkInterfaceStatus_Values

func NetworkInterfaceStatus_Values() []string

NetworkInterfaceStatus_Values returns all elements of the NetworkInterfaceStatus enum

func NullFilterOption_Values

func NullFilterOption_Values() []string

NullFilterOption_Values returns all elements of the NullFilterOption 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 PivotTableDataPathType_Values

func PivotTableDataPathType_Values() []string

PivotTableDataPathType_Values returns all elements of the PivotTableDataPathType enum

func PivotTableFieldCollapseState_Values

func PivotTableFieldCollapseState_Values() []string

PivotTableFieldCollapseState_Values returns all elements of the PivotTableFieldCollapseState enum

func PivotTableMetricPlacement_Values

func PivotTableMetricPlacement_Values() []string

PivotTableMetricPlacement_Values returns all elements of the PivotTableMetricPlacement enum

func PivotTableRowsLayout_Values

func PivotTableRowsLayout_Values() []string

PivotTableRowsLayout_Values returns all elements of the PivotTableRowsLayout 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 PropertyRole_Values

func PropertyRole_Values() []string

PropertyRole_Values returns all elements of the PropertyRole enum

func PropertyUsage_Values

func PropertyUsage_Values() []string

PropertyUsage_Values returns all elements of the PropertyUsage enum

func PurchaseMode_Values

func PurchaseMode_Values() []string

PurchaseMode_Values returns all elements of the PurchaseMode enum

func RadarChartAxesRangeScale_Values

func RadarChartAxesRangeScale_Values() []string

RadarChartAxesRangeScale_Values returns all elements of the RadarChartAxesRangeScale 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 ReferenceLineSeriesType_Values

func ReferenceLineSeriesType_Values() []string

ReferenceLineSeriesType_Values returns all elements of the ReferenceLineSeriesType enum

func ReferenceLineValueLabelRelativePosition_Values

func ReferenceLineValueLabelRelativePosition_Values() []string

ReferenceLineValueLabelRelativePosition_Values returns all elements of the ReferenceLineValueLabelRelativePosition enum

func RefreshInterval_Values

func RefreshInterval_Values() []string

RefreshInterval_Values returns all elements of the RefreshInterval 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 ReviewedAnswerErrorCode_Values

func ReviewedAnswerErrorCode_Values() []string

ReviewedAnswerErrorCode_Values returns all elements of the ReviewedAnswerErrorCode enum

func Role_Values

func Role_Values() []string

Role_Values returns all elements of the Role 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 ServiceType_Values

func ServiceType_Values() []string

ServiceType_Values returns all elements of the ServiceType enum

func SharingModel_Values

func SharingModel_Values() []string

SharingModel_Values returns all elements of the SharingModel 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 SimpleAttributeAggregationFunction_Values

func SimpleAttributeAggregationFunction_Values() []string

SimpleAttributeAggregationFunction_Values returns all elements of the SimpleAttributeAggregationFunction enum

func SimpleNumericalAggregationFunction_Values

func SimpleNumericalAggregationFunction_Values() []string

SimpleNumericalAggregationFunction_Values returns all elements of the SimpleNumericalAggregationFunction enum

func SimpleTotalAggregationFunction_Values

func SimpleTotalAggregationFunction_Values() []string

SimpleTotalAggregationFunction_Values returns all elements of the SimpleTotalAggregationFunction enum

func SingleYAxisOption_Values

func SingleYAxisOption_Values() []string

SingleYAxisOption_Values returns all elements of the SingleYAxisOption enum

func SmallMultiplesAxisPlacement_Values

func SmallMultiplesAxisPlacement_Values() []string

SmallMultiplesAxisPlacement_Values returns all elements of the SmallMultiplesAxisPlacement enum

func SmallMultiplesAxisScale_Values

func SmallMultiplesAxisScale_Values() []string

SmallMultiplesAxisScale_Values returns all elements of the SmallMultiplesAxisScale enum

func SnapshotFileFormatType_Values

func SnapshotFileFormatType_Values() []string

SnapshotFileFormatType_Values returns all elements of the SnapshotFileFormatType enum

func SnapshotFileSheetSelectionScope_Values

func SnapshotFileSheetSelectionScope_Values() []string

SnapshotFileSheetSelectionScope_Values returns all elements of the SnapshotFileSheetSelectionScope enum

func SnapshotJobStatus_Values

func SnapshotJobStatus_Values() []string

SnapshotJobStatus_Values returns all elements of the SnapshotJobStatus enum

func SortDirection_Values

func SortDirection_Values() []string

SortDirection_Values returns all elements of the SortDirection enum

func SpecialValue_Values

func SpecialValue_Values() []string

SpecialValue_Values returns all elements of the SpecialValue enum

func StarburstProductType_Values

func StarburstProductType_Values() []string

StarburstProductType_Values returns all elements of the StarburstProductType enum

func Status_Values

func Status_Values() []string

Status_Values returns all elements of the Status enum

func StyledCellType_Values

func StyledCellType_Values() []string

StyledCellType_Values returns all elements of the StyledCellType 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 TooltipTarget_Values

func TooltipTarget_Values() []string

TooltipTarget_Values returns all elements of the TooltipTarget 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 TopicIRFilterFunction_Values

func TopicIRFilterFunction_Values() []string

TopicIRFilterFunction_Values returns all elements of the TopicIRFilterFunction enum

func TopicIRFilterType_Values

func TopicIRFilterType_Values() []string

TopicIRFilterType_Values returns all elements of the TopicIRFilterType enum

func TopicNumericSeparatorSymbol_Values

func TopicNumericSeparatorSymbol_Values() []string

TopicNumericSeparatorSymbol_Values returns all elements of the TopicNumericSeparatorSymbol enum

func TopicRefreshStatus_Values

func TopicRefreshStatus_Values() []string

TopicRefreshStatus_Values returns all elements of the TopicRefreshStatus enum

func TopicRelativeDateFilterFunction_Values

func TopicRelativeDateFilterFunction_Values() []string

TopicRelativeDateFilterFunction_Values returns all elements of the TopicRelativeDateFilterFunction enum

func TopicScheduleType_Values

func TopicScheduleType_Values() []string

TopicScheduleType_Values returns all elements of the TopicScheduleType enum

func TopicSortDirection_Values

func TopicSortDirection_Values() []string

TopicSortDirection_Values returns all elements of the TopicSortDirection enum

func TopicTimeGranularity_Values

func TopicTimeGranularity_Values() []string

TopicTimeGranularity_Values returns all elements of the TopicTimeGranularity enum

func TopicUserExperienceVersion_Values

func TopicUserExperienceVersion_Values() []string

TopicUserExperienceVersion_Values returns all elements of the TopicUserExperienceVersion enum

func URLTargetConfiguration_Values

func URLTargetConfiguration_Values() []string

URLTargetConfiguration_Values returns all elements of the URLTargetConfiguration enum

func UndefinedSpecifiedValueType_Values

func UndefinedSpecifiedValueType_Values() []string

UndefinedSpecifiedValueType_Values returns all elements of the UndefinedSpecifiedValueType enum

func UserRole_Values

func UserRole_Values() []string

UserRole_Values returns all elements of the UserRole enum

func VPCConnectionAvailabilityStatus_Values

func VPCConnectionAvailabilityStatus_Values() []string

VPCConnectionAvailabilityStatus_Values returns all elements of the VPCConnectionAvailabilityStatus enum

func VPCConnectionResourceStatus_Values

func VPCConnectionResourceStatus_Values() []string

VPCConnectionResourceStatus_Values returns all elements of the VPCConnectionResourceStatus enum

func ValidationStrategyMode_Values

func ValidationStrategyMode_Values() []string

ValidationStrategyMode_Values returns all elements of the ValidationStrategyMode 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 VisualRole_Values

func VisualRole_Values() []string

VisualRole_Values returns all elements of the VisualRole 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 Amazon Resource Name (ARN) for the IAM Identity Center instance.
    IAMIdentityCenterInstanceArn *string `type:"string"`

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

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

SetIAMIdentityCenterInstanceArn sets the IAMIdentityCenterInstanceArn 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 AggFunction

type AggFunction struct {

    // The aggregation of an Agg function.
    Aggregation *string `type:"string" enum:"AggType"`

    // The aggregation parameters for an Agg function.
    AggregationFunctionParameters map[string]*string `type:"map"`

    // The period of an Agg function.
    Period *string `type:"string" enum:"TopicTimeGranularity"`

    // The period field for an Agg function.
    PeriodField *string `type:"string"`
    // contains filtered or unexported fields
}

The definition of an Agg function.

func (AggFunction) GoString

func (s AggFunction) GoString() string

GoString returns the string representation.

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

func (*AggFunction) SetAggregation

func (s *AggFunction) SetAggregation(v string) *AggFunction

SetAggregation sets the Aggregation field's value.

func (*AggFunction) SetAggregationFunctionParameters

func (s *AggFunction) SetAggregationFunctionParameters(v map[string]*string) *AggFunction

SetAggregationFunctionParameters sets the AggregationFunctionParameters field's value.

func (*AggFunction) SetPeriod

func (s *AggFunction) SetPeriod(v string) *AggFunction

SetPeriod sets the Period field's value.

func (*AggFunction) SetPeriodField

func (s *AggFunction) SetPeriodField(v string) *AggFunction

SetPeriodField sets the PeriodField field's value.

func (AggFunction) String

func (s AggFunction) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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 attributes.
    AttributeAggregationFunction *AttributeAggregationFunction `type:"structure"`

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

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

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

An aggregation function aggregates values from a dimension or measure.

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

func (AggregationFunction) GoString

func (s AggregationFunction) GoString() string

GoString returns the string representation.

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

func (*AggregationFunction) SetAttributeAggregationFunction

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

SetAttributeAggregationFunction sets the AttributeAggregationFunction field's value.

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 AggregationPartitionBy

type AggregationPartitionBy struct {

    // The field Name for an AggregationPartitionBy.
    FieldName *string `type:"string"`

    // The TimeGranularity for an AggregationPartitionBy.
    TimeGranularity *string `type:"string" enum:"TimeGranularity"`
    // contains filtered or unexported fields
}

The definition of an AggregationPartitionBy.

func (AggregationPartitionBy) GoString

func (s AggregationPartitionBy) GoString() string

GoString returns the string representation.

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

func (*AggregationPartitionBy) SetFieldName

func (s *AggregationPartitionBy) SetFieldName(v string) *AggregationPartitionBy

SetFieldName sets the FieldName field's value.

func (*AggregationPartitionBy) SetTimeGranularity

func (s *AggregationPartitionBy) SetTimeGranularity(v string) *AggregationPartitionBy

SetTimeGranularity sets the TimeGranularity field's value.

func (AggregationPartitionBy) String

func (s AggregationPartitionBy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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 *AggregationFunction `type:"structure"`

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

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

The configuration options to sort aggregated values.

func (AggregationSortConfiguration) GoString

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 AllSheetsFilterScopeConfiguration

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

An empty object that represents that the AllSheets option is the chosen value for the FilterScopeConfiguration parameter. This structure applies the filter to all visuals on all sheets of an Analysis, Dashboard, or Template.

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

func (AllSheetsFilterScopeConfiguration) GoString

func (s AllSheetsFilterScopeConfiguration) GoString() string

GoString returns the string representation.

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

func (AllSheetsFilterScopeConfiguration) String

func (s AllSheetsFilterScopeConfiguration) String() string

String returns the string representation.

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

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 option definitions for an analysis.
    Options *AssetOptions `type:"structure"`

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

func (s *AnalysisDefinition) SetOptions(v *AssetOptions) *AnalysisDefinition

SetOptions sets the Options 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 Anchor

type Anchor struct {

    // The AnchorType for the Anchor.
    AnchorType *string `type:"string" enum:"AnchorType"`

    // The offset of the Anchor.
    Offset *int64 `type:"integer"`

    // The TimeGranularity of the Anchor.
    TimeGranularity *string `type:"string" enum:"TimeGranularity"`
    // contains filtered or unexported fields
}

The definition of the Anchor.

func (Anchor) GoString

func (s Anchor) GoString() string

GoString returns the string representation.

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

func (*Anchor) SetAnchorType

func (s *Anchor) SetAnchorType(v string) *Anchor

SetAnchorType sets the AnchorType field's value.

func (*Anchor) SetOffset

func (s *Anchor) SetOffset(v int64) *Anchor

SetOffset sets the Offset field's value.

func (*Anchor) SetTimeGranularity

func (s *Anchor) SetTimeGranularity(v string) *Anchor

SetTimeGranularity sets the TimeGranularity field's value.

func (Anchor) String

func (s Anchor) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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 Generative Q&A experience that you want to use for anonymous user embedding.
    GenerativeQnA *AnonymousUserGenerativeQnAEmbeddingConfiguration `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) SetGenerativeQnA

func (s *AnonymousUserEmbeddingExperienceConfiguration) SetGenerativeQnA(v *AnonymousUserGenerativeQnAEmbeddingConfiguration) *AnonymousUserEmbeddingExperienceConfiguration

SetGenerativeQnA sets the GenerativeQnA 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 AnonymousUserGenerativeQnAEmbeddingConfiguration

type AnonymousUserGenerativeQnAEmbeddingConfiguration struct {

    // The Amazon QuickSight Q topic ID of the new reader experience 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
    // Generative Q&A experience with this new reader experience topic pre selected.
    //
    // The Amazon Resource Name (ARN) of this Q new reader experience topic must
    // be included in the AuthorizedResourceArns parameter. Otherwise, the request
    // fails with an InvalidParameterValueException error.
    //
    // 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 for the Generative Q&A experience.

func (AnonymousUserGenerativeQnAEmbeddingConfiguration) GoString

func (s AnonymousUserGenerativeQnAEmbeddingConfiguration) GoString() string

GoString returns the string representation.

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

func (*AnonymousUserGenerativeQnAEmbeddingConfiguration) SetInitialTopicId

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

SetInitialTopicId sets the InitialTopicId field's value.

func (AnonymousUserGenerativeQnAEmbeddingConfiguration) String

func (s AnonymousUserGenerativeQnAEmbeddingConfiguration) String() string

String returns the string representation.

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

func (*AnonymousUserGenerativeQnAEmbeddingConfiguration) Validate

func (s *AnonymousUserGenerativeQnAEmbeddingConfiguration) Validate() error

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

type AnonymousUserQSearchBarEmbeddingConfiguration

type AnonymousUserQSearchBarEmbeddingConfiguration struct {

    // The Amazon QuickSight Q topic ID of the legacy 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
    // legacy topic pre-selected.
    //
    // The Amazon Resource Name (ARN) of this Q legacy topic must be included in
    // the AuthorizedResourceArns parameter. Otherwise, the request fails with an
    // InvalidParameterValueException error.
    //
    // 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 AnonymousUserSnapshotJobResult

type AnonymousUserSnapshotJobResult struct {

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

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

func (AnonymousUserSnapshotJobResult) GoString

func (s AnonymousUserSnapshotJobResult) GoString() string

GoString returns the string representation.

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

func (*AnonymousUserSnapshotJobResult) SetFileGroups

func (s *AnonymousUserSnapshotJobResult) SetFileGroups(v []*SnapshotJobResultFileGroup) *AnonymousUserSnapshotJobResult

SetFileGroups sets the FileGroups field's value.

func (AnonymousUserSnapshotJobResult) String

func (s AnonymousUserSnapshotJobResult) String() string

String returns the string representation.

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

type ArcAxisConfiguration

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 AssetBundleCloudFormationOverridePropertyConfiguration

type AssetBundleCloudFormationOverridePropertyConfiguration struct {

    // An optional list of structures that control how Analysis resources are parameterized
    // in the returned CloudFormation template.
    Analyses []*AssetBundleExportJobAnalysisOverrideProperties `min:"1" type:"list"`

    // An optional list of structures that control how Dashboard resources are parameterized
    // in the returned CloudFormation template.
    Dashboards []*AssetBundleExportJobDashboardOverrideProperties `min:"1" type:"list"`

    // An optional list of structures that control how DataSet resources are parameterized
    // in the returned CloudFormation template.
    DataSets []*AssetBundleExportJobDataSetOverrideProperties `min:"1" type:"list"`

    // An optional list of structures that control how DataSource resources are
    // parameterized in the returned CloudFormation template.
    DataSources []*AssetBundleExportJobDataSourceOverrideProperties `min:"1" type:"list"`

    // An optional list of structures that control how RefreshSchedule resources
    // are parameterized in the returned CloudFormation template.
    RefreshSchedules []*AssetBundleExportJobRefreshScheduleOverrideProperties `min:"1" type:"list"`

    // An optional list of structures that control how resource IDs are parameterized
    // in the returned CloudFormation template.
    ResourceIdOverrideConfiguration *AssetBundleExportJobResourceIdOverrideConfiguration `type:"structure"`

    // An optional list of structures that control how Theme resources are parameterized
    // in the returned CloudFormation template.
    Themes []*AssetBundleExportJobThemeOverrideProperties `min:"1" type:"list"`

    // An optional list of structures that control how VPCConnection resources are
    // parameterized in the returned CloudFormation template.
    VPCConnections []*AssetBundleExportJobVPCConnectionOverrideProperties `min:"1" type:"list"`
    // contains filtered or unexported fields
}

An optional collection of CloudFormation property configurations that control how the export job is generated.

func (AssetBundleCloudFormationOverridePropertyConfiguration) GoString

func (s AssetBundleCloudFormationOverridePropertyConfiguration) GoString() string

GoString returns the string representation.

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

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetAnalyses

func (s *AssetBundleCloudFormationOverridePropertyConfiguration) SetAnalyses(v []*AssetBundleExportJobAnalysisOverrideProperties) *AssetBundleCloudFormationOverridePropertyConfiguration

SetAnalyses sets the Analyses field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetDashboards

func (s *AssetBundleCloudFormationOverridePropertyConfiguration) SetDashboards(v []*AssetBundleExportJobDashboardOverrideProperties) *AssetBundleCloudFormationOverridePropertyConfiguration

SetDashboards sets the Dashboards field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetDataSets

func (s *AssetBundleCloudFormationOverridePropertyConfiguration) SetDataSets(v []*AssetBundleExportJobDataSetOverrideProperties) *AssetBundleCloudFormationOverridePropertyConfiguration

SetDataSets sets the DataSets field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetDataSources

func (s *AssetBundleCloudFormationOverridePropertyConfiguration) SetDataSources(v []*AssetBundleExportJobDataSourceOverrideProperties) *AssetBundleCloudFormationOverridePropertyConfiguration

SetDataSources sets the DataSources field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetRefreshSchedules

func (s *AssetBundleCloudFormationOverridePropertyConfiguration) SetRefreshSchedules(v []*AssetBundleExportJobRefreshScheduleOverrideProperties) *AssetBundleCloudFormationOverridePropertyConfiguration

SetRefreshSchedules sets the RefreshSchedules field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetResourceIdOverrideConfiguration

func (s *AssetBundleCloudFormationOverridePropertyConfiguration) SetResourceIdOverrideConfiguration(v *AssetBundleExportJobResourceIdOverrideConfiguration) *AssetBundleCloudFormationOverridePropertyConfiguration

SetResourceIdOverrideConfiguration sets the ResourceIdOverrideConfiguration field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetThemes

func (s *AssetBundleCloudFormationOverridePropertyConfiguration) SetThemes(v []*AssetBundleExportJobThemeOverrideProperties) *AssetBundleCloudFormationOverridePropertyConfiguration

SetThemes sets the Themes field's value.

func (*AssetBundleCloudFormationOverridePropertyConfiguration) SetVPCConnections

func (s *AssetBundleCloudFormationOverridePropertyConfiguration) SetVPCConnections(v []*AssetBundleExportJobVPCConnectionOverrideProperties) *AssetBundleCloudFormationOverridePropertyConfiguration

SetVPCConnections sets the VPCConnections field's value.

func (AssetBundleCloudFormationOverridePropertyConfiguration) String

func (s AssetBundleCloudFormationOverridePropertyConfiguration) String() string

String returns the string representation.

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

func (*AssetBundleCloudFormationOverridePropertyConfiguration) Validate

func (s *AssetBundleCloudFormationOverridePropertyConfiguration) Validate() error

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

type AssetBundleExportJobAnalysisOverrideProperties

type AssetBundleExportJobAnalysisOverrideProperties struct {

    // The ARN of the specific Analysis resource whose override properties are configured
    // in this structure.
    //
    // Arn is a required field
    Arn *string `type:"string" required:"true"`

    // A list of Analysis resource properties to generate variables for in the returned
    // CloudFormation template.
    //
    // Properties is a required field
    Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobAnalysisPropertyToOverride"`
    // contains filtered or unexported fields
}

Controls how a specific Analysis resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobAnalysisOverrideProperties) GoString

func (s AssetBundleExportJobAnalysisOverrideProperties) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobAnalysisOverrideProperties) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleExportJobAnalysisOverrideProperties) SetProperties

func (s *AssetBundleExportJobAnalysisOverrideProperties) SetProperties(v []*string) *AssetBundleExportJobAnalysisOverrideProperties

SetProperties sets the Properties field's value.

func (AssetBundleExportJobAnalysisOverrideProperties) String

func (s AssetBundleExportJobAnalysisOverrideProperties) String() string

String returns the string representation.

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

func (*AssetBundleExportJobAnalysisOverrideProperties) Validate

func (s *AssetBundleExportJobAnalysisOverrideProperties) Validate() error

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

type AssetBundleExportJobDashboardOverrideProperties

type AssetBundleExportJobDashboardOverrideProperties struct {

    // The ARN of the specific Dashboard resource whose override properties are
    // configured in this structure.
    //
    // Arn is a required field
    Arn *string `type:"string" required:"true"`

    // A list of Dashboard resource properties to generate variables for in the
    // returned CloudFormation template.
    //
    // Properties is a required field
    Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobDashboardPropertyToOverride"`
    // contains filtered or unexported fields
}

Controls how a specific Dashboard resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobDashboardOverrideProperties) GoString

func (s AssetBundleExportJobDashboardOverrideProperties) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobDashboardOverrideProperties) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleExportJobDashboardOverrideProperties) SetProperties

func (s *AssetBundleExportJobDashboardOverrideProperties) SetProperties(v []*string) *AssetBundleExportJobDashboardOverrideProperties

SetProperties sets the Properties field's value.

func (AssetBundleExportJobDashboardOverrideProperties) String

func (s AssetBundleExportJobDashboardOverrideProperties) String() string

String returns the string representation.

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

func (*AssetBundleExportJobDashboardOverrideProperties) Validate

func (s *AssetBundleExportJobDashboardOverrideProperties) Validate() error

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

type AssetBundleExportJobDataSetOverrideProperties

type AssetBundleExportJobDataSetOverrideProperties struct {

    // The ARN of the specific DataSet resource whose override properties are configured
    // in this structure.
    //
    // Arn is a required field
    Arn *string `type:"string" required:"true"`

    // A list of DataSet resource properties to generate variables for in the returned
    // CloudFormation template.
    //
    // Properties is a required field
    Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobDataSetPropertyToOverride"`
    // contains filtered or unexported fields
}

Controls how a specific DataSet resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobDataSetOverrideProperties) GoString

func (s AssetBundleExportJobDataSetOverrideProperties) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobDataSetOverrideProperties) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleExportJobDataSetOverrideProperties) SetProperties

func (s *AssetBundleExportJobDataSetOverrideProperties) SetProperties(v []*string) *AssetBundleExportJobDataSetOverrideProperties

SetProperties sets the Properties field's value.

func (AssetBundleExportJobDataSetOverrideProperties) String

func (s AssetBundleExportJobDataSetOverrideProperties) String() string

String returns the string representation.

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

func (*AssetBundleExportJobDataSetOverrideProperties) Validate

func (s *AssetBundleExportJobDataSetOverrideProperties) Validate() error

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

type AssetBundleExportJobDataSourceOverrideProperties

type AssetBundleExportJobDataSourceOverrideProperties struct {

    // The ARN of the specific DataSource resource whose override properties are
    // configured in this structure.
    //
    // Arn is a required field
    Arn *string `type:"string" required:"true"`

    // A list of DataSource resource properties to generate variables for in the
    // returned CloudFormation template.
    //
    // Properties is a required field
    Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobDataSourcePropertyToOverride"`
    // contains filtered or unexported fields
}

Controls how a specific DataSource resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobDataSourceOverrideProperties) GoString

func (s AssetBundleExportJobDataSourceOverrideProperties) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobDataSourceOverrideProperties) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleExportJobDataSourceOverrideProperties) SetProperties

func (s *AssetBundleExportJobDataSourceOverrideProperties) SetProperties(v []*string) *AssetBundleExportJobDataSourceOverrideProperties

SetProperties sets the Properties field's value.

func (AssetBundleExportJobDataSourceOverrideProperties) String

func (s AssetBundleExportJobDataSourceOverrideProperties) String() string

String returns the string representation.

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

func (*AssetBundleExportJobDataSourceOverrideProperties) Validate

func (s *AssetBundleExportJobDataSourceOverrideProperties) Validate() error

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

type AssetBundleExportJobError

type AssetBundleExportJobError struct {

    // The ARN of the resource whose processing caused an error.
    Arn *string `type:"string"`

    // A description of the error.
    Message *string `type:"string"`

    // The specific error type of the error that occurred.
    Type *string `type:"string"`
    // contains filtered or unexported fields
}

Describes an error that occurred during an Asset Bundle export job.

func (AssetBundleExportJobError) GoString

func (s AssetBundleExportJobError) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobError) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleExportJobError) SetMessage

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

SetMessage sets the Message field's value.

func (*AssetBundleExportJobError) SetType

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

SetType sets the Type field's value.

func (AssetBundleExportJobError) String

func (s AssetBundleExportJobError) String() string

String returns the string representation.

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

type AssetBundleExportJobRefreshScheduleOverrideProperties

type AssetBundleExportJobRefreshScheduleOverrideProperties struct {

    // The ARN of the specific RefreshSchedule resource whose override properties
    // are configured in this structure.
    //
    // Arn is a required field
    Arn *string `type:"string" required:"true"`

    // A list of RefreshSchedule resource properties to generate variables for in
    // the returned CloudFormation template.
    //
    // Properties is a required field
    Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobRefreshSchedulePropertyToOverride"`
    // contains filtered or unexported fields
}

Controls how a specific RefreshSchedule resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobRefreshScheduleOverrideProperties) GoString

func (s AssetBundleExportJobRefreshScheduleOverrideProperties) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobRefreshScheduleOverrideProperties) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleExportJobRefreshScheduleOverrideProperties) SetProperties

func (s *AssetBundleExportJobRefreshScheduleOverrideProperties) SetProperties(v []*string) *AssetBundleExportJobRefreshScheduleOverrideProperties

SetProperties sets the Properties field's value.

func (AssetBundleExportJobRefreshScheduleOverrideProperties) String

func (s AssetBundleExportJobRefreshScheduleOverrideProperties) String() string

String returns the string representation.

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

func (*AssetBundleExportJobRefreshScheduleOverrideProperties) Validate

func (s *AssetBundleExportJobRefreshScheduleOverrideProperties) Validate() error

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

type AssetBundleExportJobResourceIdOverrideConfiguration

type AssetBundleExportJobResourceIdOverrideConfiguration struct {

    // An option to request a CloudFormation variable for a prefix to be prepended
    // to each resource's ID before import. The prefix is only added to the asset
    // IDs and does not change the name of the asset.
    PrefixForAllResources *bool `type:"boolean"`
    // contains filtered or unexported fields
}

An optional structure that configures resource ID overrides for the export job.

func (AssetBundleExportJobResourceIdOverrideConfiguration) GoString

func (s AssetBundleExportJobResourceIdOverrideConfiguration) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobResourceIdOverrideConfiguration) SetPrefixForAllResources

func (s *AssetBundleExportJobResourceIdOverrideConfiguration) SetPrefixForAllResources(v bool) *AssetBundleExportJobResourceIdOverrideConfiguration

SetPrefixForAllResources sets the PrefixForAllResources field's value.

func (AssetBundleExportJobResourceIdOverrideConfiguration) String

func (s AssetBundleExportJobResourceIdOverrideConfiguration) String() string

String returns the string representation.

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

type AssetBundleExportJobSummary

type AssetBundleExportJobSummary struct {

    // The ARN of the export job.
    Arn *string `type:"string"`

    // The ID of the export job.
    AssetBundleExportJobId *string `min:"1" type:"string"`

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

    // The format for the export job.
    ExportFormat *string `type:"string" enum:"AssetBundleExportFormat"`

    // The flag that determines the inclusion of resource dependencies in the returned
    // asset bundle.
    IncludeAllDependencies *bool `type:"boolean"`

    // The flag that determines the inclusion of permissions associated with each
    // resource ARN.
    IncludePermissions *bool `type:"boolean"`

    // The flag that determines the inclusion of tags associated with each resource
    // ARN.
    IncludeTags *bool `type:"boolean"`

    // The current status of the export job.
    JobStatus *string `type:"string" enum:"AssetBundleExportJobStatus"`
    // contains filtered or unexported fields
}

A summary of the export job that includes details of the job's configuration and its current status.

func (AssetBundleExportJobSummary) GoString

func (s AssetBundleExportJobSummary) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobSummary) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleExportJobSummary) SetAssetBundleExportJobId

func (s *AssetBundleExportJobSummary) SetAssetBundleExportJobId(v string) *AssetBundleExportJobSummary

SetAssetBundleExportJobId sets the AssetBundleExportJobId field's value.

func (*AssetBundleExportJobSummary) SetCreatedTime

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

SetCreatedTime sets the CreatedTime field's value.

func (*AssetBundleExportJobSummary) SetExportFormat

func (s *AssetBundleExportJobSummary) SetExportFormat(v string) *AssetBundleExportJobSummary

SetExportFormat sets the ExportFormat field's value.

func (*AssetBundleExportJobSummary) SetIncludeAllDependencies

func (s *AssetBundleExportJobSummary) SetIncludeAllDependencies(v bool) *AssetBundleExportJobSummary

SetIncludeAllDependencies sets the IncludeAllDependencies field's value.

func (*AssetBundleExportJobSummary) SetIncludePermissions

func (s *AssetBundleExportJobSummary) SetIncludePermissions(v bool) *AssetBundleExportJobSummary

SetIncludePermissions sets the IncludePermissions field's value.

func (*AssetBundleExportJobSummary) SetIncludeTags

func (s *AssetBundleExportJobSummary) SetIncludeTags(v bool) *AssetBundleExportJobSummary

SetIncludeTags sets the IncludeTags field's value.

func (*AssetBundleExportJobSummary) SetJobStatus

func (s *AssetBundleExportJobSummary) SetJobStatus(v string) *AssetBundleExportJobSummary

SetJobStatus sets the JobStatus field's value.

func (AssetBundleExportJobSummary) String

func (s AssetBundleExportJobSummary) String() string

String returns the string representation.

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

type AssetBundleExportJobThemeOverrideProperties

type AssetBundleExportJobThemeOverrideProperties struct {

    // The ARN of the specific Theme resource whose override properties are configured
    // in this structure.
    //
    // Arn is a required field
    Arn *string `type:"string" required:"true"`

    // A list of Theme resource properties to generate variables for in the returned
    // CloudFormation template.
    //
    // Properties is a required field
    Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobThemePropertyToOverride"`
    // contains filtered or unexported fields
}

Controls how a specific Theme resource is parameterized in the returned CloudFormation template.

func (AssetBundleExportJobThemeOverrideProperties) GoString

func (s AssetBundleExportJobThemeOverrideProperties) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobThemeOverrideProperties) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleExportJobThemeOverrideProperties) SetProperties

func (s *AssetBundleExportJobThemeOverrideProperties) SetProperties(v []*string) *AssetBundleExportJobThemeOverrideProperties

SetProperties sets the Properties field's value.

func (AssetBundleExportJobThemeOverrideProperties) String

func (s AssetBundleExportJobThemeOverrideProperties) String() string

String returns the string representation.

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

func (*AssetBundleExportJobThemeOverrideProperties) Validate

func (s *AssetBundleExportJobThemeOverrideProperties) Validate() error

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

type AssetBundleExportJobVPCConnectionOverrideProperties

type AssetBundleExportJobVPCConnectionOverrideProperties struct {

    // The ARN of the specific VPCConnection resource whose override properties
    // are configured in this structure.
    //
    // Arn is a required field
    Arn *string `type:"string" required:"true"`

    // A list of VPCConnection resource properties to generate variables for in
    // the returned CloudFormation template.
    //
    // Properties is a required field
    Properties []*string `min:"1" type:"list" required:"true" enum:"AssetBundleExportJobVPCConnectionPropertyToOverride"`
    // contains filtered or unexported fields
}

Controls how a specific VPCConnection resource is parameterized in the outputted CloudFormation template.

func (AssetBundleExportJobVPCConnectionOverrideProperties) GoString

func (s AssetBundleExportJobVPCConnectionOverrideProperties) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobVPCConnectionOverrideProperties) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleExportJobVPCConnectionOverrideProperties) SetProperties

func (s *AssetBundleExportJobVPCConnectionOverrideProperties) SetProperties(v []*string) *AssetBundleExportJobVPCConnectionOverrideProperties

SetProperties sets the Properties field's value.

func (AssetBundleExportJobVPCConnectionOverrideProperties) String

func (s AssetBundleExportJobVPCConnectionOverrideProperties) String() string

String returns the string representation.

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

func (*AssetBundleExportJobVPCConnectionOverrideProperties) Validate

func (s *AssetBundleExportJobVPCConnectionOverrideProperties) Validate() error

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

type AssetBundleExportJobValidationStrategy

type AssetBundleExportJobValidationStrategy struct {

    // A Boolean value that indicates whether to export resources under strict or
    // lenient mode.
    StrictModeForAllResources *bool `type:"boolean"`
    // contains filtered or unexported fields
}

The option to relax the validation that is required to export each asset. When StrictModeForAllResource is set to false, validation is skipped for specific UI errors.

func (AssetBundleExportJobValidationStrategy) GoString

func (s AssetBundleExportJobValidationStrategy) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobValidationStrategy) SetStrictModeForAllResources

func (s *AssetBundleExportJobValidationStrategy) SetStrictModeForAllResources(v bool) *AssetBundleExportJobValidationStrategy

SetStrictModeForAllResources sets the StrictModeForAllResources field's value.

func (AssetBundleExportJobValidationStrategy) String

func (s AssetBundleExportJobValidationStrategy) String() string

String returns the string representation.

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

type AssetBundleExportJobWarning

type AssetBundleExportJobWarning struct {

    // The ARN of the resource whose processing caused a warning.
    Arn *string `type:"string"`

    // A description of the warning.
    Message *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a warning that occurred during an Asset Bundle export job.

func (AssetBundleExportJobWarning) GoString

func (s AssetBundleExportJobWarning) GoString() string

GoString returns the string representation.

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

func (*AssetBundleExportJobWarning) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleExportJobWarning) SetMessage

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

SetMessage sets the Message field's value.

func (AssetBundleExportJobWarning) String

func (s AssetBundleExportJobWarning) String() string

String returns the string representation.

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

type AssetBundleImportJobAnalysisOverrideParameters

type AssetBundleImportJobAnalysisOverrideParameters struct {

    // The ID of the analysis that you ant to apply overrides to.
    //
    // AnalysisId is a required field
    AnalysisId *string `type:"string" required:"true"`

    // A new name for the analysis.
    Name *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The override parameters for a single analysis that is being imported.

func (AssetBundleImportJobAnalysisOverrideParameters) GoString

func (s AssetBundleImportJobAnalysisOverrideParameters) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobAnalysisOverrideParameters) SetAnalysisId

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

SetAnalysisId sets the AnalysisId field's value.

func (*AssetBundleImportJobAnalysisOverrideParameters) SetName

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

SetName sets the Name field's value.

func (AssetBundleImportJobAnalysisOverrideParameters) String

func (s AssetBundleImportJobAnalysisOverrideParameters) String() string

String returns the string representation.

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

func (*AssetBundleImportJobAnalysisOverrideParameters) Validate

func (s *AssetBundleImportJobAnalysisOverrideParameters) Validate() error

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

type AssetBundleImportJobAnalysisOverridePermissions

type AssetBundleImportJobAnalysisOverridePermissions struct {

    // A list of analysis IDs that you want to apply overrides to. You can use *
    // to override all analyses in this asset bundle.
    //
    // AnalysisIds is a required field
    AnalysisIds []*string `min:"1" type:"list" required:"true"`

    // A list of permissions for the analyses that you want to apply overrides to.
    //
    // Permissions is a required field
    Permissions *AssetBundleResourcePermissions `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

An object that contains a list of permissions to be applied to a list of analysis IDs.

func (AssetBundleImportJobAnalysisOverridePermissions) GoString

func (s AssetBundleImportJobAnalysisOverridePermissions) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobAnalysisOverridePermissions) SetAnalysisIds

func (s *AssetBundleImportJobAnalysisOverridePermissions) SetAnalysisIds(v []*string) *AssetBundleImportJobAnalysisOverridePermissions

SetAnalysisIds sets the AnalysisIds field's value.

func (*AssetBundleImportJobAnalysisOverridePermissions) SetPermissions

func (s *AssetBundleImportJobAnalysisOverridePermissions) SetPermissions(v *AssetBundleResourcePermissions) *AssetBundleImportJobAnalysisOverridePermissions

SetPermissions sets the Permissions field's value.

func (AssetBundleImportJobAnalysisOverridePermissions) String

func (s AssetBundleImportJobAnalysisOverridePermissions) String() string

String returns the string representation.

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

func (*AssetBundleImportJobAnalysisOverridePermissions) Validate

func (s *AssetBundleImportJobAnalysisOverridePermissions) Validate() error

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

type AssetBundleImportJobAnalysisOverrideTags

type AssetBundleImportJobAnalysisOverrideTags struct {

    // A list of analysis IDs that you want to apply overrides to. You can use *
    // to override all analyses in this asset bundle.
    //
    // AnalysisIds is a required field
    AnalysisIds []*string `min:"1" type:"list" required:"true"`

    // A list of tags for the analyses that you want to apply overrides to.
    //
    // Tags is a required field
    Tags []*Tag `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

An object that contains a list of tags to be assigned to a list of analysis IDs.

func (AssetBundleImportJobAnalysisOverrideTags) GoString

func (s AssetBundleImportJobAnalysisOverrideTags) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobAnalysisOverrideTags) SetAnalysisIds

func (s *AssetBundleImportJobAnalysisOverrideTags) SetAnalysisIds(v []*string) *AssetBundleImportJobAnalysisOverrideTags

SetAnalysisIds sets the AnalysisIds field's value.

func (*AssetBundleImportJobAnalysisOverrideTags) SetTags

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

SetTags sets the Tags field's value.

func (AssetBundleImportJobAnalysisOverrideTags) String

func (s AssetBundleImportJobAnalysisOverrideTags) String() string

String returns the string representation.

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

func (*AssetBundleImportJobAnalysisOverrideTags) Validate

func (s *AssetBundleImportJobAnalysisOverrideTags) Validate() error

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

type AssetBundleImportJobDashboardOverrideParameters

type AssetBundleImportJobDashboardOverrideParameters struct {

    // The ID of the dashboard that you want to apply overrides to.
    //
    // DashboardId is a required field
    DashboardId *string `type:"string" required:"true"`

    // A new name for the dashboard.
    Name *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The override parameters for a single dashboard that is being imported.

func (AssetBundleImportJobDashboardOverrideParameters) GoString

func (s AssetBundleImportJobDashboardOverrideParameters) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobDashboardOverrideParameters) SetDashboardId

func (s *AssetBundleImportJobDashboardOverrideParameters) SetDashboardId(v string) *AssetBundleImportJobDashboardOverrideParameters

SetDashboardId sets the DashboardId field's value.

func (*AssetBundleImportJobDashboardOverrideParameters) SetName

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

SetName sets the Name field's value.

func (AssetBundleImportJobDashboardOverrideParameters) String

func (s AssetBundleImportJobDashboardOverrideParameters) String() string

String returns the string representation.

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

func (*AssetBundleImportJobDashboardOverrideParameters) Validate

func (s *AssetBundleImportJobDashboardOverrideParameters) Validate() error

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

type AssetBundleImportJobDashboardOverridePermissions

type AssetBundleImportJobDashboardOverridePermissions struct {

    // A list of dashboard IDs that you want to apply overrides to. You can use
    // * to override all dashboards in this asset bundle.
    //
    // DashboardIds is a required field
    DashboardIds []*string `min:"1" type:"list" required:"true"`

    // A structure that contains the link sharing configurations that you want to
    // apply overrides to.
    LinkSharingConfiguration *AssetBundleResourceLinkSharingConfiguration `type:"structure"`

    // A list of permissions for the dashboards that you want to apply overrides
    // to.
    Permissions *AssetBundleResourcePermissions `type:"structure"`
    // contains filtered or unexported fields
}

An object that contains a list of permissions to be applied to a list of dashboard IDs.

func (AssetBundleImportJobDashboardOverridePermissions) GoString

func (s AssetBundleImportJobDashboardOverridePermissions) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobDashboardOverridePermissions) SetDashboardIds

func (s *AssetBundleImportJobDashboardOverridePermissions) SetDashboardIds(v []*string) *AssetBundleImportJobDashboardOverridePermissions

SetDashboardIds sets the DashboardIds field's value.

func (*AssetBundleImportJobDashboardOverridePermissions) SetLinkSharingConfiguration

func (s *AssetBundleImportJobDashboardOverridePermissions) SetLinkSharingConfiguration(v *AssetBundleResourceLinkSharingConfiguration) *AssetBundleImportJobDashboardOverridePermissions

SetLinkSharingConfiguration sets the LinkSharingConfiguration field's value.

func (*AssetBundleImportJobDashboardOverridePermissions) SetPermissions

func (s *AssetBundleImportJobDashboardOverridePermissions) SetPermissions(v *AssetBundleResourcePermissions) *AssetBundleImportJobDashboardOverridePermissions

SetPermissions sets the Permissions field's value.

func (AssetBundleImportJobDashboardOverridePermissions) String

func (s AssetBundleImportJobDashboardOverridePermissions) String() string

String returns the string representation.

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

func (*AssetBundleImportJobDashboardOverridePermissions) Validate

func (s *AssetBundleImportJobDashboardOverridePermissions) Validate() error

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

type AssetBundleImportJobDashboardOverrideTags

type AssetBundleImportJobDashboardOverrideTags struct {

    // A list of dashboard IDs that you want to apply overrides to. You can use
    // * to override all dashboards in this asset bundle.
    //
    // DashboardIds is a required field
    DashboardIds []*string `min:"1" type:"list" required:"true"`

    // A list of tags for the dashboards that you want to apply overrides to.
    //
    // Tags is a required field
    Tags []*Tag `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

An object that contains a list of tags to be assigned to a list of dashboard IDs.

func (AssetBundleImportJobDashboardOverrideTags) GoString

func (s AssetBundleImportJobDashboardOverrideTags) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobDashboardOverrideTags) SetDashboardIds

func (s *AssetBundleImportJobDashboardOverrideTags) SetDashboardIds(v []*string) *AssetBundleImportJobDashboardOverrideTags

SetDashboardIds sets the DashboardIds field's value.

func (*AssetBundleImportJobDashboardOverrideTags) SetTags

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

SetTags sets the Tags field's value.

func (AssetBundleImportJobDashboardOverrideTags) String

func (s AssetBundleImportJobDashboardOverrideTags) String() string

String returns the string representation.

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

func (*AssetBundleImportJobDashboardOverrideTags) Validate

func (s *AssetBundleImportJobDashboardOverrideTags) Validate() error

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

type AssetBundleImportJobDataSetOverrideParameters

type AssetBundleImportJobDataSetOverrideParameters struct {

    // The ID of the dataset to apply overrides to.
    //
    // DataSetId is a required field
    DataSetId *string `type:"string" required:"true"`

    // A new name for the dataset.
    Name *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The override parameters for a single dataset that is being imported.

func (AssetBundleImportJobDataSetOverrideParameters) GoString

func (s AssetBundleImportJobDataSetOverrideParameters) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobDataSetOverrideParameters) SetDataSetId

func (s *AssetBundleImportJobDataSetOverrideParameters) SetDataSetId(v string) *AssetBundleImportJobDataSetOverrideParameters

SetDataSetId sets the DataSetId field's value.

func (*AssetBundleImportJobDataSetOverrideParameters) SetName

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

SetName sets the Name field's value.

func (AssetBundleImportJobDataSetOverrideParameters) String

func (s AssetBundleImportJobDataSetOverrideParameters) String() string

String returns the string representation.

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

func (*AssetBundleImportJobDataSetOverrideParameters) Validate

func (s *AssetBundleImportJobDataSetOverrideParameters) Validate() error

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

type AssetBundleImportJobDataSetOverridePermissions

type AssetBundleImportJobDataSetOverridePermissions struct {

    // A list of dataset IDs that you want to apply overrides to. You can use *
    // to override all datasets in this asset bundle.
    //
    // DataSetIds is a required field
    DataSetIds []*string `min:"1" type:"list" required:"true"`

    // A list of permissions for the datasets that you want to apply overrides to.
    //
    // Permissions is a required field
    Permissions *AssetBundleResourcePermissions `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

An object that contains a list of permissions to be applied to a list of dataset IDs.

func (AssetBundleImportJobDataSetOverridePermissions) GoString

func (s AssetBundleImportJobDataSetOverridePermissions) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobDataSetOverridePermissions) SetDataSetIds

func (s *AssetBundleImportJobDataSetOverridePermissions) SetDataSetIds(v []*string) *AssetBundleImportJobDataSetOverridePermissions

SetDataSetIds sets the DataSetIds field's value.

func (*AssetBundleImportJobDataSetOverridePermissions) SetPermissions

func (s *AssetBundleImportJobDataSetOverridePermissions) SetPermissions(v *AssetBundleResourcePermissions) *AssetBundleImportJobDataSetOverridePermissions

SetPermissions sets the Permissions field's value.

func (AssetBundleImportJobDataSetOverridePermissions) String

func (s AssetBundleImportJobDataSetOverridePermissions) String() string

String returns the string representation.

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

func (*AssetBundleImportJobDataSetOverridePermissions) Validate

func (s *AssetBundleImportJobDataSetOverridePermissions) Validate() error

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

type AssetBundleImportJobDataSetOverrideTags

type AssetBundleImportJobDataSetOverrideTags struct {

    // A list of dataset IDs that you want to apply overrides to. You can use *
    // to override all datasets in this asset bundle.
    //
    // DataSetIds is a required field
    DataSetIds []*string `min:"1" type:"list" required:"true"`

    // A list of tags for the datasets that you want to apply overrides to.
    //
    // Tags is a required field
    Tags []*Tag `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

An object that contains a list of tags to be assigned to a list of dataset IDs.

func (AssetBundleImportJobDataSetOverrideTags) GoString

func (s AssetBundleImportJobDataSetOverrideTags) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobDataSetOverrideTags) SetDataSetIds

func (s *AssetBundleImportJobDataSetOverrideTags) SetDataSetIds(v []*string) *AssetBundleImportJobDataSetOverrideTags

SetDataSetIds sets the DataSetIds field's value.

func (*AssetBundleImportJobDataSetOverrideTags) SetTags

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

SetTags sets the Tags field's value.

func (AssetBundleImportJobDataSetOverrideTags) String

func (s AssetBundleImportJobDataSetOverrideTags) String() string

String returns the string representation.

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

func (*AssetBundleImportJobDataSetOverrideTags) Validate

func (s *AssetBundleImportJobDataSetOverrideTags) Validate() error

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

type AssetBundleImportJobDataSourceCredentialPair

type AssetBundleImportJobDataSourceCredentialPair struct {

    // The password for the data source connection.
    //
    // Password is a required field
    Password *string `min:"1" type:"string" required:"true"`

    // The username for the data source connection.
    //
    // Username is a required field
    Username *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A username and password credential pair to use to import a data source resource.

func (AssetBundleImportJobDataSourceCredentialPair) GoString

func (s AssetBundleImportJobDataSourceCredentialPair) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobDataSourceCredentialPair) SetPassword

func (s *AssetBundleImportJobDataSourceCredentialPair) SetPassword(v string) *AssetBundleImportJobDataSourceCredentialPair

SetPassword sets the Password field's value.

func (*AssetBundleImportJobDataSourceCredentialPair) SetUsername

func (s *AssetBundleImportJobDataSourceCredentialPair) SetUsername(v string) *AssetBundleImportJobDataSourceCredentialPair

SetUsername sets the Username field's value.

func (AssetBundleImportJobDataSourceCredentialPair) String

func (s AssetBundleImportJobDataSourceCredentialPair) String() string

String returns the string representation.

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

func (*AssetBundleImportJobDataSourceCredentialPair) Validate

func (s *AssetBundleImportJobDataSourceCredentialPair) Validate() error

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

type AssetBundleImportJobDataSourceCredentials

type AssetBundleImportJobDataSourceCredentials struct {

    // A username and password credential pair to be used to create the imported
    // data source. Keep this field blank if you are using a Secrets Manager secret
    // to provide credentials.
    //
    // CredentialPair is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by AssetBundleImportJobDataSourceCredentials's
    // String and GoString methods.
    CredentialPair *AssetBundleImportJobDataSourceCredentialPair `type:"structure" sensitive:"true"`

    // The ARN of the Secrets Manager secret that's used to create the imported
    // data source. Keep this field blank, unless you are using a secret in place
    // of a credential pair.
    SecretArn *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The login credentials to use to import a data source resource.

func (AssetBundleImportJobDataSourceCredentials) GoString

func (s AssetBundleImportJobDataSourceCredentials) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobDataSourceCredentials) SetCredentialPair

func (s *AssetBundleImportJobDataSourceCredentials) SetCredentialPair(v *AssetBundleImportJobDataSourceCredentialPair) *AssetBundleImportJobDataSourceCredentials

SetCredentialPair sets the CredentialPair field's value.

func (*AssetBundleImportJobDataSourceCredentials) SetSecretArn

func (s *AssetBundleImportJobDataSourceCredentials) SetSecretArn(v string) *AssetBundleImportJobDataSourceCredentials

SetSecretArn sets the SecretArn field's value.

func (AssetBundleImportJobDataSourceCredentials) String

func (s AssetBundleImportJobDataSourceCredentials) String() string

String returns the string representation.

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

func (*AssetBundleImportJobDataSourceCredentials) Validate

func (s *AssetBundleImportJobDataSourceCredentials) Validate() error

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

type AssetBundleImportJobDataSourceOverrideParameters

type AssetBundleImportJobDataSourceOverrideParameters struct {

    // An optional structure that provides the credentials to be used to create
    // the imported data source.
    Credentials *AssetBundleImportJobDataSourceCredentials `type:"structure"`

    // The ID of the data source to apply overrides to.
    //
    // DataSourceId is a required field
    DataSourceId *string `type:"string" required:"true"`

    // The parameters that Amazon QuickSight uses to connect to your underlying
    // data source. This is a variant type structure. For this structure to be valid,
    // only one of the attributes can be non-null.
    DataSourceParameters *DataSourceParameters `type:"structure"`

    // A new name for the data source.
    Name *string `min:"1" type:"string"`

    // Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects
    // to your underlying data source.
    SslProperties *SslProperties `type:"structure"`

    // VPC connection properties.
    VpcConnectionProperties *VpcConnectionProperties `type:"structure"`
    // contains filtered or unexported fields
}

The override parameters for a single data source that is being imported.

func (AssetBundleImportJobDataSourceOverrideParameters) GoString

func (s AssetBundleImportJobDataSourceOverrideParameters) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobDataSourceOverrideParameters) SetCredentials

func (s *AssetBundleImportJobDataSourceOverrideParameters) SetCredentials(v *AssetBundleImportJobDataSourceCredentials) *AssetBundleImportJobDataSourceOverrideParameters

SetCredentials sets the Credentials field's value.

func (*AssetBundleImportJobDataSourceOverrideParameters) SetDataSourceId

func (s *AssetBundleImportJobDataSourceOverrideParameters) SetDataSourceId(v string) *AssetBundleImportJobDataSourceOverrideParameters

SetDataSourceId sets the DataSourceId field's value.

func (*AssetBundleImportJobDataSourceOverrideParameters) SetDataSourceParameters

func (s *AssetBundleImportJobDataSourceOverrideParameters) SetDataSourceParameters(v *DataSourceParameters) *AssetBundleImportJobDataSourceOverrideParameters

SetDataSourceParameters sets the DataSourceParameters field's value.

func (*AssetBundleImportJobDataSourceOverrideParameters) SetName

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

SetName sets the Name field's value.

func (*AssetBundleImportJobDataSourceOverrideParameters) SetSslProperties

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

SetSslProperties sets the SslProperties field's value.

func (*AssetBundleImportJobDataSourceOverrideParameters) SetVpcConnectionProperties

func (s *AssetBundleImportJobDataSourceOverrideParameters) SetVpcConnectionProperties(v *VpcConnectionProperties) *AssetBundleImportJobDataSourceOverrideParameters

SetVpcConnectionProperties sets the VpcConnectionProperties field's value.

func (AssetBundleImportJobDataSourceOverrideParameters) String

func (s AssetBundleImportJobDataSourceOverrideParameters) String() string

String returns the string representation.

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

func (*AssetBundleImportJobDataSourceOverrideParameters) Validate

func (s *AssetBundleImportJobDataSourceOverrideParameters) Validate() error

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

type AssetBundleImportJobDataSourceOverridePermissions

type AssetBundleImportJobDataSourceOverridePermissions struct {

    // A list of data source IDs that you want to apply overrides to. You can use
    // * to override all data sources in this asset bundle.
    //
    // DataSourceIds is a required field
    DataSourceIds []*string `min:"1" type:"list" required:"true"`

    // A list of permissions for the data source that you want to apply overrides
    // to.
    //
    // Permissions is a required field
    Permissions *AssetBundleResourcePermissions `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

An object that contains a list of permissions to be applied to a list of data source IDs.

func (AssetBundleImportJobDataSourceOverridePermissions) GoString

func (s AssetBundleImportJobDataSourceOverridePermissions) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobDataSourceOverridePermissions) SetDataSourceIds

func (s *AssetBundleImportJobDataSourceOverridePermissions) SetDataSourceIds(v []*string) *AssetBundleImportJobDataSourceOverridePermissions

SetDataSourceIds sets the DataSourceIds field's value.

func (*AssetBundleImportJobDataSourceOverridePermissions) SetPermissions

func (s *AssetBundleImportJobDataSourceOverridePermissions) SetPermissions(v *AssetBundleResourcePermissions) *AssetBundleImportJobDataSourceOverridePermissions

SetPermissions sets the Permissions field's value.

func (AssetBundleImportJobDataSourceOverridePermissions) String

func (s AssetBundleImportJobDataSourceOverridePermissions) String() string

String returns the string representation.

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

func (*AssetBundleImportJobDataSourceOverridePermissions) Validate

func (s *AssetBundleImportJobDataSourceOverridePermissions) Validate() error

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

type AssetBundleImportJobDataSourceOverrideTags

type AssetBundleImportJobDataSourceOverrideTags struct {

    // A list of data source IDs that you want to apply overrides to. You can use
    // * to override all data sources in this asset bundle.
    //
    // DataSourceIds is a required field
    DataSourceIds []*string `min:"1" type:"list" required:"true"`

    // A list of tags for the data source that you want to apply overrides to.
    //
    // Tags is a required field
    Tags []*Tag `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

An object that contains a list of tags to be assigned to a list of data source IDs.

func (AssetBundleImportJobDataSourceOverrideTags) GoString

func (s AssetBundleImportJobDataSourceOverrideTags) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobDataSourceOverrideTags) SetDataSourceIds

func (s *AssetBundleImportJobDataSourceOverrideTags) SetDataSourceIds(v []*string) *AssetBundleImportJobDataSourceOverrideTags

SetDataSourceIds sets the DataSourceIds field's value.

func (*AssetBundleImportJobDataSourceOverrideTags) SetTags

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

SetTags sets the Tags field's value.

func (AssetBundleImportJobDataSourceOverrideTags) String

func (s AssetBundleImportJobDataSourceOverrideTags) String() string

String returns the string representation.

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

func (*AssetBundleImportJobDataSourceOverrideTags) Validate

func (s *AssetBundleImportJobDataSourceOverrideTags) Validate() error

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

type AssetBundleImportJobError

type AssetBundleImportJobError struct {

    // The ARN of the resource whose processing caused an error.
    Arn *string `type:"string"`

    // A description of the error.
    Message *string `type:"string"`

    // The specific error type or the error that occurred.
    Type *string `type:"string"`
    // contains filtered or unexported fields
}

Describes an error that occurred within an Asset Bundle import execution.

func (AssetBundleImportJobError) GoString

func (s AssetBundleImportJobError) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobError) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleImportJobError) SetMessage

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

SetMessage sets the Message field's value.

func (*AssetBundleImportJobError) SetType

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

SetType sets the Type field's value.

func (AssetBundleImportJobError) String

func (s AssetBundleImportJobError) String() string

String returns the string representation.

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

type AssetBundleImportJobOverrideParameters

type AssetBundleImportJobOverrideParameters struct {

    // A list of overrides for any Analysis resources that are present in the asset
    // bundle that is imported.
    Analyses []*AssetBundleImportJobAnalysisOverrideParameters `min:"1" type:"list"`

    // A list of overrides for any Dashboard resources that are present in the asset
    // bundle that is imported.
    Dashboards []*AssetBundleImportJobDashboardOverrideParameters `min:"1" type:"list"`

    // A list of overrides for any DataSet resources that are present in the asset
    // bundle that is imported.
    DataSets []*AssetBundleImportJobDataSetOverrideParameters `min:"1" type:"list"`

    // A list of overrides for any DataSource resources that are present in the
    // asset bundle that is imported.
    DataSources []*AssetBundleImportJobDataSourceOverrideParameters `min:"1" type:"list"`

    // A list of overrides for any RefreshSchedule resources that are present in
    // the asset bundle that is imported.
    RefreshSchedules []*AssetBundleImportJobRefreshScheduleOverrideParameters `min:"1" type:"list"`

    // An optional structure that configures resource ID overrides to be applied
    // within the import job.
    ResourceIdOverrideConfiguration *AssetBundleImportJobResourceIdOverrideConfiguration `type:"structure"`

    // A list of overrides for any Theme resources that are present in the asset
    // bundle that is imported.
    Themes []*AssetBundleImportJobThemeOverrideParameters `min:"1" type:"list"`

    // A list of overrides for any VPCConnection resources that are present in the
    // asset bundle that is imported.
    VPCConnections []*AssetBundleImportJobVPCConnectionOverrideParameters `min:"1" type:"list"`
    // contains filtered or unexported fields
}

A list of overrides that modify the asset bundle resource configuration before the resource is imported.

func (AssetBundleImportJobOverrideParameters) GoString

func (s AssetBundleImportJobOverrideParameters) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobOverrideParameters) SetAnalyses

func (s *AssetBundleImportJobOverrideParameters) SetAnalyses(v []*AssetBundleImportJobAnalysisOverrideParameters) *AssetBundleImportJobOverrideParameters

SetAnalyses sets the Analyses field's value.

func (*AssetBundleImportJobOverrideParameters) SetDashboards

func (s *AssetBundleImportJobOverrideParameters) SetDashboards(v []*AssetBundleImportJobDashboardOverrideParameters) *AssetBundleImportJobOverrideParameters

SetDashboards sets the Dashboards field's value.

func (*AssetBundleImportJobOverrideParameters) SetDataSets

func (s *AssetBundleImportJobOverrideParameters) SetDataSets(v []*AssetBundleImportJobDataSetOverrideParameters) *AssetBundleImportJobOverrideParameters

SetDataSets sets the DataSets field's value.

func (*AssetBundleImportJobOverrideParameters) SetDataSources

func (s *AssetBundleImportJobOverrideParameters) SetDataSources(v []*AssetBundleImportJobDataSourceOverrideParameters) *AssetBundleImportJobOverrideParameters

SetDataSources sets the DataSources field's value.

func (*AssetBundleImportJobOverrideParameters) SetRefreshSchedules

func (s *AssetBundleImportJobOverrideParameters) SetRefreshSchedules(v []*AssetBundleImportJobRefreshScheduleOverrideParameters) *AssetBundleImportJobOverrideParameters

SetRefreshSchedules sets the RefreshSchedules field's value.

func (*AssetBundleImportJobOverrideParameters) SetResourceIdOverrideConfiguration

func (s *AssetBundleImportJobOverrideParameters) SetResourceIdOverrideConfiguration(v *AssetBundleImportJobResourceIdOverrideConfiguration) *AssetBundleImportJobOverrideParameters

SetResourceIdOverrideConfiguration sets the ResourceIdOverrideConfiguration field's value.

func (*AssetBundleImportJobOverrideParameters) SetThemes

func (s *AssetBundleImportJobOverrideParameters) SetThemes(v []*AssetBundleImportJobThemeOverrideParameters) *AssetBundleImportJobOverrideParameters

SetThemes sets the Themes field's value.

func (*AssetBundleImportJobOverrideParameters) SetVPCConnections

func (s *AssetBundleImportJobOverrideParameters) SetVPCConnections(v []*AssetBundleImportJobVPCConnectionOverrideParameters) *AssetBundleImportJobOverrideParameters

SetVPCConnections sets the VPCConnections field's value.

func (AssetBundleImportJobOverrideParameters) String

func (s AssetBundleImportJobOverrideParameters) String() string

String returns the string representation.

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

func (*AssetBundleImportJobOverrideParameters) Validate

func (s *AssetBundleImportJobOverrideParameters) Validate() error

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

type AssetBundleImportJobOverridePermissions

type AssetBundleImportJobOverridePermissions struct {

    // A list of permissions overrides for any Analysis resources that are present
    // in the asset bundle that is imported.
    Analyses []*AssetBundleImportJobAnalysisOverridePermissions `min:"1" type:"list"`

    // A list of permissions overrides for any Dashboard resources that are present
    // in the asset bundle that is imported.
    Dashboards []*AssetBundleImportJobDashboardOverridePermissions `min:"1" type:"list"`

    // A list of permissions overrides for any DataSet resources that are present
    // in the asset bundle that is imported.
    DataSets []*AssetBundleImportJobDataSetOverridePermissions `min:"1" type:"list"`

    // A list of permissions overrides for any DataSource resources that are present
    // in the asset bundle that is imported.
    DataSources []*AssetBundleImportJobDataSourceOverridePermissions `min:"1" type:"list"`

    // A list of permissions overrides for any Theme resources that are present
    // in the asset bundle that is imported.
    Themes []*AssetBundleImportJobThemeOverridePermissions `min:"1" type:"list"`
    // contains filtered or unexported fields
}

A structure that contains the override permission configurations that modify the permissions for specified resources before the resource is imported.

func (AssetBundleImportJobOverridePermissions) GoString

func (s AssetBundleImportJobOverridePermissions) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobOverridePermissions) SetAnalyses

func (s *AssetBundleImportJobOverridePermissions) SetAnalyses(v []*AssetBundleImportJobAnalysisOverridePermissions) *AssetBundleImportJobOverridePermissions

SetAnalyses sets the Analyses field's value.

func (*AssetBundleImportJobOverridePermissions) SetDashboards

func (s *AssetBundleImportJobOverridePermissions) SetDashboards(v []*AssetBundleImportJobDashboardOverridePermissions) *AssetBundleImportJobOverridePermissions

SetDashboards sets the Dashboards field's value.

func (*AssetBundleImportJobOverridePermissions) SetDataSets

func (s *AssetBundleImportJobOverridePermissions) SetDataSets(v []*AssetBundleImportJobDataSetOverridePermissions) *AssetBundleImportJobOverridePermissions

SetDataSets sets the DataSets field's value.

func (*AssetBundleImportJobOverridePermissions) SetDataSources

func (s *AssetBundleImportJobOverridePermissions) SetDataSources(v []*AssetBundleImportJobDataSourceOverridePermissions) *AssetBundleImportJobOverridePermissions

SetDataSources sets the DataSources field's value.

func (*AssetBundleImportJobOverridePermissions) SetThemes

func (s *AssetBundleImportJobOverridePermissions) SetThemes(v []*AssetBundleImportJobThemeOverridePermissions) *AssetBundleImportJobOverridePermissions

SetThemes sets the Themes field's value.

func (AssetBundleImportJobOverridePermissions) String

func (s AssetBundleImportJobOverridePermissions) String() string

String returns the string representation.

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

func (*AssetBundleImportJobOverridePermissions) Validate

func (s *AssetBundleImportJobOverridePermissions) Validate() error

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

type AssetBundleImportJobOverrideTags

type AssetBundleImportJobOverrideTags struct {

    // A list of tag overrides for any Analysis resources that are present in the
    // asset bundle that is imported.
    Analyses []*AssetBundleImportJobAnalysisOverrideTags `min:"1" type:"list"`

    // A list of tag overrides for any Dashboard resources that are present in the
    // asset bundle that is imported.
    Dashboards []*AssetBundleImportJobDashboardOverrideTags `min:"1" type:"list"`

    // A list of tag overrides for any DataSet resources that are present in the
    // asset bundle that is imported.
    DataSets []*AssetBundleImportJobDataSetOverrideTags `min:"1" type:"list"`

    // A list of tag overrides for any DataSource resources that are present in
    // the asset bundle that is imported.
    DataSources []*AssetBundleImportJobDataSourceOverrideTags `min:"1" type:"list"`

    // A list of tag overrides for any Theme resources that are present in the asset
    // bundle that is imported.
    Themes []*AssetBundleImportJobThemeOverrideTags `min:"1" type:"list"`

    // A list of tag overrides for any VPCConnection resources that are present
    // in the asset bundle that is imported.
    VPCConnections []*AssetBundleImportJobVPCConnectionOverrideTags `min:"1" type:"list"`
    // contains filtered or unexported fields
}

A structure that contains the override tag configuration that modify the tags that are assigned to specified resources before the resource is imported.

func (AssetBundleImportJobOverrideTags) GoString

func (s AssetBundleImportJobOverrideTags) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobOverrideTags) SetAnalyses

func (s *AssetBundleImportJobOverrideTags) SetAnalyses(v []*AssetBundleImportJobAnalysisOverrideTags) *AssetBundleImportJobOverrideTags

SetAnalyses sets the Analyses field's value.

func (*AssetBundleImportJobOverrideTags) SetDashboards

func (s *AssetBundleImportJobOverrideTags) SetDashboards(v []*AssetBundleImportJobDashboardOverrideTags) *AssetBundleImportJobOverrideTags

SetDashboards sets the Dashboards field's value.

func (*AssetBundleImportJobOverrideTags) SetDataSets

func (s *AssetBundleImportJobOverrideTags) SetDataSets(v []*AssetBundleImportJobDataSetOverrideTags) *AssetBundleImportJobOverrideTags

SetDataSets sets the DataSets field's value.

func (*AssetBundleImportJobOverrideTags) SetDataSources

func (s *AssetBundleImportJobOverrideTags) SetDataSources(v []*AssetBundleImportJobDataSourceOverrideTags) *AssetBundleImportJobOverrideTags

SetDataSources sets the DataSources field's value.

func (*AssetBundleImportJobOverrideTags) SetThemes

func (s *AssetBundleImportJobOverrideTags) SetThemes(v []*AssetBundleImportJobThemeOverrideTags) *AssetBundleImportJobOverrideTags

SetThemes sets the Themes field's value.

func (*AssetBundleImportJobOverrideTags) SetVPCConnections

func (s *AssetBundleImportJobOverrideTags) SetVPCConnections(v []*AssetBundleImportJobVPCConnectionOverrideTags) *AssetBundleImportJobOverrideTags

SetVPCConnections sets the VPCConnections field's value.

func (AssetBundleImportJobOverrideTags) String

func (s AssetBundleImportJobOverrideTags) String() string

String returns the string representation.

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

func (*AssetBundleImportJobOverrideTags) Validate

func (s *AssetBundleImportJobOverrideTags) Validate() error

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

type AssetBundleImportJobOverrideValidationStrategy

type AssetBundleImportJobOverrideValidationStrategy struct {

    // A Boolean value that indicates whether to import all analyses and dashboards
    // under strict or lenient mode.
    StrictModeForAllResources *bool `type:"boolean"`
    // contains filtered or unexported fields
}

An optional parameter that overrides the validation strategy for all analyses and dashboards before the resource is imported.

func (AssetBundleImportJobOverrideValidationStrategy) GoString

func (s AssetBundleImportJobOverrideValidationStrategy) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobOverrideValidationStrategy) SetStrictModeForAllResources

func (s *AssetBundleImportJobOverrideValidationStrategy) SetStrictModeForAllResources(v bool) *AssetBundleImportJobOverrideValidationStrategy

SetStrictModeForAllResources sets the StrictModeForAllResources field's value.

func (AssetBundleImportJobOverrideValidationStrategy) String

func (s AssetBundleImportJobOverrideValidationStrategy) String() string

String returns the string representation.

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

type AssetBundleImportJobRefreshScheduleOverrideParameters

type AssetBundleImportJobRefreshScheduleOverrideParameters struct {

    // A partial identifier for the specific RefreshSchedule resource that is being
    // overridden. This structure is used together with the ScheduleID structure.
    //
    // DataSetId is a required field
    DataSetId *string `type:"string" required:"true"`

    // A partial identifier for the specific RefreshSchedule resource being overridden.
    // This structure is used together with the DataSetId structure.
    //
    // ScheduleId is a required field
    ScheduleId *string `type:"string" required:"true"`

    // An override for the StartAfterDateTime of a RefreshSchedule. Make sure that
    // the StartAfterDateTime is set to a time that takes place in the future.
    StartAfterDateTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

A list of overrides for a specific RefreshsSchedule resource that is present in the asset bundle that is imported.

func (AssetBundleImportJobRefreshScheduleOverrideParameters) GoString

func (s AssetBundleImportJobRefreshScheduleOverrideParameters) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobRefreshScheduleOverrideParameters) SetDataSetId

func (s *AssetBundleImportJobRefreshScheduleOverrideParameters) SetDataSetId(v string) *AssetBundleImportJobRefreshScheduleOverrideParameters

SetDataSetId sets the DataSetId field's value.

func (*AssetBundleImportJobRefreshScheduleOverrideParameters) SetScheduleId

func (s *AssetBundleImportJobRefreshScheduleOverrideParameters) SetScheduleId(v string) *AssetBundleImportJobRefreshScheduleOverrideParameters

SetScheduleId sets the ScheduleId field's value.

func (*AssetBundleImportJobRefreshScheduleOverrideParameters) SetStartAfterDateTime

func (s *AssetBundleImportJobRefreshScheduleOverrideParameters) SetStartAfterDateTime(v time.Time) *AssetBundleImportJobRefreshScheduleOverrideParameters

SetStartAfterDateTime sets the StartAfterDateTime field's value.

func (AssetBundleImportJobRefreshScheduleOverrideParameters) String

func (s AssetBundleImportJobRefreshScheduleOverrideParameters) String() string

String returns the string representation.

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

func (*AssetBundleImportJobRefreshScheduleOverrideParameters) Validate

func (s *AssetBundleImportJobRefreshScheduleOverrideParameters) Validate() error

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

type AssetBundleImportJobResourceIdOverrideConfiguration

type AssetBundleImportJobResourceIdOverrideConfiguration struct {

    // An option to request a CloudFormation variable for a prefix to be prepended
    // to each resource's ID before import. The prefix is only added to the asset
    // IDs and does not change the name of the asset.
    PrefixForAllResources *string `type:"string"`
    // contains filtered or unexported fields
}

An optional structure that configures resource ID overrides for the import job.

func (AssetBundleImportJobResourceIdOverrideConfiguration) GoString

func (s AssetBundleImportJobResourceIdOverrideConfiguration) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobResourceIdOverrideConfiguration) SetPrefixForAllResources

func (s *AssetBundleImportJobResourceIdOverrideConfiguration) SetPrefixForAllResources(v string) *AssetBundleImportJobResourceIdOverrideConfiguration

SetPrefixForAllResources sets the PrefixForAllResources field's value.

func (AssetBundleImportJobResourceIdOverrideConfiguration) String

func (s AssetBundleImportJobResourceIdOverrideConfiguration) String() string

String returns the string representation.

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

type AssetBundleImportJobSummary

type AssetBundleImportJobSummary struct {

    // The ARN of the import job.
    Arn *string `type:"string"`

    // The ID of the job. This ID is unique while the job is running. After the
    // job is completed, you can reuse this ID for another job.
    AssetBundleImportJobId *string `min:"1" type:"string"`

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

    // The failure action for the import job.
    FailureAction *string `type:"string" enum:"AssetBundleImportFailureAction"`

    // The current status of the import job.
    JobStatus *string `type:"string" enum:"AssetBundleImportJobStatus"`
    // contains filtered or unexported fields
}

A summary of the import job that includes details of the requested job's configuration and its current status.

func (AssetBundleImportJobSummary) GoString

func (s AssetBundleImportJobSummary) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobSummary) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleImportJobSummary) SetAssetBundleImportJobId

func (s *AssetBundleImportJobSummary) SetAssetBundleImportJobId(v string) *AssetBundleImportJobSummary

SetAssetBundleImportJobId sets the AssetBundleImportJobId field's value.

func (*AssetBundleImportJobSummary) SetCreatedTime

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

SetCreatedTime sets the CreatedTime field's value.

func (*AssetBundleImportJobSummary) SetFailureAction

func (s *AssetBundleImportJobSummary) SetFailureAction(v string) *AssetBundleImportJobSummary

SetFailureAction sets the FailureAction field's value.

func (*AssetBundleImportJobSummary) SetJobStatus

func (s *AssetBundleImportJobSummary) SetJobStatus(v string) *AssetBundleImportJobSummary

SetJobStatus sets the JobStatus field's value.

func (AssetBundleImportJobSummary) String

func (s AssetBundleImportJobSummary) String() string

String returns the string representation.

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

type AssetBundleImportJobThemeOverrideParameters

type AssetBundleImportJobThemeOverrideParameters struct {

    // A new name for the theme.
    Name *string `min:"1" type:"string"`

    // The ID of the theme to apply overrides to.
    //
    // ThemeId is a required field
    ThemeId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

The override parameters for a single theme that is imported.

func (AssetBundleImportJobThemeOverrideParameters) GoString

func (s AssetBundleImportJobThemeOverrideParameters) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobThemeOverrideParameters) SetName

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

SetName sets the Name field's value.

func (*AssetBundleImportJobThemeOverrideParameters) SetThemeId

func (s *AssetBundleImportJobThemeOverrideParameters) SetThemeId(v string) *AssetBundleImportJobThemeOverrideParameters

SetThemeId sets the ThemeId field's value.

func (AssetBundleImportJobThemeOverrideParameters) String

func (s AssetBundleImportJobThemeOverrideParameters) String() string

String returns the string representation.

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

func (*AssetBundleImportJobThemeOverrideParameters) Validate

func (s *AssetBundleImportJobThemeOverrideParameters) Validate() error

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

type AssetBundleImportJobThemeOverridePermissions

type AssetBundleImportJobThemeOverridePermissions struct {

    // A list of permissions for the themes that you want to apply overrides to.
    //
    // Permissions is a required field
    Permissions *AssetBundleResourcePermissions `type:"structure" required:"true"`

    // A list of theme IDs that you want to apply overrides to. You can use * to
    // override all themes in this asset bundle.
    //
    // ThemeIds is a required field
    ThemeIds []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

An object that contains a list of permissions to be applied to a list of theme IDs.

func (AssetBundleImportJobThemeOverridePermissions) GoString

func (s AssetBundleImportJobThemeOverridePermissions) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobThemeOverridePermissions) SetPermissions

func (s *AssetBundleImportJobThemeOverridePermissions) SetPermissions(v *AssetBundleResourcePermissions) *AssetBundleImportJobThemeOverridePermissions

SetPermissions sets the Permissions field's value.

func (*AssetBundleImportJobThemeOverridePermissions) SetThemeIds

func (s *AssetBundleImportJobThemeOverridePermissions) SetThemeIds(v []*string) *AssetBundleImportJobThemeOverridePermissions

SetThemeIds sets the ThemeIds field's value.

func (AssetBundleImportJobThemeOverridePermissions) String

func (s AssetBundleImportJobThemeOverridePermissions) String() string

String returns the string representation.

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

func (*AssetBundleImportJobThemeOverridePermissions) Validate

func (s *AssetBundleImportJobThemeOverridePermissions) Validate() error

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

type AssetBundleImportJobThemeOverrideTags

type AssetBundleImportJobThemeOverrideTags struct {

    // A list of tags for the themes that you want to apply overrides to.
    //
    // Tags is a required field
    Tags []*Tag `min:"1" type:"list" required:"true"`

    // A list of theme IDs that you want to apply overrides to. You can use * to
    // override all themes in this asset bundle.
    //
    // ThemeIds is a required field
    ThemeIds []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

An object that contains a list of tags to be assigned to a list of theme IDs.

func (AssetBundleImportJobThemeOverrideTags) GoString

func (s AssetBundleImportJobThemeOverrideTags) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobThemeOverrideTags) SetTags

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

SetTags sets the Tags field's value.

func (*AssetBundleImportJobThemeOverrideTags) SetThemeIds

func (s *AssetBundleImportJobThemeOverrideTags) SetThemeIds(v []*string) *AssetBundleImportJobThemeOverrideTags

SetThemeIds sets the ThemeIds field's value.

func (AssetBundleImportJobThemeOverrideTags) String

func (s AssetBundleImportJobThemeOverrideTags) String() string

String returns the string representation.

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

func (*AssetBundleImportJobThemeOverrideTags) Validate

func (s *AssetBundleImportJobThemeOverrideTags) Validate() error

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

type AssetBundleImportJobVPCConnectionOverrideParameters

type AssetBundleImportJobVPCConnectionOverrideParameters struct {

    // An optional override of DNS resolvers to be used by the VPC connection.
    DnsResolvers []*string `type:"list"`

    // A new name for the VPC connection.
    Name *string `min:"1" type:"string"`

    // An optional override of the role ARN to be used by the VPC connection.
    RoleArn *string `min:"20" type:"string"`

    // A new security group ID for the VPC connection you are importing. This field
    // is required if you are importing the VPC connection from another Amazon Web
    // Services account or Region.
    SecurityGroupIds []*string `min:"1" type:"list"`

    // A list of new subnet IDs for the VPC connection you are importing. This field
    // is required if you are importing the VPC connection from another Amazon Web
    // Services account or Region.
    SubnetIds []*string `min:"2" type:"list"`

    // The ID of the VPC Connection to apply overrides to.
    //
    // VPCConnectionId is a required field
    VPCConnectionId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The override parameters for a single VPC connection that is imported.

func (AssetBundleImportJobVPCConnectionOverrideParameters) GoString

func (s AssetBundleImportJobVPCConnectionOverrideParameters) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetDnsResolvers

func (s *AssetBundleImportJobVPCConnectionOverrideParameters) SetDnsResolvers(v []*string) *AssetBundleImportJobVPCConnectionOverrideParameters

SetDnsResolvers sets the DnsResolvers field's value.

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetName

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

SetName sets the Name field's value.

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetRoleArn

func (s *AssetBundleImportJobVPCConnectionOverrideParameters) SetRoleArn(v string) *AssetBundleImportJobVPCConnectionOverrideParameters

SetRoleArn sets the RoleArn field's value.

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetSecurityGroupIds

func (s *AssetBundleImportJobVPCConnectionOverrideParameters) SetSecurityGroupIds(v []*string) *AssetBundleImportJobVPCConnectionOverrideParameters

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetSubnetIds

func (s *AssetBundleImportJobVPCConnectionOverrideParameters) SetSubnetIds(v []*string) *AssetBundleImportJobVPCConnectionOverrideParameters

SetSubnetIds sets the SubnetIds field's value.

func (*AssetBundleImportJobVPCConnectionOverrideParameters) SetVPCConnectionId

func (s *AssetBundleImportJobVPCConnectionOverrideParameters) SetVPCConnectionId(v string) *AssetBundleImportJobVPCConnectionOverrideParameters

SetVPCConnectionId sets the VPCConnectionId field's value.

func (AssetBundleImportJobVPCConnectionOverrideParameters) String

func (s AssetBundleImportJobVPCConnectionOverrideParameters) String() string

String returns the string representation.

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

func (*AssetBundleImportJobVPCConnectionOverrideParameters) Validate

func (s *AssetBundleImportJobVPCConnectionOverrideParameters) Validate() error

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

type AssetBundleImportJobVPCConnectionOverrideTags

type AssetBundleImportJobVPCConnectionOverrideTags struct {

    // A list of tags for the VPC connections that you want to apply overrides to.
    //
    // Tags is a required field
    Tags []*Tag `min:"1" type:"list" required:"true"`

    // A list of VPC connection IDs that you want to apply overrides to. You can
    // use * to override all VPC connections in this asset bundle.
    //
    // VPCConnectionIds is a required field
    VPCConnectionIds []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

An object that contains a list of tags to be assigned to a list of VPC connection IDs.

func (AssetBundleImportJobVPCConnectionOverrideTags) GoString

func (s AssetBundleImportJobVPCConnectionOverrideTags) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobVPCConnectionOverrideTags) SetTags

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

SetTags sets the Tags field's value.

func (*AssetBundleImportJobVPCConnectionOverrideTags) SetVPCConnectionIds

func (s *AssetBundleImportJobVPCConnectionOverrideTags) SetVPCConnectionIds(v []*string) *AssetBundleImportJobVPCConnectionOverrideTags

SetVPCConnectionIds sets the VPCConnectionIds field's value.

func (AssetBundleImportJobVPCConnectionOverrideTags) String

func (s AssetBundleImportJobVPCConnectionOverrideTags) String() string

String returns the string representation.

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

func (*AssetBundleImportJobVPCConnectionOverrideTags) Validate

func (s *AssetBundleImportJobVPCConnectionOverrideTags) Validate() error

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

type AssetBundleImportJobWarning

type AssetBundleImportJobWarning struct {

    // The ARN of the resource that the warning occurred for.
    Arn *string `type:"string"`

    // A description of the warning that occurred during an Asset Bundle import
    // job.
    Message *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a warning that occurred during an Asset Bundle import job.

func (AssetBundleImportJobWarning) GoString

func (s AssetBundleImportJobWarning) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportJobWarning) SetArn

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

SetArn sets the Arn field's value.

func (*AssetBundleImportJobWarning) SetMessage

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

SetMessage sets the Message field's value.

func (AssetBundleImportJobWarning) String

func (s AssetBundleImportJobWarning) String() string

String returns the string representation.

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

type AssetBundleImportSource

type AssetBundleImportSource struct {

    // The bytes of the base64 encoded asset bundle import zip file. This file can't
    // exceed 20 MB.
    //
    // If you are calling the API operations from the Amazon Web Services SDK for
    // Java, JavaScript, Python, or PHP, the SDK encodes base64 automatically to
    // allow the direct setting of the zip file's bytes. If you are using an SDK
    // for a different language or receiving related errors, try to base64 encode
    // your data.
    //
    // Body is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by AssetBundleImportSource's
    // String and GoString methods.
    //
    // Body is automatically base64 encoded/decoded by the SDK.
    Body []byte `type:"blob" sensitive:"true"`

    // The Amazon S3 URI for an asset bundle import file that exists in an Amazon
    // S3 bucket that the caller has read access to. The file must be a zip format
    // file and can't exceed 20 MB.
    S3Uri *string `type:"string"`
    // contains filtered or unexported fields
}

The source of the asset bundle zip file that contains the data that you want to import. The file must be in QUICKSIGHT_JSON format.

func (AssetBundleImportSource) GoString

func (s AssetBundleImportSource) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportSource) SetBody

func (s *AssetBundleImportSource) SetBody(v []byte) *AssetBundleImportSource

SetBody sets the Body field's value.

func (*AssetBundleImportSource) SetS3Uri

func (s *AssetBundleImportSource) SetS3Uri(v string) *AssetBundleImportSource

SetS3Uri sets the S3Uri field's value.

func (AssetBundleImportSource) String

func (s AssetBundleImportSource) String() string

String returns the string representation.

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

type AssetBundleImportSourceDescription

type AssetBundleImportSourceDescription struct {

    // An HTTPS download URL for the provided asset bundle that you optionally provided
    // at the start of the import job. This URL is valid for five minutes after
    // issuance. Call DescribeAssetBundleExportJob again for a fresh URL if needed.
    // The downloaded asset bundle is a .qs zip file.
    //
    // Body is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by AssetBundleImportSourceDescription's
    // String and GoString methods.
    Body *string `type:"string" sensitive:"true"`

    // The Amazon S3 URI that you provided at the start of the import job.
    S3Uri *string `type:"string"`
    // contains filtered or unexported fields
}

A description of the import source that you provide at the start of an import job. This value is set to either Body or S3Uri, depending on how the StartAssetBundleImportJobRequest is configured.

func (AssetBundleImportSourceDescription) GoString

func (s AssetBundleImportSourceDescription) GoString() string

GoString returns the string representation.

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

func (*AssetBundleImportSourceDescription) SetBody

func (s *AssetBundleImportSourceDescription) SetBody(v string) *AssetBundleImportSourceDescription

SetBody sets the Body field's value.

func (*AssetBundleImportSourceDescription) SetS3Uri

func (s *AssetBundleImportSourceDescription) SetS3Uri(v string) *AssetBundleImportSourceDescription

SetS3Uri sets the S3Uri field's value.

func (AssetBundleImportSourceDescription) String

func (s AssetBundleImportSourceDescription) String() string

String returns the string representation.

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

type AssetBundleResourceLinkSharingConfiguration

type AssetBundleResourceLinkSharingConfiguration struct {

    // A list of link sharing permissions for the dashboards that you want to apply
    // overrides to.
    Permissions *AssetBundleResourcePermissions `type:"structure"`
    // contains filtered or unexported fields
}

A structure that contains the configuration of a shared link to an Amazon QuickSight dashboard.

func (AssetBundleResourceLinkSharingConfiguration) GoString

func (s AssetBundleResourceLinkSharingConfiguration) GoString() string

GoString returns the string representation.

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

func (*AssetBundleResourceLinkSharingConfiguration) SetPermissions

func (s *AssetBundleResourceLinkSharingConfiguration) SetPermissions(v *AssetBundleResourcePermissions) *AssetBundleResourceLinkSharingConfiguration

SetPermissions sets the Permissions field's value.

func (AssetBundleResourceLinkSharingConfiguration) String

func (s AssetBundleResourceLinkSharingConfiguration) String() string

String returns the string representation.

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

func (*AssetBundleResourceLinkSharingConfiguration) Validate

func (s *AssetBundleResourceLinkSharingConfiguration) Validate() error

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

type AssetBundleResourcePermissions

type AssetBundleResourcePermissions struct {

    // A list of IAM actions to grant permissions on.
    //
    // Actions is a required field
    Actions []*string `min:"1" type:"list" required:"true"`

    // A list of principals to grant permissions on.
    //
    // Principals is a required field
    Principals []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

A structure that contains the permissions for the resource that you want to override in an asset bundle import job.

func (AssetBundleResourcePermissions) GoString

func (s AssetBundleResourcePermissions) GoString() string

GoString returns the string representation.

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

func (*AssetBundleResourcePermissions) SetActions

func (s *AssetBundleResourcePermissions) SetActions(v []*string) *AssetBundleResourcePermissions

SetActions sets the Actions field's value.

func (*AssetBundleResourcePermissions) SetPrincipals

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

SetPrincipals sets the Principals field's value.

func (AssetBundleResourcePermissions) String

func (s AssetBundleResourcePermissions) String() string

String returns the string representation.

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

func (*AssetBundleResourcePermissions) Validate

func (s *AssetBundleResourcePermissions) Validate() error

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

type AssetOptions

type AssetOptions struct {

    // Determines the timezone for the analysis.
    Timezone *string `type:"string"`

    // Determines the week start day for an analysis.
    WeekStart *string `type:"string" enum:"DayOfTheWeek"`
    // contains filtered or unexported fields
}

An array of analysis level configurations.

func (AssetOptions) GoString

func (s AssetOptions) GoString() string

GoString returns the string representation.

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

func (*AssetOptions) SetTimezone

func (s *AssetOptions) SetTimezone(v string) *AssetOptions

SetTimezone sets the Timezone field's value.

func (*AssetOptions) SetWeekStart

func (s *AssetOptions) SetWeekStart(v string) *AssetOptions

SetWeekStart sets the WeekStart field's value.

func (AssetOptions) String

func (s AssetOptions) String() string

String returns the string representation.

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

type AttributeAggregationFunction struct {

    // The built-in aggregation functions for attributes.
    //
    //    * UNIQUE_VALUE: Returns the unique value for a field, aggregated by the
    //    dimension fields.
    SimpleAttributeAggregation *string `type:"string" enum:"SimpleAttributeAggregationFunction"`

    // Used by the UNIQUE_VALUE aggregation function. If there are multiple values
    // for the field used by the aggregation, the value for this property will be
    // returned instead. Defaults to '*'.
    ValueForMultipleValues *string `type:"string"`
    // contains filtered or unexported fields
}

Aggregation for attributes.

func (AttributeAggregationFunction) GoString

func (s AttributeAggregationFunction) GoString() string

GoString returns the string representation.

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

func (*AttributeAggregationFunction) SetSimpleAttributeAggregation

func (s *AttributeAggregationFunction) SetSimpleAttributeAggregation(v string) *AttributeAggregationFunction

SetSimpleAttributeAggregation sets the SimpleAttributeAggregation field's value.

func (*AttributeAggregationFunction) SetValueForMultipleValues

func (s *AttributeAggregationFunction) SetValueForMultipleValues(v string) *AttributeAggregationFunction

SetValueForMultipleValues sets the ValueForMultipleValues field's value.

func (AttributeAggregationFunction) String

func (s AttributeAggregationFunction) String() string

String returns the string representation.

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

type AuroraParameters

type AuroraParameters struct {

    // Database.
    //
    // Database is a required field
    Database *string `min:"1" type:"string" required:"true"`

    // Host.
    //
    // Host is a required field
    Host *string `min:"1" type:"string" required:"true"`

    // Port.
    //
    // Port is a required field
    Port *int64 `min:"1" type:"integer" required:"true"`
    // contains filtered or unexported fields
}

Parameters for Amazon Aurora.

func (AuroraParameters) GoString

func (s AuroraParameters) GoString() string

GoString returns the string representation.

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

func (*AuroraParameters) SetDatabase

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

SetDatabase sets the Database field's value.

func (*AuroraParameters) SetHost

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

SetHost sets the Host field's value.

func (*AuroraParameters) SetPort

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

SetPort sets the Port field's value.

func (AuroraParameters) String

func (s AuroraParameters) String() string

String returns the string representation.

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

func (*AuroraParameters) Validate

func (s *AuroraParameters) Validate() error

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

type AuroraPostgreSqlParameters

type AuroraPostgreSqlParameters struct {

    // The Amazon Aurora PostgreSQL database to connect to.
    //
    // Database is a required field
    Database *string `min:"1" type:"string" required:"true"`

    // The Amazon Aurora PostgreSQL-Compatible host to connect to.
    //
    // Host is a required field
    Host *string `min:"1" type:"string" required:"true"`

    // The port that Amazon Aurora PostgreSQL is listening on.
    //
    // Port is a required field
    Port *int64 `min:"1" type:"integer" required:"true"`
    // contains filtered or unexported fields
}

Parameters for Amazon Aurora PostgreSQL-Compatible Edition.

func (AuroraPostgreSqlParameters) GoString

func (s AuroraPostgreSqlParameters) GoString() string

GoString returns the string representation.

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

func (*AuroraPostgreSqlParameters) SetDatabase

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 AuthorizedTargetsByService

type AuthorizedTargetsByService struct {

    // Aist of authorized targets that are represented by IAM Identity Center application
    // ARNs.
    AuthorizedTargets []*string `type:"list"`

    // The name of the Amazon Web Services service.
    Service *string `type:"string" enum:"ServiceType"`
    // contains filtered or unexported fields
}

The authorized targets that are associated with a service.

func (AuthorizedTargetsByService) GoString

func (s AuthorizedTargetsByService) GoString() string

GoString returns the string representation.

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

func (*AuthorizedTargetsByService) SetAuthorizedTargets

func (s *AuthorizedTargetsByService) SetAuthorizedTargets(v []*string) *AuthorizedTargetsByService

SetAuthorizedTargets sets the AuthorizedTargets field's value.

func (*AuthorizedTargetsByService) SetService

func (s *AuthorizedTargetsByService) SetService(v string) *AuthorizedTargetsByService

SetService sets the Service field's value.

func (AuthorizedTargetsByService) String

func (s AuthorizedTargetsByService) String() string

String returns the string representation.

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

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 general visual interactions setup for a visual.
    Interactions *VisualInteractionOptions `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) SetInteractions

func (s *BarChartConfiguration) SetInteractions(v *VisualInteractionOptions) *BarChartConfiguration

SetInteractions sets the Interactions 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.