amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Lens

Contents

Description

 
Synopsis

Operations

CancelIngestion

cancelIngestion_awsAccountId :: Lens' CancelIngestion Text Source #

The Amazon Web Services account ID.

cancelIngestion_dataSetId :: Lens' CancelIngestion Text Source #

The ID of the dataset used in the ingestion.

cancelIngestionResponse_arn :: Lens' CancelIngestionResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the data ingestion.

cancelIngestionResponse_requestId :: Lens' CancelIngestionResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

CreateAccountCustomization

createAccountCustomization_namespace :: Lens' CreateAccountCustomization (Maybe Text) Source #

The Amazon QuickSight namespace that you want to add customizations to.

createAccountCustomization_tags :: Lens' CreateAccountCustomization (Maybe (NonEmpty Tag)) Source #

A list of the tags that you want to attach to this resource.

createAccountCustomization_awsAccountId :: Lens' CreateAccountCustomization Text Source #

The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.

createAccountCustomization_accountCustomization :: Lens' CreateAccountCustomization AccountCustomization Source #

The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region. You can add these to an Amazon Web Services account and a QuickSight namespace.

For example, you can add a default theme by setting AccountCustomization to the midnight theme: "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }. Or, you can add a custom theme by specifying "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }.

createAccountCustomizationResponse_accountCustomization :: Lens' CreateAccountCustomizationResponse (Maybe AccountCustomization) Source #

The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.

createAccountCustomizationResponse_arn :: Lens' CreateAccountCustomizationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.

createAccountCustomizationResponse_awsAccountId :: Lens' CreateAccountCustomizationResponse (Maybe Text) Source #

The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.

createAccountCustomizationResponse_namespace :: Lens' CreateAccountCustomizationResponse (Maybe Text) Source #

The namespace associated with the customization you're creating.

CreateAccountSubscription

createAccountSubscription_activeDirectoryName :: Lens' CreateAccountSubscription (Maybe Text) Source #

The name of your Active Directory. This field is required if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon QuickSight account.

createAccountSubscription_adminGroup :: Lens' CreateAccountSubscription (Maybe [Text]) Source #

The admin group associated with your Active Directory. This field is required if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon QuickSight account. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.

createAccountSubscription_authorGroup :: Lens' CreateAccountSubscription (Maybe [Text]) Source #

The author group associated with your Active Directory. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.

createAccountSubscription_contactNumber :: Lens' CreateAccountSubscription (Maybe Text) Source #

A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.

createAccountSubscription_directoryId :: Lens' CreateAccountSubscription (Maybe Text) Source #

The ID of the Active Directory that is associated with your Amazon QuickSight account.

createAccountSubscription_emailAddress :: Lens' CreateAccountSubscription (Maybe Text) Source #

The email address of the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.

createAccountSubscription_firstName :: Lens' CreateAccountSubscription (Maybe Text) Source #

The first name of the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.

createAccountSubscription_lastName :: Lens' CreateAccountSubscription (Maybe Text) Source #

The last name of the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.

createAccountSubscription_readerGroup :: Lens' CreateAccountSubscription (Maybe [Text]) Source #

The reader group associated with your Active Direcrtory. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.

createAccountSubscription_realm :: Lens' CreateAccountSubscription (Maybe Text) Source #

The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is required if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon QuickSight account.

createAccountSubscription_edition :: Lens' CreateAccountSubscription Edition Source #

The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from ENTERPRISE or ENTERPRISE_AND_Q.

If you choose ENTERPRISE_AND_Q, the following parameters are required:

  • FirstName
  • LastName
  • EmailAddress
  • ContactNumber

createAccountSubscription_authenticationMethod :: Lens' CreateAccountSubscription AuthenticationMethodOption Source #

The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid values for this parameter are IAM_AND_QUICKSIGHT, IAM_ONLY, and ACTIVE_DIRECTORY.

If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an AdminGroup associated with your Active Directory.

createAccountSubscription_awsAccountId :: Lens' CreateAccountSubscription Text Source #

The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.

createAccountSubscription_accountName :: Lens' CreateAccountSubscription Text Source #

The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears only when users sign in. You can't change AccountName value after the Amazon QuickSight account is created.

createAccountSubscription_notificationEmail :: Lens' CreateAccountSubscription Text Source #

The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.

createAccountSubscriptionResponse_requestId :: Lens' CreateAccountSubscriptionResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

createAccountSubscriptionResponse_signupResponse :: Lens' CreateAccountSubscriptionResponse (Maybe SignupResponse) Source #

A SignupResponse object that returns information about a newly created Amazon QuickSight account.

CreateAnalysis

createAnalysis_definition :: Lens' CreateAnalysis (Maybe AnalysisDefinition) Source #

The definition of an analysis.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

createAnalysis_parameters :: Lens' CreateAnalysis (Maybe Parameters) Source #

The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.

createAnalysis_permissions :: Lens' CreateAnalysis (Maybe (NonEmpty ResourcePermission)) Source #

A structure that describes the principals and the resource-level permissions on an analysis. You can use the Permissions structure to grant permissions by providing a list of Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).

To specify no permissions, omit Permissions.

createAnalysis_sourceEntity :: Lens' CreateAnalysis (Maybe AnalysisSourceEntity) Source #

A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets.

createAnalysis_tags :: Lens' CreateAnalysis (Maybe (NonEmpty Tag)) Source #

Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.

createAnalysis_themeArn :: Lens' CreateAnalysis (Maybe Text) Source #

The ARN for the theme to apply to the analysis that you're creating. To see the theme in the Amazon QuickSight console, make sure that you have access to it.

createAnalysis_awsAccountId :: Lens' CreateAnalysis Text Source #

The ID of the Amazon Web Services account where you are creating an analysis.

createAnalysis_analysisId :: Lens' CreateAnalysis Text Source #

The ID for the analysis that you're creating. This ID displays in the URL of the analysis.

createAnalysis_name :: Lens' CreateAnalysis Text Source #

A descriptive name for the analysis that you're creating. This name displays for the analysis in the Amazon QuickSight console.

createAnalysisResponse_requestId :: Lens' CreateAnalysisResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

CreateDashboard

createDashboard_dashboardPublishOptions :: Lens' CreateDashboard (Maybe DashboardPublishOptions) Source #

Options for publishing the dashboard when you create it:

  • AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED. When this is set to DISABLED, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default.
  • AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED. The visual option to export data to .CSV format isn't enabled when this is set to DISABLED. This option is ENABLED by default.
  • VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED. This option is COLLAPSED by default.

createDashboard_definition :: Lens' CreateDashboard (Maybe DashboardVersionDefinition) Source #

The definition of a dashboard.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

createDashboard_parameters :: Lens' CreateDashboard (Maybe Parameters) Source #

The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.

createDashboard_permissions :: Lens' CreateDashboard (Maybe (NonEmpty ResourcePermission)) Source #

A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.

To specify no permissions, omit the permissions list.

createDashboard_sourceEntity :: Lens' CreateDashboard (Maybe DashboardSourceEntity) Source #

The entity that you are using as a source when you create the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The SourceTemplateARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region.

Use the DataSetReferences entity within SourceTemplate to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

createDashboard_tags :: Lens' CreateDashboard (Maybe (NonEmpty Tag)) Source #

Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.

createDashboard_themeArn :: Lens' CreateDashboard (Maybe Text) Source #

The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same Amazon Web Services account where you create the dashboard.

createDashboard_versionDescription :: Lens' CreateDashboard (Maybe Text) Source #

A description for the first version of the dashboard being created.

createDashboard_awsAccountId :: Lens' CreateDashboard Text Source #

The ID of the Amazon Web Services account where you want to create the dashboard.

createDashboard_dashboardId :: Lens' CreateDashboard Text Source #

The ID for the dashboard, also added to the IAM policy.

createDashboard_name :: Lens' CreateDashboard Text Source #

The display name of the dashboard.

createDashboardResponse_requestId :: Lens' CreateDashboardResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

createDashboardResponse_versionArn :: Lens' CreateDashboardResponse (Maybe Text) Source #

The ARN of the dashboard, including the version number of the first version that is created.

CreateDataSet

createDataSet_columnGroups :: Lens' CreateDataSet (Maybe (NonEmpty ColumnGroup)) Source #

Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.

createDataSet_fieldFolders :: Lens' CreateDataSet (Maybe (HashMap Text FieldFolder)) Source #

The folder that contains fields and nested subfolders for your dataset.

createDataSet_logicalTableMap :: Lens' CreateDataSet (Maybe (HashMap Text LogicalTable)) Source #

Configures the combination and transformation of the data from the physical tables.

createDataSet_permissions :: Lens' CreateDataSet (Maybe (NonEmpty ResourcePermission)) Source #

A list of resource permissions on the dataset.

createDataSet_rowLevelPermissionDataSet :: Lens' CreateDataSet (Maybe RowLevelPermissionDataSet) Source #

The row-level security configuration for the data that you want to create.

createDataSet_rowLevelPermissionTagConfiguration :: Lens' CreateDataSet (Maybe RowLevelPermissionTagConfiguration) Source #

The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only.

createDataSet_tags :: Lens' CreateDataSet (Maybe (NonEmpty Tag)) Source #

Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.

createDataSet_awsAccountId :: Lens' CreateDataSet Text Source #

The Amazon Web Services account ID.

createDataSet_dataSetId :: Lens' CreateDataSet Text Source #

An ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

createDataSet_name :: Lens' CreateDataSet Text Source #

The display name for the dataset.

createDataSet_physicalTableMap :: Lens' CreateDataSet (HashMap Text PhysicalTable) Source #

Declares the physical tables that are available in the underlying data sources.

createDataSet_importMode :: Lens' CreateDataSet DataSetImportMode Source #

Indicates whether you want to import the data into SPICE.

createDataSetResponse_arn :: Lens' CreateDataSetResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset.

createDataSetResponse_dataSetId :: Lens' CreateDataSetResponse (Maybe Text) Source #

The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

createDataSetResponse_ingestionArn :: Lens' CreateDataSetResponse (Maybe Text) Source #

The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.

createDataSetResponse_ingestionId :: Lens' CreateDataSetResponse (Maybe Text) Source #

The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.

createDataSetResponse_requestId :: Lens' CreateDataSetResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

CreateDataSource

createDataSource_credentials :: Lens' CreateDataSource (Maybe DataSourceCredentials) Source #

The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.

createDataSource_dataSourceParameters :: Lens' CreateDataSource (Maybe DataSourceParameters) Source #

The parameters that Amazon QuickSight uses to connect to your underlying source.

createDataSource_permissions :: Lens' CreateDataSource (Maybe (NonEmpty ResourcePermission)) Source #

A list of resource permissions on the data source.

createDataSource_sslProperties :: Lens' CreateDataSource (Maybe SslProperties) Source #

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.

createDataSource_tags :: Lens' CreateDataSource (Maybe (NonEmpty Tag)) Source #

Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.

createDataSource_vpcConnectionProperties :: Lens' CreateDataSource (Maybe VpcConnectionProperties) Source #

Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.

createDataSource_awsAccountId :: Lens' CreateDataSource Text Source #

The Amazon Web Services account ID.

createDataSource_dataSourceId :: Lens' CreateDataSource Text Source #

An ID for the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

createDataSource_name :: Lens' CreateDataSource Text Source #

A display name for the data source.

createDataSource_type :: Lens' CreateDataSource DataSourceType Source #

The type of the data source. To return a list of all data sources, use ListDataSources.

Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.

createDataSourceResponse_arn :: Lens' CreateDataSourceResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the data source.

createDataSourceResponse_dataSourceId :: Lens' CreateDataSourceResponse (Maybe Text) Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

createDataSourceResponse_requestId :: Lens' CreateDataSourceResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

CreateFolder

createFolder_folderType :: Lens' CreateFolder (Maybe FolderType) Source #

The type of folder. By default, folderType is SHARED.

createFolder_name :: Lens' CreateFolder (Maybe Text) Source #

The name of the folder.

createFolder_parentFolderArn :: Lens' CreateFolder (Maybe Text) Source #

The Amazon Resource Name (ARN) for the parent folder.

ParentFolderArn can be null. An empty parentFolderArn creates a root-level folder.

createFolder_permissions :: Lens' CreateFolder (Maybe (NonEmpty ResourcePermission)) Source #

A structure that describes the principals and the resource-level permissions of a folder.

To specify no permissions, omit Permissions.

createFolder_awsAccountId :: Lens' CreateFolder Text Source #

The ID for the Amazon Web Services account where you want to create the folder.

createFolderResponse_arn :: Lens' CreateFolderResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the newly created folder.

createFolderResponse_folderId :: Lens' CreateFolderResponse (Maybe Text) Source #

The folder ID for the newly created folder.

createFolderResponse_requestId :: Lens' CreateFolderResponse (Maybe Text) Source #

The request ID for the newly created folder.

CreateFolderMembership

createFolderMembership_awsAccountId :: Lens' CreateFolderMembership Text Source #

The ID for the Amazon Web Services account that contains the folder.

createFolderMembership_memberId :: Lens' CreateFolderMembership Text Source #

The ID of the asset (the dashboard, analysis, or dataset).

createFolderMembership_memberType :: Lens' CreateFolderMembership MemberType Source #

The type of the member, including DASHBOARD, ANALYSIS, and DATASET.

createFolderMembershipResponse_requestId :: Lens' CreateFolderMembershipResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

CreateGroup

createGroup_description :: Lens' CreateGroup (Maybe Text) Source #

A description for the group that you want to create.

createGroup_groupName :: Lens' CreateGroup Text Source #

A name for the group that you want to create.

createGroup_awsAccountId :: Lens' CreateGroup Text Source #

The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

createGroup_namespace :: Lens' CreateGroup Text Source #

The namespace that you want the group to be a part of.

createGroupResponse_requestId :: Lens' CreateGroupResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

CreateGroupMembership

createGroupMembership_memberName :: Lens' CreateGroupMembership Text Source #

The name of the user that you want to add to the group membership.

createGroupMembership_groupName :: Lens' CreateGroupMembership Text Source #

The name of the group that you want to add the user to.

createGroupMembership_awsAccountId :: Lens' CreateGroupMembership Text Source #

The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

createGroupMembership_namespace :: Lens' CreateGroupMembership Text Source #

The namespace that you want the user to be a part of.

createGroupMembershipResponse_requestId :: Lens' CreateGroupMembershipResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

CreateIAMPolicyAssignment

createIAMPolicyAssignment_identities :: Lens' CreateIAMPolicyAssignment (Maybe (HashMap Text [Text])) Source #

The Amazon QuickSight users, groups, or both that you want to assign the policy to.

createIAMPolicyAssignment_policyArn :: Lens' CreateIAMPolicyAssignment (Maybe Text) Source #

The ARN for the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.

createIAMPolicyAssignment_awsAccountId :: Lens' CreateIAMPolicyAssignment Text Source #

The ID of the Amazon Web Services account where you want to assign an IAM policy to Amazon QuickSight users or groups.

createIAMPolicyAssignment_assignmentName :: Lens' CreateIAMPolicyAssignment Text Source #

The name of the assignment, also called a rule. It must be unique within an Amazon Web Services account.

createIAMPolicyAssignment_assignmentStatus :: Lens' CreateIAMPolicyAssignment AssignmentStatus Source #

The status of the assignment. Possible values are as follows:

  • ENABLED - Anything specified in this assignment is used when creating the data source.
  • DISABLED - This assignment isn't used when creating the data source.
  • DRAFT - This assignment is an unfinished draft and isn't used when creating the data source.

createIAMPolicyAssignment_namespace :: Lens' CreateIAMPolicyAssignment Text Source #

The namespace that contains the assignment.

createIAMPolicyAssignmentResponse_assignmentName :: Lens' CreateIAMPolicyAssignmentResponse (Maybe Text) Source #

The name of the assignment. This name must be unique within the Amazon Web Services account.

createIAMPolicyAssignmentResponse_assignmentStatus :: Lens' CreateIAMPolicyAssignmentResponse (Maybe AssignmentStatus) Source #

The status of the assignment. Possible values are as follows:

  • ENABLED - Anything specified in this assignment is used when creating the data source.
  • DISABLED - This assignment isn't used when creating the data source.
  • DRAFT - This assignment is an unfinished draft and isn't used when creating the data source.

createIAMPolicyAssignmentResponse_identities :: Lens' CreateIAMPolicyAssignmentResponse (Maybe (HashMap Text [Text])) Source #

The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.

createIAMPolicyAssignmentResponse_policyArn :: Lens' CreateIAMPolicyAssignmentResponse (Maybe Text) Source #

The ARN for the IAM policy that is applied to the Amazon QuickSight users and groups specified in this assignment.

createIAMPolicyAssignmentResponse_requestId :: Lens' CreateIAMPolicyAssignmentResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

CreateIngestion

createIngestion_ingestionType :: Lens' CreateIngestion (Maybe IngestionType) Source #

The type of ingestion that you want to create.

createIngestion_dataSetId :: Lens' CreateIngestion Text Source #

The ID of the dataset used in the ingestion.

createIngestion_awsAccountId :: Lens' CreateIngestion Text Source #

The Amazon Web Services account ID.

createIngestionResponse_arn :: Lens' CreateIngestionResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the data ingestion.

createIngestionResponse_requestId :: Lens' CreateIngestionResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

CreateNamespace

createNamespace_tags :: Lens' CreateNamespace (Maybe (NonEmpty Tag)) Source #

The tags that you want to associate with the namespace that you're creating.

createNamespace_awsAccountId :: Lens' CreateNamespace Text Source #

The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.

createNamespace_namespace :: Lens' CreateNamespace Text Source #

The name that you want to use to describe the new namespace.

createNamespace_identityStore :: Lens' CreateNamespace IdentityStore Source #

Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

createNamespaceResponse_arn :: Lens' CreateNamespaceResponse (Maybe Text) Source #

The ARN of the Amazon QuickSight namespace you created.

createNamespaceResponse_capacityRegion :: Lens' CreateNamespaceResponse (Maybe Text) Source #

The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.

createNamespaceResponse_creationStatus :: Lens' CreateNamespaceResponse (Maybe NamespaceStatus) Source #

The status of the creation of the namespace. This is an asynchronous process. A status of CREATED means that your namespace is ready to use. If an error occurs, it indicates if the process is retryable or non-retryable. In the case of a non-retryable error, refer to the error message for follow-up tasks.

createNamespaceResponse_identityStore :: Lens' CreateNamespaceResponse (Maybe IdentityStore) Source #

Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

createNamespaceResponse_name :: Lens' CreateNamespaceResponse (Maybe Text) Source #

The name of the new namespace that you created.

createNamespaceResponse_requestId :: Lens' CreateNamespaceResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

CreateTemplate

createTemplate_definition :: Lens' CreateTemplate (Maybe TemplateVersionDefinition) Source #

The definition of a template.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

createTemplate_name :: Lens' CreateTemplate (Maybe Text) Source #

A display name for the template.

createTemplate_permissions :: Lens' CreateTemplate (Maybe (NonEmpty ResourcePermission)) Source #

A list of resource permissions to be set on the template.

createTemplate_sourceEntity :: Lens' CreateTemplate (Maybe TemplateSourceEntity) Source #

The entity that you are using as a source when you create the template. In SourceEntity, you specify the type of object you're using as source: SourceTemplate for a template or SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify the ARN of the source analysis. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region.

Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

createTemplate_tags :: Lens' CreateTemplate (Maybe (NonEmpty Tag)) Source #

Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.

createTemplate_versionDescription :: Lens' CreateTemplate (Maybe Text) Source #

A description of the current template version being created. This API operation creates the first version of the template. Every time UpdateTemplate is called, a new version is created. Each version of the template maintains a description of the version in the VersionDescription field.

createTemplate_awsAccountId :: Lens' CreateTemplate Text Source #

The ID for the Amazon Web Services account that the group is in. You use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

createTemplate_templateId :: Lens' CreateTemplate Text Source #

An ID for the template that you want to create. This template is unique per Amazon Web Services Region; in each Amazon Web Services account.

createTemplateResponse_requestId :: Lens' CreateTemplateResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

createTemplateResponse_versionArn :: Lens' CreateTemplateResponse (Maybe Text) Source #

The ARN for the template, including the version information of the first version.

CreateTemplateAlias

createTemplateAlias_awsAccountId :: Lens' CreateTemplateAlias Text Source #

The ID of the Amazon Web Services account that contains the template that you creating an alias for.

createTemplateAlias_aliasName :: Lens' CreateTemplateAlias Text Source #

The name that you want to give to the template alias that you're creating. Don't start the alias name with the $ character. Alias names that start with $ are reserved by Amazon QuickSight.

createTemplateAliasResponse_requestId :: Lens' CreateTemplateAliasResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

CreateTheme

createTheme_permissions :: Lens' CreateTheme (Maybe (NonEmpty ResourcePermission)) Source #

A valid grouping of resource permissions to apply to the new theme.

createTheme_tags :: Lens' CreateTheme (Maybe (NonEmpty Tag)) Source #

A map of the key-value pairs for the resource tag or tags that you want to add to the resource.

createTheme_versionDescription :: Lens' CreateTheme (Maybe Text) Source #

A description of the first version of the theme that you're creating. Every time UpdateTheme is called, a new version is created. Each version of the theme has a description of the version in the VersionDescription field.

createTheme_awsAccountId :: Lens' CreateTheme Text Source #

The ID of the Amazon Web Services account where you want to store the new theme.

createTheme_themeId :: Lens' CreateTheme Text Source #

An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region in each Amazon Web Services account.

createTheme_name :: Lens' CreateTheme Text Source #

A display name for the theme.

createTheme_baseThemeId :: Lens' CreateTheme Text Source #

The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ListThemes or choose Themes from within an analysis.

createTheme_configuration :: Lens' CreateTheme ThemeConfiguration Source #

The theme configuration, which contains the theme display properties.

createThemeResponse_arn :: Lens' CreateThemeResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the theme.

createThemeResponse_requestId :: Lens' CreateThemeResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

createThemeResponse_versionArn :: Lens' CreateThemeResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the new theme.

CreateThemeAlias

createThemeAlias_awsAccountId :: Lens' CreateThemeAlias Text Source #

The ID of the Amazon Web Services account that contains the theme for the new theme alias.

createThemeAlias_aliasName :: Lens' CreateThemeAlias Text Source #

The name that you want to give to the theme alias that you are creating. The alias name can't begin with a $. Alias names that start with $ are reserved by Amazon QuickSight.

createThemeAliasResponse_requestId :: Lens' CreateThemeAliasResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteAccountCustomization

deleteAccountCustomization_namespace :: Lens' DeleteAccountCustomization (Maybe Text) Source #

The Amazon QuickSight namespace that you're deleting the customizations from.

deleteAccountCustomization_awsAccountId :: Lens' DeleteAccountCustomization Text Source #

The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.

DeleteAccountSubscription

deleteAccountSubscription_awsAccountId :: Lens' DeleteAccountSubscription Text Source #

The Amazon Web Services account ID of the account that you want to delete.

deleteAccountSubscriptionResponse_requestId :: Lens' DeleteAccountSubscriptionResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteAnalysis

deleteAnalysis_forceDeleteWithoutRecovery :: Lens' DeleteAnalysis (Maybe Bool) Source #

This option defaults to the value NoForceDeleteWithoutRecovery. To immediately delete the analysis, add the ForceDeleteWithoutRecovery option. You can't restore an analysis after it's deleted.

deleteAnalysis_recoveryWindowInDays :: Lens' DeleteAnalysis (Maybe Natural) Source #

A value that specifies the number of days that Amazon QuickSight waits before it deletes the analysis. You can't use this parameter with the ForceDeleteWithoutRecovery option in the same API call. The default value is 30.

deleteAnalysis_awsAccountId :: Lens' DeleteAnalysis Text Source #

The ID of the Amazon Web Services account where you want to delete an analysis.

deleteAnalysis_analysisId :: Lens' DeleteAnalysis Text Source #

The ID of the analysis that you're deleting.

deleteAnalysisResponse_arn :: Lens' DeleteAnalysisResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the deleted analysis.

deleteAnalysisResponse_deletionTime :: Lens' DeleteAnalysisResponse (Maybe UTCTime) Source #

The date and time that the analysis is scheduled to be deleted.

deleteAnalysisResponse_requestId :: Lens' DeleteAnalysisResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteDashboard

deleteDashboard_versionNumber :: Lens' DeleteDashboard (Maybe Natural) Source #

The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.

deleteDashboard_awsAccountId :: Lens' DeleteDashboard Text Source #

The ID of the Amazon Web Services account that contains the dashboard that you're deleting.

deleteDashboardResponse_arn :: Lens' DeleteDashboardResponse (Maybe Text) Source #

The Secure Socket Layer (SSL) properties that apply for the resource.

deleteDashboardResponse_requestId :: Lens' DeleteDashboardResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteDataSet

deleteDataSet_awsAccountId :: Lens' DeleteDataSet Text Source #

The Amazon Web Services account ID.

deleteDataSet_dataSetId :: Lens' DeleteDataSet Text Source #

The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

deleteDataSetResponse_arn :: Lens' DeleteDataSetResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset.

deleteDataSetResponse_dataSetId :: Lens' DeleteDataSetResponse (Maybe Text) Source #

The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

deleteDataSetResponse_requestId :: Lens' DeleteDataSetResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteDataSource

deleteDataSource_awsAccountId :: Lens' DeleteDataSource Text Source #

The Amazon Web Services account ID.

deleteDataSource_dataSourceId :: Lens' DeleteDataSource Text Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

deleteDataSourceResponse_arn :: Lens' DeleteDataSourceResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the data source that you deleted.

deleteDataSourceResponse_dataSourceId :: Lens' DeleteDataSourceResponse (Maybe Text) Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

deleteDataSourceResponse_requestId :: Lens' DeleteDataSourceResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteFolder

deleteFolder_awsAccountId :: Lens' DeleteFolder Text Source #

The ID for the Amazon Web Services account that contains the folder.

deleteFolderResponse_arn :: Lens' DeleteFolderResponse (Maybe Text) Source #

The Amazon Resource Name of the deleted folder.

deleteFolderResponse_requestId :: Lens' DeleteFolderResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteFolderMembership

deleteFolderMembership_awsAccountId :: Lens' DeleteFolderMembership Text Source #

The ID for the Amazon Web Services account that contains the folder.

deleteFolderMembership_memberId :: Lens' DeleteFolderMembership Text Source #

The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.

deleteFolderMembership_memberType :: Lens' DeleteFolderMembership MemberType Source #

The type of the member, including DASHBOARD, ANALYSIS, and DATASET

deleteFolderMembershipResponse_requestId :: Lens' DeleteFolderMembershipResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteGroup

deleteGroup_groupName :: Lens' DeleteGroup Text Source #

The name of the group that you want to delete.

deleteGroup_awsAccountId :: Lens' DeleteGroup Text Source #

The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

deleteGroup_namespace :: Lens' DeleteGroup Text Source #

The namespace of the group that you want to delete.

deleteGroupResponse_requestId :: Lens' DeleteGroupResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteGroupMembership

deleteGroupMembership_memberName :: Lens' DeleteGroupMembership Text Source #

The name of the user that you want to delete from the group membership.

deleteGroupMembership_groupName :: Lens' DeleteGroupMembership Text Source #

The name of the group that you want to delete the user from.

deleteGroupMembership_awsAccountId :: Lens' DeleteGroupMembership Text Source #

The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

deleteGroupMembership_namespace :: Lens' DeleteGroupMembership Text Source #

The namespace of the group that you want to remove a user from.

deleteGroupMembershipResponse_requestId :: Lens' DeleteGroupMembershipResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteIAMPolicyAssignment

deleteIAMPolicyAssignment_awsAccountId :: Lens' DeleteIAMPolicyAssignment Text Source #

The Amazon Web Services account ID where you want to delete the IAM policy assignment.

deleteIAMPolicyAssignment_namespace :: Lens' DeleteIAMPolicyAssignment Text Source #

The namespace that contains the assignment.

deleteIAMPolicyAssignmentResponse_requestId :: Lens' DeleteIAMPolicyAssignmentResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteNamespace

deleteNamespace_awsAccountId :: Lens' DeleteNamespace Text Source #

The ID for the Amazon Web Services account that you want to delete the Amazon QuickSight namespace from.

deleteNamespace_namespace :: Lens' DeleteNamespace Text Source #

The namespace that you want to delete.

deleteNamespaceResponse_requestId :: Lens' DeleteNamespaceResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteTemplate

deleteTemplate_versionNumber :: Lens' DeleteTemplate (Maybe Natural) Source #

Specifies the version of the template that you want to delete. If you don't provide a version number, DeleteTemplate deletes all versions of the template.

deleteTemplate_awsAccountId :: Lens' DeleteTemplate Text Source #

The ID of the Amazon Web Services account that contains the template that you're deleting.

deleteTemplate_templateId :: Lens' DeleteTemplate Text Source #

An ID for the template you want to delete.

deleteTemplateResponse_arn :: Lens' DeleteTemplateResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

deleteTemplateResponse_requestId :: Lens' DeleteTemplateResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteTemplateAlias

deleteTemplateAlias_awsAccountId :: Lens' DeleteTemplateAlias Text Source #

The ID of the Amazon Web Services account that contains the item to delete.

deleteTemplateAlias_templateId :: Lens' DeleteTemplateAlias Text Source #

The ID for the template that the specified alias is for.

deleteTemplateAlias_aliasName :: Lens' DeleteTemplateAlias Text Source #

The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.

deleteTemplateAliasResponse_arn :: Lens' DeleteTemplateAliasResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template you want to delete.

deleteTemplateAliasResponse_requestId :: Lens' DeleteTemplateAliasResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

deleteTemplateAliasResponse_templateId :: Lens' DeleteTemplateAliasResponse (Maybe Text) Source #

An ID for the template associated with the deletion.

DeleteTheme

deleteTheme_versionNumber :: Lens' DeleteTheme (Maybe Natural) Source #

The version of the theme that you want to delete.

Note: If you don't provide a version number, you're using this call to DeleteTheme to delete all versions of the theme.

deleteTheme_awsAccountId :: Lens' DeleteTheme Text Source #

The ID of the Amazon Web Services account that contains the theme that you're deleting.

deleteTheme_themeId :: Lens' DeleteTheme Text Source #

An ID for the theme that you want to delete.

deleteThemeResponse_arn :: Lens' DeleteThemeResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

deleteThemeResponse_requestId :: Lens' DeleteThemeResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DeleteThemeAlias

deleteThemeAlias_awsAccountId :: Lens' DeleteThemeAlias Text Source #

The ID of the Amazon Web Services account that contains the theme alias to delete.

deleteThemeAlias_themeId :: Lens' DeleteThemeAlias Text Source #

The ID for the theme that the specified alias is for.

deleteThemeAlias_aliasName :: Lens' DeleteThemeAlias Text Source #

The unique name for the theme alias to delete.

deleteThemeAliasResponse_arn :: Lens' DeleteThemeAliasResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the theme resource using the deleted alias.

deleteThemeAliasResponse_requestId :: Lens' DeleteThemeAliasResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

deleteThemeAliasResponse_themeId :: Lens' DeleteThemeAliasResponse (Maybe Text) Source #

An ID for the theme associated with the deletion.

DeleteUser

deleteUser_userName :: Lens' DeleteUser Text Source #

The name of the user that you want to delete.

deleteUser_awsAccountId :: Lens' DeleteUser Text Source #

The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

deleteUser_namespace :: Lens' DeleteUser Text Source #

The namespace. Currently, you should set this to default.

deleteUserResponse_requestId :: Lens' DeleteUserResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

deleteUserResponse_status :: Lens' DeleteUserResponse Int Source #

The HTTP status of the request.

DeleteUserByPrincipalId

deleteUserByPrincipalId_awsAccountId :: Lens' DeleteUserByPrincipalId Text Source #

The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

deleteUserByPrincipalId_namespace :: Lens' DeleteUserByPrincipalId Text Source #

The namespace. Currently, you should set this to default.

deleteUserByPrincipalIdResponse_requestId :: Lens' DeleteUserByPrincipalIdResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeAccountCustomization

describeAccountCustomization_namespace :: Lens' DescribeAccountCustomization (Maybe Text) Source #

The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.

describeAccountCustomization_resolved :: Lens' DescribeAccountCustomization (Maybe Bool) Source #

The Resolved flag works with the other parameters to determine which view of Amazon QuickSight customizations is returned. You can add this flag to your command to use the same view that Amazon QuickSight uses to identify which customizations to apply to the console. Omit this flag, or set it to no-resolved, to reveal customizations that are configured at different levels.

describeAccountCustomization_awsAccountId :: Lens' DescribeAccountCustomization Text Source #

The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.

describeAccountCustomizationResponse_accountCustomization :: Lens' DescribeAccountCustomizationResponse (Maybe AccountCustomization) Source #

The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.

describeAccountCustomizationResponse_arn :: Lens' DescribeAccountCustomizationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.

describeAccountCustomizationResponse_awsAccountId :: Lens' DescribeAccountCustomizationResponse (Maybe Text) Source #

The ID for the Amazon Web Services account that you're describing.

DescribeAccountSettings

describeAccountSettings_awsAccountId :: Lens' DescribeAccountSettings Text Source #

The ID for the Amazon Web Services account that contains the settings that you want to list.

describeAccountSettingsResponse_accountSettings :: Lens' DescribeAccountSettingsResponse (Maybe AccountSettings) Source #

The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription.

In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.

describeAccountSettingsResponse_requestId :: Lens' DescribeAccountSettingsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeAccountSubscription

describeAccountSubscription_awsAccountId :: Lens' DescribeAccountSubscription Text Source #

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

describeAccountSubscriptionResponse_accountInfo :: Lens' DescribeAccountSubscriptionResponse (Maybe AccountInfo) Source #

A structure that contains the following elements:

  • Your Amazon QuickSight account name.
  • The edition of Amazon QuickSight that your account is using.
  • The notification email address that is associated with the Amazon QuickSight account.
  • The authentication type of the Amazon QuickSight account.
  • The status of the Amazon QuickSight account's subscription.

DescribeAnalysis

describeAnalysis_awsAccountId :: Lens' DescribeAnalysis Text Source #

The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.

describeAnalysis_analysisId :: Lens' DescribeAnalysis Text Source #

The ID of the analysis that you're describing. The ID is part of the URL of the analysis.

describeAnalysisResponse_analysis :: Lens' DescribeAnalysisResponse (Maybe Analysis) Source #

A metadata structure that contains summary information for the analysis that you're describing.

describeAnalysisResponse_requestId :: Lens' DescribeAnalysisResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeAnalysisDefinition

describeAnalysisDefinition_awsAccountId :: Lens' DescribeAnalysisDefinition Text Source #

The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.

describeAnalysisDefinition_analysisId :: Lens' DescribeAnalysisDefinition Text Source #

The ID of the analysis that you're describing. The ID is part of the URL of the analysis.

describeAnalysisDefinitionResponse_definition :: Lens' DescribeAnalysisDefinitionResponse (Maybe AnalysisDefinition) Source #

The definition of an analysis.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

describeAnalysisDefinitionResponse_resourceStatus :: Lens' DescribeAnalysisDefinitionResponse (Maybe ResourceStatus) Source #

Status associated with the analysis.

  • CREATION_IN_PROGRESS
  • CREATION_SUCCESSFUL
  • CREATION_FAILED
  • UPDATE_IN_PROGRESS
  • UPDATE_SUCCESSFUL
  • UPDATE_FAILED
  • DELETED

DescribeAnalysisPermissions

describeAnalysisPermissions_awsAccountId :: Lens' DescribeAnalysisPermissions Text Source #

The ID of the Amazon Web Services account that contains the analysis whose permissions you're describing. You must be using the Amazon Web Services account that the analysis is in.

describeAnalysisPermissions_analysisId :: Lens' DescribeAnalysisPermissions Text Source #

The ID of the analysis whose permissions you're describing. The ID is part of the analysis URL.

describeAnalysisPermissionsResponse_analysisArn :: Lens' DescribeAnalysisPermissionsResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.

describeAnalysisPermissionsResponse_analysisId :: Lens' DescribeAnalysisPermissionsResponse (Maybe Text) Source #

The ID of the analysis whose permissions you're describing.

describeAnalysisPermissionsResponse_permissions :: Lens' DescribeAnalysisPermissionsResponse (Maybe (NonEmpty ResourcePermission)) Source #

A structure that describes the principals and the resource-level permissions on an analysis.

DescribeDashboard

describeDashboard_versionNumber :: Lens' DescribeDashboard (Maybe Natural) Source #

The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.

describeDashboard_awsAccountId :: Lens' DescribeDashboard Text Source #

The ID of the Amazon Web Services account that contains the dashboard that you're describing.

describeDashboardResponse_requestId :: Lens' DescribeDashboardResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeDashboardDefinition

describeDashboardDefinition_versionNumber :: Lens' DescribeDashboardDefinition (Maybe Natural) Source #

The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.

describeDashboardDefinition_awsAccountId :: Lens' DescribeDashboardDefinition Text Source #

The ID of the Amazon Web Services account that contains the dashboard that you're describing.

describeDashboardDefinitionResponse_definition :: Lens' DescribeDashboardDefinitionResponse (Maybe DashboardVersionDefinition) Source #

The definition of a dashboard.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

describeDashboardDefinitionResponse_resourceStatus :: Lens' DescribeDashboardDefinitionResponse (Maybe ResourceStatus) Source #

Status associated with the dashboard version.

  • CREATION_IN_PROGRESS
  • CREATION_SUCCESSFUL
  • CREATION_FAILED
  • UPDATE_IN_PROGRESS
  • UPDATE_SUCCESSFUL
  • UPDATE_FAILED
  • DELETED

DescribeDashboardPermissions

describeDashboardPermissions_awsAccountId :: Lens' DescribeDashboardPermissions Text Source #

The ID of the Amazon Web Services account that contains the dashboard that you're describing permissions for.

describeDashboardPermissions_dashboardId :: Lens' DescribeDashboardPermissions Text Source #

The ID for the dashboard, also added to the IAM policy.

describeDashboardPermissionsResponse_linkSharingConfiguration :: Lens' DescribeDashboardPermissionsResponse (Maybe LinkSharingConfiguration) Source #

A structure that contains the configuration of a shareable link that grants access to the dashboard. Your users can use the link to view and interact with the dashboard, if the dashboard has been shared with them. For more information about sharing dashboards, see Sharing Dashboards.

DescribeDataSet

describeDataSet_awsAccountId :: Lens' DescribeDataSet Text Source #

The Amazon Web Services account ID.

describeDataSet_dataSetId :: Lens' DescribeDataSet Text Source #

The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

describeDataSetResponse_requestId :: Lens' DescribeDataSetResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeDataSetPermissions

describeDataSetPermissions_dataSetId :: Lens' DescribeDataSetPermissions Text Source #

The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

describeDataSetPermissionsResponse_dataSetId :: Lens' DescribeDataSetPermissionsResponse (Maybe Text) Source #

The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

DescribeDataSource

describeDataSource_dataSourceId :: Lens' DescribeDataSource Text Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

describeDataSourceResponse_requestId :: Lens' DescribeDataSourceResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeDataSourcePermissions

describeDataSourcePermissions_dataSourceId :: Lens' DescribeDataSourcePermissions Text Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

describeDataSourcePermissionsResponse_dataSourceId :: Lens' DescribeDataSourcePermissionsResponse (Maybe Text) Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

DescribeFolder

describeFolder_awsAccountId :: Lens' DescribeFolder Text Source #

The ID for the Amazon Web Services account that contains the folder.

describeFolderResponse_requestId :: Lens' DescribeFolderResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeFolderPermissions

describeFolderPermissions_awsAccountId :: Lens' DescribeFolderPermissions Text Source #

The ID for the Amazon Web Services account that contains the folder.

describeFolderPermissionsResponse_requestId :: Lens' DescribeFolderPermissionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeFolderResolvedPermissions

describeFolderResolvedPermissions_awsAccountId :: Lens' DescribeFolderResolvedPermissions Text Source #

The ID for the Amazon Web Services account that contains the folder.

DescribeGroup

describeGroup_groupName :: Lens' DescribeGroup Text Source #

The name of the group that you want to describe.

describeGroup_awsAccountId :: Lens' DescribeGroup Text Source #

The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

describeGroup_namespace :: Lens' DescribeGroup Text Source #

The namespace of the group that you want described.

describeGroupResponse_requestId :: Lens' DescribeGroupResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeGroupMembership

describeGroupMembership_memberName :: Lens' DescribeGroupMembership Text Source #

The user name of the user that you want to search for.

describeGroupMembership_groupName :: Lens' DescribeGroupMembership Text Source #

The name of the group that you want to search.

describeGroupMembership_awsAccountId :: Lens' DescribeGroupMembership Text Source #

The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

describeGroupMembership_namespace :: Lens' DescribeGroupMembership Text Source #

The namespace that includes the group you are searching within.

describeGroupMembershipResponse_requestId :: Lens' DescribeGroupMembershipResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeIAMPolicyAssignment

describeIAMPolicyAssignment_awsAccountId :: Lens' DescribeIAMPolicyAssignment Text Source #

The ID of the Amazon Web Services account that contains the assignment that you want to describe.

DescribeIngestion

describeIngestion_awsAccountId :: Lens' DescribeIngestion Text Source #

The Amazon Web Services account ID.

describeIngestion_dataSetId :: Lens' DescribeIngestion Text Source #

The ID of the dataset used in the ingestion.

describeIngestionResponse_requestId :: Lens' DescribeIngestionResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeIpRestriction

describeIpRestriction_awsAccountId :: Lens' DescribeIpRestriction Text Source #

The ID of the Amazon Web Services account that contains the IP rules.

describeIpRestrictionResponse_awsAccountId :: Lens' DescribeIpRestrictionResponse (Maybe Text) Source #

The ID of the Amazon Web Services account that contains the IP rules.

describeIpRestrictionResponse_enabled :: Lens' DescribeIpRestrictionResponse (Maybe Bool) Source #

A value that specifies whether IP rules are turned on.

describeIpRestrictionResponse_ipRestrictionRuleMap :: Lens' DescribeIpRestrictionResponse (Maybe (HashMap Text Text)) Source #

A map that describes the IP rules with CIDR range and description.

describeIpRestrictionResponse_requestId :: Lens' DescribeIpRestrictionResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeNamespace

describeNamespace_awsAccountId :: Lens' DescribeNamespace Text Source #

The ID for the Amazon Web Services account that contains the Amazon QuickSight namespace that you want to describe.

describeNamespace_namespace :: Lens' DescribeNamespace Text Source #

The namespace that you want to describe.

describeNamespaceResponse_namespace :: Lens' DescribeNamespaceResponse (Maybe NamespaceInfoV2) Source #

The information about the namespace that you're describing. The response includes the namespace ARN, name, Amazon Web Services Region, creation status, and identity store. DescribeNamespace also works for namespaces that are in the process of being created. For incomplete namespaces, this API operation lists the namespace error types and messages associated with the creation process.

describeNamespaceResponse_requestId :: Lens' DescribeNamespaceResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeTemplate

describeTemplate_aliasName :: Lens' DescribeTemplate (Maybe Text) Source #

The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.

describeTemplate_versionNumber :: Lens' DescribeTemplate (Maybe Natural) Source #

(Optional) The number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the template is described.

describeTemplate_awsAccountId :: Lens' DescribeTemplate Text Source #

The ID of the Amazon Web Services account that contains the template that you're describing.

describeTemplateResponse_requestId :: Lens' DescribeTemplateResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

describeTemplateResponse_template :: Lens' DescribeTemplateResponse (Maybe Template) Source #

The template structure for the object you want to describe.

DescribeTemplateAlias

describeTemplateAlias_awsAccountId :: Lens' DescribeTemplateAlias Text Source #

The ID of the Amazon Web Services account that contains the template alias that you're describing.

describeTemplateAlias_aliasName :: Lens' DescribeTemplateAlias Text Source #

The name of the template alias that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.

describeTemplateAliasResponse_requestId :: Lens' DescribeTemplateAliasResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeTemplateDefinition

describeTemplateDefinition_aliasName :: Lens' DescribeTemplateDefinition (Maybe Text) Source #

The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.

describeTemplateDefinition_awsAccountId :: Lens' DescribeTemplateDefinition Text Source #

The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.

describeTemplateDefinition_templateId :: Lens' DescribeTemplateDefinition Text Source #

The ID of the template that you're describing.

describeTemplateDefinitionResponse_definition :: Lens' DescribeTemplateDefinitionResponse (Maybe TemplateVersionDefinition) Source #

The definition of the template.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

describeTemplateDefinitionResponse_resourceStatus :: Lens' DescribeTemplateDefinitionResponse (Maybe ResourceStatus) Source #

Status associated with the template.

  • CREATION_IN_PROGRESS
  • CREATION_SUCCESSFUL
  • CREATION_FAILED
  • UPDATE_IN_PROGRESS
  • UPDATE_SUCCESSFUL
  • UPDATE_FAILED
  • DELETED

DescribeTemplatePermissions

describeTemplatePermissions_awsAccountId :: Lens' DescribeTemplatePermissions Text Source #

The ID of the Amazon Web Services account that contains the template that you're describing.

DescribeTheme

describeTheme_aliasName :: Lens' DescribeTheme (Maybe Text) Source #

The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to themes.

describeTheme_versionNumber :: Lens' DescribeTheme (Maybe Natural) Source #

The version number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the theme is described.

describeTheme_awsAccountId :: Lens' DescribeTheme Text Source #

The ID of the Amazon Web Services account that contains the theme that you're describing.

describeThemeResponse_requestId :: Lens' DescribeThemeResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

describeThemeResponse_theme :: Lens' DescribeThemeResponse (Maybe Theme) Source #

The information about the theme that you are describing.

DescribeThemeAlias

describeThemeAlias_awsAccountId :: Lens' DescribeThemeAlias Text Source #

The ID of the Amazon Web Services account that contains the theme alias that you're describing.

describeThemeAlias_aliasName :: Lens' DescribeThemeAlias Text Source #

The name of the theme alias that you want to describe.

describeThemeAliasResponse_requestId :: Lens' DescribeThemeAliasResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeThemePermissions

describeThemePermissions_awsAccountId :: Lens' DescribeThemePermissions Text Source #

The ID of the Amazon Web Services account that contains the theme that you're describing.

describeThemePermissions_themeId :: Lens' DescribeThemePermissions Text Source #

The ID for the theme that you want to describe permissions for.

describeThemePermissionsResponse_requestId :: Lens' DescribeThemePermissionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

DescribeUser

describeUser_userName :: Lens' DescribeUser Text Source #

The name of the user that you want to describe.

describeUser_awsAccountId :: Lens' DescribeUser Text Source #

The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

describeUser_namespace :: Lens' DescribeUser Text Source #

The namespace. Currently, you should set this to default.

describeUserResponse_requestId :: Lens' DescribeUserResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

GenerateEmbedUrlForAnonymousUser

generateEmbedUrlForAnonymousUser_allowedDomains :: Lens' GenerateEmbedUrlForAnonymousUser (Maybe [Text]) Source #

The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.

To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.

generateEmbedUrlForAnonymousUser_sessionLifetimeInMinutes :: Lens' GenerateEmbedUrlForAnonymousUser (Maybe Natural) Source #

How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.

generateEmbedUrlForAnonymousUser_sessionTags :: Lens' GenerateEmbedUrlForAnonymousUser (Maybe (NonEmpty SessionTag)) Source #

The session tags used for row-level security. Before you use this parameter, make sure that you have configured the relevant datasets using the DataSet$RowLevelPermissionTagConfiguration parameter so that session tags can be used to provide row-level security.

These are not the tags used for the Amazon Web Services resource tagging feature. For more information, see Using Row-Level Security (RLS) with Tagsin the Amazon QuickSight User Guide.

generateEmbedUrlForAnonymousUser_awsAccountId :: Lens' GenerateEmbedUrlForAnonymousUser Text Source #

The ID for the Amazon Web Services account that contains the dashboard that you're embedding.

generateEmbedUrlForAnonymousUser_namespace :: Lens' GenerateEmbedUrlForAnonymousUser Text Source #

The Amazon QuickSight namespace that the anonymous user virtually belongs to. If you are not using an Amazon QuickSight custom namespace, set this to default.

generateEmbedUrlForAnonymousUser_authorizedResourceArns :: Lens' GenerateEmbedUrlForAnonymousUser [Text] Source #

The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session. If you choose Dashboard embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view. Currently, you can pass up to 25 dashboard ARNs in each API call.

generateEmbedUrlForAnonymousUserResponse_anonymousUserArn :: Lens' GenerateEmbedUrlForAnonymousUserResponse Text Source #

The Amazon Resource Name (ARN) to use for the anonymous Amazon QuickSight user.

GenerateEmbedUrlForRegisteredUser

generateEmbedUrlForRegisteredUser_allowedDomains :: Lens' GenerateEmbedUrlForRegisteredUser (Maybe [Text]) Source #

The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.

To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.

generateEmbedUrlForRegisteredUser_sessionLifetimeInMinutes :: Lens' GenerateEmbedUrlForRegisteredUser (Maybe Natural) Source #

How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.

generateEmbedUrlForRegisteredUser_awsAccountId :: Lens' GenerateEmbedUrlForRegisteredUser Text Source #

The ID for the Amazon Web Services account that contains the dashboard that you're embedding.

generateEmbedUrlForRegisteredUser_experienceConfiguration :: Lens' GenerateEmbedUrlForRegisteredUser RegisteredUserEmbeddingExperienceConfiguration Source #

The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q search bar, or the entire Amazon QuickSight console.

generateEmbedUrlForRegisteredUserResponse_embedUrl :: Lens' GenerateEmbedUrlForRegisteredUserResponse Text Source #

The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, or console.

GetDashboardEmbedUrl

getDashboardEmbedUrl_additionalDashboardIds :: Lens' GetDashboardEmbedUrl (Maybe (NonEmpty Text)) Source #

A list of one or more dashboard IDs that you want anonymous users to have tempporary access to. Currently, the IdentityType parameter must be set to ANONYMOUS because other identity types authenticate as Amazon QuickSight or IAM users. For example, if you set "--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS", the session can access all three dashboards.

getDashboardEmbedUrl_namespace :: Lens' GetDashboardEmbedUrl (Maybe Text) Source #

The Amazon QuickSight namespace that contains the dashboard IDs in this request. If you're not using a custom namespace, set Namespace = default.

getDashboardEmbedUrl_resetDisabled :: Lens' GetDashboardEmbedUrl (Maybe Bool) Source #

Remove the reset button on the embedded dashboard. The default is FALSE, which enables the reset button.

getDashboardEmbedUrl_sessionLifetimeInMinutes :: Lens' GetDashboardEmbedUrl (Maybe Natural) Source #

How many minutes the session is valid. The session lifetime must be 15-600 minutes.

getDashboardEmbedUrl_statePersistenceEnabled :: Lens' GetDashboardEmbedUrl (Maybe Bool) Source #

Adds persistence of state for the user session in an embedded dashboard. Persistence applies to the sheet and the parameter settings. These are control settings that the dashboard subscriber (Amazon QuickSight reader) chooses while viewing the dashboard. If this is set to TRUE, the settings are the same when the subscriber reopens the same dashboard URL. The state is stored in Amazon QuickSight, not in a browser cookie. If this is set to FALSE, the state of the user session is not persisted. The default is FALSE.

getDashboardEmbedUrl_undoRedoDisabled :: Lens' GetDashboardEmbedUrl (Maybe Bool) Source #

Remove the undo/redo button on the embedded dashboard. The default is FALSE, which enables the undo/redo button.

getDashboardEmbedUrl_userArn :: Lens' GetDashboardEmbedUrl (Maybe Text) Source #

The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT identity type. You can use this for any Amazon QuickSight users in your account (readers, authors, or admins) authenticated as one of the following:

  • Active Directory (AD) users or group members
  • Invited nonfederated users
  • IAM users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation.

Omit this parameter for users in the third group – IAM users and IAM role-based sessions.

getDashboardEmbedUrl_awsAccountId :: Lens' GetDashboardEmbedUrl Text Source #

The ID for the Amazon Web Services account that contains the dashboard that you're embedding.

getDashboardEmbedUrl_dashboardId :: Lens' GetDashboardEmbedUrl Text Source #

The ID for the dashboard, also added to the Identity and Access Management (IAM) policy.

getDashboardEmbedUrl_identityType :: Lens' GetDashboardEmbedUrl EmbeddingIdentityType Source #

The authentication method that the user uses to sign in.

getDashboardEmbedUrlResponse_embedUrl :: Lens' GetDashboardEmbedUrlResponse (Maybe Text) Source #

A single-use URL that you can put into your server-side webpage to embed your dashboard. This URL is valid for 5 minutes. The API operation provides the URL with an auth_code value that enables one (and only one) sign-on to a user session that is valid for 10 hours.

getDashboardEmbedUrlResponse_requestId :: Lens' GetDashboardEmbedUrlResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

GetSessionEmbedUrl

getSessionEmbedUrl_entryPoint :: Lens' GetSessionEmbedUrl (Maybe Text) Source #

The URL you use to access the embedded session. The entry point URL is constrained to the following paths:

  • /start
  • /start/analyses
  • /start/dashboards
  • /start/favorites
  • /dashboards/DashboardId - where DashboardId is the actual ID key from the Amazon QuickSight console URL of the dashboard
  • /analyses/AnalysisId - where AnalysisId is the actual ID key from the Amazon QuickSight console URL of the analysis

getSessionEmbedUrl_sessionLifetimeInMinutes :: Lens' GetSessionEmbedUrl (Maybe Natural) Source #

How many minutes the session is valid. The session lifetime must be 15-600 minutes.

getSessionEmbedUrl_userArn :: Lens' GetSessionEmbedUrl (Maybe Text) Source #

The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT identity type. You can use this for any type of Amazon QuickSight users in your account (readers, authors, or admins). They need to be authenticated as one of the following:

  1. Active Directory (AD) users or group members
  2. Invited nonfederated users
  3. Identity and Access Management (IAM) users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation

Omit this parameter for users in the third group, IAM users and IAM role-based sessions.

getSessionEmbedUrl_awsAccountId :: Lens' GetSessionEmbedUrl Text Source #

The ID for the Amazon Web Services account associated with your Amazon QuickSight subscription.

getSessionEmbedUrlResponse_embedUrl :: Lens' GetSessionEmbedUrlResponse (Maybe Text) Source #

A single-use URL that you can put into your server-side web page to embed your Amazon QuickSight session. This URL is valid for 5 minutes. The API operation provides the URL with an auth_code value that enables one (and only one) sign-on to a user session that is valid for 10 hours.

getSessionEmbedUrlResponse_requestId :: Lens' GetSessionEmbedUrlResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListAnalyses

listAnalyses_maxResults :: Lens' ListAnalyses (Maybe Natural) Source #

The maximum number of results to return.

listAnalyses_nextToken :: Lens' ListAnalyses (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

listAnalyses_awsAccountId :: Lens' ListAnalyses Text Source #

The ID of the Amazon Web Services account that contains the analyses.

listAnalysesResponse_analysisSummaryList :: Lens' ListAnalysesResponse (Maybe [AnalysisSummary]) Source #

Metadata describing each of the analyses that are listed.

listAnalysesResponse_nextToken :: Lens' ListAnalysesResponse (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

listAnalysesResponse_requestId :: Lens' ListAnalysesResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListDashboardVersions

listDashboardVersions_maxResults :: Lens' ListDashboardVersions (Maybe Natural) Source #

The maximum number of results to be returned per request.

listDashboardVersions_nextToken :: Lens' ListDashboardVersions (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listDashboardVersions_awsAccountId :: Lens' ListDashboardVersions Text Source #

The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for.

listDashboardVersionsResponse_dashboardVersionSummaryList :: Lens' ListDashboardVersionsResponse (Maybe [DashboardVersionSummary]) Source #

A structure that contains information about each version of the dashboard.

listDashboardVersionsResponse_nextToken :: Lens' ListDashboardVersionsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listDashboardVersionsResponse_requestId :: Lens' ListDashboardVersionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListDashboards

listDashboards_maxResults :: Lens' ListDashboards (Maybe Natural) Source #

The maximum number of results to be returned per request.

listDashboards_nextToken :: Lens' ListDashboards (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listDashboards_awsAccountId :: Lens' ListDashboards Text Source #

The ID of the Amazon Web Services account that contains the dashboards that you're listing.

listDashboardsResponse_dashboardSummaryList :: Lens' ListDashboardsResponse (Maybe [DashboardSummary]) Source #

A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards.

listDashboardsResponse_nextToken :: Lens' ListDashboardsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listDashboardsResponse_requestId :: Lens' ListDashboardsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListDataSets

listDataSets_maxResults :: Lens' ListDataSets (Maybe Natural) Source #

The maximum number of results to be returned per request.

listDataSets_nextToken :: Lens' ListDataSets (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listDataSets_awsAccountId :: Lens' ListDataSets Text Source #

The Amazon Web Services account ID.

listDataSetsResponse_nextToken :: Lens' ListDataSetsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listDataSetsResponse_requestId :: Lens' ListDataSetsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListDataSources

listDataSources_maxResults :: Lens' ListDataSources (Maybe Natural) Source #

The maximum number of results to be returned per request.

listDataSources_nextToken :: Lens' ListDataSources (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listDataSources_awsAccountId :: Lens' ListDataSources Text Source #

The Amazon Web Services account ID.

listDataSourcesResponse_nextToken :: Lens' ListDataSourcesResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listDataSourcesResponse_requestId :: Lens' ListDataSourcesResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListFolderMembers

listFolderMembers_maxResults :: Lens' ListFolderMembers (Maybe Natural) Source #

The maximum number of results to be returned per request.

listFolderMembers_nextToken :: Lens' ListFolderMembers (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listFolderMembers_awsAccountId :: Lens' ListFolderMembers Text Source #

The ID for the Amazon Web Services account that contains the folder.

listFolderMembersResponse_folderMemberList :: Lens' ListFolderMembersResponse (Maybe [MemberIdArnPair]) Source #

A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.

listFolderMembersResponse_nextToken :: Lens' ListFolderMembersResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listFolderMembersResponse_requestId :: Lens' ListFolderMembersResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListFolders

listFolders_maxResults :: Lens' ListFolders (Maybe Natural) Source #

The maximum number of results to be returned per request.

listFolders_nextToken :: Lens' ListFolders (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listFolders_awsAccountId :: Lens' ListFolders Text Source #

The ID for the Amazon Web Services account that contains the folder.

listFoldersResponse_folderSummaryList :: Lens' ListFoldersResponse (Maybe [FolderSummary]) Source #

A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.

listFoldersResponse_nextToken :: Lens' ListFoldersResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listFoldersResponse_requestId :: Lens' ListFoldersResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListGroupMemberships

listGroupMemberships_maxResults :: Lens' ListGroupMemberships (Maybe Natural) Source #

The maximum number of results to return from this request.

listGroupMemberships_nextToken :: Lens' ListGroupMemberships (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

listGroupMemberships_groupName :: Lens' ListGroupMemberships Text Source #

The name of the group that you want to see a membership list of.

listGroupMemberships_awsAccountId :: Lens' ListGroupMemberships Text Source #

The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

listGroupMemberships_namespace :: Lens' ListGroupMemberships Text Source #

The namespace of the group that you want a list of users from.

listGroupMembershipsResponse_nextToken :: Lens' ListGroupMembershipsResponse (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

listGroupMembershipsResponse_requestId :: Lens' ListGroupMembershipsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListGroups

listGroups_maxResults :: Lens' ListGroups (Maybe Natural) Source #

The maximum number of results to return.

listGroups_nextToken :: Lens' ListGroups (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

listGroups_awsAccountId :: Lens' ListGroups Text Source #

The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

listGroups_namespace :: Lens' ListGroups Text Source #

The namespace that you want a list of groups from.

listGroupsResponse_nextToken :: Lens' ListGroupsResponse (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

listGroupsResponse_requestId :: Lens' ListGroupsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listGroupsResponse_status :: Lens' ListGroupsResponse Int Source #

The HTTP status of the request.

ListIAMPolicyAssignments

listIAMPolicyAssignments_maxResults :: Lens' ListIAMPolicyAssignments (Maybe Natural) Source #

The maximum number of results to be returned per request.

listIAMPolicyAssignments_nextToken :: Lens' ListIAMPolicyAssignments (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listIAMPolicyAssignments_awsAccountId :: Lens' ListIAMPolicyAssignments Text Source #

The ID of the Amazon Web Services account that contains these IAM policy assignments.

listIAMPolicyAssignmentsResponse_nextToken :: Lens' ListIAMPolicyAssignmentsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listIAMPolicyAssignmentsResponse_requestId :: Lens' ListIAMPolicyAssignmentsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListIAMPolicyAssignmentsForUser

listIAMPolicyAssignmentsForUser_maxResults :: Lens' ListIAMPolicyAssignmentsForUser (Maybe Natural) Source #

The maximum number of results to be returned per request.

listIAMPolicyAssignmentsForUser_nextToken :: Lens' ListIAMPolicyAssignmentsForUser (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listIAMPolicyAssignmentsForUser_awsAccountId :: Lens' ListIAMPolicyAssignmentsForUser Text Source #

The ID of the Amazon Web Services account that contains the assignments.

listIAMPolicyAssignmentsForUserResponse_nextToken :: Lens' ListIAMPolicyAssignmentsForUserResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

ListIngestions

listIngestions_maxResults :: Lens' ListIngestions (Maybe Natural) Source #

The maximum number of results to be returned per request.

listIngestions_nextToken :: Lens' ListIngestions (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listIngestions_dataSetId :: Lens' ListIngestions Text Source #

The ID of the dataset used in the ingestion.

listIngestions_awsAccountId :: Lens' ListIngestions Text Source #

The Amazon Web Services account ID.

listIngestionsResponse_nextToken :: Lens' ListIngestionsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listIngestionsResponse_requestId :: Lens' ListIngestionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListNamespaces

listNamespaces_maxResults :: Lens' ListNamespaces (Maybe Natural) Source #

The maximum number of results to return.

listNamespaces_nextToken :: Lens' ListNamespaces (Maybe Text) Source #

A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous ListNameSpaces API call if there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.

listNamespaces_awsAccountId :: Lens' ListNamespaces Text Source #

The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.

listNamespacesResponse_namespaces :: Lens' ListNamespacesResponse (Maybe [NamespaceInfoV2]) Source #

The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.

listNamespacesResponse_nextToken :: Lens' ListNamespacesResponse (Maybe Text) Source #

A unique pagination token that can be used in a subsequent request. Receiving NextToken in your response inticates that there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.

listNamespacesResponse_requestId :: Lens' ListNamespacesResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListTagsForResource

listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #

The Amazon Resource Name (ARN) of the resource that you want a list of tags for.

listTagsForResourceResponse_requestId :: Lens' ListTagsForResourceResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (NonEmpty Tag)) Source #

Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.

ListTemplateAliases

listTemplateAliases_maxResults :: Lens' ListTemplateAliases (Maybe Natural) Source #

The maximum number of results to be returned per request.

listTemplateAliases_nextToken :: Lens' ListTemplateAliases (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listTemplateAliases_awsAccountId :: Lens' ListTemplateAliases Text Source #

The ID of the Amazon Web Services account that contains the template aliases that you're listing.

listTemplateAliasesResponse_nextToken :: Lens' ListTemplateAliasesResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listTemplateAliasesResponse_requestId :: Lens' ListTemplateAliasesResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listTemplateAliasesResponse_templateAliasList :: Lens' ListTemplateAliasesResponse (Maybe [TemplateAlias]) Source #

A structure containing the list of the template's aliases.

ListTemplateVersions

listTemplateVersions_maxResults :: Lens' ListTemplateVersions (Maybe Natural) Source #

The maximum number of results to be returned per request.

listTemplateVersions_nextToken :: Lens' ListTemplateVersions (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listTemplateVersions_awsAccountId :: Lens' ListTemplateVersions Text Source #

The ID of the Amazon Web Services account that contains the templates that you're listing.

listTemplateVersionsResponse_nextToken :: Lens' ListTemplateVersionsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listTemplateVersionsResponse_requestId :: Lens' ListTemplateVersionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listTemplateVersionsResponse_templateVersionSummaryList :: Lens' ListTemplateVersionsResponse (Maybe [TemplateVersionSummary]) Source #

A structure containing a list of all the versions of the specified template.

ListTemplates

listTemplates_maxResults :: Lens' ListTemplates (Maybe Natural) Source #

The maximum number of results to be returned per request.

listTemplates_nextToken :: Lens' ListTemplates (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listTemplates_awsAccountId :: Lens' ListTemplates Text Source #

The ID of the Amazon Web Services account that contains the templates that you're listing.

listTemplatesResponse_nextToken :: Lens' ListTemplatesResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listTemplatesResponse_requestId :: Lens' ListTemplatesResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listTemplatesResponse_templateSummaryList :: Lens' ListTemplatesResponse (Maybe [TemplateSummary]) Source #

A structure containing information about the templates in the list.

ListThemeAliases

listThemeAliases_maxResults :: Lens' ListThemeAliases (Maybe Natural) Source #

The maximum number of results to be returned per request.

listThemeAliases_nextToken :: Lens' ListThemeAliases (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listThemeAliases_awsAccountId :: Lens' ListThemeAliases Text Source #

The ID of the Amazon Web Services account that contains the theme aliases that you're listing.

listThemeAliasesResponse_nextToken :: Lens' ListThemeAliasesResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listThemeAliasesResponse_requestId :: Lens' ListThemeAliasesResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listThemeAliasesResponse_themeAliasList :: Lens' ListThemeAliasesResponse (Maybe [ThemeAlias]) Source #

A structure containing the list of the theme's aliases.

ListThemeVersions

listThemeVersions_maxResults :: Lens' ListThemeVersions (Maybe Natural) Source #

The maximum number of results to be returned per request.

listThemeVersions_nextToken :: Lens' ListThemeVersions (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listThemeVersions_awsAccountId :: Lens' ListThemeVersions Text Source #

The ID of the Amazon Web Services account that contains the themes that you're listing.

listThemeVersionsResponse_nextToken :: Lens' ListThemeVersionsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listThemeVersionsResponse_requestId :: Lens' ListThemeVersionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listThemeVersionsResponse_themeVersionSummaryList :: Lens' ListThemeVersionsResponse (Maybe [ThemeVersionSummary]) Source #

A structure containing a list of all the versions of the specified theme.

ListThemes

listThemes_maxResults :: Lens' ListThemes (Maybe Natural) Source #

The maximum number of results to be returned per request.

listThemes_nextToken :: Lens' ListThemes (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listThemes_type :: Lens' ListThemes (Maybe ThemeType) Source #

The type of themes that you want to list. Valid options include the following:

  • ALL (default)- Display all existing themes.
  • CUSTOM - Display only the themes created by people using Amazon QuickSight.
  • QUICKSIGHT - Display only the starting themes defined by Amazon QuickSight.

listThemes_awsAccountId :: Lens' ListThemes Text Source #

The ID of the Amazon Web Services account that contains the themes that you're listing.

listThemesResponse_nextToken :: Lens' ListThemesResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listThemesResponse_requestId :: Lens' ListThemesResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listThemesResponse_status :: Lens' ListThemesResponse Int Source #

The HTTP status of the request.

ListUserGroups

listUserGroups_maxResults :: Lens' ListUserGroups (Maybe Natural) Source #

The maximum number of results to return from this request.

listUserGroups_nextToken :: Lens' ListUserGroups (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

listUserGroups_userName :: Lens' ListUserGroups Text Source #

The Amazon QuickSight user name that you want to list group memberships for.

listUserGroups_awsAccountId :: Lens' ListUserGroups Text Source #

The Amazon Web Services account ID that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

listUserGroups_namespace :: Lens' ListUserGroups Text Source #

The namespace. Currently, you should set this to default.

listUserGroupsResponse_groupList :: Lens' ListUserGroupsResponse (Maybe [Group]) Source #

The list of groups the user is a member of.

listUserGroupsResponse_nextToken :: Lens' ListUserGroupsResponse (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

listUserGroupsResponse_requestId :: Lens' ListUserGroupsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

ListUsers

listUsers_maxResults :: Lens' ListUsers (Maybe Natural) Source #

The maximum number of results to return from this request.

listUsers_nextToken :: Lens' ListUsers (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

listUsers_awsAccountId :: Lens' ListUsers Text Source #

The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

listUsers_namespace :: Lens' ListUsers Text Source #

The namespace. Currently, you should set this to default.

listUsersResponse_nextToken :: Lens' ListUsersResponse (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

listUsersResponse_requestId :: Lens' ListUsersResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listUsersResponse_status :: Lens' ListUsersResponse Int Source #

The HTTP status of the request.

RegisterUser

registerUser_customFederationProviderUrl :: Lens' RegisterUser (Maybe Text) Source #

The URL of the custom OpenID Connect (OIDC) provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. This parameter should only be used when ExternalLoginFederationProviderType parameter is set to CUSTOM_OIDC.

registerUser_customPermissionsName :: Lens' RegisterUser (Maybe Text) Source #

(Enterprise edition only) The name of the custom permissions profile that you want to assign to this user. Customized permissions allows you to control a user's access by restricting access the following operations:

  • Create and update data sources
  • Create and update datasets
  • Create and update email reports
  • Subscribe to email reports

To add custom permissions to an existing user, use UpdateUser instead.

A set of custom permissions includes any combination of these restrictions. Currently, you need to create the profile names for custom permission sets by using the Amazon QuickSight console. Then, you use the RegisterUser API operation to assign the named set of permissions to a Amazon QuickSight user.

Amazon QuickSight custom permissions are applied through IAM policies. Therefore, they override the permissions typically granted by assigning Amazon QuickSight users to one of the default security cohorts in Amazon QuickSight (admin, author, reader).

This feature is available only to Amazon QuickSight Enterprise edition subscriptions.

registerUser_externalLoginFederationProviderType :: Lens' RegisterUser (Maybe Text) Source #

The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following.

  • COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. When choosing the COGNITO provider type, don’t use the "CustomFederationProviderUrl" parameter which is only needed when the external provider is custom.
  • CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider. When choosing CUSTOM_OIDC type, use the CustomFederationProviderUrl parameter to provide the custom OIDC provider URL.

registerUser_externalLoginId :: Lens' RegisterUser (Maybe Text) Source #

The identity ID for a user in the external login provider.

registerUser_iamArn :: Lens' RegisterUser (Maybe Text) Source #

The ARN of the IAM user or role that you are registering with Amazon QuickSight.

registerUser_sessionName :: Lens' RegisterUser (Maybe Text) Source #

You need to use this parameter only when you register one or more users using an assumed IAM role. You don't need to provide the session name for other scenarios, for example when you are registering an IAM user or an Amazon QuickSight user. You can register multiple users using the same IAM role if each user has a different session name. For more information on assuming IAM roles, see assume-role in the CLI Reference.

registerUser_userName :: Lens' RegisterUser (Maybe Text) Source #

The Amazon QuickSight user name that you want to create for the user you are registering.

registerUser_identityType :: Lens' RegisterUser IdentityType Source #

Amazon QuickSight supports several ways of managing the identity of users. This parameter accepts two values:

  • IAM: A user whose identity maps to an existing IAM user or role.
  • QUICKSIGHT: A user whose identity is owned and managed internally by Amazon QuickSight.

registerUser_email :: Lens' RegisterUser Text Source #

The email address of the user that you want to register.

registerUser_userRole :: Lens' RegisterUser UserRole Source #

The Amazon QuickSight role for the user. The user role can be one of the following:

  • READER: A user who has read-only access to dashboards.
  • AUTHOR: A user who can create data sources, datasets, analyses, and dashboards.
  • ADMIN: A user who is an author, who can also manage Amazon QuickSight settings.
  • RESTRICTED_READER: This role isn't currently available for use.
  • RESTRICTED_AUTHOR: This role isn't currently available for use.

registerUser_awsAccountId :: Lens' RegisterUser Text Source #

The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

registerUser_namespace :: Lens' RegisterUser Text Source #

The namespace. Currently, you should set this to default.

registerUserResponse_requestId :: Lens' RegisterUserResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

registerUserResponse_userInvitationUrl :: Lens' RegisterUserResponse (Maybe Text) Source #

The URL the user visits to complete registration and provide a password. This is returned only for users with an identity type of QUICKSIGHT.

RestoreAnalysis

restoreAnalysis_awsAccountId :: Lens' RestoreAnalysis Text Source #

The ID of the Amazon Web Services account that contains the analysis.

restoreAnalysis_analysisId :: Lens' RestoreAnalysis Text Source #

The ID of the analysis that you're restoring.

restoreAnalysisResponse_analysisId :: Lens' RestoreAnalysisResponse (Maybe Text) Source #

The ID of the analysis that you're restoring.

restoreAnalysisResponse_arn :: Lens' RestoreAnalysisResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the analysis that you're restoring.

restoreAnalysisResponse_requestId :: Lens' RestoreAnalysisResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

SearchAnalyses

searchAnalyses_maxResults :: Lens' SearchAnalyses (Maybe Natural) Source #

The maximum number of results to return.

searchAnalyses_nextToken :: Lens' SearchAnalyses (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

searchAnalyses_awsAccountId :: Lens' SearchAnalyses Text Source #

The ID of the Amazon Web Services account that contains the analyses that you're searching for.

searchAnalyses_filters :: Lens' SearchAnalyses (NonEmpty AnalysisSearchFilter) Source #

The structure for the search filters that you want to apply to your search.

searchAnalysesResponse_analysisSummaryList :: Lens' SearchAnalysesResponse (Maybe [AnalysisSummary]) Source #

Metadata describing the analyses that you searched for.

searchAnalysesResponse_nextToken :: Lens' SearchAnalysesResponse (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

searchAnalysesResponse_requestId :: Lens' SearchAnalysesResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

SearchDashboards

searchDashboards_maxResults :: Lens' SearchDashboards (Maybe Natural) Source #

The maximum number of results to be returned per request.

searchDashboards_nextToken :: Lens' SearchDashboards (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

searchDashboards_awsAccountId :: Lens' SearchDashboards Text Source #

The ID of the Amazon Web Services account that contains the user whose dashboards you're searching for.

searchDashboards_filters :: Lens' SearchDashboards (NonEmpty DashboardSearchFilter) Source #

The filters to apply to the search. Currently, you can search only by user name, for example, "Filters": [ { "Name": "QUICKSIGHT_USER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1" } ]

searchDashboardsResponse_dashboardSummaryList :: Lens' SearchDashboardsResponse (Maybe [DashboardSummary]) Source #

The list of dashboards owned by the user specified in Filters in your request.

searchDashboardsResponse_nextToken :: Lens' SearchDashboardsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

searchDashboardsResponse_requestId :: Lens' SearchDashboardsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

SearchDataSets

searchDataSets_maxResults :: Lens' SearchDataSets (Maybe Natural) Source #

The maximum number of results to be returned per request.

searchDataSets_nextToken :: Lens' SearchDataSets (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

searchDataSets_awsAccountId :: Lens' SearchDataSets Text Source #

The Amazon Web Services account ID.

searchDataSetsResponse_dataSetSummaries :: Lens' SearchDataSetsResponse (Maybe [DataSetSummary]) Source #

A DataSetSummaries object that returns a summary of a dataset.

searchDataSetsResponse_nextToken :: Lens' SearchDataSetsResponse (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

searchDataSetsResponse_requestId :: Lens' SearchDataSetsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

SearchDataSources

searchDataSources_maxResults :: Lens' SearchDataSources (Maybe Natural) Source #

The maximum number of results to be returned per request.

searchDataSources_nextToken :: Lens' SearchDataSources (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

searchDataSources_awsAccountId :: Lens' SearchDataSources Text Source #

The Amazon Web Services account ID.

searchDataSourcesResponse_dataSourceSummaries :: Lens' SearchDataSourcesResponse (Maybe [DataSourceSummary]) Source #

A DataSourceSummaries object that returns a summary of a data source.

searchDataSourcesResponse_nextToken :: Lens' SearchDataSourcesResponse (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

searchDataSourcesResponse_requestId :: Lens' SearchDataSourcesResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

SearchFolders

searchFolders_maxResults :: Lens' SearchFolders (Maybe Natural) Source #

The maximum number of results to be returned per request.

searchFolders_nextToken :: Lens' SearchFolders (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

searchFolders_awsAccountId :: Lens' SearchFolders Text Source #

The ID for the Amazon Web Services account that contains the folder.

searchFolders_filters :: Lens' SearchFolders [FolderSearchFilter] Source #

The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, "Filters": [ { "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" } ].

searchFoldersResponse_folderSummaryList :: Lens' SearchFoldersResponse (Maybe [FolderSummary]) Source #

A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.

searchFoldersResponse_nextToken :: Lens' SearchFoldersResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

searchFoldersResponse_requestId :: Lens' SearchFoldersResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

SearchGroups

searchGroups_maxResults :: Lens' SearchGroups (Maybe Natural) Source #

The maximum number of results to return from this request.

searchGroups_nextToken :: Lens' SearchGroups (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

searchGroups_awsAccountId :: Lens' SearchGroups Text Source #

The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

searchGroups_namespace :: Lens' SearchGroups Text Source #

The namespace that you want to search.

searchGroups_filters :: Lens' SearchGroups (NonEmpty GroupSearchFilter) Source #

The structure for the search filters that you want to apply to your search.

searchGroupsResponse_groupList :: Lens' SearchGroupsResponse (Maybe [Group]) Source #

A list of groups in a specified namespace that match the filters you set in your SearchGroups request.

searchGroupsResponse_nextToken :: Lens' SearchGroupsResponse (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

searchGroupsResponse_requestId :: Lens' SearchGroupsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

TagResource

tagResource_resourceArn :: Lens' TagResource Text Source #

The Amazon Resource Name (ARN) of the resource that you want to tag.

tagResource_tags :: Lens' TagResource (NonEmpty Tag) Source #

Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.

tagResourceResponse_requestId :: Lens' TagResourceResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UntagResource

untagResource_resourceArn :: Lens' UntagResource Text Source #

The Amazon Resource Name (ARN) of the resource that you want to untag.

untagResource_tagKeys :: Lens' UntagResource (NonEmpty Text) Source #

The keys of the key-value pairs for the resource tag or tags assigned to the resource.

untagResourceResponse_requestId :: Lens' UntagResourceResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateAccountCustomization

updateAccountCustomization_namespace :: Lens' UpdateAccountCustomization (Maybe Text) Source #

The namespace that you want to update Amazon QuickSight customizations for.

updateAccountCustomization_awsAccountId :: Lens' UpdateAccountCustomization Text Source #

The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.

updateAccountCustomization_accountCustomization :: Lens' UpdateAccountCustomization AccountCustomization Source #

The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.

updateAccountCustomizationResponse_accountCustomization :: Lens' UpdateAccountCustomizationResponse (Maybe AccountCustomization) Source #

The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.

updateAccountCustomizationResponse_arn :: Lens' UpdateAccountCustomizationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.

updateAccountCustomizationResponse_awsAccountId :: Lens' UpdateAccountCustomizationResponse (Maybe Text) Source #

The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.

updateAccountCustomizationResponse_namespace :: Lens' UpdateAccountCustomizationResponse (Maybe Text) Source #

The namespace associated with the customization that you're updating.

UpdateAccountSettings

updateAccountSettings_notificationEmail :: Lens' UpdateAccountSettings (Maybe Text) Source #

The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.

updateAccountSettings_terminationProtectionEnabled :: Lens' UpdateAccountSettings (Maybe Bool) Source #

A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True value doesn't allow the account to be deleted and results in an error message if a user tries to make a DeleteAccountSubscription request. A False value will allow the account to be deleted.

updateAccountSettings_awsAccountId :: Lens' UpdateAccountSettings Text Source #

The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.

updateAccountSettings_defaultNamespace :: Lens' UpdateAccountSettings Text Source #

The default namespace for this Amazon Web Services account. Currently, the default is default. Identity and Access Management (IAM) users that register for the first time with Amazon QuickSight provide an email address that becomes associated with the default namespace.

updateAccountSettingsResponse_requestId :: Lens' UpdateAccountSettingsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateAnalysis

updateAnalysis_definition :: Lens' UpdateAnalysis (Maybe AnalysisDefinition) Source #

The definition of an analysis.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

updateAnalysis_parameters :: Lens' UpdateAnalysis (Maybe Parameters) Source #

The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.

updateAnalysis_sourceEntity :: Lens' UpdateAnalysis (Maybe AnalysisSourceEntity) Source #

A source entity to use for the analysis that you're updating. This metadata structure contains details that describe a source template and one or more datasets.

updateAnalysis_themeArn :: Lens' UpdateAnalysis (Maybe Text) Source #

The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating. To see the theme in the Amazon QuickSight console, make sure that you have access to it.

updateAnalysis_awsAccountId :: Lens' UpdateAnalysis Text Source #

The ID of the Amazon Web Services account that contains the analysis that you're updating.

updateAnalysis_analysisId :: Lens' UpdateAnalysis Text Source #

The ID for the analysis that you're updating. This ID displays in the URL of the analysis.

updateAnalysis_name :: Lens' UpdateAnalysis Text Source #

A descriptive name for the analysis that you're updating. This name displays for the analysis in the Amazon QuickSight console.

updateAnalysisResponse_arn :: Lens' UpdateAnalysisResponse (Maybe Text) Source #

The ARN of the analysis that you're updating.

updateAnalysisResponse_requestId :: Lens' UpdateAnalysisResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

updateAnalysisResponse_updateStatus :: Lens' UpdateAnalysisResponse (Maybe ResourceStatus) Source #

The update status of the last update that was made to the analysis.

UpdateAnalysisPermissions

updateAnalysisPermissions_grantPermissions :: Lens' UpdateAnalysisPermissions (Maybe [ResourcePermission]) Source #

A structure that describes the permissions to add and the principal to add them to.

updateAnalysisPermissions_revokePermissions :: Lens' UpdateAnalysisPermissions (Maybe [ResourcePermission]) Source #

A structure that describes the permissions to remove and the principal to remove them from.

updateAnalysisPermissions_awsAccountId :: Lens' UpdateAnalysisPermissions Text Source #

The ID of the Amazon Web Services account that contains the analysis whose permissions you're updating. You must be using the Amazon Web Services account that the analysis is in.

updateAnalysisPermissions_analysisId :: Lens' UpdateAnalysisPermissions Text Source #

The ID of the analysis whose permissions you're updating. The ID is part of the analysis URL.

updateAnalysisPermissionsResponse_analysisArn :: Lens' UpdateAnalysisPermissionsResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the analysis that you updated.

updateAnalysisPermissionsResponse_analysisId :: Lens' UpdateAnalysisPermissionsResponse (Maybe Text) Source #

The ID of the analysis that you updated permissions for.

updateAnalysisPermissionsResponse_permissions :: Lens' UpdateAnalysisPermissionsResponse (Maybe (NonEmpty ResourcePermission)) Source #

A structure that describes the principals and the resource-level permissions on an analysis.

updateAnalysisPermissionsResponse_requestId :: Lens' UpdateAnalysisPermissionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateDashboard

updateDashboard_dashboardPublishOptions :: Lens' UpdateDashboard (Maybe DashboardPublishOptions) Source #

Options for publishing the dashboard when you create it:

  • AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED. When this is set to DISABLED, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default.
  • AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED. The visual option to export data to .CSV format isn't enabled when this is set to DISABLED. This option is ENABLED by default.
  • VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED. This option is COLLAPSED by default.

updateDashboard_definition :: Lens' UpdateDashboard (Maybe DashboardVersionDefinition) Source #

The definition of a dashboard.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

updateDashboard_parameters :: Lens' UpdateDashboard (Maybe Parameters) Source #

A structure that contains the parameters of the dashboard. These are parameter overrides for a dashboard. A dashboard can have any type of parameters, and some parameters might accept multiple values.

updateDashboard_sourceEntity :: Lens' UpdateDashboard (Maybe DashboardSourceEntity) Source #

The entity that you are using as a source when you update the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only update a dashboard from a template, so you use a SourceTemplate entity. If you need to update a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region.

Use the DataSetReferences entity within SourceTemplate to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

updateDashboard_themeArn :: Lens' UpdateDashboard (Maybe Text) Source #

The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that was originally associated with the entity. The theme ARN must exist in the same Amazon Web Services account where you create the dashboard.

updateDashboard_versionDescription :: Lens' UpdateDashboard (Maybe Text) Source #

A description for the first version of the dashboard being created.

updateDashboard_awsAccountId :: Lens' UpdateDashboard Text Source #

The ID of the Amazon Web Services account that contains the dashboard that you're updating.

updateDashboard_name :: Lens' UpdateDashboard Text Source #

The display name of the dashboard.

updateDashboardResponse_arn :: Lens' UpdateDashboardResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

updateDashboardResponse_requestId :: Lens' UpdateDashboardResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

updateDashboardResponse_versionArn :: Lens' UpdateDashboardResponse (Maybe Text) Source #

The ARN of the dashboard, including the version number.

UpdateDashboardPermissions

updateDashboardPermissions_grantLinkPermissions :: Lens' UpdateDashboardPermissions (Maybe [ResourcePermission]) Source #

Grants link permissions to all users in a defined namespace.

updateDashboardPermissions_revokeLinkPermissions :: Lens' UpdateDashboardPermissions (Maybe [ResourcePermission]) Source #

Revokes link permissions from all users in a defined namespace.

updateDashboardPermissions_revokePermissions :: Lens' UpdateDashboardPermissions (Maybe [ResourcePermission]) Source #

The permissions that you want to revoke from this resource.

updateDashboardPermissions_awsAccountId :: Lens' UpdateDashboardPermissions Text Source #

The ID of the Amazon Web Services account that contains the dashboard whose permissions you're updating.

UpdateDashboardPublishedVersion

updateDashboardPublishedVersion_awsAccountId :: Lens' UpdateDashboardPublishedVersion Text Source #

The ID of the Amazon Web Services account that contains the dashboard that you're updating.

UpdateDataSet

updateDataSet_columnGroups :: Lens' UpdateDataSet (Maybe (NonEmpty ColumnGroup)) Source #

Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.

updateDataSet_fieldFolders :: Lens' UpdateDataSet (Maybe (HashMap Text FieldFolder)) Source #

The folder that contains fields and nested subfolders for your dataset.

updateDataSet_logicalTableMap :: Lens' UpdateDataSet (Maybe (HashMap Text LogicalTable)) Source #

Configures the combination and transformation of the data from the physical tables.

updateDataSet_rowLevelPermissionDataSet :: Lens' UpdateDataSet (Maybe RowLevelPermissionDataSet) Source #

The row-level security configuration for the data you want to create.

updateDataSet_rowLevelPermissionTagConfiguration :: Lens' UpdateDataSet (Maybe RowLevelPermissionTagConfiguration) Source #

The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only.

updateDataSet_awsAccountId :: Lens' UpdateDataSet Text Source #

The Amazon Web Services account ID.

updateDataSet_dataSetId :: Lens' UpdateDataSet Text Source #

The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

updateDataSet_name :: Lens' UpdateDataSet Text Source #

The display name for the dataset.

updateDataSet_physicalTableMap :: Lens' UpdateDataSet (HashMap Text PhysicalTable) Source #

Declares the physical tables that are available in the underlying data sources.

updateDataSet_importMode :: Lens' UpdateDataSet DataSetImportMode Source #

Indicates whether you want to import the data into SPICE.

updateDataSetResponse_arn :: Lens' UpdateDataSetResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset.

updateDataSetResponse_dataSetId :: Lens' UpdateDataSetResponse (Maybe Text) Source #

The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

updateDataSetResponse_ingestionArn :: Lens' UpdateDataSetResponse (Maybe Text) Source #

The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.

updateDataSetResponse_ingestionId :: Lens' UpdateDataSetResponse (Maybe Text) Source #

The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.

updateDataSetResponse_requestId :: Lens' UpdateDataSetResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateDataSetPermissions

updateDataSetPermissions_grantPermissions :: Lens' UpdateDataSetPermissions (Maybe (NonEmpty ResourcePermission)) Source #

The resource permissions that you want to grant to the dataset.

updateDataSetPermissions_revokePermissions :: Lens' UpdateDataSetPermissions (Maybe (NonEmpty ResourcePermission)) Source #

The resource permissions that you want to revoke from the dataset.

updateDataSetPermissions_dataSetId :: Lens' UpdateDataSetPermissions Text Source #

The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

updateDataSetPermissionsResponse_dataSetId :: Lens' UpdateDataSetPermissionsResponse (Maybe Text) Source #

The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

updateDataSetPermissionsResponse_requestId :: Lens' UpdateDataSetPermissionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateDataSource

updateDataSource_credentials :: Lens' UpdateDataSource (Maybe DataSourceCredentials) Source #

The credentials that Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.

updateDataSource_dataSourceParameters :: Lens' UpdateDataSource (Maybe DataSourceParameters) Source #

The parameters that Amazon QuickSight uses to connect to your underlying source.

updateDataSource_sslProperties :: Lens' UpdateDataSource (Maybe SslProperties) Source #

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.

updateDataSource_vpcConnectionProperties :: Lens' UpdateDataSource (Maybe VpcConnectionProperties) Source #

Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.

updateDataSource_awsAccountId :: Lens' UpdateDataSource Text Source #

The Amazon Web Services account ID.

updateDataSource_dataSourceId :: Lens' UpdateDataSource Text Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

updateDataSource_name :: Lens' UpdateDataSource Text Source #

A display name for the data source.

updateDataSourceResponse_arn :: Lens' UpdateDataSourceResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the data source.

updateDataSourceResponse_dataSourceId :: Lens' UpdateDataSourceResponse (Maybe Text) Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

updateDataSourceResponse_requestId :: Lens' UpdateDataSourceResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

updateDataSourceResponse_updateStatus :: Lens' UpdateDataSourceResponse (Maybe ResourceStatus) Source #

The update status of the data source's last update.

UpdateDataSourcePermissions

updateDataSourcePermissions_grantPermissions :: Lens' UpdateDataSourcePermissions (Maybe (NonEmpty ResourcePermission)) Source #

A list of resource permissions that you want to grant on the data source.

updateDataSourcePermissions_revokePermissions :: Lens' UpdateDataSourcePermissions (Maybe (NonEmpty ResourcePermission)) Source #

A list of resource permissions that you want to revoke on the data source.

updateDataSourcePermissions_dataSourceId :: Lens' UpdateDataSourcePermissions Text Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

updateDataSourcePermissionsResponse_dataSourceId :: Lens' UpdateDataSourcePermissionsResponse (Maybe Text) Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

UpdateFolder

updateFolder_awsAccountId :: Lens' UpdateFolder Text Source #

The ID for the Amazon Web Services account that contains the folder to update.

updateFolder_name :: Lens' UpdateFolder Text Source #

The name of the folder.

updateFolderResponse_arn :: Lens' UpdateFolderResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the folder.

updateFolderResponse_requestId :: Lens' UpdateFolderResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateFolderPermissions

updateFolderPermissions_awsAccountId :: Lens' UpdateFolderPermissions Text Source #

The ID for the Amazon Web Services account that contains the folder to update.

updateFolderPermissionsResponse_requestId :: Lens' UpdateFolderPermissionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateGroup

updateGroup_description :: Lens' UpdateGroup (Maybe Text) Source #

The description for the group that you want to update.

updateGroup_groupName :: Lens' UpdateGroup Text Source #

The name of the group that you want to update.

updateGroup_awsAccountId :: Lens' UpdateGroup Text Source #

The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

updateGroup_namespace :: Lens' UpdateGroup Text Source #

The namespace of the group that you want to update.

updateGroupResponse_requestId :: Lens' UpdateGroupResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateIAMPolicyAssignment

updateIAMPolicyAssignment_assignmentStatus :: Lens' UpdateIAMPolicyAssignment (Maybe AssignmentStatus) Source #

The status of the assignment. Possible values are as follows:

  • ENABLED - Anything specified in this assignment is used when creating the data source.
  • DISABLED - This assignment isn't used when creating the data source.
  • DRAFT - This assignment is an unfinished draft and isn't used when creating the data source.

updateIAMPolicyAssignment_identities :: Lens' UpdateIAMPolicyAssignment (Maybe (HashMap Text [Text])) Source #

The Amazon QuickSight users, groups, or both that you want to assign the policy to.

updateIAMPolicyAssignment_policyArn :: Lens' UpdateIAMPolicyAssignment (Maybe Text) Source #

The ARN for the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.

updateIAMPolicyAssignment_awsAccountId :: Lens' UpdateIAMPolicyAssignment Text Source #

The ID of the Amazon Web Services account that contains the IAM policy assignment.

updateIAMPolicyAssignment_assignmentName :: Lens' UpdateIAMPolicyAssignment Text Source #

The name of the assignment, also called a rule. This name must be unique within an Amazon Web Services account.

updateIAMPolicyAssignmentResponse_assignmentStatus :: Lens' UpdateIAMPolicyAssignmentResponse (Maybe AssignmentStatus) Source #

The status of the assignment. Possible values are as follows:

  • ENABLED - Anything specified in this assignment is used when creating the data source.
  • DISABLED - This assignment isn't used when creating the data source.
  • DRAFT - This assignment is an unfinished draft and isn't used when creating the data source.

updateIAMPolicyAssignmentResponse_identities :: Lens' UpdateIAMPolicyAssignmentResponse (Maybe (HashMap Text [Text])) Source #

The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.

updateIAMPolicyAssignmentResponse_policyArn :: Lens' UpdateIAMPolicyAssignmentResponse (Maybe Text) Source #

The ARN for the IAM policy applied to the Amazon QuickSight users and groups specified in this assignment.

updateIAMPolicyAssignmentResponse_requestId :: Lens' UpdateIAMPolicyAssignmentResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateIpRestriction

updateIpRestriction_enabled :: Lens' UpdateIpRestriction (Maybe Bool) Source #

A value that specifies whether IP rules are turned on.

updateIpRestriction_ipRestrictionRuleMap :: Lens' UpdateIpRestriction (Maybe (HashMap Text Text)) Source #

A map that describes the updated IP rules with CIDR ranges and descriptions.

updateIpRestriction_awsAccountId :: Lens' UpdateIpRestriction Text Source #

The ID of the Amazon Web Services account that contains the IP rules.

updateIpRestrictionResponse_awsAccountId :: Lens' UpdateIpRestrictionResponse (Maybe Text) Source #

The ID of the Amazon Web Services account that contains the IP rules.

updateIpRestrictionResponse_requestId :: Lens' UpdateIpRestrictionResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdatePublicSharingSettings

updatePublicSharingSettings_publicSharingEnabled :: Lens' UpdatePublicSharingSettings (Maybe Bool) Source #

A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.

updatePublicSharingSettings_awsAccountId :: Lens' UpdatePublicSharingSettings Text Source #

The Amazon Web Services account ID associated with your Amazon QuickSight subscription.

UpdateTemplate

updateTemplate_definition :: Lens' UpdateTemplate (Maybe TemplateVersionDefinition) Source #

The definition of a template.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

updateTemplate_name :: Lens' UpdateTemplate (Maybe Text) Source #

The name for the template.

updateTemplate_sourceEntity :: Lens' UpdateTemplate (Maybe TemplateSourceEntity) Source #

The entity that you are using as a source when you update the template. In SourceEntity, you specify the type of object you're using as source: SourceTemplate for a template or SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify the ARN of the source analysis. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region;.

Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

updateTemplate_versionDescription :: Lens' UpdateTemplate (Maybe Text) Source #

A description of the current template version that is being updated. Every time you call UpdateTemplate, you create a new version of the template. Each version of the template maintains a description of the version in the VersionDescription field.

updateTemplate_awsAccountId :: Lens' UpdateTemplate Text Source #

The ID of the Amazon Web Services account that contains the template that you're updating.

updateTemplateResponse_arn :: Lens' UpdateTemplateResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the template.

updateTemplateResponse_requestId :: Lens' UpdateTemplateResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

updateTemplateResponse_versionArn :: Lens' UpdateTemplateResponse (Maybe Text) Source #

The ARN for the template, including the version information of the first version.

UpdateTemplateAlias

updateTemplateAlias_awsAccountId :: Lens' UpdateTemplateAlias Text Source #

The ID of the Amazon Web Services account that contains the template alias that you're updating.

updateTemplateAlias_aliasName :: Lens' UpdateTemplateAlias Text Source #

The alias of the template that you want to update. If you name a specific alias, you update the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.

updateTemplateAliasResponse_requestId :: Lens' UpdateTemplateAliasResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateTemplatePermissions

updateTemplatePermissions_grantPermissions :: Lens' UpdateTemplatePermissions (Maybe [ResourcePermission]) Source #

A list of resource permissions to be granted on the template.

updateTemplatePermissions_revokePermissions :: Lens' UpdateTemplatePermissions (Maybe [ResourcePermission]) Source #

A list of resource permissions to be revoked from the template.

updateTemplatePermissions_awsAccountId :: Lens' UpdateTemplatePermissions Text Source #

The ID of the Amazon Web Services account that contains the template.

updateTemplatePermissionsResponse_requestId :: Lens' UpdateTemplatePermissionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateTheme

updateTheme_configuration :: Lens' UpdateTheme (Maybe ThemeConfiguration) Source #

The theme configuration, which contains the theme display properties.

updateTheme_name :: Lens' UpdateTheme (Maybe Text) Source #

The name for the theme.

updateTheme_versionDescription :: Lens' UpdateTheme (Maybe Text) Source #

A description of the theme version that you're updating Every time that you call UpdateTheme, you create a new version of the theme. Each version of the theme maintains a description of the version in VersionDescription.

updateTheme_awsAccountId :: Lens' UpdateTheme Text Source #

The ID of the Amazon Web Services account that contains the theme that you're updating.

updateTheme_baseThemeId :: Lens' UpdateTheme Text Source #

The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.

updateThemeResponse_arn :: Lens' UpdateThemeResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the theme.

updateThemeResponse_requestId :: Lens' UpdateThemeResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

updateThemeResponse_versionArn :: Lens' UpdateThemeResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the new version of the theme.

UpdateThemeAlias

updateThemeAlias_awsAccountId :: Lens' UpdateThemeAlias Text Source #

The ID of the Amazon Web Services account that contains the theme alias that you're updating.

updateThemeAlias_aliasName :: Lens' UpdateThemeAlias Text Source #

The name of the theme alias that you want to update.

updateThemeAlias_themeVersionNumber :: Lens' UpdateThemeAlias Natural Source #

The version number of the theme that the alias should reference.

updateThemeAliasResponse_requestId :: Lens' UpdateThemeAliasResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateThemePermissions

updateThemePermissions_grantPermissions :: Lens' UpdateThemePermissions (Maybe [ResourcePermission]) Source #

A list of resource permissions to be granted for the theme.

updateThemePermissions_revokePermissions :: Lens' UpdateThemePermissions (Maybe [ResourcePermission]) Source #

A list of resource permissions to be revoked from the theme.

updateThemePermissions_awsAccountId :: Lens' UpdateThemePermissions Text Source #

The ID of the Amazon Web Services account that contains the theme.

updateThemePermissionsResponse_requestId :: Lens' UpdateThemePermissionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

UpdateUser

updateUser_customFederationProviderUrl :: Lens' UpdateUser (Maybe Text) Source #

The URL of the custom OpenID Connect (OIDC) provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. This parameter should only be used when ExternalLoginFederationProviderType parameter is set to CUSTOM_OIDC.

updateUser_customPermissionsName :: Lens' UpdateUser (Maybe Text) Source #

(Enterprise edition only) The name of the custom permissions profile that you want to assign to this user. Customized permissions allows you to control a user's access by restricting access the following operations:

  • Create and update data sources
  • Create and update datasets
  • Create and update email reports
  • Subscribe to email reports

A set of custom permissions includes any combination of these restrictions. Currently, you need to create the profile names for custom permission sets by using the Amazon QuickSight console. Then, you use the RegisterUser API operation to assign the named set of permissions to a Amazon QuickSight user.

Amazon QuickSight custom permissions are applied through IAM policies. Therefore, they override the permissions typically granted by assigning Amazon QuickSight users to one of the default security cohorts in Amazon QuickSight (admin, author, reader).

This feature is available only to Amazon QuickSight Enterprise edition subscriptions.

updateUser_externalLoginFederationProviderType :: Lens' UpdateUser (Maybe Text) Source #

The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following.

  • COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. When choosing the COGNITO provider type, don’t use the "CustomFederationProviderUrl" parameter which is only needed when the external provider is custom.
  • CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider. When choosing CUSTOM_OIDC type, use the CustomFederationProviderUrl parameter to provide the custom OIDC provider URL.
  • NONE: This clears all the previously saved external login information for a user. Use the DescribeUser API operation to check the external login information.

updateUser_externalLoginId :: Lens' UpdateUser (Maybe Text) Source #

The identity ID for a user in the external login provider.

updateUser_unapplyCustomPermissions :: Lens' UpdateUser (Maybe Bool) Source #

A flag that you use to indicate that you want to remove all custom permissions from this user. Using this parameter resets the user to the state it was in before a custom permissions profile was applied. This parameter defaults to NULL and it doesn't accept any other value.

updateUser_userName :: Lens' UpdateUser Text Source #

The Amazon QuickSight user name that you want to update.

updateUser_awsAccountId :: Lens' UpdateUser Text Source #

The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

updateUser_namespace :: Lens' UpdateUser Text Source #

The namespace. Currently, you should set this to default.

updateUser_email :: Lens' UpdateUser Text Source #

The email address of the user that you want to update.

updateUser_role :: Lens' UpdateUser UserRole Source #

The Amazon QuickSight role of the user. The role can be one of the following default security cohorts:

  • READER: A user who has read-only access to dashboards.
  • AUTHOR: A user who can create data sources, datasets, analyses, and dashboards.
  • ADMIN: A user who is an author, who can also manage Amazon QuickSight settings.

The name of the Amazon QuickSight role is invisible to the user except for the console screens dealing with permissions.

updateUserResponse_requestId :: Lens' UpdateUserResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

updateUserResponse_status :: Lens' UpdateUserResponse Int Source #

The HTTP status of the request.

Types

AccountCustomization

accountCustomization_defaultTheme :: Lens' AccountCustomization (Maybe Text) Source #

The default theme for this Amazon QuickSight subscription.

AccountInfo

accountInfo_accountName :: Lens' AccountInfo (Maybe Text) Source #

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.

accountInfo_accountSubscriptionStatus :: Lens' AccountInfo (Maybe Text) Source #

The status of your account subscription.

accountInfo_authenticationType :: Lens' AccountInfo (Maybe Text) Source #

The way that your Amazon QuickSight account is authenticated.

accountInfo_edition :: Lens' AccountInfo (Maybe Edition) Source #

The edition of your Amazon QuickSight account.

accountInfo_notificationEmail :: Lens' AccountInfo (Maybe Text) Source #

The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.

AccountSettings

accountSettings_accountName :: Lens' AccountSettings (Maybe Text) Source #

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.

accountSettings_defaultNamespace :: Lens' AccountSettings (Maybe Text) Source #

The default Amazon QuickSight namespace for your Amazon Web Services account.

accountSettings_edition :: Lens' AccountSettings (Maybe Edition) Source #

The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.

accountSettings_notificationEmail :: Lens' AccountSettings (Maybe Text) Source #

The main notification email for your Amazon QuickSight subscription.

accountSettings_publicSharingEnabled :: Lens' AccountSettings (Maybe Bool) Source #

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.

accountSettings_terminationProtectionEnabled :: Lens' AccountSettings (Maybe Bool) Source #

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.

ActiveIAMPolicyAssignment

activeIAMPolicyAssignment_policyArn :: Lens' ActiveIAMPolicyAssignment (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

AdHocFilteringOption

AggregationFunction

aggregationFunction_categoricalAggregationFunction :: Lens' AggregationFunction (Maybe CategoricalAggregationFunction) Source #

Aggregation for categorical values.

  • COUNT: Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT: Aggregate by the total number of distinct values.

aggregationFunction_dateAggregationFunction :: Lens' AggregationFunction (Maybe DateAggregationFunction) Source #

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.

AggregationSortConfiguration

aggregationSortConfiguration_column :: Lens' AggregationSortConfiguration ColumnIdentifier Source #

The column that determines the sort order of aggregated values.

aggregationSortConfiguration_sortDirection :: Lens' AggregationSortConfiguration SortDirection Source #

The sort direction of values.

  • ASC: Sort in ascending order.
  • DESC: Sort in descending order.

AmazonElasticsearchParameters

AmazonOpenSearchParameters

Analysis

analysis_analysisId :: Lens' Analysis (Maybe Text) Source #

The ID of the analysis.

analysis_arn :: Lens' Analysis (Maybe Text) Source #

The Amazon Resource Name (ARN) of the analysis.

analysis_createdTime :: Lens' Analysis (Maybe UTCTime) Source #

The time that the analysis was created.

analysis_dataSetArns :: Lens' Analysis (Maybe [Text]) Source #

The ARNs of the datasets of the analysis.

analysis_errors :: Lens' Analysis (Maybe (NonEmpty AnalysisError)) Source #

Errors associated with the analysis.

analysis_lastUpdatedTime :: Lens' Analysis (Maybe UTCTime) Source #

The time that the analysis was last updated.

analysis_name :: Lens' Analysis (Maybe Text) Source #

The descriptive name of the analysis.

analysis_sheets :: Lens' Analysis (Maybe [Sheet]) Source #

A list of the associated sheets with the unique identifier and name of each sheet.

analysis_status :: Lens' Analysis (Maybe ResourceStatus) Source #

Status associated with the analysis.

analysis_themeArn :: Lens' Analysis (Maybe Text) Source #

The ARN of the theme of the analysis.

AnalysisDefaults

AnalysisDefinition

analysisDefinition_calculatedFields :: Lens' AnalysisDefinition (Maybe [CalculatedField]) Source #

An array of calculated field definitions for the analysis.

analysisDefinition_columnConfigurations :: Lens' AnalysisDefinition (Maybe [ColumnConfiguration]) Source #

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.

analysisDefinition_filterGroups :: Lens' AnalysisDefinition (Maybe [FilterGroup]) Source #

Filter definitions for an analysis.

For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.

analysisDefinition_parameterDeclarations :: Lens' AnalysisDefinition (Maybe [ParameterDeclaration]) Source #

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 in the Amazon QuickSight User Guide.

analysisDefinition_sheets :: Lens' AnalysisDefinition (Maybe [SheetDefinition]) Source #

An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.

analysisDefinition_dataSetIdentifierDeclarations :: Lens' AnalysisDefinition (NonEmpty DataSetIdentifierDeclaration) Source #

An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.

AnalysisError

analysisError_message :: Lens' AnalysisError (Maybe Text) Source #

The message associated with the analysis error.

AnalysisSearchFilter

analysisSearchFilter_name :: Lens' AnalysisSearchFilter (Maybe AnalysisFilterAttribute) Source #

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.

analysisSearchFilter_operator :: Lens' AnalysisSearchFilter (Maybe FilterOperator) Source #

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.

analysisSearchFilter_value :: Lens' AnalysisSearchFilter (Maybe Text) Source #

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

AnalysisSourceEntity

analysisSourceEntity_sourceTemplate :: Lens' AnalysisSourceEntity (Maybe AnalysisSourceTemplate) Source #

The source template for the source entity of the analysis.

AnalysisSourceTemplate

analysisSourceTemplate_dataSetReferences :: Lens' AnalysisSourceTemplate (NonEmpty DataSetReference) Source #

The dataset references of the source template of an analysis.

analysisSourceTemplate_arn :: Lens' AnalysisSourceTemplate Text Source #

The Amazon Resource Name (ARN) of the source template of an analysis.

AnalysisSummary

analysisSummary_analysisId :: Lens' AnalysisSummary (Maybe Text) Source #

The ID of the analysis. This ID displays in the URL.

analysisSummary_arn :: Lens' AnalysisSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) for the analysis.

analysisSummary_createdTime :: Lens' AnalysisSummary (Maybe UTCTime) Source #

The time that the analysis was created.

analysisSummary_lastUpdatedTime :: Lens' AnalysisSummary (Maybe UTCTime) Source #

The time that the analysis was last updated.

analysisSummary_name :: Lens' AnalysisSummary (Maybe Text) Source #

The name of the analysis. This name is displayed in the Amazon QuickSight console.

analysisSummary_status :: Lens' AnalysisSummary (Maybe ResourceStatus) Source #

The last known status for the analysis.

AnchorDateConfiguration

anchorDateConfiguration_anchorOption :: Lens' AnchorDateConfiguration (Maybe AnchorOption) Source #

The options for the date configuration. Choose one of the options below:

  • NOW

anchorDateConfiguration_parameterName :: Lens' AnchorDateConfiguration (Maybe Text) Source #

The name of the parameter that is used for the anchor date configuration.

AnonymousUserDashboardEmbeddingConfiguration

anonymousUserDashboardEmbeddingConfiguration_initialDashboardId :: Lens' AnonymousUserDashboardEmbeddingConfiguration Text Source #

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.

AnonymousUserDashboardVisualEmbeddingConfiguration

anonymousUserDashboardVisualEmbeddingConfiguration_initialDashboardVisualId :: Lens' AnonymousUserDashboardVisualEmbeddingConfiguration DashboardVisualId Source #

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.

AnonymousUserEmbeddingExperienceConfiguration

AnonymousUserQSearchBarEmbeddingConfiguration

anonymousUserQSearchBarEmbeddingConfiguration_initialTopicId :: Lens' AnonymousUserQSearchBarEmbeddingConfiguration Text Source #

The QuickSight Q topic ID of the topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q search bar with this topic pre-selected.

The Amazon Resource Name (ARN) of this Q topic must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

ArcAxisConfiguration

ArcAxisDisplayRange

arcAxisDisplayRange_max :: Lens' ArcAxisDisplayRange (Maybe Double) Source #

The maximum value of the arc axis range.

arcAxisDisplayRange_min :: Lens' ArcAxisDisplayRange (Maybe Double) Source #

The minimum value of the arc axis range.

ArcConfiguration

arcConfiguration_arcAngle :: Lens' ArcConfiguration (Maybe Double) Source #

The option that determines the arc angle of a GaugeChartVisual.

arcConfiguration_arcThickness :: Lens' ArcConfiguration (Maybe ArcThicknessOptions) Source #

The options that determine the arc thickness of a GaugeChartVisual.

ArcOptions

arcOptions_arcThickness :: Lens' ArcOptions (Maybe ArcThickness) Source #

The arc thickness of a GaugeChartVisual.

AthenaParameters

athenaParameters_roleArn :: Lens' AthenaParameters (Maybe Text) Source #

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.

athenaParameters_workGroup :: Lens' AthenaParameters (Maybe Text) Source #

The workgroup that Amazon Athena uses.

AuroraParameters

AuroraPostgreSqlParameters

auroraPostgreSqlParameters_host :: Lens' AuroraPostgreSqlParameters Text Source #

The Amazon Aurora PostgreSQL-Compatible host to connect to.

auroraPostgreSqlParameters_port :: Lens' AuroraPostgreSqlParameters Natural Source #

The port that Amazon Aurora PostgreSQL is listening on.

auroraPostgreSqlParameters_database :: Lens' AuroraPostgreSqlParameters Text Source #

The Amazon Aurora PostgreSQL database to connect to.

AwsIotAnalyticsParameters

AxisDataOptions

axisDataOptions_dateAxisOptions :: Lens' AxisDataOptions (Maybe DateAxisOptions) Source #

The options for an axis with a date field.

axisDataOptions_numericAxisOptions :: Lens' AxisDataOptions (Maybe NumericAxisOptions) Source #

The options for an axis with a numeric field.

AxisDisplayDataDrivenRange

AxisDisplayMinMaxRange

axisDisplayMinMaxRange_maximum :: Lens' AxisDisplayMinMaxRange (Maybe Double) Source #

The maximum setup for an axis display range.

axisDisplayMinMaxRange_minimum :: Lens' AxisDisplayMinMaxRange (Maybe Double) Source #

The minimum setup for an axis display range.

AxisDisplayOptions

axisDisplayOptions_axisLineVisibility :: Lens' AxisDisplayOptions (Maybe Visibility) Source #

Determines whether or not the axis line is visible.

axisDisplayOptions_axisOffset :: Lens' AxisDisplayOptions (Maybe Text) Source #

The offset value that determines the starting placement of the axis within a visual's bounds.

axisDisplayOptions_gridLineVisibility :: Lens' AxisDisplayOptions (Maybe Visibility) Source #

Determines whether or not the grid line is visible.

AxisDisplayRange

axisDisplayRange_dataDriven :: Lens' AxisDisplayRange (Maybe AxisDisplayDataDrivenRange) Source #

The data-driven setup of an axis display range.

axisDisplayRange_minMax :: Lens' AxisDisplayRange (Maybe AxisDisplayMinMaxRange) Source #

The minimum and maximum setup of an axis display range.

AxisLabelOptions

axisLabelOptions_applyTo :: Lens' AxisLabelOptions (Maybe AxisLabelReferenceOptions) Source #

The options that indicate which field the label belongs to.

AxisLabelReferenceOptions

axisLabelReferenceOptions_fieldId :: Lens' AxisLabelReferenceOptions Text Source #

The field that the axis label is targeted to.

AxisLinearScale

axisLinearScale_stepCount :: Lens' AxisLinearScale (Maybe Int) Source #

The step count setup of a linear axis.

axisLinearScale_stepSize :: Lens' AxisLinearScale (Maybe Double) Source #

The step size setup of a linear axis.

AxisLogarithmicScale

axisLogarithmicScale_base :: Lens' AxisLogarithmicScale (Maybe Double) Source #

The base setup of a logarithmic axis scale.

AxisScale

axisScale_linear :: Lens' AxisScale (Maybe AxisLinearScale) Source #

The linear axis scale setup.

AxisTickLabelOptions

axisTickLabelOptions_labelOptions :: Lens' AxisTickLabelOptions (Maybe LabelOptions) Source #

Determines whether or not the axis ticks are visible.

axisTickLabelOptions_rotationAngle :: Lens' AxisTickLabelOptions (Maybe Double) Source #

The rotation angle of the axis tick labels.

BarChartAggregatedFieldWells

barChartAggregatedFieldWells_colors :: Lens' BarChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The color (group/color) field well of a bar chart.

barChartAggregatedFieldWells_values :: Lens' BarChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field wells of a bar chart. Values are aggregated by category.

BarChartConfiguration

barChartConfiguration_barsArrangement :: Lens' BarChartConfiguration (Maybe BarsArrangement) Source #

Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.

barChartConfiguration_categoryAxis :: Lens' BarChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) for bar chart category.

barChartConfiguration_categoryLabelOptions :: Lens' BarChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort icon visibility) for a bar chart.

barChartConfiguration_colorLabelOptions :: Lens' BarChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.

barChartConfiguration_contributionAnalysisDefaults :: Lens' BarChartConfiguration (Maybe (NonEmpty ContributionAnalysisDefault)) Source #

The contribution analysis (anomaly configuration) setup of the visual.

barChartConfiguration_dataLabels :: Lens' BarChartConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

barChartConfiguration_orientation :: Lens' BarChartConfiguration (Maybe BarChartOrientation) Source #

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.

barChartConfiguration_valueAxis :: Lens' BarChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) for a bar chart value.

barChartConfiguration_valueLabelOptions :: Lens' BarChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort icon visibility) for a bar chart value.

barChartConfiguration_visualPalette :: Lens' BarChartConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.

BarChartFieldWells

BarChartSortConfiguration

barChartSortConfiguration_categoryItemsLimit :: Lens' BarChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of categories displayed in a bar chart.

barChartSortConfiguration_colorSort :: Lens' BarChartSortConfiguration (Maybe [FieldSortOptions]) Source #

The sort configuration of color fields in a bar chart.

BarChartVisual

barChartVisual_actions :: Lens' BarChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

barChartVisual_columnHierarchies :: Lens' BarChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

barChartVisual_subtitle :: Lens' BarChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

barChartVisual_title :: Lens' BarChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

barChartVisual_visualId :: Lens' BarChartVisual Text Source #

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.

BinCountOptions

binCountOptions_value :: Lens' BinCountOptions (Maybe Natural) Source #

The options that determine the bin count value.

BinWidthOptions

binWidthOptions_binCountLimit :: Lens' BinWidthOptions (Maybe Natural) Source #

The options that determine the bin count limit.

binWidthOptions_value :: Lens' BinWidthOptions (Maybe Double) Source #

The options that determine the bin width value.

BodySectionConfiguration

BodySectionContent

BorderStyle

borderStyle_show :: Lens' BorderStyle (Maybe Bool) Source #

The option to enable display of borders for visuals.

BoxPlotAggregatedFieldWells

boxPlotAggregatedFieldWells_groupBy :: Lens' BoxPlotAggregatedFieldWells (Maybe [DimensionField]) Source #

The group by field well of a box plot chart. Values are grouped based on group by fields.

boxPlotAggregatedFieldWells_values :: Lens' BoxPlotAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field well of a box plot chart. Values are aggregated based on group by fields.

BoxPlotChartConfiguration

boxPlotChartConfiguration_categoryAxis :: Lens' BoxPlotChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) of a box plot category.

boxPlotChartConfiguration_categoryLabelOptions :: Lens' BoxPlotChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort Icon visibility) of a box plot category.

boxPlotChartConfiguration_primaryYAxisDisplayOptions :: Lens' BoxPlotChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) of a box plot category.

boxPlotChartConfiguration_primaryYAxisLabelOptions :: Lens' BoxPlotChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort icon visibility) of a box plot value.

boxPlotChartConfiguration_visualPalette :: Lens' BoxPlotChartConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.

BoxPlotFieldWells

BoxPlotOptions

boxPlotOptions_allDataPointsVisibility :: Lens' BoxPlotOptions (Maybe Visibility) Source #

Determines the visibility of all data points of the box plot.

boxPlotOptions_outlierVisibility :: Lens' BoxPlotOptions (Maybe Visibility) Source #

Determines the visibility of the outlier in a box plot.

BoxPlotSortConfiguration

BoxPlotStyleOptions

boxPlotStyleOptions_fillStyle :: Lens' BoxPlotStyleOptions (Maybe BoxPlotFillStyle) Source #

The fill styles (solid, transparent) of the box plot.

BoxPlotVisual

boxPlotVisual_actions :: Lens' BoxPlotVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

boxPlotVisual_columnHierarchies :: Lens' BoxPlotVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

boxPlotVisual_subtitle :: Lens' BoxPlotVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

boxPlotVisual_title :: Lens' BoxPlotVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

boxPlotVisual_visualId :: Lens' BoxPlotVisual Text Source #

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

CalculatedColumn

calculatedColumn_columnId :: Lens' CalculatedColumn Text Source #

A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.

calculatedColumn_expression :: Lens' CalculatedColumn Text Source #

An expression that defines the calculated column.

CalculatedField

calculatedField_dataSetIdentifier :: Lens' CalculatedField Text Source #

The data set that is used in this calculated field.

calculatedField_name :: Lens' CalculatedField Text Source #

The name of the calculated field.

calculatedField_expression :: Lens' CalculatedField Text Source #

The expression of the calculated field.

CalculatedMeasureField

calculatedMeasureField_expression :: Lens' CalculatedMeasureField Text Source #

The expression in the table calculation.

CascadingControlConfiguration

cascadingControlConfiguration_sourceControls :: Lens' CascadingControlConfiguration (Maybe [CascadingControlSource]) Source #

A list of source controls that determine the values that are used in the current control.

CascadingControlSource

cascadingControlSource_columnToMatch :: Lens' CascadingControlSource (Maybe ColumnIdentifier) Source #

The column identifier that determines which column to look up for the source sheet control.

cascadingControlSource_sourceSheetControlId :: Lens' CascadingControlSource (Maybe Text) Source #

The source sheet control ID of a CascadingControlSource.

CastColumnTypeOperation

castColumnTypeOperation_format :: Lens' CastColumnTypeOperation (Maybe Text) Source #

When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

CategoricalDimensionField

categoricalDimensionField_column :: Lens' CategoricalDimensionField ColumnIdentifier Source #

The column that is used in the CategoricalDimensionField.

CategoricalMeasureField

categoricalMeasureField_column :: Lens' CategoricalMeasureField ColumnIdentifier Source #

The column that is used in the CategoricalMeasureField.

CategoryDrillDownFilter

categoryDrillDownFilter_categoryValues :: Lens' CategoryDrillDownFilter [Text] Source #

A list of the string inputs that are the values of the category drill down filter.

CategoryFilter

categoryFilter_filterId :: Lens' CategoryFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

categoryFilter_column :: Lens' CategoryFilter ColumnIdentifier Source #

The column that the filter is applied to.

CategoryFilterConfiguration

categoryFilterConfiguration_customFilterConfiguration :: Lens' CategoryFilterConfiguration (Maybe CustomFilterConfiguration) Source #

A custom filter that filters based on a single value. This filter can be partially matched.

categoryFilterConfiguration_customFilterListConfiguration :: Lens' CategoryFilterConfiguration (Maybe CustomFilterListConfiguration) Source #

A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.

categoryFilterConfiguration_filterListConfiguration :: Lens' CategoryFilterConfiguration (Maybe FilterListConfiguration) Source #

A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.

ChartAxisLabelOptions

chartAxisLabelOptions_sortIconVisibility :: Lens' ChartAxisLabelOptions (Maybe Visibility) Source #

The visibility configuration of the sort icon on a chart's axis label.

chartAxisLabelOptions_visibility :: Lens' ChartAxisLabelOptions (Maybe Visibility) Source #

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE: Shows the axis.
  • HIDDEN: Hides the axis.

ClusterMarker

clusterMarker_simpleClusterMarker :: Lens' ClusterMarker (Maybe SimpleClusterMarker) Source #

The simple cluster marker of the cluster marker.

ClusterMarkerConfiguration

clusterMarkerConfiguration_clusterMarker :: Lens' ClusterMarkerConfiguration (Maybe ClusterMarker) Source #

The cluster marker that is a part of the cluster marker configuration

ColorScale

colorScale_nullValueColor :: Lens' ColorScale (Maybe DataColor) Source #

Determines the color that is applied to null values.

colorScale_colors :: Lens' ColorScale (NonEmpty DataColor) Source #

Determines the list of colors that are applied to the visual.

ColumnConfiguration

ColumnDescription

columnDescription_text :: Lens' ColumnDescription (Maybe Text) Source #

The text of a description for a column.

ColumnGroup

columnGroup_geoSpatialColumnGroup :: Lens' ColumnGroup (Maybe GeoSpatialColumnGroup) Source #

Geospatial column group that denotes a hierarchy.

ColumnGroupColumnSchema

columnGroupColumnSchema_name :: Lens' ColumnGroupColumnSchema (Maybe Text) Source #

The name of the column group's column schema.

ColumnGroupSchema

columnGroupSchema_columnGroupColumnSchemaList :: Lens' ColumnGroupSchema (Maybe [ColumnGroupColumnSchema]) Source #

A structure containing the list of schemas for column group columns.

columnGroupSchema_name :: Lens' ColumnGroupSchema (Maybe Text) Source #

The name of the column group schema.

ColumnHierarchy

columnHierarchy_dateTimeHierarchy :: Lens' ColumnHierarchy (Maybe DateTimeHierarchy) Source #

The option that determines the hierarchy of any DateTime fields.

columnHierarchy_explicitHierarchy :: Lens' ColumnHierarchy (Maybe ExplicitHierarchy) Source #

The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.

columnHierarchy_predefinedHierarchy :: Lens' ColumnHierarchy (Maybe PredefinedHierarchy) Source #

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

ColumnIdentifier

columnIdentifier_dataSetIdentifier :: Lens' ColumnIdentifier Text Source #

The data set that the column belongs to.

ColumnLevelPermissionRule

columnLevelPermissionRule_principals :: Lens' ColumnLevelPermissionRule (Maybe (NonEmpty Text)) Source #

An array of Amazon Resource Names (ARNs) for Amazon QuickSight users or groups.

ColumnSchema

columnSchema_dataType :: Lens' ColumnSchema (Maybe Text) Source #

The data type of the column schema.

columnSchema_geographicRole :: Lens' ColumnSchema (Maybe Text) Source #

The geographic role of the column schema.

columnSchema_name :: Lens' ColumnSchema (Maybe Text) Source #

The name of the column schema.

ColumnSort

columnSort_aggregationFunction :: Lens' ColumnSort (Maybe AggregationFunction) Source #

The aggregation function that is defined in the column sort.

ColumnTag

ColumnTooltipItem

columnTooltipItem_aggregation :: Lens' ColumnTooltipItem (Maybe AggregationFunction) Source #

The aggregation function of the column tooltip item.

columnTooltipItem_label :: Lens' ColumnTooltipItem (Maybe Text) Source #

The label of the tooltip item.

columnTooltipItem_column :: Lens' ColumnTooltipItem ColumnIdentifier Source #

The target column of the tooltip item.

ComboChartAggregatedFieldWells

comboChartAggregatedFieldWells_barValues :: Lens' ComboChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The aggregated BarValues field well of a combo chart.

comboChartAggregatedFieldWells_lineValues :: Lens' ComboChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The aggregated LineValues field well of a combo chart.

ComboChartConfiguration

comboChartConfiguration_barDataLabels :: Lens' ComboChartConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

The data label options for a bar in a combo chart.

comboChartConfiguration_barsArrangement :: Lens' ComboChartConfiguration (Maybe BarsArrangement) Source #

Determines the bar arrangement in a combo chart. The following are valid values in this structure:

  • CLUSTERED: For clustered bar combo charts.
  • STACKED: For stacked bar combo charts.
  • STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.

comboChartConfiguration_categoryLabelOptions :: Lens' ComboChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.

comboChartConfiguration_colorLabelOptions :: Lens' ComboChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.

comboChartConfiguration_lineDataLabels :: Lens' ComboChartConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

The data label options for a line in a combo chart.

comboChartConfiguration_primaryYAxisDisplayOptions :: Lens' ComboChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.

comboChartConfiguration_primaryYAxisLabelOptions :: Lens' ComboChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.

comboChartConfiguration_secondaryYAxisDisplayOptions :: Lens' ComboChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.

comboChartConfiguration_secondaryYAxisLabelOptions :: Lens' ComboChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.

comboChartConfiguration_visualPalette :: Lens' ComboChartConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.

ComboChartFieldWells

comboChartFieldWells_comboChartAggregatedFieldWells :: Lens' ComboChartFieldWells (Maybe ComboChartAggregatedFieldWells) Source #

The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.

ComboChartSortConfiguration

comboChartSortConfiguration_categoryItemsLimit :: Lens' ComboChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The item limit configuration for the category field well of a combo chart.

comboChartSortConfiguration_categorySort :: Lens' ComboChartSortConfiguration (Maybe [FieldSortOptions]) Source #

The sort configuration of the category field well in a combo chart.

comboChartSortConfiguration_colorItemsLimit :: Lens' ComboChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The item limit configuration of the color field well in a combo chart.

comboChartSortConfiguration_colorSort :: Lens' ComboChartSortConfiguration (Maybe [FieldSortOptions]) Source #

The sort configuration of the color field well in a combo chart.

ComboChartVisual

comboChartVisual_actions :: Lens' ComboChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

comboChartVisual_columnHierarchies :: Lens' ComboChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

comboChartVisual_subtitle :: Lens' ComboChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

comboChartVisual_title :: Lens' ComboChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

comboChartVisual_visualId :: Lens' ComboChartVisual Text Source #

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.

ComparisonConfiguration

comparisonConfiguration_comparisonMethod :: Lens' ComparisonConfiguration (Maybe ComparisonMethod) Source #

The method of the comparison. Choose from the following options:

  • DIFFERENCE
  • PERCENT_DIFFERENCE
  • PERCENT

ComparisonFormatConfiguration

Computation

computation_forecast :: Lens' Computation (Maybe ForecastComputation) Source #

The forecast computation configuration.

computation_growthRate :: Lens' Computation (Maybe GrowthRateComputation) Source #

The growth rate computation configuration.

computation_maximumMinimum :: Lens' Computation (Maybe MaximumMinimumComputation) Source #

The maximum and minimum computation configuration.

computation_metricComparison :: Lens' Computation (Maybe MetricComparisonComputation) Source #

The metric comparison computation configuration.

computation_periodOverPeriod :: Lens' Computation (Maybe PeriodOverPeriodComputation) Source #

The period over period computation configuration.

computation_periodToDate :: Lens' Computation (Maybe PeriodToDateComputation) Source #

The period to DataSetIdentifier computation configuration.

computation_topBottomMovers :: Lens' Computation (Maybe TopBottomMoversComputation) Source #

The top movers and bottom movers computation configuration.

computation_topBottomRanked :: Lens' Computation (Maybe TopBottomRankedComputation) Source #

The top ranked and bottom ranked computation configuration.

computation_totalAggregation :: Lens' Computation (Maybe TotalAggregationComputation) Source #

The total aggregation computation configuration.

computation_uniqueValues :: Lens' Computation (Maybe UniqueValuesComputation) Source #

The unique values computation configuration.

ConditionalFormattingColor

ConditionalFormattingCustomIconCondition

ConditionalFormattingCustomIconOptions

ConditionalFormattingGradientColor

conditionalFormattingGradientColor_expression :: Lens' ConditionalFormattingGradientColor Text Source #

The expression that determines the formatting configuration for gradient color.

ConditionalFormattingIcon

ConditionalFormattingIconDisplayConfiguration

ConditionalFormattingIconSet

conditionalFormattingIconSet_expression :: Lens' ConditionalFormattingIconSet Text Source #

The expression that determines the formatting configuration for the icon set.

ConditionalFormattingSolidColor

conditionalFormattingSolidColor_expression :: Lens' ConditionalFormattingSolidColor Text Source #

The expression that determines the formatting configuration for solid color.

ContributionAnalysisDefault

contributionAnalysisDefault_measureFieldId :: Lens' ContributionAnalysisDefault Text Source #

The measure field that is used in the contribution analysis.

contributionAnalysisDefault_contributorDimensions :: Lens' ContributionAnalysisDefault (NonEmpty ColumnIdentifier) Source #

The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.

CreateColumnsOperation

CredentialPair

credentialPair_alternateDataSourceParameters :: Lens' CredentialPair (Maybe (NonEmpty DataSourceParameters)) Source #

A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If the AlternateDataSourceParameters list is null, the DataSourceParameters originally used with these Credentials is automatically allowed.

CurrencyDisplayFormatConfiguration

CustomActionFilterOperation

CustomActionNavigationOperation

CustomActionSetParametersOperation

CustomActionURLOperation

customActionURLOperation_uRLTemplate :: Lens' CustomActionURLOperation Text Source #

THe URL link of the CustomActionURLOperation.

customActionURLOperation_uRLTarget :: Lens' CustomActionURLOperation URLTargetConfiguration Source #

The target of the CustomActionURLOperation.

Valid values are defined as follows:

  • NEW_TAB: Opens the target URL in a new browser tab.
  • NEW_WINDOW: Opens the target URL in a new browser window.
  • SAME_TAB: Opens the target URL in the same browser tab.

CustomContentConfiguration

customContentConfiguration_contentType :: Lens' CustomContentConfiguration (Maybe CustomContentType) Source #

The content type of the custom content visual. You can use this to have the visual render as an image.

customContentConfiguration_contentUrl :: Lens' CustomContentConfiguration (Maybe Text) Source #

The input URL that links to the custom content that you want in the custom visual.

customContentConfiguration_imageScaling :: Lens' CustomContentConfiguration (Maybe CustomContentImageScalingConfiguration) Source #

The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.

CustomContentVisual

customContentVisual_actions :: Lens' CustomContentVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

customContentVisual_visualId :: Lens' CustomContentVisual Text Source #

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.

customContentVisual_dataSetIdentifier :: Lens' CustomContentVisual Text Source #

The dataset that is used to create the custom content visual. You can't create a visual without a dataset.

CustomFilterConfiguration

customFilterConfiguration_categoryValue :: Lens' CustomFilterConfiguration (Maybe Text) Source #

The category value for the filter.

This field is mutually exclusive to ParameterName.

customFilterConfiguration_parameterName :: Lens' CustomFilterConfiguration (Maybe Text) Source #

The parameter whose value should be used for the filter value.

This field is mutually exclusive to CategoryValue.

customFilterConfiguration_selectAllOptions :: Lens' CustomFilterConfiguration (Maybe CategoryFilterSelectAllOptions) Source #

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

customFilterConfiguration_matchOperator :: Lens' CustomFilterConfiguration CategoryFilterMatchOperator Source #

The match operator that is used to determine if a filter should be applied.

customFilterConfiguration_nullOption :: Lens' CustomFilterConfiguration FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

CustomFilterListConfiguration

customFilterListConfiguration_selectAllOptions :: Lens' CustomFilterListConfiguration (Maybe CategoryFilterSelectAllOptions) Source #

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

customFilterListConfiguration_matchOperator :: Lens' CustomFilterListConfiguration CategoryFilterMatchOperator Source #

The match operator that is used to determine if a filter should be applied.

customFilterListConfiguration_nullOption :: Lens' CustomFilterListConfiguration FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

CustomNarrativeOptions

CustomParameterValues

customParameterValues_dateTimeValues :: Lens' CustomParameterValues (Maybe [UTCTime]) Source #

A list of datetime-type parameter values.

customParameterValues_decimalValues :: Lens' CustomParameterValues (Maybe [Double]) Source #

A list of decimal-type parameter values.

customParameterValues_stringValues :: Lens' CustomParameterValues (Maybe [Text]) Source #

A list of string-type parameter values.

CustomSql

customSql_columns :: Lens' CustomSql (Maybe (NonEmpty InputColumn)) Source #

The column schema from the SQL query result set.

customSql_dataSourceArn :: Lens' CustomSql Text Source #

The Amazon Resource Name (ARN) of the data source.

customSql_name :: Lens' CustomSql Text Source #

A display name for the SQL query result.

CustomValuesConfiguration

customValuesConfiguration_includeNullValue :: Lens' CustomValuesConfiguration (Maybe Bool) Source #

Includes the null value in custom action parameter values.

Dashboard

dashboard_arn :: Lens' Dashboard (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dashboard_createdTime :: Lens' Dashboard (Maybe UTCTime) Source #

The time that this dashboard was created.

dashboard_lastPublishedTime :: Lens' Dashboard (Maybe UTCTime) Source #

The last time that this dashboard was published.

dashboard_lastUpdatedTime :: Lens' Dashboard (Maybe UTCTime) Source #

The last time that this dashboard was updated.

dashboard_name :: Lens' Dashboard (Maybe Text) Source #

A display name for the dashboard.

DashboardError

DashboardPublishOptions

DashboardSearchFilter

dashboardSearchFilter_name :: Lens' DashboardSearchFilter (Maybe DashboardFilterAttribute) Source #

The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the dashboards's owners or viewers are returned. Implicit permissions from folders or groups are considered.
  • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners of the dashboards are returned. Implicit permissions from folders or groups are considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as the only owner of the dashboard are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners of the dashboards are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners or viewers of the dashboards are returned. Implicit permissions from folders or groups are not considered.
  • DASHBOARD_NAME: Any dashboards whose names have a substring match to this value will be returned.

dashboardSearchFilter_value :: Lens' DashboardSearchFilter (Maybe Text) Source #

The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

dashboardSearchFilter_operator :: Lens' DashboardSearchFilter FilterOperator Source #

The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the folders you are searching for. For example, "Name":"DASHBOARD_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DASHBOARD_NAME.

DashboardSourceEntity

DashboardSourceTemplate

dashboardSourceTemplate_arn :: Lens' DashboardSourceTemplate Text Source #

The Amazon Resource Name (ARN) of the resource.

DashboardSummary

dashboardSummary_arn :: Lens' DashboardSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dashboardSummary_createdTime :: Lens' DashboardSummary (Maybe UTCTime) Source #

The time that this dashboard was created.

dashboardSummary_lastPublishedTime :: Lens' DashboardSummary (Maybe UTCTime) Source #

The last time that this dashboard was published.

dashboardSummary_lastUpdatedTime :: Lens' DashboardSummary (Maybe UTCTime) Source #

The last time that this dashboard was updated.

dashboardSummary_name :: Lens' DashboardSummary (Maybe Text) Source #

A display name for the dashboard.

DashboardVersion

dashboardVersion_arn :: Lens' DashboardVersion (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dashboardVersion_createdTime :: Lens' DashboardVersion (Maybe UTCTime) Source #

The time that this dashboard version was created.

dashboardVersion_dataSetArns :: Lens' DashboardVersion (Maybe [Text]) Source #

The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

dashboardVersion_errors :: Lens' DashboardVersion (Maybe (NonEmpty DashboardError)) Source #

Errors associated with this dashboard version.

dashboardVersion_sheets :: Lens' DashboardVersion (Maybe [Sheet]) Source #

A list of the associated sheets with the unique identifier and name of each sheet.

dashboardVersion_themeArn :: Lens' DashboardVersion (Maybe Text) Source #

The ARN of the theme associated with a version of the dashboard.

dashboardVersion_versionNumber :: Lens' DashboardVersion (Maybe Natural) Source #

Version number for this version of the dashboard.

DashboardVersionDefinition

dashboardVersionDefinition_calculatedFields :: Lens' DashboardVersionDefinition (Maybe [CalculatedField]) Source #

An array of calculated field definitions for the dashboard.

dashboardVersionDefinition_columnConfigurations :: Lens' DashboardVersionDefinition (Maybe [ColumnConfiguration]) Source #

An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.

dashboardVersionDefinition_filterGroups :: Lens' DashboardVersionDefinition (Maybe [FilterGroup]) Source #

The filter definitions for a dashboard.

For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.

dashboardVersionDefinition_parameterDeclarations :: Lens' DashboardVersionDefinition (Maybe [ParameterDeclaration]) Source #

The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

dashboardVersionDefinition_dataSetIdentifierDeclarations :: Lens' DashboardVersionDefinition (NonEmpty DataSetIdentifierDeclaration) Source #

An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.

DashboardVersionSummary

dashboardVersionSummary_arn :: Lens' DashboardVersionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dashboardVersionSummary_createdTime :: Lens' DashboardVersionSummary (Maybe UTCTime) Source #

The time that this dashboard version was created.

DashboardVisualId

dashboardVisualId_dashboardId :: Lens' DashboardVisualId Text Source #

The ID of the dashboard that has the visual that you want to embed. The DashboardId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get the DashboardId with a ListDashboards API operation.

dashboardVisualId_sheetId :: Lens' DashboardVisualId Text Source #

The ID of the sheet that the has visual that you want to embed. The SheetId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console.

dashboardVisualId_visualId :: Lens' DashboardVisualId Text Source #

The ID of the visual that you want to embed. The VisualID can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console.

DashboardVisualPublishOptions

DataColor

dataColor_color :: Lens' DataColor (Maybe Text) Source #

The color that is applied to the data value.

dataColor_dataValue :: Lens' DataColor (Maybe Double) Source #

The data value that the color is applied to.

DataColorPalette

dataColorPalette_colors :: Lens' DataColorPalette (Maybe [Text]) Source #

The hexadecimal codes for the colors.

dataColorPalette_emptyFillColor :: Lens' DataColorPalette (Maybe Text) Source #

The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

dataColorPalette_minMaxGradient :: Lens' DataColorPalette (Maybe [Text]) Source #

The minimum and maximum hexadecimal codes that describe a color gradient.

DataFieldSeriesItem

dataFieldSeriesItem_fieldValue :: Lens' DataFieldSeriesItem (Maybe Text) Source #

The field value of the field that you are setting the axis binding to.

dataFieldSeriesItem_settings :: Lens' DataFieldSeriesItem (Maybe LineChartSeriesSettings) Source #

The options that determine the presentation of line series associated to the field.

dataFieldSeriesItem_fieldId :: Lens' DataFieldSeriesItem Text Source #

The field ID of the field that you are setting the axis binding to.

dataFieldSeriesItem_axisBinding :: Lens' DataFieldSeriesItem AxisBinding Source #

The axis that you are binding the field to.

DataLabelOptions

dataLabelOptions_categoryLabelVisibility :: Lens' DataLabelOptions (Maybe Visibility) Source #

Determines the visibility of the category field labels.

dataLabelOptions_dataLabelTypes :: Lens' DataLabelOptions (Maybe [DataLabelType]) Source #

The option that determines the data label type.

dataLabelOptions_labelColor :: Lens' DataLabelOptions (Maybe Text) Source #

Determines the color of the data labels.

dataLabelOptions_labelContent :: Lens' DataLabelOptions (Maybe DataLabelContent) Source #

Determines the content of the data labels.

dataLabelOptions_labelFontConfiguration :: Lens' DataLabelOptions (Maybe FontConfiguration) Source #

Determines the font configuration of the data labels.

dataLabelOptions_measureLabelVisibility :: Lens' DataLabelOptions (Maybe Visibility) Source #

Determines the visibility of the measure field labels.

dataLabelOptions_overlap :: Lens' DataLabelOptions (Maybe DataLabelOverlap) Source #

Determines whether overlap is enabled or disabled for the data labels.

dataLabelOptions_position :: Lens' DataLabelOptions (Maybe DataLabelPosition) Source #

Determines the position of the data labels.

dataLabelOptions_visibility :: Lens' DataLabelOptions (Maybe Visibility) Source #

Determines the visibility of the data labels.

DataLabelType

dataLabelType_dataPathLabelType :: Lens' DataLabelType (Maybe DataPathLabelType) Source #

The option that specifies individual data values for labels.

dataLabelType_fieldLabelType :: Lens' DataLabelType (Maybe FieldLabelType) Source #

Determines the label configuration for the entire field.

dataLabelType_maximumLabelType :: Lens' DataLabelType (Maybe MaximumLabelType) Source #

Determines the label configuration for the maximum value in a visual.

dataLabelType_minimumLabelType :: Lens' DataLabelType (Maybe MinimumLabelType) Source #

Determines the label configuration for the minimum value in a visual.

dataLabelType_rangeEndsLabelType :: Lens' DataLabelType (Maybe RangeEndsLabelType) Source #

Determines the label configuration for range end value in a visual.

DataPathColor

dataPathColor_timeGranularity :: Lens' DataPathColor (Maybe TimeGranularity) Source #

The time granularity of the field that the color needs to be applied to.

dataPathColor_element :: Lens' DataPathColor DataPathValue Source #

The element that the color needs to be applied to.

dataPathColor_color :: Lens' DataPathColor Text Source #

The color that needs to be applied to the element.

DataPathLabelType

dataPathLabelType_fieldId :: Lens' DataPathLabelType (Maybe Text) Source #

The field ID of the field that the data label needs to be applied to.

dataPathLabelType_fieldValue :: Lens' DataPathLabelType (Maybe Text) Source #

The actual value of the field that is labeled.

DataPathSort

dataPathSort_sortPaths :: Lens' DataPathSort [DataPathValue] Source #

The list of data paths that need to be sorted.

DataPathValue

dataPathValue_fieldId :: Lens' DataPathValue Text Source #

The field ID of the field that needs to be sorted.

dataPathValue_fieldValue :: Lens' DataPathValue Text Source #

The actual value of the field that needs to be sorted.

DataSet

dataSet_arn :: Lens' DataSet (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dataSet_columnGroups :: Lens' DataSet (Maybe (NonEmpty ColumnGroup)) Source #

Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.

dataSet_consumedSpiceCapacityInBytes :: Lens' DataSet (Maybe Integer) Source #

The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.

dataSet_createdTime :: Lens' DataSet (Maybe UTCTime) Source #

The time that this dataset was created.

dataSet_dataSetId :: Lens' DataSet (Maybe Text) Source #

The ID of the dataset.

dataSet_dataSetUsageConfiguration :: Lens' DataSet (Maybe DataSetUsageConfiguration) Source #

The usage configuration to apply to child datasets that reference this dataset as a source.

dataSet_fieldFolders :: Lens' DataSet (Maybe (HashMap Text FieldFolder)) Source #

The folder that contains fields and nested subfolders for your dataset.

dataSet_importMode :: Lens' DataSet (Maybe DataSetImportMode) Source #

A value that indicates whether you want to import the data into SPICE.

dataSet_lastUpdatedTime :: Lens' DataSet (Maybe UTCTime) Source #

The last time that this dataset was updated.

dataSet_logicalTableMap :: Lens' DataSet (Maybe (HashMap Text LogicalTable)) Source #

Configures the combination and transformation of the data from the physical tables.

dataSet_name :: Lens' DataSet (Maybe Text) Source #

A display name for the dataset.

dataSet_outputColumns :: Lens' DataSet (Maybe [OutputColumn]) Source #

The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.

dataSet_physicalTableMap :: Lens' DataSet (Maybe (HashMap Text PhysicalTable)) Source #

Declares the physical tables that are available in the underlying data sources.

dataSet_rowLevelPermissionDataSet :: Lens' DataSet (Maybe RowLevelPermissionDataSet) Source #

The row-level security configuration for the dataset.

dataSet_rowLevelPermissionTagConfiguration :: Lens' DataSet (Maybe RowLevelPermissionTagConfiguration) Source #

The element you can use to define tags for row-level security.

DataSetConfiguration

dataSetConfiguration_columnGroupSchemaList :: Lens' DataSetConfiguration (Maybe [ColumnGroupSchema]) Source #

A structure containing the list of column group schemas.

DataSetIdentifierDeclaration

dataSetIdentifierDeclaration_identifier :: Lens' DataSetIdentifierDeclaration Text Source #

The identifier of the data set, typically the data set's name.

DataSetReference

dataSetReference_dataSetArn :: Lens' DataSetReference Text Source #

Dataset Amazon Resource Name (ARN).

DataSetSchema

dataSetSchema_columnSchemaList :: Lens' DataSetSchema (Maybe [ColumnSchema]) Source #

A structure containing the list of column schemas.

DataSetSearchFilter

dataSetSearchFilter_operator :: Lens' DataSetSearchFilter FilterOperator Source #

The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose datasets you want to search in the "Value" field. For example, "Name":"QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east- 1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the datasets you are searching for. For example, "Name":"DATASET_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DATASET_NAME.

dataSetSearchFilter_name :: Lens' DataSetSearchFilter DataSetFilterAttribute Source #

The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the dataset owners or viewers are returned. Implicit permissions from folders or groups are considered.
  • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners of the dataset are returned. Implicit permissions from folders or groups are considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as the only owner of the dataset are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners if the dataset are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners or viewers of the dataset are returned. Implicit permissions from folders or groups are not considered.
  • DATASET_NAME: Any datasets whose names have a substring match to this value will be returned.

dataSetSearchFilter_value :: Lens' DataSetSearchFilter Text Source #

The value of the named item, in this case QUICKSIGHT_OWNER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

DataSetSummary

dataSetSummary_arn :: Lens' DataSetSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset.

dataSetSummary_columnLevelPermissionRulesApplied :: Lens' DataSetSummary (Maybe Bool) Source #

A value that indicates if the dataset has column level permission configured.

dataSetSummary_createdTime :: Lens' DataSetSummary (Maybe UTCTime) Source #

The time that this dataset was created.

dataSetSummary_importMode :: Lens' DataSetSummary (Maybe DataSetImportMode) Source #

A value that indicates whether you want to import the data into SPICE.

dataSetSummary_lastUpdatedTime :: Lens' DataSetSummary (Maybe UTCTime) Source #

The last time that this dataset was updated.

dataSetSummary_name :: Lens' DataSetSummary (Maybe Text) Source #

A display name for the dataset.

dataSetSummary_rowLevelPermissionDataSet :: Lens' DataSetSummary (Maybe RowLevelPermissionDataSet) Source #

The row-level security configuration for the dataset.

dataSetSummary_rowLevelPermissionTagConfigurationApplied :: Lens' DataSetSummary (Maybe Bool) Source #

Whether or not the row level permission tags are applied.

DataSetUsageConfiguration

dataSetUsageConfiguration_disableUseAsDirectQuerySource :: Lens' DataSetUsageConfiguration (Maybe Bool) Source #

An option that controls whether a child dataset of a direct query can use this dataset as a source.

dataSetUsageConfiguration_disableUseAsImportedSource :: Lens' DataSetUsageConfiguration (Maybe Bool) Source #

An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.

DataSource

dataSource_alternateDataSourceParameters :: Lens' DataSource (Maybe (NonEmpty DataSourceParameters)) Source #

A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.

dataSource_arn :: Lens' DataSource (Maybe Text) Source #

The Amazon Resource Name (ARN) of the data source.

dataSource_createdTime :: Lens' DataSource (Maybe UTCTime) Source #

The time that this data source was created.

dataSource_dataSourceId :: Lens' DataSource (Maybe Text) Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

dataSource_dataSourceParameters :: Lens' DataSource (Maybe DataSourceParameters) Source #

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

dataSource_errorInfo :: Lens' DataSource (Maybe DataSourceErrorInfo) Source #

Error information from the last update or the creation of the data source.

dataSource_lastUpdatedTime :: Lens' DataSource (Maybe UTCTime) Source #

The last time that this data source was updated.

dataSource_name :: Lens' DataSource (Maybe Text) Source #

A display name for the data source.

dataSource_secretArn :: Lens' DataSource (Maybe Text) Source #

The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.

dataSource_sslProperties :: Lens' DataSource (Maybe SslProperties) Source #

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.

dataSource_status :: Lens' DataSource (Maybe ResourceStatus) Source #

The HTTP status of the request.

dataSource_type :: Lens' DataSource (Maybe DataSourceType) Source #

The type of the data source. This type indicates which database engine the data source connects to.

dataSource_vpcConnectionProperties :: Lens' DataSource (Maybe VpcConnectionProperties) Source #

The VPC connection information. You need to use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.

DataSourceCredentials

dataSourceCredentials_copySourceArn :: Lens' DataSourceCredentials (Maybe Text) Source #

The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When CopySourceArn is not null, the credential pair from the data source in the ARN is used as the credentials for the DataSourceCredentials structure.

dataSourceCredentials_secretArn :: Lens' DataSourceCredentials (Maybe Text) Source #

The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.

DataSourceErrorInfo

DataSourceParameters

dataSourceParameters_databricksParameters :: Lens' DataSourceParameters (Maybe DatabricksParameters) Source #

The required parameters that are needed to connect to a Databricks data source.

DataSourceSearchFilter

dataSourceSearchFilter_operator :: Lens' DataSourceSearchFilter FilterOperator Source #

The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose data sources you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the data sources you are searching for. For example, "Name":"DATASOURCE_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DATASOURCE_NAME.

dataSourceSearchFilter_name :: Lens' DataSourceSearchFilter DataSourceFilterAttribute Source #

The name of the value that you want to use as a filter, for example, "Name": "DIRECT_QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as one of the owners or viewers of the data sources are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as one of the owners if the data source are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as the only owner of the data source are returned. Implicit permissions from folders or groups are not considered.
  • DATASOURCE_NAME: Any data sources whose names have a substring match to the provided value are returned.

dataSourceSearchFilter_value :: Lens' DataSourceSearchFilter Text Source #

The value of the named item, for example DIRECT_QUICKSIGHT_OWNER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

DataSourceSummary

dataSourceSummary_createdTime :: Lens' DataSourceSummary (Maybe UTCTime) Source #

The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.

dataSourceSummary_lastUpdatedTime :: Lens' DataSourceSummary (Maybe UTCTime) Source #

The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.

DatabricksParameters

databricksParameters_host :: Lens' DatabricksParameters Text Source #

The host name of the Databricks data source.

databricksParameters_port :: Lens' DatabricksParameters Natural Source #

The port for the Databricks data source.

databricksParameters_sqlEndpointPath :: Lens' DatabricksParameters Text Source #

The HTTP path of the Databricks data source.

DateAxisOptions

dateAxisOptions_missingDateVisibility :: Lens' DateAxisOptions (Maybe Visibility) Source #

Determines whether or not missing dates are displayed.

DateDimensionField

dateDimensionField_dateGranularity :: Lens' DateDimensionField (Maybe TimeGranularity) Source #

The date granularity of the DateDimensionField. Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

dateDimensionField_column :: Lens' DateDimensionField ColumnIdentifier Source #

The column that is used in the DateDimensionField.

DateMeasureField

dateMeasureField_column :: Lens' DateMeasureField ColumnIdentifier Source #

The column that is used in the DateMeasureField.

DateTimeDefaultValues

dateTimeDefaultValues_dynamicValue :: Lens' DateTimeDefaultValues (Maybe DynamicDefaultValue) Source #

The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

dateTimeDefaultValues_rollingDate :: Lens' DateTimeDefaultValues (Maybe RollingDateConfiguration) Source #

The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.

dateTimeDefaultValues_staticValues :: Lens' DateTimeDefaultValues (Maybe [UTCTime]) Source #

The static values of the DataTimeDefaultValues.

DateTimeFormatConfiguration

DateTimeHierarchy

dateTimeHierarchy_drillDownFilters :: Lens' DateTimeHierarchy (Maybe [DrillDownFilter]) Source #

The option that determines the drill down filters for the DateTime hierarchy.

dateTimeHierarchy_hierarchyId :: Lens' DateTimeHierarchy Text Source #

The hierarchy ID of the DateTime hierarchy.

DateTimeParameter

dateTimeParameter_name :: Lens' DateTimeParameter Text Source #

A display name for the date-time parameter.

dateTimeParameter_values :: Lens' DateTimeParameter [UTCTime] Source #

The values for the date-time parameter.

DateTimeParameterDeclaration

dateTimeParameterDeclaration_defaultValues :: Lens' DateTimeParameterDeclaration (Maybe DateTimeDefaultValues) Source #

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

dateTimeParameterDeclaration_timeGranularity :: Lens' DateTimeParameterDeclaration (Maybe TimeGranularity) Source #

The level of time precision that is used to aggregate DateTime values.

dateTimeParameterDeclaration_valueWhenUnset :: Lens' DateTimeParameterDeclaration (Maybe DateTimeValueWhenUnsetConfiguration) Source #

The configuration that defines the default value of a DateTime parameter when a value has not been set.

dateTimeParameterDeclaration_name :: Lens' DateTimeParameterDeclaration Text Source #

The name of the parameter that is being declared.

DateTimePickerControlDisplayOptions

dateTimePickerControlDisplayOptions_titleOptions :: Lens' DateTimePickerControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

DateTimeValueWhenUnsetConfiguration

dateTimeValueWhenUnsetConfiguration_customValue :: Lens' DateTimeValueWhenUnsetConfiguration (Maybe UTCTime) Source #

A custom value that's used when the value of a parameter isn't set.

dateTimeValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' DateTimeValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

DecimalDefaultValues

decimalDefaultValues_dynamicValue :: Lens' DecimalDefaultValues (Maybe DynamicDefaultValue) Source #

The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

decimalDefaultValues_staticValues :: Lens' DecimalDefaultValues (Maybe [Double]) Source #

The static values of the DecimalDefaultValues.

DecimalParameter

decimalParameter_name :: Lens' DecimalParameter Text Source #

A display name for the decimal parameter.

decimalParameter_values :: Lens' DecimalParameter [Double] Source #

The values for the decimal parameter.

DecimalParameterDeclaration

decimalParameterDeclaration_defaultValues :: Lens' DecimalParameterDeclaration (Maybe DecimalDefaultValues) Source #

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

decimalParameterDeclaration_valueWhenUnset :: Lens' DecimalParameterDeclaration (Maybe DecimalValueWhenUnsetConfiguration) Source #

The configuration that defines the default value of a Decimal parameter when a value has not been set.

decimalParameterDeclaration_parameterValueType :: Lens' DecimalParameterDeclaration ParameterValueType Source #

The value type determines whether the parameter is a single-value or multi-value parameter.

decimalParameterDeclaration_name :: Lens' DecimalParameterDeclaration Text Source #

The name of the parameter that is being declared.

DecimalPlacesConfiguration

DecimalValueWhenUnsetConfiguration

decimalValueWhenUnsetConfiguration_customValue :: Lens' DecimalValueWhenUnsetConfiguration (Maybe Double) Source #

A custom value that's used when the value of a parameter isn't set.

decimalValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' DecimalValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

DefaultFreeFormLayoutConfiguration

DefaultGridLayoutConfiguration

DefaultInteractiveLayoutConfiguration

defaultInteractiveLayoutConfiguration_freeForm :: Lens' DefaultInteractiveLayoutConfiguration (Maybe DefaultFreeFormLayoutConfiguration) Source #

The options that determine the default settings of a free-form layout configuration.

defaultInteractiveLayoutConfiguration_grid :: Lens' DefaultInteractiveLayoutConfiguration (Maybe DefaultGridLayoutConfiguration) Source #

The options that determine the default settings for a grid layout configuration.

DefaultNewSheetConfiguration

defaultNewSheetConfiguration_interactiveLayoutConfiguration :: Lens' DefaultNewSheetConfiguration (Maybe DefaultInteractiveLayoutConfiguration) Source #

The options that determine the default settings for interactive layout configuration.

defaultNewSheetConfiguration_paginatedLayoutConfiguration :: Lens' DefaultNewSheetConfiguration (Maybe DefaultPaginatedLayoutConfiguration) Source #

The options that determine the default settings for a paginated layout configuration.

DefaultPaginatedLayoutConfiguration

defaultPaginatedLayoutConfiguration_sectionBased :: Lens' DefaultPaginatedLayoutConfiguration (Maybe DefaultSectionBasedLayoutConfiguration) Source #

The options that determine the default settings for a section-based layout configuration.

DefaultSectionBasedLayoutConfiguration

DestinationParameterValueConfiguration

destinationParameterValueConfiguration_customValuesConfiguration :: Lens' DestinationParameterValueConfiguration (Maybe CustomValuesConfiguration) Source #

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.

DimensionField

dimensionField_categoricalDimensionField :: Lens' DimensionField (Maybe CategoricalDimensionField) Source #

The dimension type field with categorical type columns.

dimensionField_dateDimensionField :: Lens' DimensionField (Maybe DateDimensionField) Source #

The dimension type field with date type columns.

dimensionField_numericalDimensionField :: Lens' DimensionField (Maybe NumericalDimensionField) Source #

The dimension type field with numerical type columns.

DonutCenterOptions

donutCenterOptions_labelVisibility :: Lens' DonutCenterOptions (Maybe Visibility) Source #

Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.

DonutOptions

donutOptions_arcOptions :: Lens' DonutOptions (Maybe ArcOptions) Source #

The option for define the arc of the chart shape. Valid values are as follows:

  • WHOLE - A pie chart
  • SMALL- A small-sized donut chart
  • MEDIUM- A medium-sized donut chart
  • LARGE- A large-sized donut chart

donutOptions_donutCenterOptions :: Lens' DonutOptions (Maybe DonutCenterOptions) Source #

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

DrillDownFilter

drillDownFilter_categoryFilter :: Lens' DrillDownFilter (Maybe CategoryDrillDownFilter) Source #

The category type drill down filter. This filter is used for string type columns.

drillDownFilter_numericEqualityFilter :: Lens' DrillDownFilter (Maybe NumericEqualityDrillDownFilter) Source #

The numeric equality type drill down filter. This filter is used for number type columns.

drillDownFilter_timeRangeFilter :: Lens' DrillDownFilter (Maybe TimeRangeDrillDownFilter) Source #

The time range drill down filter. This filter is used for date time columns.

DropDownControlDisplayOptions

dropDownControlDisplayOptions_titleOptions :: Lens' DropDownControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

DynamicDefaultValue

dynamicDefaultValue_defaultValueColumn :: Lens' DynamicDefaultValue ColumnIdentifier Source #

The column that contains the default value of each user or group.

EmptyVisual

emptyVisual_actions :: Lens' EmptyVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

emptyVisual_visualId :: Lens' EmptyVisual Text Source #

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.

emptyVisual_dataSetIdentifier :: Lens' EmptyVisual Text Source #

The data set that is used in the empty visual. Every visual requires a dataset to render.

Entity

entity_path :: Lens' Entity (Maybe Text) Source #

The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

ErrorInfo

ExasolParameters

exasolParameters_host :: Lens' ExasolParameters Text Source #

The hostname or IP address of the Exasol data source.

exasolParameters_port :: Lens' ExasolParameters Natural Source #

The port for the Exasol data source.

ExcludePeriodConfiguration

excludePeriodConfiguration_status :: Lens' ExcludePeriodConfiguration (Maybe WidgetStatus) Source #

The status of the exclude period. Choose from the following options:

  • ENABLED
  • DISABLED

excludePeriodConfiguration_amount :: Lens' ExcludePeriodConfiguration Int Source #

The amount or number of the exclude period.

excludePeriodConfiguration_granularity :: Lens' ExcludePeriodConfiguration TimeGranularity Source #

The granularity or unit (day, month, year) of the exclude period.

ExplicitHierarchy

explicitHierarchy_drillDownFilters :: Lens' ExplicitHierarchy (Maybe [DrillDownFilter]) Source #

The option that determines the drill down filters for the explicit hierarchy.

explicitHierarchy_hierarchyId :: Lens' ExplicitHierarchy Text Source #

The hierarchy ID of the explicit hierarchy.

explicitHierarchy_columns :: Lens' ExplicitHierarchy (NonEmpty ColumnIdentifier) Source #

The list of columns that define the explicit hierarchy.

ExportHiddenFieldsOption

ExportToCSVOption

FieldBasedTooltip

fieldBasedTooltip_tooltipFields :: Lens' FieldBasedTooltip (Maybe [TooltipItem]) Source #

The fields configuration in the tooltip.

fieldBasedTooltip_tooltipTitleType :: Lens' FieldBasedTooltip (Maybe TooltipTitleType) Source #

The type for the >tooltip title. Choose one of the following options:

  • NONE: Doesn't use the primary value as the title.
  • PRIMARY_VALUE: Uses primary value as the title.

FieldFolder

fieldFolder_columns :: Lens' FieldFolder (Maybe [Text]) Source #

A folder has a list of columns. A column can only be in one folder.

fieldFolder_description :: Lens' FieldFolder (Maybe Text) Source #

The description for a field folder.

FieldLabelType

fieldLabelType_fieldId :: Lens' FieldLabelType (Maybe Text) Source #

Indicates the field that is targeted by the field label.

fieldLabelType_visibility :: Lens' FieldLabelType (Maybe Visibility) Source #

The visibility of the field label.

FieldSeriesItem

fieldSeriesItem_settings :: Lens' FieldSeriesItem (Maybe LineChartSeriesSettings) Source #

The options that determine the presentation of line series associated to the field.

fieldSeriesItem_fieldId :: Lens' FieldSeriesItem Text Source #

The field ID of the field for which you are setting the axis binding.

fieldSeriesItem_axisBinding :: Lens' FieldSeriesItem AxisBinding Source #

The axis that you are binding the field to.

FieldSort

fieldSort_fieldId :: Lens' FieldSort Text Source #

The sort configuration target field.

fieldSort_direction :: Lens' FieldSort SortDirection Source #

The sort direction. Choose one of the following options:

  • ASC: Ascending
  • DESC: Descending

FieldSortOptions

fieldSortOptions_columnSort :: Lens' FieldSortOptions (Maybe ColumnSort) Source #

The sort configuration for a column that is not used in a field well.

fieldSortOptions_fieldSort :: Lens' FieldSortOptions (Maybe FieldSort) Source #

The sort configuration for a field in a field well.

FieldTooltipItem

fieldTooltipItem_label :: Lens' FieldTooltipItem (Maybe Text) Source #

The label of the tooltip item.

fieldTooltipItem_fieldId :: Lens' FieldTooltipItem Text Source #

The unique ID of the field that is targeted by the tooltip.

FilledMapAggregatedFieldWells

filledMapAggregatedFieldWells_geospatial :: Lens' FilledMapAggregatedFieldWells (Maybe [DimensionField]) Source #

The aggregated location field well of the filled map. Values are grouped by location fields.

filledMapAggregatedFieldWells_values :: Lens' FilledMapAggregatedFieldWells (Maybe [MeasureField]) Source #

The aggregated color field well of a filled map. Values are aggregated based on location fields.

FilledMapConditionalFormatting

FilledMapConditionalFormattingOption

FilledMapConfiguration

FilledMapFieldWells

FilledMapShapeConditionalFormatting

filledMapShapeConditionalFormatting_format :: Lens' FilledMapShapeConditionalFormatting (Maybe ShapeConditionalFormat) Source #

The conditional formatting that determines the background color of a filled map's shape.

FilledMapSortConfiguration

FilledMapVisual

filledMapVisual_actions :: Lens' FilledMapVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

filledMapVisual_columnHierarchies :: Lens' FilledMapVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

filledMapVisual_subtitle :: Lens' FilledMapVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

filledMapVisual_title :: Lens' FilledMapVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

filledMapVisual_visualId :: Lens' FilledMapVisual Text Source #

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

Filter

filter_categoryFilter :: Lens' Filter (Maybe CategoryFilter) Source #

A CategoryFilter filters text values.

For more information, see Adding text filters in the Amazon QuickSight User Guide.

filter_numericEqualityFilter :: Lens' Filter (Maybe NumericEqualityFilter) Source #

A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.

filter_numericRangeFilter :: Lens' Filter (Maybe NumericRangeFilter) Source #

A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.

filter_relativeDatesFilter :: Lens' Filter (Maybe RelativeDatesFilter) Source #

A RelativeDatesFilter filters date values that are relative to a given date.

filter_timeEqualityFilter :: Lens' Filter (Maybe TimeEqualityFilter) Source #

A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.

filter_timeRangeFilter :: Lens' Filter (Maybe TimeRangeFilter) Source #

A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.

filter_topBottomFilter :: Lens' Filter (Maybe TopBottomFilter) Source #

A TopBottomFilter filters data to the top or bottom values for a given column.

FilterControl

filterControl_dateTimePicker :: Lens' FilterControl (Maybe FilterDateTimePickerControl) Source #

A control from a date filter that is used to specify date and time.

filterControl_dropdown :: Lens' FilterControl (Maybe FilterDropDownControl) Source #

A control to display a dropdown list with buttons that are used to select a single value.

filterControl_list :: Lens' FilterControl (Maybe FilterListControl) Source #

A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.

filterControl_relativeDateTime :: Lens' FilterControl (Maybe FilterRelativeDateTimeControl) Source #

A control from a date filter that is used to specify the relative date.

filterControl_slider :: Lens' FilterControl (Maybe FilterSliderControl) Source #

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

filterControl_textArea :: Lens' FilterControl (Maybe FilterTextAreaControl) Source #

A control to display a text box that is used to enter multiple entries.

filterControl_textField :: Lens' FilterControl (Maybe FilterTextFieldControl) Source #

A control to display a text box that is used to enter a single entry.

FilterDateTimePickerControl

filterDateTimePickerControl_type :: Lens' FilterDateTimePickerControl (Maybe SheetControlDateTimePickerType) Source #

The date time picker type of a FilterDateTimePickerControl. Choose one of the following options:

  • SINGLE_VALUED: The filter condition is a fixed date.
  • DATE_RANGE: The filter condition is a date time range.

filterDateTimePickerControl_title :: Lens' FilterDateTimePickerControl Text Source #

The title of the FilterDateTimePickerControl.

filterDateTimePickerControl_sourceFilterId :: Lens' FilterDateTimePickerControl Text Source #

The source filter ID of the FilterDateTimePickerControl.

FilterDropDownControl

filterDropDownControl_cascadingControlConfiguration :: Lens' FilterDropDownControl (Maybe CascadingControlConfiguration) Source #

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

filterDropDownControl_selectableValues :: Lens' FilterDropDownControl (Maybe FilterSelectableValues) Source #

A list of selectable values that are used in a control.

filterDropDownControl_type :: Lens' FilterDropDownControl (Maybe SheetControlListType) Source #

The type of the FilterDropDownControl. Choose one of the following options:

  • MULTI_SELECT: The user can select multiple entries from a dropdown menu.
  • SINGLE_SELECT: The user can select a single entry from a dropdown menu.

filterDropDownControl_title :: Lens' FilterDropDownControl Text Source #

The title of the FilterDropDownControl.

filterDropDownControl_sourceFilterId :: Lens' FilterDropDownControl Text Source #

The source filter ID of the FilterDropDownControl.

FilterGroup

filterGroup_status :: Lens' FilterGroup (Maybe WidgetStatus) Source #

The status of the FilterGroup.

filterGroup_filterGroupId :: Lens' FilterGroup Text Source #

The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.

filterGroup_filters :: Lens' FilterGroup [Filter] Source #

The list of filters that are present in a FilterGroup.

filterGroup_scopeConfiguration :: Lens' FilterGroup FilterScopeConfiguration Source #

The configuration that specifies what scope to apply to a FilterGroup.

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

filterGroup_crossDataset :: Lens' FilterGroup CrossDatasetTypes Source #

The filter new feature which can apply filter group to all data sets. Choose one of the following options:

  • ALL_DATASETS
  • SINGLE_DATASET

FilterListConfiguration

filterListConfiguration_categoryValues :: Lens' FilterListConfiguration (Maybe [Text]) Source #

The list of category values for the filter.

filterListConfiguration_selectAllOptions :: Lens' FilterListConfiguration (Maybe CategoryFilterSelectAllOptions) Source #

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

filterListConfiguration_matchOperator :: Lens' FilterListConfiguration CategoryFilterMatchOperator Source #

The match operator that is used to determine if a filter should be applied.

FilterListControl

filterListControl_cascadingControlConfiguration :: Lens' FilterListControl (Maybe CascadingControlConfiguration) Source #

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

filterListControl_selectableValues :: Lens' FilterListControl (Maybe FilterSelectableValues) Source #

A list of selectable values that are used in a control.

filterListControl_type :: Lens' FilterListControl (Maybe SheetControlListType) Source #

The type of FilterListControl. Choose one of the following options:

  • MULTI_SELECT: The user can select multiple entries from the list.
  • SINGLE_SELECT: The user can select a single entry from the list.

filterListControl_title :: Lens' FilterListControl Text Source #

The title of the FilterListControl.

filterListControl_sourceFilterId :: Lens' FilterListControl Text Source #

The source filter ID of the FilterListControl.

FilterOperation

filterOperation_conditionExpression :: Lens' FilterOperation Text Source #

An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.

FilterOperationSelectedFieldsConfiguration

filterOperationSelectedFieldsConfiguration_selectedFieldOptions :: Lens' FilterOperationSelectedFieldsConfiguration (Maybe SelectedFieldOptions) Source #

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation.

Valid values are defined as follows:

  • ALL_FIELDS: Applies the filter operation to all fields.

FilterOperationTargetVisualsConfiguration

FilterRelativeDateTimeControl

FilterScopeConfiguration

FilterSelectableValues

filterSelectableValues_values :: Lens' FilterSelectableValues (Maybe [Text]) Source #

The values that are used in the FilterSelectableValues.

FilterSliderControl

filterSliderControl_type :: Lens' FilterSliderControl (Maybe SheetControlSliderType) Source #

The type of FilterSliderControl. Choose one of the following options:

  • SINGLE_POINT: Filter against(equals) a single data point.
  • RANGE: Filter data that is in a specified range.

filterSliderControl_title :: Lens' FilterSliderControl Text Source #

The title of the FilterSliderControl.

filterSliderControl_sourceFilterId :: Lens' FilterSliderControl Text Source #

The source filter ID of the FilterSliderControl.

filterSliderControl_maximumValue :: Lens' FilterSliderControl Double Source #

The smaller value that is displayed at the left of the slider.

filterSliderControl_minimumValue :: Lens' FilterSliderControl Double Source #

The larger value that is displayed at the right of the slider.

filterSliderControl_stepSize :: Lens' FilterSliderControl Double Source #

The number of increments that the slider bar is divided into.

FilterTextAreaControl

filterTextAreaControl_delimiter :: Lens' FilterTextAreaControl (Maybe Text) Source #

The delimiter that is used to separate the lines in text.

filterTextAreaControl_title :: Lens' FilterTextAreaControl Text Source #

The title of the FilterTextAreaControl.

filterTextAreaControl_sourceFilterId :: Lens' FilterTextAreaControl Text Source #

The source filter ID of the FilterTextAreaControl.

FilterTextFieldControl

filterTextFieldControl_title :: Lens' FilterTextFieldControl Text Source #

The title of the FilterTextFieldControl.

filterTextFieldControl_sourceFilterId :: Lens' FilterTextFieldControl Text Source #

The source filter ID of the FilterTextFieldControl.

Folder

folder_arn :: Lens' Folder (Maybe Text) Source #

The Amazon Resource Name (ARN) for the folder.

folder_createdTime :: Lens' Folder (Maybe UTCTime) Source #

The time that the folder was created.

folder_folderId :: Lens' Folder (Maybe Text) Source #

The ID of the folder.

folder_folderPath :: Lens' Folder (Maybe (NonEmpty Text)) Source #

An array of ancestor ARN strings for the folder.

folder_folderType :: Lens' Folder (Maybe FolderType) Source #

The type of folder it is.

folder_lastUpdatedTime :: Lens' Folder (Maybe UTCTime) Source #

The time that the folder was last updated.

folder_name :: Lens' Folder (Maybe Text) Source #

A display name for the folder.

FolderMember

folderMember_memberId :: Lens' FolderMember (Maybe Text) Source #

The ID of an asset in the folder.

FolderSearchFilter

folderSearchFilter_name :: Lens' FolderSearchFilter (Maybe FolderFilterAttribute) Source #

The name of a value that you want to use in the filter. For example, "Name": "QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the folder's owners or viewers are returned. Implicit permissions from folders or groups are considered.
  • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as the only owner of the folder are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners or viewers of the folders are returned. Implicit permissions from folders or groups are not considered.
  • FOLDER_NAME: Any folders whose names have a substring match to this value will be returned.
  • PARENT_FOLDER_ARN: Provide an ARN of a folder, and any folders that are directly under that parent folder are returned. If you choose to use this option and leave the value blank, all root-level folders in the account are returned.

folderSearchFilter_operator :: Lens' FolderSearchFilter (Maybe FilterOperator) Source #

The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the folders you are searching for. For example, "Name":"FOLDER_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value FOLDER_NAME.

folderSearchFilter_value :: Lens' FolderSearchFilter (Maybe Text) Source #

The value of the named item (in this example, PARENT_FOLDER_ARN), that you want to use as a filter. For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".

FolderSummary

folderSummary_arn :: Lens' FolderSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the folder.

folderSummary_createdTime :: Lens' FolderSummary (Maybe UTCTime) Source #

The time that the folder was created.

folderSummary_lastUpdatedTime :: Lens' FolderSummary (Maybe UTCTime) Source #

The time that the folder was last updated.

folderSummary_name :: Lens' FolderSummary (Maybe Text) Source #

The display name of the folder.

Font

font_fontFamily :: Lens' Font (Maybe Text) Source #

Determines the font family settings.

FontConfiguration

fontConfiguration_fontColor :: Lens' FontConfiguration (Maybe Text) Source #

Determines the color of the text.

fontConfiguration_fontDecoration :: Lens' FontConfiguration (Maybe FontDecoration) Source #

Determines the appearance of decorative lines on the text.

fontConfiguration_fontSize :: Lens' FontConfiguration (Maybe FontSize) Source #

The option that determines the text display size.

fontConfiguration_fontStyle :: Lens' FontConfiguration (Maybe FontStyle) Source #

Determines the text display face that is inherited by the given font family.

fontConfiguration_fontWeight :: Lens' FontConfiguration (Maybe FontWeight) Source #

The option that determines the text display weight, or boldness.

FontSize

fontSize_relative :: Lens' FontSize (Maybe RelativeFontSize) Source #

The lexical name for the text size, proportional to its surrounding context.

FontWeight

fontWeight_name :: Lens' FontWeight (Maybe FontWeightName) Source #

The lexical name for the level of boldness of the text display.

ForecastComputation

forecastComputation_customSeasonalityValue :: Lens' ForecastComputation (Maybe Natural) Source #

The custom seasonality value setup of a forecast computation.

forecastComputation_lowerBoundary :: Lens' ForecastComputation (Maybe Double) Source #

The lower boundary setup of a forecast computation.

forecastComputation_periodsBackward :: Lens' ForecastComputation (Maybe Natural) Source #

The periods backward setup of a forecast computation.

forecastComputation_periodsForward :: Lens' ForecastComputation (Maybe Natural) Source #

The periods forward setup of a forecast computation.

forecastComputation_predictionInterval :: Lens' ForecastComputation (Maybe Natural) Source #

The prediction interval setup of a forecast computation.

forecastComputation_seasonality :: Lens' ForecastComputation (Maybe ForecastComputationSeasonality) Source #

The seasonality setup of a forecast computation. Choose one of the following options:

  • AUTOMATIC
  • CUSTOM: Checks the custom seasonality value.

forecastComputation_upperBoundary :: Lens' ForecastComputation (Maybe Double) Source #

The upper boundary setup of a forecast computation.

forecastComputation_value :: Lens' ForecastComputation (Maybe MeasureField) Source #

The value field that is used in a computation.

forecastComputation_time :: Lens' ForecastComputation DimensionField Source #

The time field that is used in a computation.

ForecastConfiguration

forecastConfiguration_forecastProperties :: Lens' ForecastConfiguration (Maybe TimeBasedForecastProperties) Source #

The forecast properties setup of a forecast in the line chart.

forecastConfiguration_scenario :: Lens' ForecastConfiguration (Maybe ForecastScenario) Source #

The forecast scenario of a forecast in the line chart.

ForecastScenario

forecastScenario_whatIfPointScenario :: Lens' ForecastScenario (Maybe WhatIfPointScenario) Source #

The what-if analysis forecast setup with the target date.

forecastScenario_whatIfRangeScenario :: Lens' ForecastScenario (Maybe WhatIfRangeScenario) Source #

The what-if analysis forecast setup with the date range.

FormatConfiguration

FreeFormLayoutCanvasSizeOptions

FreeFormLayoutConfiguration

FreeFormLayoutElement

freeFormLayoutElement_backgroundStyle :: Lens' FreeFormLayoutElement (Maybe FreeFormLayoutElementBackgroundStyle) Source #

The background style configuration of a free-form layout element.

freeFormLayoutElement_borderStyle :: Lens' FreeFormLayoutElement (Maybe FreeFormLayoutElementBorderStyle) Source #

The border style configuration of a free-form layout element.

freeFormLayoutElement_loadingAnimation :: Lens' FreeFormLayoutElement (Maybe LoadingAnimation) Source #

The loading animation configuration of a free-form layout element.

freeFormLayoutElement_renderingRules :: Lens' FreeFormLayoutElement (Maybe [SheetElementRenderingRule]) Source #

The rendering rules that determine when an element should be displayed within a free-form layout.

freeFormLayoutElement_selectedBorderStyle :: Lens' FreeFormLayoutElement (Maybe FreeFormLayoutElementBorderStyle) Source #

The border style configuration of a free-form layout element. This border style is used when the element is selected.

freeFormLayoutElement_visibility :: Lens' FreeFormLayoutElement (Maybe Visibility) Source #

The visibility of an element within a free-form layout.

freeFormLayoutElement_elementId :: Lens' FreeFormLayoutElement Text Source #

A unique identifier for an element within a free-form layout.

freeFormLayoutElement_width :: Lens' FreeFormLayoutElement Text Source #

The width of an element within a free-form layout.

freeFormLayoutElement_height :: Lens' FreeFormLayoutElement Text Source #

The height of an element within a free-form layout.

FreeFormLayoutElementBackgroundStyle

FreeFormLayoutElementBorderStyle

FreeFormLayoutScreenCanvasSizeOptions

freeFormLayoutScreenCanvasSizeOptions_optimizedViewPortWidth :: Lens' FreeFormLayoutScreenCanvasSizeOptions Text Source #

The width that the view port will be optimized for when the layout renders.

FreeFormSectionLayoutConfiguration

FunnelChartAggregatedFieldWells

funnelChartAggregatedFieldWells_category :: Lens' FunnelChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The category field wells of a funnel chart. Values are grouped by category fields.

funnelChartAggregatedFieldWells_values :: Lens' FunnelChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field wells of a funnel chart. Values are aggregated based on categories.

FunnelChartConfiguration

funnelChartConfiguration_categoryLabelOptions :: Lens' FunnelChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options of the categories that are displayed in a FunnelChartVisual.

funnelChartConfiguration_dataLabelOptions :: Lens' FunnelChartConfiguration (Maybe FunnelChartDataLabelOptions) Source #

The options that determine the presentation of the data labels.

funnelChartConfiguration_tooltip :: Lens' FunnelChartConfiguration (Maybe TooltipOptions) Source #

The tooltip configuration of a FunnelChartVisual.

funnelChartConfiguration_valueLabelOptions :: Lens' FunnelChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options for the values that are displayed in a FunnelChartVisual.

funnelChartConfiguration_visualPalette :: Lens' FunnelChartConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a FunnelChartVisual.

FunnelChartDataLabelOptions

funnelChartDataLabelOptions_categoryLabelVisibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #

The visibility of the category labels within the data labels.

funnelChartDataLabelOptions_labelFontConfiguration :: Lens' FunnelChartDataLabelOptions (Maybe FontConfiguration) Source #

The font configuration for the data labels.

Only the FontSize attribute of the font configuration is used for data labels.

funnelChartDataLabelOptions_measureLabelVisibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #

The visibility of the measure labels within the data labels.

funnelChartDataLabelOptions_position :: Lens' FunnelChartDataLabelOptions (Maybe DataLabelPosition) Source #

Determines the positioning of the data label relative to a section of the funnel.

funnelChartDataLabelOptions_visibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #

The visibility option that determines if data labels are displayed.

FunnelChartFieldWells

FunnelChartSortConfiguration

FunnelChartVisual

funnelChartVisual_actions :: Lens' FunnelChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

funnelChartVisual_columnHierarchies :: Lens' FunnelChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

funnelChartVisual_visualId :: Lens' FunnelChartVisual Text Source #

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

GaugeChartArcConditionalFormatting

GaugeChartConditionalFormatting

GaugeChartConditionalFormattingOption

gaugeChartConditionalFormattingOption_arc :: Lens' GaugeChartConditionalFormattingOption (Maybe GaugeChartArcConditionalFormatting) Source #

The options that determine the presentation of the arc of a GaugeChartVisual.

GaugeChartConfiguration

gaugeChartConfiguration_dataLabels :: Lens' GaugeChartConfiguration (Maybe DataLabelOptions) Source #

The data label configuration of a GaugeChartVisual.

gaugeChartConfiguration_gaugeChartOptions :: Lens' GaugeChartConfiguration (Maybe GaugeChartOptions) Source #

The options that determine the presentation of the GaugeChartVisual.

gaugeChartConfiguration_visualPalette :: Lens' GaugeChartConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a GaugeChartVisual.

GaugeChartFieldWells

gaugeChartFieldWells_targetValues :: Lens' GaugeChartFieldWells (Maybe [MeasureField]) Source #

The target value field wells of a GaugeChartVisual.

gaugeChartFieldWells_values :: Lens' GaugeChartFieldWells (Maybe [MeasureField]) Source #

The value field wells of a GaugeChartVisual.

GaugeChartOptions

gaugeChartOptions_arc :: Lens' GaugeChartOptions (Maybe ArcConfiguration) Source #

The arc configuration of a GaugeChartVisual.

gaugeChartOptions_arcAxis :: Lens' GaugeChartOptions (Maybe ArcAxisConfiguration) Source #

The arc axis configuration of a GaugeChartVisual.

gaugeChartOptions_comparison :: Lens' GaugeChartOptions (Maybe ComparisonConfiguration) Source #

The comparison configuration of a GaugeChartVisual.

gaugeChartOptions_primaryValueDisplayType :: Lens' GaugeChartOptions (Maybe PrimaryValueDisplayType) Source #

The options that determine the primary value display type.

gaugeChartOptions_primaryValueFontConfiguration :: Lens' GaugeChartOptions (Maybe FontConfiguration) Source #

The options that determine the primary value font configuration.

GaugeChartPrimaryValueConditionalFormatting

GaugeChartVisual

gaugeChartVisual_actions :: Lens' GaugeChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

gaugeChartVisual_subtitle :: Lens' GaugeChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

gaugeChartVisual_title :: Lens' GaugeChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

gaugeChartVisual_visualId :: Lens' GaugeChartVisual Text Source #

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.

GeoSpatialColumnGroup

GeospatialCoordinateBounds

geospatialCoordinateBounds_north :: Lens' GeospatialCoordinateBounds Double Source #

The latitude of the north bound of the geospatial coordinate bounds.

geospatialCoordinateBounds_south :: Lens' GeospatialCoordinateBounds Double Source #

The latitude of the south bound of the geospatial coordinate bounds.

geospatialCoordinateBounds_west :: Lens' GeospatialCoordinateBounds Double Source #

The longitude of the west bound of the geospatial coordinate bounds.

geospatialCoordinateBounds_east :: Lens' GeospatialCoordinateBounds Double Source #

The longitude of the east bound of the geospatial coordinate bounds.

GeospatialMapAggregatedFieldWells

geospatialMapAggregatedFieldWells_geospatial :: Lens' GeospatialMapAggregatedFieldWells (Maybe [DimensionField]) Source #

The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.

geospatialMapAggregatedFieldWells_values :: Lens' GeospatialMapAggregatedFieldWells (Maybe [MeasureField]) Source #

The size field wells of a geospatial map. Values are aggregated based on geospatial fields.

GeospatialMapConfiguration

GeospatialMapFieldWells

GeospatialMapStyleOptions

GeospatialMapVisual

geospatialMapVisual_actions :: Lens' GeospatialMapVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

geospatialMapVisual_columnHierarchies :: Lens' GeospatialMapVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

geospatialMapVisual_visualId :: Lens' GeospatialMapVisual Text Source #

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

GeospatialPointStyleOptions

GeospatialWindowOptions

geospatialWindowOptions_bounds :: Lens' GeospatialWindowOptions (Maybe GeospatialCoordinateBounds) Source #

The bounds options (north, south, west, east) of the geospatial window options.

geospatialWindowOptions_mapZoomMode :: Lens' GeospatialWindowOptions (Maybe MapZoomMode) Source #

The map zoom modes (manual, auto) of the geospatial window options.

GlobalTableBorderOptions

GradientColor

gradientColor_stops :: Lens' GradientColor (Maybe [GradientStop]) Source #

The list of gradient color stops.

GradientStop

gradientStop_gradientOffset :: Lens' GradientStop Double Source #

Determines gradient offset value.

GridLayoutCanvasSizeOptions

GridLayoutConfiguration

gridLayoutConfiguration_elements :: Lens' GridLayoutConfiguration [GridLayoutElement] Source #

The elements that are included in a grid layout.

GridLayoutElement

gridLayoutElement_columnIndex :: Lens' GridLayoutElement (Maybe Natural) Source #

The column index for the upper left corner of an element.

gridLayoutElement_rowIndex :: Lens' GridLayoutElement (Maybe Natural) Source #

The row index for the upper left corner of an element.

gridLayoutElement_elementId :: Lens' GridLayoutElement Text Source #

A unique identifier for an element within a grid layout.

gridLayoutElement_columnSpan :: Lens' GridLayoutElement Natural Source #

The width of a grid element expressed as a number of grid columns.

gridLayoutElement_rowSpan :: Lens' GridLayoutElement Natural Source #

The height of a grid element expressed as a number of grid rows.

GridLayoutScreenCanvasSizeOptions

gridLayoutScreenCanvasSizeOptions_optimizedViewPortWidth :: Lens' GridLayoutScreenCanvasSizeOptions (Maybe Text) Source #

The width that the view port will be optimized for when the layout renders.

gridLayoutScreenCanvasSizeOptions_resizeOption :: Lens' GridLayoutScreenCanvasSizeOptions ResizeOption Source #

This value determines the layout behavior when the viewport is resized.

  • FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called Classic.
  • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called Tiled.

Group

group_arn :: Lens' Group (Maybe Text) Source #

The Amazon Resource Name (ARN) for the group.

group_description :: Lens' Group (Maybe Text) Source #

The group description.

group_groupName :: Lens' Group (Maybe Text) Source #

The name of the group.

group_principalId :: Lens' Group (Maybe Text) Source #

The principal ID of the group.

GroupMember

groupMember_arn :: Lens' GroupMember (Maybe Text) Source #

The Amazon Resource Name (ARN) for the group member (user).

groupMember_memberName :: Lens' GroupMember (Maybe Text) Source #

The name of the group member (user).

GroupSearchFilter

groupSearchFilter_operator :: Lens' GroupSearchFilter GroupFilterOperator Source #

The comparison operator that you want to use as a filter, for example "Operator": "StartsWith". Currently, the only supported operator is StartsWith.

groupSearchFilter_name :: Lens' GroupSearchFilter GroupFilterAttribute Source #

The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently, the only supported name is GROUP_NAME.

groupSearchFilter_value :: Lens' GroupSearchFilter Text Source #

The value of the named item, in this case GROUP_NAME, that you want to use as a filter.

GrowthRateComputation

growthRateComputation_periodSize :: Lens' GrowthRateComputation (Maybe Natural) Source #

The period size setup of a growth rate computation.

growthRateComputation_value :: Lens' GrowthRateComputation (Maybe MeasureField) Source #

The value field that is used in a computation.

growthRateComputation_time :: Lens' GrowthRateComputation DimensionField Source #

The time field that is used in a computation.

GutterStyle

gutterStyle_show :: Lens' GutterStyle (Maybe Bool) Source #

This Boolean value controls whether to display a gutter space between sheet tiles.

HeaderFooterSectionConfiguration

headerFooterSectionConfiguration_sectionId :: Lens' HeaderFooterSectionConfiguration Text Source #

The unique identifier of the header or footer section.

HeatMapAggregatedFieldWells

HeatMapConfiguration

heatMapConfiguration_colorScale :: Lens' HeatMapConfiguration (Maybe ColorScale) Source #

The color options (gradient color, point of divergence) in a heat map.

heatMapConfiguration_columnLabelOptions :: Lens' HeatMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options of the column that is displayed in a heat map.

heatMapConfiguration_dataLabels :: Lens' HeatMapConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

heatMapConfiguration_rowLabelOptions :: Lens' HeatMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options of the row that is displayed in a heat map.

HeatMapFieldWells

HeatMapSortConfiguration

heatMapSortConfiguration_heatMapColumnSort :: Lens' HeatMapSortConfiguration (Maybe [FieldSortOptions]) Source #

The column sort configuration for heat map for columns that aren't a part of a field well.

HeatMapVisual

heatMapVisual_actions :: Lens' HeatMapVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

heatMapVisual_columnHierarchies :: Lens' HeatMapVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

heatMapVisual_subtitle :: Lens' HeatMapVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

heatMapVisual_title :: Lens' HeatMapVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

heatMapVisual_visualId :: Lens' HeatMapVisual Text Source #

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.

HistogramAggregatedFieldWells

histogramAggregatedFieldWells_values :: Lens' HistogramAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field wells of a histogram. Values are aggregated by COUNT or DISTINCT_COUNT.

HistogramBinOptions

histogramBinOptions_binCount :: Lens' HistogramBinOptions (Maybe BinCountOptions) Source #

The options that determine the bin count of a histogram.

histogramBinOptions_binWidth :: Lens' HistogramBinOptions (Maybe BinWidthOptions) Source #

The options that determine the bin width of a histogram.

histogramBinOptions_selectedBinType :: Lens' HistogramBinOptions (Maybe HistogramBinType) Source #

The options that determine the selected bin type.

histogramBinOptions_startValue :: Lens' HistogramBinOptions (Maybe Double) Source #

The options that determine the bin start value.

HistogramConfiguration

histogramConfiguration_binOptions :: Lens' HistogramConfiguration (Maybe HistogramBinOptions) Source #

The options that determine the presentation of histogram bins.

histogramConfiguration_visualPalette :: Lens' HistogramConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a histogram.

histogramConfiguration_xAxisDisplayOptions :: Lens' HistogramConfiguration (Maybe AxisDisplayOptions) Source #

The options that determine the presentation of the x-axis.

histogramConfiguration_xAxisLabelOptions :: Lens' HistogramConfiguration (Maybe ChartAxisLabelOptions) Source #

The options that determine the presentation of the x-axis label.

histogramConfiguration_yAxisDisplayOptions :: Lens' HistogramConfiguration (Maybe AxisDisplayOptions) Source #

The options that determine the presentation of the y-axis.

HistogramFieldWells

HistogramVisual

histogramVisual_actions :: Lens' HistogramVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

histogramVisual_subtitle :: Lens' HistogramVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

histogramVisual_title :: Lens' HistogramVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

histogramVisual_visualId :: Lens' HistogramVisual Text Source #

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.

IAMPolicyAssignment

iAMPolicyAssignment_policyArn :: Lens' IAMPolicyAssignment (Maybe Text) Source #

The Amazon Resource Name (ARN) for the IAM policy.

IAMPolicyAssignmentSummary

Ingestion

ingestion_errorInfo :: Lens' Ingestion (Maybe ErrorInfo) Source #

Error information for this ingestion.

ingestion_ingestionSizeInBytes :: Lens' Ingestion (Maybe Integer) Source #

The size of the data ingested, in bytes.

ingestion_ingestionTimeInSeconds :: Lens' Ingestion (Maybe Integer) Source #

The time that this ingestion took, measured in seconds.

ingestion_arn :: Lens' Ingestion Text Source #

The Amazon Resource Name (ARN) of the resource.

ingestion_createdTime :: Lens' Ingestion UTCTime Source #

The time that this ingestion started.

InputColumn

inputColumn_name :: Lens' InputColumn Text Source #

The name of this column in the underlying data source.

InsightConfiguration

insightConfiguration_computations :: Lens' InsightConfiguration (Maybe [Computation]) Source #

The computations configurations of the insight visual

InsightVisual

insightVisual_actions :: Lens' InsightVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

insightVisual_subtitle :: Lens' InsightVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

insightVisual_title :: Lens' InsightVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

insightVisual_visualId :: Lens' InsightVisual Text Source #

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.

insightVisual_dataSetIdentifier :: Lens' InsightVisual Text Source #

The dataset that is used in the insight visual.

IntegerDefaultValues

integerDefaultValues_dynamicValue :: Lens' IntegerDefaultValues (Maybe DynamicDefaultValue) Source #

The dynamic value of the IntegerDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

integerDefaultValues_staticValues :: Lens' IntegerDefaultValues (Maybe [Integer]) Source #

The static values of the IntegerDefaultValues.

IntegerParameter

integerParameter_name :: Lens' IntegerParameter Text Source #

The name of the integer parameter.

integerParameter_values :: Lens' IntegerParameter [Integer] Source #

The values for the integer parameter.

IntegerParameterDeclaration

integerParameterDeclaration_defaultValues :: Lens' IntegerParameterDeclaration (Maybe IntegerDefaultValues) Source #

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

integerParameterDeclaration_parameterValueType :: Lens' IntegerParameterDeclaration ParameterValueType Source #

The value type determines whether the parameter is a single-value or multi-value parameter.

integerParameterDeclaration_name :: Lens' IntegerParameterDeclaration Text Source #

The name of the parameter that is being declared.

IntegerValueWhenUnsetConfiguration

integerValueWhenUnsetConfiguration_customValue :: Lens' IntegerValueWhenUnsetConfiguration (Maybe Integer) Source #

A custom value that's used when the value of a parameter isn't set.

integerValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' IntegerValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

ItemsLimitConfiguration

itemsLimitConfiguration_itemsLimit :: Lens' ItemsLimitConfiguration (Maybe Integer) Source #

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

itemsLimitConfiguration_otherCategories :: Lens' ItemsLimitConfiguration (Maybe OtherCategories) Source #

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

JiraParameters

jiraParameters_siteBaseUrl :: Lens' JiraParameters Text Source #

The base URL of the Jira site.

JoinInstruction

joinInstruction_leftOperand :: Lens' JoinInstruction Text Source #

The operand on the left side of a join.

joinInstruction_rightOperand :: Lens' JoinInstruction Text Source #

The operand on the right side of a join.

joinInstruction_onClause :: Lens' JoinInstruction Text Source #

The join instructions provided in the ON clause of a join.

JoinKeyProperties

joinKeyProperties_uniqueKey :: Lens' JoinKeyProperties (Maybe Bool) Source #

A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.

KPIConditionalFormatting

KPIConditionalFormattingOption

KPIConfiguration

kPIConfiguration_fieldWells :: Lens' KPIConfiguration (Maybe KPIFieldWells) Source #

The field well configuration of a KPI visual.

kPIConfiguration_kPIOptions :: Lens' KPIConfiguration (Maybe KPIOptions) Source #

The options that determine the presentation of a KPI visual.

KPIFieldWells

kPIFieldWells_targetValues :: Lens' KPIFieldWells (Maybe [MeasureField]) Source #

The target value field wells of a KPI visual.

kPIFieldWells_trendGroups :: Lens' KPIFieldWells (Maybe [DimensionField]) Source #

The trend group field wells of a KPI visual.

kPIFieldWells_values :: Lens' KPIFieldWells (Maybe [MeasureField]) Source #

The value field wells of a KPI visual.

KPIOptions

kPIOptions_comparison :: Lens' KPIOptions (Maybe ComparisonConfiguration) Source #

The comparison configuration of a KPI visual.

kPIOptions_primaryValueDisplayType :: Lens' KPIOptions (Maybe PrimaryValueDisplayType) Source #

The options that determine the primary value display type.

kPIOptions_primaryValueFontConfiguration :: Lens' KPIOptions (Maybe FontConfiguration) Source #

The options that determine the primary value font configuration.

kPIOptions_progressBar :: Lens' KPIOptions (Maybe ProgressBarOptions) Source #

The options that determine the presentation of the progress bar of a KPI visual.

kPIOptions_secondaryValue :: Lens' KPIOptions (Maybe SecondaryValueOptions) Source #

The options that determine the presentation of the secondary value of a KPI visual.

kPIOptions_secondaryValueFontConfiguration :: Lens' KPIOptions (Maybe FontConfiguration) Source #

The options that determine the secondary value font configuration.

kPIOptions_trendArrows :: Lens' KPIOptions (Maybe TrendArrowOptions) Source #

The options that determine the presentation of trend arrows in a KPI visual.

KPIPrimaryValueConditionalFormatting

KPIProgressBarConditionalFormatting

KPISortConfiguration

kPISortConfiguration_trendGroupSort :: Lens' KPISortConfiguration (Maybe [FieldSortOptions]) Source #

The sort configuration of the trend group fields.

KPIVisual

kPIVisual_actions :: Lens' KPIVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

kPIVisual_columnHierarchies :: Lens' KPIVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

kPIVisual_conditionalFormatting :: Lens' KPIVisual (Maybe KPIConditionalFormatting) Source #

The conditional formatting of a KPI visual.

kPIVisual_subtitle :: Lens' KPIVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

kPIVisual_title :: Lens' KPIVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

kPIVisual_visualId :: Lens' KPIVisual Text Source #

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.

LabelOptions

labelOptions_visibility :: Lens' LabelOptions (Maybe Visibility) Source #

Determines whether or not the label is visible.

Layout

layout_configuration :: Lens' Layout LayoutConfiguration Source #

The configuration that determines what the type of layout for a sheet.

LayoutConfiguration

layoutConfiguration_freeFormLayout :: Lens' LayoutConfiguration (Maybe FreeFormLayoutConfiguration) Source #

A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.

layoutConfiguration_gridLayout :: Lens' LayoutConfiguration (Maybe GridLayoutConfiguration) Source #

A type of layout that can be used on a sheet. In a grid layout, visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid layout can be configured to behave in one of two ways when the viewport is resized: FIXED or RESPONSIVE.

layoutConfiguration_sectionBasedLayout :: Lens' LayoutConfiguration (Maybe SectionBasedLayoutConfiguration) Source #

A section based layout organizes visuals into multiple sections and has customized header, footer and page break.

LegendOptions

legendOptions_height :: Lens' LegendOptions (Maybe Text) Source #

The height of the legend. If this value is omitted, a default height is used when rendering.

legendOptions_position :: Lens' LegendOptions (Maybe LegendPosition) Source #

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

legendOptions_title :: Lens' LegendOptions (Maybe LabelOptions) Source #

The custom title for the legend.

legendOptions_visibility :: Lens' LegendOptions (Maybe Visibility) Source #

Determines whether or not the legend is visible.

legendOptions_width :: Lens' LegendOptions (Maybe Text) Source #

The width of the legend. If this value is omitted, a default width is used when rendering.

LineChartAggregatedFieldWells

lineChartAggregatedFieldWells_category :: Lens' LineChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The category field wells of a line chart. Values are grouped by category fields.

lineChartAggregatedFieldWells_colors :: Lens' LineChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The color field wells of a line chart. Values are grouped by category fields.

lineChartAggregatedFieldWells_values :: Lens' LineChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field wells of a line chart. Values are aggregated based on categories.

LineChartConfiguration

lineChartConfiguration_defaultSeriesSettings :: Lens' LineChartConfiguration (Maybe LineChartDefaultSeriesSettings) Source #

The options that determine the default presentation of all line series in LineChartVisual.

lineChartConfiguration_primaryYAxisLabelOptions :: Lens' LineChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The options that determine the presentation of the y-axis label.

lineChartConfiguration_referenceLines :: Lens' LineChartConfiguration (Maybe [ReferenceLine]) Source #

The reference lines configuration of a line chart.

lineChartConfiguration_secondaryYAxisLabelOptions :: Lens' LineChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The options that determine the presentation of the secondary y-axis label.

lineChartConfiguration_series :: Lens' LineChartConfiguration (Maybe [SeriesItem]) Source #

The series item configuration of a line chart.

lineChartConfiguration_visualPalette :: Lens' LineChartConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a line chart.

lineChartConfiguration_xAxisDisplayOptions :: Lens' LineChartConfiguration (Maybe AxisDisplayOptions) Source #

The options that determine the presentation of the x-axis.

lineChartConfiguration_xAxisLabelOptions :: Lens' LineChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The options that determine the presentation of the x-axis label.

LineChartDefaultSeriesSettings

LineChartFieldWells

LineChartLineStyleSettings

lineChartLineStyleSettings_lineInterpolation :: Lens' LineChartLineStyleSettings (Maybe LineInterpolation) Source #

Interpolation style for line series.

  • LINEAR: Show as default, linear style.
  • SMOOTH: Show as a smooth curve.
  • STEPPED: Show steps in line.

lineChartLineStyleSettings_lineStyle :: Lens' LineChartLineStyleSettings (Maybe LineChartLineStyle) Source #

Line style for line series.

  • SOLID: Show as a solid line.
  • DOTTED: Show as a dotted line.
  • DASHED: Show as a dashed line.

lineChartLineStyleSettings_lineVisibility :: Lens' LineChartLineStyleSettings (Maybe Visibility) Source #

Configuration option that determines whether to show the line for the series.

LineChartMarkerStyleSettings

lineChartMarkerStyleSettings_markerShape :: Lens' LineChartMarkerStyleSettings (Maybe LineChartMarkerShape) Source #

Shape option for markers in the series.

  • CIRCLE: Show marker as a circle.
  • TRIANGLE: Show marker as a triangle.
  • SQUARE: Show marker as a square.
  • DIAMOND: Show marker as a diamond.
  • ROUNDED_SQUARE: Show marker as a rounded square.

lineChartMarkerStyleSettings_markerVisibility :: Lens' LineChartMarkerStyleSettings (Maybe Visibility) Source #

Configuration option that determines whether to show the markers in the series.

LineChartSeriesSettings

LineChartSortConfiguration

lineChartSortConfiguration_categoryItemsLimitConfiguration :: Lens' LineChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of categories that are displayed in a line chart.

LineChartVisual

lineChartVisual_actions :: Lens' LineChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

lineChartVisual_columnHierarchies :: Lens' LineChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

lineChartVisual_subtitle :: Lens' LineChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

lineChartVisual_title :: Lens' LineChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

lineChartVisual_visualId :: Lens' LineChartVisual Text Source #

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.

LineSeriesAxisDisplayOptions

lineSeriesAxisDisplayOptions_axisOptions :: Lens' LineSeriesAxisDisplayOptions (Maybe AxisDisplayOptions) Source #

The options that determine the presentation of the line series axis.

lineSeriesAxisDisplayOptions_missingDataConfigurations :: Lens' LineSeriesAxisDisplayOptions (Maybe [MissingDataConfiguration]) Source #

The configuration options that determine how missing data is treated during the rendering of a line chart.

LinkSharingConfiguration

linkSharingConfiguration_permissions :: Lens' LinkSharingConfiguration (Maybe (NonEmpty ResourcePermission)) Source #

A structure that contains the permissions of a shareable link.

ListControlDisplayOptions

listControlDisplayOptions_titleOptions :: Lens' ListControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

ListControlSearchOptions

listControlSearchOptions_visibility :: Lens' ListControlSearchOptions (Maybe Visibility) Source #

The visibility configuration of the search options in a list control.

ListControlSelectAllOptions

listControlSelectAllOptions_visibility :: Lens' ListControlSelectAllOptions (Maybe Visibility) Source #

The visibility configuration of the Select all options in a list control.

LoadingAnimation

loadingAnimation_visibility :: Lens' LoadingAnimation (Maybe Visibility) Source #

The visibility configuration of LoadingAnimation.

LocalNavigationConfiguration

localNavigationConfiguration_targetSheetId :: Lens' LocalNavigationConfiguration Text Source #

The sheet that is targeted for navigation in the same analysis.

LogicalTable

logicalTable_dataTransforms :: Lens' LogicalTable (Maybe (NonEmpty TransformOperation)) Source #

Transform operations that act on this logical table.

logicalTable_alias :: Lens' LogicalTable Text Source #

A display name for the logical table.

LogicalTableSource

logicalTableSource_dataSetArn :: Lens' LogicalTableSource (Maybe Text) Source #

The Amazon Resource Number (ARN) of the parent dataset.

logicalTableSource_joinInstruction :: Lens' LogicalTableSource (Maybe JoinInstruction) Source #

Specifies the result of a join of two logical tables.

LongFormatText

longFormatText_richText :: Lens' LongFormatText (Maybe Text) Source #

Rich text. Examples of rich text include bold, underline, and italics.

ManifestFileLocation

manifestFileLocation_key :: Lens' ManifestFileLocation Text Source #

Amazon S3 key that identifies an object.

MarginStyle

marginStyle_show :: Lens' MarginStyle (Maybe Bool) Source #

This Boolean value controls whether to display sheet margins.

MariaDbParameters

MaximumLabelType

maximumLabelType_visibility :: Lens' MaximumLabelType (Maybe Visibility) Source #

The visibility of the maximum label.

MaximumMinimumComputation

maximumMinimumComputation_value :: Lens' MaximumMinimumComputation (Maybe MeasureField) Source #

The value field that is used in a computation.

maximumMinimumComputation_type :: Lens' MaximumMinimumComputation MaximumMinimumComputationType Source #

The type of computation. Choose one of the following options:

  • MAXIMUM: A maximum computation.
  • MINIMUM: A minimum computation.

MeasureField

measureField_calculatedMeasureField :: Lens' MeasureField (Maybe CalculatedMeasureField) Source #

The calculated measure field only used in pivot tables.

measureField_categoricalMeasureField :: Lens' MeasureField (Maybe CategoricalMeasureField) Source #

The measure type field with categorical type columns.

measureField_dateMeasureField :: Lens' MeasureField (Maybe DateMeasureField) Source #

The measure type field with date type columns.

measureField_numericalMeasureField :: Lens' MeasureField (Maybe NumericalMeasureField) Source #

The measure type field with numerical type columns.

MemberIdArnPair

memberIdArnPair_memberArn :: Lens' MemberIdArnPair (Maybe Text) Source #

The Amazon Resource Name (ARN) of the member.

MetricComparisonComputation

metricComparisonComputation_fromValue :: Lens' MetricComparisonComputation MeasureField Source #

The field that is used in a metric comparison from value setup.

metricComparisonComputation_targetValue :: Lens' MetricComparisonComputation MeasureField Source #

The field that is used in a metric comparison to value setup.

MinimumLabelType

minimumLabelType_visibility :: Lens' MinimumLabelType (Maybe Visibility) Source #

The visibility of the minimum label.

MissingDataConfiguration

missingDataConfiguration_treatmentOption :: Lens' MissingDataConfiguration (Maybe MissingDataTreatmentOption) Source #

The treatment option that determines how missing data should be rendered. Choose from the following options:

  • INTERPOLATE: Interpolate missing values between the prior and the next known value.
  • SHOW_AS_ZERO: Show missing values as the value 0.
  • SHOW_AS_BLANK: Display a blank space when rendering missing data.

MySqlParameters

NamespaceError

NamespaceInfoV2

namespaceInfoV2_capacityRegion :: Lens' NamespaceInfoV2 (Maybe Text) Source #

The namespace Amazon Web Services Region.

namespaceInfoV2_creationStatus :: Lens' NamespaceInfoV2 (Maybe NamespaceStatus) Source #

The creation status of a namespace that is not yet completely created.

namespaceInfoV2_identityStore :: Lens' NamespaceInfoV2 (Maybe IdentityStore) Source #

The identity store used for the namespace.

namespaceInfoV2_namespaceError :: Lens' NamespaceInfoV2 (Maybe NamespaceError) Source #

An error that occurred when the namespace was created.

NegativeValueConfiguration

negativeValueConfiguration_displayMode :: Lens' NegativeValueConfiguration NegativeValueDisplayMode Source #

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration

NumberDisplayFormatConfiguration

NumberFormatConfiguration

NumericAxisOptions

NumericEqualityDrillDownFilter

numericEqualityDrillDownFilter_value :: Lens' NumericEqualityDrillDownFilter Double Source #

The value of the double input numeric drill down filter.

NumericEqualityFilter

numericEqualityFilter_parameterName :: Lens' NumericEqualityFilter (Maybe Text) Source #

The parameter whose value should be used for the filter value.

numericEqualityFilter_selectAllOptions :: Lens' NumericEqualityFilter (Maybe NumericFilterSelectAllOptions) Source #

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

numericEqualityFilter_filterId :: Lens' NumericEqualityFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

numericEqualityFilter_matchOperator :: Lens' NumericEqualityFilter NumericEqualityMatchOperator Source #

The match operator that is used to determine if a filter should be applied.

numericEqualityFilter_nullOption :: Lens' NumericEqualityFilter FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

NumericFormatConfiguration

NumericRangeFilter

numericRangeFilter_includeMaximum :: Lens' NumericRangeFilter (Maybe Bool) Source #

Determines whether the maximum value in the filter value range should be included in the filtered results.

numericRangeFilter_includeMinimum :: Lens' NumericRangeFilter (Maybe Bool) Source #

Determines whether the minimum value in the filter value range should be included in the filtered results.

numericRangeFilter_selectAllOptions :: Lens' NumericRangeFilter (Maybe NumericFilterSelectAllOptions) Source #

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

numericRangeFilter_filterId :: Lens' NumericRangeFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

numericRangeFilter_column :: Lens' NumericRangeFilter ColumnIdentifier Source #

The column that the filter is applied to.

numericRangeFilter_nullOption :: Lens' NumericRangeFilter FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

NumericRangeFilterValue

numericRangeFilterValue_parameter :: Lens' NumericRangeFilterValue (Maybe Text) Source #

The parameter that is used in the numeric range.

numericRangeFilterValue_staticValue :: Lens' NumericRangeFilterValue (Maybe Double) Source #

The static value of the numeric range filter.

NumericSeparatorConfiguration

NumericalAggregationFunction

numericalAggregationFunction_percentileAggregation :: Lens' NumericalAggregationFunction (Maybe PercentileAggregation) Source #

An aggregation based on the percentile of values in a dimension or measure.

numericalAggregationFunction_simpleNumericalAggregation :: Lens' NumericalAggregationFunction (Maybe SimpleNumericalAggregationFunction) Source #

Built-in aggregation functions for numerical values.

  • SUM: The sum of a dimension or measure.
  • AVERAGE: The average of a dimension or measure.
  • MIN: The minimum value of a dimension or measure.
  • MAX: The maximum value of a dimension or measure.
  • COUNT: The count of a dimension or measure.
  • DISTINCT_COUNT: The count of distinct values in a dimension or measure.
  • VAR: The variance of a dimension or measure.
  • VARP: The partitioned variance of a dimension or measure.
  • STDEV: The standard deviation of a dimension or measure.
  • STDEVP: The partitioned standard deviation of a dimension or measure.
  • MEDIAN: The median value of a dimension or measure.

NumericalDimensionField

numericalDimensionField_column :: Lens' NumericalDimensionField ColumnIdentifier Source #

The column that is used in the NumericalDimensionField.

NumericalMeasureField

numericalMeasureField_column :: Lens' NumericalMeasureField ColumnIdentifier Source #

The column that is used in the NumericalMeasureField.

OracleParameters

OutputColumn

outputColumn_description :: Lens' OutputColumn (Maybe Text) Source #

A description for a column.

outputColumn_name :: Lens' OutputColumn (Maybe Text) Source #

A display name for the dataset.

PaginationConfiguration

paginationConfiguration_pageSize :: Lens' PaginationConfiguration Integer Source #

Indicates how many items render in one page.

PanelConfiguration

panelConfiguration_backgroundColor :: Lens' PanelConfiguration (Maybe Text) Source #

Sets the background color for each panel.

panelConfiguration_backgroundVisibility :: Lens' PanelConfiguration (Maybe Visibility) Source #

Determines whether or not a background for each small multiples panel is rendered.

panelConfiguration_borderColor :: Lens' PanelConfiguration (Maybe Text) Source #

Sets the line color of panel borders.

panelConfiguration_borderThickness :: Lens' PanelConfiguration (Maybe Text) Source #

Sets the line thickness of panel borders.

panelConfiguration_borderVisibility :: Lens' PanelConfiguration (Maybe Visibility) Source #

Determines whether or not each panel displays a border.

panelConfiguration_gutterSpacing :: Lens' PanelConfiguration (Maybe Text) Source #

Sets the total amount of negative space to display between sibling panels.

panelConfiguration_gutterVisibility :: Lens' PanelConfiguration (Maybe Visibility) Source #

Determines whether or not negative space between sibling panels is rendered.

panelConfiguration_title :: Lens' PanelConfiguration (Maybe PanelTitleOptions) Source #

Configures the title display within each small multiples panel.

PanelTitleOptions

panelTitleOptions_horizontalTextAlignment :: Lens' PanelTitleOptions (Maybe HorizontalTextAlignment) Source #

Sets the horizontal text alignment of the title within each panel.

panelTitleOptions_visibility :: Lens' PanelTitleOptions (Maybe Visibility) Source #

Determines whether or not panel titles are displayed.

ParameterControl

parameterControl_dateTimePicker :: Lens' ParameterControl (Maybe ParameterDateTimePickerControl) Source #

A control from a date parameter that specifies date and time.

parameterControl_dropdown :: Lens' ParameterControl (Maybe ParameterDropDownControl) Source #

A control to display a dropdown list with buttons that are used to select a single value.

parameterControl_list :: Lens' ParameterControl (Maybe ParameterListControl) Source #

A control to display a list with buttons or boxes that are used to select either a single value or multiple values.

parameterControl_slider :: Lens' ParameterControl (Maybe ParameterSliderControl) Source #

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

parameterControl_textArea :: Lens' ParameterControl (Maybe ParameterTextAreaControl) Source #

A control to display a text box that is used to enter multiple entries.

parameterControl_textField :: Lens' ParameterControl (Maybe ParameterTextFieldControl) Source #

A control to display a text box that is used to enter a single entry.

ParameterDateTimePickerControl

parameterDateTimePickerControl_title :: Lens' ParameterDateTimePickerControl Text Source #

The title of the ParameterDateTimePickerControl.

ParameterDeclaration

ParameterDropDownControl

parameterDropDownControl_cascadingControlConfiguration :: Lens' ParameterDropDownControl (Maybe CascadingControlConfiguration) Source #

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

parameterDropDownControl_type :: Lens' ParameterDropDownControl (Maybe SheetControlListType) Source #

The type parameter name of the ParameterDropDownControl.

parameterDropDownControl_title :: Lens' ParameterDropDownControl Text Source #

The title of the ParameterDropDownControl.

parameterDropDownControl_sourceParameterName :: Lens' ParameterDropDownControl Text Source #

The source parameter name of the ParameterDropDownControl.

ParameterListControl

parameterListControl_cascadingControlConfiguration :: Lens' ParameterListControl (Maybe CascadingControlConfiguration) Source #

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

parameterListControl_selectableValues :: Lens' ParameterListControl (Maybe ParameterSelectableValues) Source #

A list of selectable values that are used in a control.

parameterListControl_title :: Lens' ParameterListControl Text Source #

The title of the ParameterListControl.

parameterListControl_sourceParameterName :: Lens' ParameterListControl Text Source #

The source parameter name of the ParameterListControl.

ParameterSelectableValues

parameterSelectableValues_linkToDataSetColumn :: Lens' ParameterSelectableValues (Maybe ColumnIdentifier) Source #

The column identifier that fetches values from the data set.

parameterSelectableValues_values :: Lens' ParameterSelectableValues (Maybe [Text]) Source #

The values that are used in ParameterSelectableValues.

ParameterSliderControl

parameterSliderControl_title :: Lens' ParameterSliderControl Text Source #

The title of the ParameterSliderControl.

parameterSliderControl_sourceParameterName :: Lens' ParameterSliderControl Text Source #

The source parameter name of the ParameterSliderControl.

parameterSliderControl_maximumValue :: Lens' ParameterSliderControl Double Source #

The smaller value that is displayed at the left of the slider.

parameterSliderControl_minimumValue :: Lens' ParameterSliderControl Double Source #

The larger value that is displayed at the right of the slider.

parameterSliderControl_stepSize :: Lens' ParameterSliderControl Double Source #

The number of increments that the slider bar is divided into.

ParameterTextAreaControl

parameterTextAreaControl_delimiter :: Lens' ParameterTextAreaControl (Maybe Text) Source #

The delimiter that is used to separate the lines in text.

parameterTextAreaControl_title :: Lens' ParameterTextAreaControl Text Source #

The title of the ParameterTextAreaControl.

parameterTextAreaControl_sourceParameterName :: Lens' ParameterTextAreaControl Text Source #

The source parameter name of the ParameterTextAreaControl.

ParameterTextFieldControl

parameterTextFieldControl_title :: Lens' ParameterTextFieldControl Text Source #

The title of the ParameterTextFieldControl.

parameterTextFieldControl_sourceParameterName :: Lens' ParameterTextFieldControl Text Source #

The source parameter name of the ParameterTextFieldControl.

Parameters

parameters_dateTimeParameters :: Lens' Parameters (Maybe [DateTimeParameter]) Source #

The parameters that have a data type of date-time.

parameters_decimalParameters :: Lens' Parameters (Maybe [DecimalParameter]) Source #

The parameters that have a data type of decimal.

parameters_integerParameters :: Lens' Parameters (Maybe [IntegerParameter]) Source #

The parameters that have a data type of integer.

parameters_stringParameters :: Lens' Parameters (Maybe [StringParameter]) Source #

The parameters that have a data type of string.

PercentVisibleRange

PercentageDisplayFormatConfiguration

PercentileAggregation

percentileAggregation_percentileValue :: Lens' PercentileAggregation (Maybe Double) Source #

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

PeriodOverPeriodComputation

PeriodToDateComputation

periodToDateComputation_periodTimeGranularity :: Lens' PeriodToDateComputation (Maybe TimeGranularity) Source #

The time granularity setup of period to date computation. Choose from the following options:

  • YEAR: Year to date.
  • MONTH: Month to date.

periodToDateComputation_value :: Lens' PeriodToDateComputation (Maybe MeasureField) Source #

The value field that is used in a computation.

periodToDateComputation_time :: Lens' PeriodToDateComputation DimensionField Source #

The time field that is used in a computation.

PhysicalTable

physicalTable_customSql :: Lens' PhysicalTable (Maybe CustomSql) Source #

A physical table type built from the results of the custom SQL query.

physicalTable_relationalTable :: Lens' PhysicalTable (Maybe RelationalTable) Source #

A physical table type for relational data sources.

physicalTable_s3Source :: Lens' PhysicalTable (Maybe S3Source) Source #

A physical table type for as S3 data source.

PieChartAggregatedFieldWells

pieChartAggregatedFieldWells_category :: Lens' PieChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The category (group/color) field wells of a pie chart.

pieChartAggregatedFieldWells_values :: Lens' PieChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field wells of a pie chart. Values are aggregated based on categories.

PieChartConfiguration

pieChartConfiguration_categoryLabelOptions :: Lens' PieChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options of the group/color that is displayed in a pie chart.

pieChartConfiguration_contributionAnalysisDefaults :: Lens' PieChartConfiguration (Maybe (NonEmpty ContributionAnalysisDefault)) Source #

The contribution analysis (anomaly configuration) setup of the visual.

pieChartConfiguration_dataLabels :: Lens' PieChartConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

pieChartConfiguration_donutOptions :: Lens' PieChartConfiguration (Maybe DonutOptions) Source #

The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.

pieChartConfiguration_valueLabelOptions :: Lens' PieChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options for the value that is displayed in a pie chart.

pieChartConfiguration_visualPalette :: Lens' PieChartConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.

PieChartFieldWells

PieChartSortConfiguration

pieChartSortConfiguration_categoryItemsLimit :: Lens' PieChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of categories that are displayed in a pie chart.

PieChartVisual

pieChartVisual_actions :: Lens' PieChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

pieChartVisual_columnHierarchies :: Lens' PieChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

pieChartVisual_subtitle :: Lens' PieChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

pieChartVisual_title :: Lens' PieChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

pieChartVisual_visualId :: Lens' PieChartVisual Text Source #

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.

PivotFieldSortOptions

pivotFieldSortOptions_fieldId :: Lens' PivotFieldSortOptions Text Source #

The field ID for the field sort options.

pivotFieldSortOptions_sortBy :: Lens' PivotFieldSortOptions PivotTableSortBy Source #

The sort by field for the field sort options.

PivotTableAggregatedFieldWells

pivotTableAggregatedFieldWells_columns :: Lens' PivotTableAggregatedFieldWells (Maybe [DimensionField]) Source #

The columns field well for a pivot table. Values are grouped by columns fields.

pivotTableAggregatedFieldWells_rows :: Lens' PivotTableAggregatedFieldWells (Maybe [DimensionField]) Source #

The rows field well for a pivot table. Values are grouped by rows fields.

pivotTableAggregatedFieldWells_values :: Lens' PivotTableAggregatedFieldWells (Maybe [MeasureField]) Source #

The values field well for a pivot table. Values are aggregated based on rows and columns fields.

PivotTableCellConditionalFormatting

PivotTableConditionalFormatting

PivotTableConditionalFormattingOption

PivotTableConditionalFormattingScope

pivotTableConditionalFormattingScope_role :: Lens' PivotTableConditionalFormattingScope (Maybe PivotTableConditionalFormattingScopeRole) Source #

The role (field, field total, grand total) of the cell for conditional formatting.

PivotTableConfiguration

PivotTableDataPathOption

pivotTableDataPathOption_dataPathList :: Lens' PivotTableDataPathOption [DataPathValue] Source #

The list of data path values for the data path options.

PivotTableFieldOption

pivotTableFieldOption_customLabel :: Lens' PivotTableFieldOption (Maybe Text) Source #

The custom label of the pivot table field.

pivotTableFieldOption_fieldId :: Lens' PivotTableFieldOption Text Source #

The field ID of the pivot table field.

PivotTableFieldOptions

pivotTableFieldOptions_dataPathOptions :: Lens' PivotTableFieldOptions (Maybe [PivotTableDataPathOption]) Source #

The data path options for the pivot table field options.

pivotTableFieldOptions_selectedFieldOptions :: Lens' PivotTableFieldOptions (Maybe [PivotTableFieldOption]) Source #

The selected field options for the pivot table field options.

PivotTableFieldSubtotalOptions

PivotTableFieldWells

PivotTableOptions

pivotTableOptions_rowAlternateColorOptions :: Lens' PivotTableOptions (Maybe RowAlternateColorOptions) Source #

The row alternate color options (widget status, row alternate colors).

PivotTablePaginatedReportOptions

PivotTableSortBy

pivotTableSortBy_column :: Lens' PivotTableSortBy (Maybe ColumnSort) Source #

The column sort (field id, direction) for the pivot table sort by options.

pivotTableSortBy_dataPath :: Lens' PivotTableSortBy (Maybe DataPathSort) Source #

The data path sort (data path value, direction) for the pivot table sort by options.

pivotTableSortBy_field :: Lens' PivotTableSortBy (Maybe FieldSort) Source #

The field sort (field id, direction) for the pivot table sort by options.

PivotTableSortConfiguration

pivotTableSortConfiguration_fieldSortOptions :: Lens' PivotTableSortConfiguration (Maybe [PivotFieldSortOptions]) Source #

The field sort options for a pivot table sort configuration.

PivotTableTotalOptions

PivotTableVisual

pivotTableVisual_actions :: Lens' PivotTableVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

pivotTableVisual_subtitle :: Lens' PivotTableVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

pivotTableVisual_title :: Lens' PivotTableVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

pivotTableVisual_visualId :: Lens' PivotTableVisual Text Source #

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

PivotTotalOptions

pivotTotalOptions_customLabel :: Lens' PivotTotalOptions (Maybe Text) Source #

The custom label string for the total cells.

pivotTotalOptions_metricHeaderCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the total of header cells.

pivotTotalOptions_placement :: Lens' PivotTotalOptions (Maybe TableTotalsPlacement) Source #

The placement (start, end) for the total cells.

pivotTotalOptions_scrollStatus :: Lens' PivotTotalOptions (Maybe TableTotalsScrollStatus) Source #

The scroll status (pinned, scrolled) for the total cells.

pivotTotalOptions_totalCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the total cells.

pivotTotalOptions_totalsVisibility :: Lens' PivotTotalOptions (Maybe Visibility) Source #

The visibility configuration for the total cells.

pivotTotalOptions_valueCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the totals of value cells.

PostgreSqlParameters

PredefinedHierarchy

predefinedHierarchy_drillDownFilters :: Lens' PredefinedHierarchy (Maybe [DrillDownFilter]) Source #

The option that determines the drill down filters for the predefined hierarchy.

predefinedHierarchy_hierarchyId :: Lens' PredefinedHierarchy Text Source #

The hierarchy ID of the predefined hierarchy.

predefinedHierarchy_columns :: Lens' PredefinedHierarchy (NonEmpty ColumnIdentifier) Source #

The list of columns that define the predefined hierarchy.

PrestoParameters

ProgressBarOptions

ProjectOperation

QueueInfo

queueInfo_waitingOnIngestion :: Lens' QueueInfo Text Source #

The ID of the queued ingestion.

queueInfo_queuedIngestion :: Lens' QueueInfo Text Source #

The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.

RangeEndsLabelType

rangeEndsLabelType_visibility :: Lens' RangeEndsLabelType (Maybe Visibility) Source #

The visibility of the range ends label.

RdsParameters

RedshiftParameters

redshiftParameters_clusterId :: Lens' RedshiftParameters (Maybe Text) Source #

Cluster ID. This field can be blank if the Host and Port are provided.

redshiftParameters_host :: Lens' RedshiftParameters (Maybe Text) Source #

Host. This field can be blank if ClusterId is provided.

redshiftParameters_port :: Lens' RedshiftParameters (Maybe Natural) Source #

Port. This field can be blank if the ClusterId is provided.

ReferenceLine

referenceLine_status :: Lens' ReferenceLine (Maybe WidgetStatus) Source #

The status of the reference line. Choose one of the following options:

  • ENABLE
  • DISABLE

ReferenceLineCustomLabelConfiguration

ReferenceLineDataConfiguration

referenceLineDataConfiguration_axisBinding :: Lens' ReferenceLineDataConfiguration (Maybe AxisBinding) Source #

The axis binding type of the reference line. Choose one of the following options:

  • PrimaryY
  • SecondaryY

ReferenceLineDynamicDataConfiguration

ReferenceLineLabelConfiguration

referenceLineLabelConfiguration_fontColor :: Lens' ReferenceLineLabelConfiguration (Maybe Text) Source #

The font color configuration of the label in a reference line.

referenceLineLabelConfiguration_horizontalPosition :: Lens' ReferenceLineLabelConfiguration (Maybe ReferenceLineLabelHorizontalPosition) Source #

The horizontal position configuration of the label in a reference line. Choose one of the following options:

  • LEFT
  • CENTER
  • RIGHT

referenceLineLabelConfiguration_verticalPosition :: Lens' ReferenceLineLabelConfiguration (Maybe ReferenceLineLabelVerticalPosition) Source #

The vertical position configuration of the label in a reference line. Choose one of the following options:

  • ABOVE
  • BELOW

ReferenceLineStaticDataConfiguration

ReferenceLineStyleConfiguration

referenceLineStyleConfiguration_pattern :: Lens' ReferenceLineStyleConfiguration (Maybe ReferenceLinePatternType) Source #

The pattern type of the line style. Choose one of the following options:

  • SOLID
  • DASHED
  • DOTTED

ReferenceLineValueLabelConfiguration

referenceLineValueLabelConfiguration_relativePosition :: Lens' ReferenceLineValueLabelConfiguration (Maybe ReferenceLineValueLabelRelativePosition) Source #

The relative position of the value label. Choose one of the following options:

  • BEFORE_CUSTOM_LABEL
  • AFTER_CUSTOM_LABEL

RegisteredUserDashboardEmbeddingConfiguration

registeredUserDashboardEmbeddingConfiguration_initialDashboardId :: Lens' RegisteredUserDashboardEmbeddingConfiguration Text Source #

The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.

If the user does not have permission to view this dashboard, they see a permissions error message.

RegisteredUserDashboardVisualEmbeddingConfiguration

registeredUserDashboardVisualEmbeddingConfiguration_initialDashboardVisualId :: Lens' RegisteredUserDashboardVisualEmbeddingConfiguration DashboardVisualId Source #

The visual ID for the visual that you want the user to embed. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.

The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

RegisteredUserEmbeddingExperienceConfiguration

registeredUserEmbeddingExperienceConfiguration_qSearchBar :: Lens' RegisteredUserEmbeddingExperienceConfiguration (Maybe RegisteredUserQSearchBarEmbeddingConfiguration) Source #

The configuration details for embedding the Q search bar.

For more information about embedding the Q search bar, see Embedding Overview in the Amazon QuickSight User Guide.

registeredUserEmbeddingExperienceConfiguration_quickSightConsole :: Lens' RegisteredUserEmbeddingExperienceConfiguration (Maybe RegisteredUserQuickSightConsoleEmbeddingConfiguration) Source #

The configuration details for providing each Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide.

Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that allows users to create data sources, datasets, analyses, and dashboards. The users who accesses an embedded Amazon QuickSight console needs to belong to the author or admin security cohort. If you want to restrict permissions to some of these features, add a custom permissions profile to the user with the UpdateUser API operation. Use the RegisterUser API operation to add a new user with a custom permission profile attached. For more information, see the following sections in the Amazon QuickSight User Guide:

For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.

RegisteredUserQSearchBarEmbeddingConfiguration

registeredUserQSearchBarEmbeddingConfiguration_initialTopicId :: Lens' RegisteredUserQSearchBarEmbeddingConfiguration (Maybe Text) Source #

The ID of the Q topic that you want to make the starting topic in the Q search bar. You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening a topic. The ID is in the URL for the topic that you open.

If you don't specify an initial topic, a list of all shared topics is shown in the Q bar for your readers. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the available ones in the list.

RegisteredUserQuickSightConsoleEmbeddingConfiguration

registeredUserQuickSightConsoleEmbeddingConfiguration_initialPath :: Lens' RegisteredUserQuickSightConsoleEmbeddingConfiguration (Maybe Text) Source #

The initial URL path for the Amazon QuickSight console. InitialPath is required.

The entry point URL is constrained to the following paths:

  • /start
  • /start/analyses
  • /start/dashboards
  • /start/favorites
  • /dashboards/DashboardId. DashboardId is the actual ID key from the Amazon QuickSight console URL of the dashboard.
  • /analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon QuickSight console URL of the analysis.

RelationalTable

relationalTable_catalog :: Lens' RelationalTable (Maybe Text) Source #

The catalog associated with a table.

relationalTable_schema :: Lens' RelationalTable (Maybe Text) Source #

The schema name. This name applies to certain relational database engines.

relationalTable_dataSourceArn :: Lens' RelationalTable Text Source #

The Amazon Resource Name (ARN) for the data source.

relationalTable_name :: Lens' RelationalTable Text Source #

The name of the relational table.

RelativeDateTimeControlDisplayOptions

relativeDateTimeControlDisplayOptions_titleOptions :: Lens' RelativeDateTimeControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

RelativeDatesFilter

relativeDatesFilter_minimumGranularity :: Lens' RelativeDatesFilter (Maybe TimeGranularity) Source #

The minimum granularity (period granularity) of the relative dates filter.

relativeDatesFilter_parameterName :: Lens' RelativeDatesFilter (Maybe Text) Source #

The parameter whose value should be used for the filter value.

relativeDatesFilter_filterId :: Lens' RelativeDatesFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

relativeDatesFilter_column :: Lens' RelativeDatesFilter ColumnIdentifier Source #

The column that the filter is applied to.

relativeDatesFilter_timeGranularity :: Lens' RelativeDatesFilter TimeGranularity Source #

The level of time precision that is used to aggregate DateTime values.

relativeDatesFilter_relativeDateType :: Lens' RelativeDatesFilter RelativeDateType Source #

The range date type of the filter. Choose one of the options below:

  • PREVIOUS
  • THIS
  • LAST
  • NOW
  • NEXT

relativeDatesFilter_nullOption :: Lens' RelativeDatesFilter FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

RenameColumnOperation

ResourcePermission

resourcePermission_principal :: Lens' ResourcePermission Text Source #

The Amazon Resource Name (ARN) of the principal. This can be one of the following:

  • The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
  • The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
  • The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. (This is less common.)

resourcePermission_actions :: Lens' ResourcePermission (NonEmpty Text) Source #

The IAM action to grant or revoke permissions on.

RollingDateConfiguration

rollingDateConfiguration_dataSetIdentifier :: Lens' RollingDateConfiguration (Maybe Text) Source #

The data set that is used in the rolling date configuration.

rollingDateConfiguration_expression :: Lens' RollingDateConfiguration Text Source #

The expression of the rolling date configuration.

RowAlternateColorOptions

RowInfo

rowInfo_rowsDropped :: Lens' RowInfo (Maybe Integer) Source #

The number of rows that were not ingested.

rowInfo_rowsIngested :: Lens' RowInfo (Maybe Integer) Source #

The number of rows that were ingested.

rowInfo_totalRowsInDataset :: Lens' RowInfo (Maybe Integer) Source #

The total number of rows in the dataset.

RowLevelPermissionDataSet

rowLevelPermissionDataSet_formatVersion :: Lens' RowLevelPermissionDataSet (Maybe RowLevelPermissionFormatVersion) Source #

The user or group rules associated with the dataset that contains permissions for RLS.

By default, FormatVersion is VERSION_1. When FormatVersion is VERSION_1, UserName and GroupName are required. When FormatVersion is VERSION_2, UserARN and GroupARN are required, and Namespace must not exist.

rowLevelPermissionDataSet_namespace :: Lens' RowLevelPermissionDataSet (Maybe Text) Source #

The namespace associated with the dataset that contains permissions for RLS.

rowLevelPermissionDataSet_status :: Lens' RowLevelPermissionDataSet (Maybe Status) Source #

The status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

rowLevelPermissionDataSet_arn :: Lens' RowLevelPermissionDataSet Text Source #

The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.

rowLevelPermissionDataSet_permissionPolicy :: Lens' RowLevelPermissionDataSet RowLevelPermissionPolicy Source #

The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESS is included for backward compatibility only.

RowLevelPermissionTagConfiguration

rowLevelPermissionTagConfiguration_status :: Lens' RowLevelPermissionTagConfiguration (Maybe Status) Source #

The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

rowLevelPermissionTagConfiguration_tagRules :: Lens' RowLevelPermissionTagConfiguration (NonEmpty RowLevelPermissionTagRule) Source #

A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.

RowLevelPermissionTagRule

rowLevelPermissionTagRule_matchAllValue :: Lens' RowLevelPermissionTagRule (Maybe Text) Source #

A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.

rowLevelPermissionTagRule_tagMultiValueDelimiter :: Lens' RowLevelPermissionTagRule (Maybe Text) Source #

A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.

rowLevelPermissionTagRule_columnName :: Lens' RowLevelPermissionTagRule Text Source #

The column name that a tag key is assigned to.

S3Parameters

s3Parameters_manifestFileLocation :: Lens' S3Parameters ManifestFileLocation Source #

Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.

S3Source

s3Source_uploadSettings :: Lens' S3Source (Maybe UploadSettings) Source #

Information about the format for the S3 source file or files.

s3Source_dataSourceArn :: Lens' S3Source Text Source #

The Amazon Resource Name (ARN) for the data source.

s3Source_inputColumns :: Lens' S3Source (NonEmpty InputColumn) Source #

A physical table type for an S3 data source.

For files that aren't JSON, only STRING data types are supported in input columns.

SameSheetTargetVisualConfiguration

sameSheetTargetVisualConfiguration_targetVisualOptions :: Lens' SameSheetTargetVisualConfiguration (Maybe TargetVisualOptions) Source #

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.

sameSheetTargetVisualConfiguration_targetVisuals :: Lens' SameSheetTargetVisualConfiguration (Maybe (NonEmpty Text)) Source #

A list of the target visual IDs that are located in the same sheet of the analysis.

SankeyDiagramAggregatedFieldWells

SankeyDiagramChartConfiguration

SankeyDiagramFieldWells

SankeyDiagramSortConfiguration

sankeyDiagramSortConfiguration_destinationItemsLimit :: Lens' SankeyDiagramSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of destination nodes that are displayed in a sankey diagram.

sankeyDiagramSortConfiguration_sourceItemsLimit :: Lens' SankeyDiagramSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of source nodes that are displayed in a sankey diagram.

SankeyDiagramVisual

sankeyDiagramVisual_actions :: Lens' SankeyDiagramVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

sankeyDiagramVisual_visualId :: Lens' SankeyDiagramVisual Text Source #

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.

ScatterPlotCategoricallyAggregatedFieldWells

scatterPlotCategoricallyAggregatedFieldWells_xAxis :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField]) Source #

The x-axis field well of a scatter plot.

The x-axis is aggregated by category.

scatterPlotCategoricallyAggregatedFieldWells_yAxis :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField]) Source #

The y-axis field well of a scatter plot.

The y-axis is aggregated by category.

ScatterPlotConfiguration

scatterPlotConfiguration_dataLabels :: Lens' ScatterPlotConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

scatterPlotConfiguration_visualPalette :: Lens' ScatterPlotConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.

scatterPlotConfiguration_xAxisDisplayOptions :: Lens' ScatterPlotConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.

scatterPlotConfiguration_xAxisLabelOptions :: Lens' ScatterPlotConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.

scatterPlotConfiguration_yAxisDisplayOptions :: Lens' ScatterPlotConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.

scatterPlotConfiguration_yAxisLabelOptions :: Lens' ScatterPlotConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.

ScatterPlotFieldWells

scatterPlotFieldWells_scatterPlotCategoricallyAggregatedFieldWells :: Lens' ScatterPlotFieldWells (Maybe ScatterPlotCategoricallyAggregatedFieldWells) Source #

The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.

scatterPlotFieldWells_scatterPlotUnaggregatedFieldWells :: Lens' ScatterPlotFieldWells (Maybe ScatterPlotUnaggregatedFieldWells) Source #

The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.

ScatterPlotUnaggregatedFieldWells

scatterPlotUnaggregatedFieldWells_xAxis :: Lens' ScatterPlotUnaggregatedFieldWells (Maybe [DimensionField]) Source #

The x-axis field well of a scatter plot.

The x-axis is a dimension field and cannot be aggregated.

scatterPlotUnaggregatedFieldWells_yAxis :: Lens' ScatterPlotUnaggregatedFieldWells (Maybe [DimensionField]) Source #

The y-axis field well of a scatter plot.

The y-axis is a dimension field and cannot be aggregated.

ScatterPlotVisual

scatterPlotVisual_actions :: Lens' ScatterPlotVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

scatterPlotVisual_columnHierarchies :: Lens' ScatterPlotVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

scatterPlotVisual_visualId :: Lens' ScatterPlotVisual Text Source #

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.

ScrollBarOptions

scrollBarOptions_visibility :: Lens' ScrollBarOptions (Maybe Visibility) Source #

The visibility of the data zoom scroll bar.

scrollBarOptions_visibleRange :: Lens' ScrollBarOptions (Maybe VisibleRangeOptions) Source #

The visibility range for the data zoom scroll bar.

SecondaryValueOptions

secondaryValueOptions_visibility :: Lens' SecondaryValueOptions (Maybe Visibility) Source #

Determines the visibility of the secondary value.

SectionAfterPageBreak

sectionAfterPageBreak_status :: Lens' SectionAfterPageBreak (Maybe SectionPageBreakStatus) Source #

The option that enables or disables a page break at the end of a section.

SectionBasedLayoutCanvasSizeOptions

SectionBasedLayoutConfiguration

SectionBasedLayoutPaperCanvasSizeOptions

sectionBasedLayoutPaperCanvasSizeOptions_paperMargin :: Lens' SectionBasedLayoutPaperCanvasSizeOptions (Maybe Spacing) Source #

Defines the spacing between the canvas content and the top, bottom, left, and right edges.

sectionBasedLayoutPaperCanvasSizeOptions_paperOrientation :: Lens' SectionBasedLayoutPaperCanvasSizeOptions (Maybe PaperOrientation) Source #

The paper orientation that is used to define canvas dimensions. Choose one of the following options:

  • PORTRAIT
  • LANDSCAPE

SectionLayoutConfiguration

SectionPageBreakConfiguration

SectionStyle

sectionStyle_height :: Lens' SectionStyle (Maybe Text) Source #

The height of a section.

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

sectionStyle_padding :: Lens' SectionStyle (Maybe Spacing) Source #

The spacing between section content and its top, bottom, left, and right edges.

There is no padding by default.

SelectedSheetsFilterScopeConfiguration

SeriesItem

seriesItem_dataFieldSeriesItem :: Lens' SeriesItem (Maybe DataFieldSeriesItem) Source #

The data field series item configuration of a line chart.

seriesItem_fieldSeriesItem :: Lens' SeriesItem (Maybe FieldSeriesItem) Source #

The field series item configuration of a line chart.

ServiceNowParameters

SessionTag

sessionTag_key :: Lens' SessionTag Text Source #

The key for the tag.

sessionTag_value :: Lens' SessionTag Text Source #

The value that you want to assign the tag.

SetParameterValueConfiguration

setParameterValueConfiguration_destinationParameterName :: Lens' SetParameterValueConfiguration Text Source #

The destination parameter name of the SetParameterValueConfiguration.

ShapeConditionalFormat

shapeConditionalFormat_backgroundColor :: Lens' ShapeConditionalFormat ConditionalFormattingColor Source #

The conditional formatting for the shape background color of a filled map visual.

Sheet

sheet_name :: Lens' Sheet (Maybe Text) Source #

The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

sheet_sheetId :: Lens' Sheet (Maybe Text) Source #

The unique identifier associated with a sheet.

SheetControlLayout

sheetControlLayout_configuration :: Lens' SheetControlLayout SheetControlLayoutConfiguration Source #

The configuration that determines the elements and canvas size options of sheet control.

SheetControlLayoutConfiguration

sheetControlLayoutConfiguration_gridLayout :: Lens' SheetControlLayoutConfiguration (Maybe GridLayoutConfiguration) Source #

The configuration that determines the elements and canvas size options of sheet control.

SheetControlsOption

SheetDefinition

sheetDefinition_contentType :: Lens' SheetDefinition (Maybe SheetContentType) Source #

The layout content type of the sheet. Choose one of the following options:

  • PAGINATED: Creates a sheet for a paginated report.
  • INTERACTIVE: Creates a sheet for an interactive dashboard.

sheetDefinition_filterControls :: Lens' SheetDefinition (Maybe [FilterControl]) Source #

The list of filter controls that are on a sheet.

For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide.

sheetDefinition_layouts :: Lens' SheetDefinition (Maybe (NonEmpty Layout)) Source #

Layouts define how the components of a sheet are arranged.

For more information, see Types of layout in the Amazon QuickSight User Guide.

sheetDefinition_name :: Lens' SheetDefinition (Maybe Text) Source #

The name of the sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

sheetDefinition_parameterControls :: Lens' SheetDefinition (Maybe [ParameterControl]) Source #

The list of parameter controls that are on a sheet.

For more information, see Using a Control with a Parameter in Amazon QuickSight in the Amazon QuickSight User Guide.

sheetDefinition_textBoxes :: Lens' SheetDefinition (Maybe [SheetTextBox]) Source #

The text boxes that are on a sheet.

sheetDefinition_visuals :: Lens' SheetDefinition (Maybe [Visual]) Source #

A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.

sheetDefinition_sheetId :: Lens' SheetDefinition Text Source #

The unique identifier of a sheet.

SheetElementConfigurationOverrides

sheetElementConfigurationOverrides_visibility :: Lens' SheetElementConfigurationOverrides (Maybe Visibility) Source #

Determines whether or not the overrides are visible. Choose one of the following options:

  • VISIBLE
  • HIDDEN

SheetElementRenderingRule

sheetElementRenderingRule_expression :: Lens' SheetElementRenderingRule Text Source #

The expression of the rendering rules of a sheet.

SheetStyle

sheetStyle_tile :: Lens' SheetStyle (Maybe TileStyle) Source #

The display options for tiles.

SheetTextBox

sheetTextBox_content :: Lens' SheetTextBox (Maybe Text) Source #

The content that is displayed in the text box.

sheetTextBox_sheetTextBoxId :: Lens' SheetTextBox Text Source #

The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

SheetVisualScopingConfiguration

sheetVisualScopingConfiguration_visualIds :: Lens' SheetVisualScopingConfiguration (Maybe [Text]) Source #

The selected visuals that the filter is applied to.

sheetVisualScopingConfiguration_scope :: Lens' SheetVisualScopingConfiguration FilterVisualScope Source #

The scope of the applied entities. Choose one of the following options:

  • ALL_VISUALS
  • SELECTED_VISUALS

ShortFormatText

shortFormatText_richText :: Lens' ShortFormatText (Maybe Text) Source #

Rich text. Examples of rich text include bold, underline, and italics.

SignupResponse

signupResponse_iAMUser :: Lens' SignupResponse (Maybe Bool) Source #

A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.

signupResponse_accountName :: Lens' SignupResponse (Maybe Text) Source #

The name of your Amazon QuickSight account.

signupResponse_directoryType :: Lens' SignupResponse (Maybe Text) Source #

The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.

signupResponse_userLoginName :: Lens' SignupResponse (Maybe Text) Source #

The user login name for your Amazon QuickSight account.

SimpleClusterMarker

simpleClusterMarker_color :: Lens' SimpleClusterMarker (Maybe Text) Source #

The color of the simple cluster marker.

SliderControlDisplayOptions

sliderControlDisplayOptions_titleOptions :: Lens' SliderControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

SmallMultiplesOptions

smallMultiplesOptions_maxVisibleColumns :: Lens' SmallMultiplesOptions (Maybe Natural) Source #

Sets the maximum number of visible columns to display in the grid of small multiples panels.

The default is Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

smallMultiplesOptions_maxVisibleRows :: Lens' SmallMultiplesOptions (Maybe Natural) Source #

Sets the maximum number of visible rows to display in the grid of small multiples panels.

The default value is Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

smallMultiplesOptions_panelConfiguration :: Lens' SmallMultiplesOptions (Maybe PanelConfiguration) Source #

Configures the display options for each small multiples panel.

SnowflakeParameters

Spacing

spacing_bottom :: Lens' Spacing (Maybe Text) Source #

Define the bottom spacing.

spacing_left :: Lens' Spacing (Maybe Text) Source #

Define the left spacing.

spacing_right :: Lens' Spacing (Maybe Text) Source #

Define the right spacing.

spacing_top :: Lens' Spacing (Maybe Text) Source #

Define the top spacing.

SparkParameters

SqlServerParameters

SslProperties

sslProperties_disableSsl :: Lens' SslProperties (Maybe Bool) Source #

A Boolean option to control whether SSL should be disabled.

StringDefaultValues

stringDefaultValues_dynamicValue :: Lens' StringDefaultValues (Maybe DynamicDefaultValue) Source #

The dynamic value of the StringDefaultValues. Different defaults displayed according to users, groups, and values mapping.

stringDefaultValues_staticValues :: Lens' StringDefaultValues (Maybe [Text]) Source #

The static values of the DecimalDefaultValues.

StringFormatConfiguration

StringParameter

stringParameter_name :: Lens' StringParameter Text Source #

A display name for a string parameter.

stringParameter_values :: Lens' StringParameter [Text] Source #

The values of a string parameter.

StringParameterDeclaration

stringParameterDeclaration_defaultValues :: Lens' StringParameterDeclaration (Maybe StringDefaultValues) Source #

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

stringParameterDeclaration_valueWhenUnset :: Lens' StringParameterDeclaration (Maybe StringValueWhenUnsetConfiguration) Source #

The configuration that defines the default value of a String parameter when a value has not been set.

stringParameterDeclaration_parameterValueType :: Lens' StringParameterDeclaration ParameterValueType Source #

The value type determines whether the parameter is a single-value or multi-value parameter.

stringParameterDeclaration_name :: Lens' StringParameterDeclaration Text Source #

The name of the parameter that is being declared.

StringValueWhenUnsetConfiguration

stringValueWhenUnsetConfiguration_customValue :: Lens' StringValueWhenUnsetConfiguration (Maybe Text) Source #

A custom value that's used when the value of a parameter isn't set.

stringValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' StringValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

SubtotalOptions

subtotalOptions_customLabel :: Lens' SubtotalOptions (Maybe Text) Source #

The custom label string for the subtotal cells.

subtotalOptions_fieldLevel :: Lens' SubtotalOptions (Maybe PivotTableSubtotalLevel) Source #

The field level (all, custom, last) for the subtotal cells.

subtotalOptions_metricHeaderCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the subtotals of header cells.

subtotalOptions_totalCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the subtotal cells.

subtotalOptions_totalsVisibility :: Lens' SubtotalOptions (Maybe Visibility) Source #

The visibility configuration for the subtotal cells.

subtotalOptions_valueCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the subtotals of value cells.

TableAggregatedFieldWells

tableAggregatedFieldWells_groupBy :: Lens' TableAggregatedFieldWells (Maybe [DimensionField]) Source #

The group by field well for a pivot table. Values are grouped by group by fields.

tableAggregatedFieldWells_values :: Lens' TableAggregatedFieldWells (Maybe [MeasureField]) Source #

The values field well for a pivot table. Values are aggregated based on group by fields.

TableBorderOptions

tableBorderOptions_style :: Lens' TableBorderOptions (Maybe TableBorderStyle) Source #

The style (none, solid) of a table border.

TableCellConditionalFormatting

tableCellConditionalFormatting_fieldId :: Lens' TableCellConditionalFormatting Text Source #

The field ID of the cell for conditional formatting.

TableCellImageSizingConfiguration

TableCellStyle

tableCellStyle_backgroundColor :: Lens' TableCellStyle (Maybe Text) Source #

The background color for the table cells.

tableCellStyle_height :: Lens' TableCellStyle (Maybe Natural) Source #

The height color for the table cells.

tableCellStyle_horizontalTextAlignment :: Lens' TableCellStyle (Maybe HorizontalTextAlignment) Source #

The horizontal text alignment (left, center, right, auto) for the table cells.

tableCellStyle_textWrap :: Lens' TableCellStyle (Maybe TextWrap) Source #

The text wrap (none, wrap) for the table cells.

tableCellStyle_verticalTextAlignment :: Lens' TableCellStyle (Maybe VerticalTextAlignment) Source #

The vertical text alignment (top, middle, bottom) for the table cells.

tableCellStyle_visibility :: Lens' TableCellStyle (Maybe Visibility) Source #

The visibility of the table cells.

TableConditionalFormatting

TableConditionalFormattingOption

TableConfiguration

TableFieldCustomIconContent

tableFieldCustomIconContent_icon :: Lens' TableFieldCustomIconContent (Maybe TableFieldIconSetType) Source #

The icon set type (link) of the custom icon content for table URL link content.

TableFieldCustomTextContent

tableFieldCustomTextContent_value :: Lens' TableFieldCustomTextContent (Maybe Text) Source #

The string value of the custom text content for the table URL link content.

tableFieldCustomTextContent_fontConfiguration :: Lens' TableFieldCustomTextContent FontConfiguration Source #

The font configuration of the custom text content for the table URL link content.

TableFieldImageConfiguration

TableFieldLinkConfiguration

tableFieldLinkConfiguration_target :: Lens' TableFieldLinkConfiguration URLTargetConfiguration Source #

The URL target (new tab, new window, same tab) for the table link configuration.

TableFieldLinkContentConfiguration

tableFieldLinkContentConfiguration_customTextContent :: Lens' TableFieldLinkContentConfiguration (Maybe TableFieldCustomTextContent) Source #

The custom text content (value, font configuration) for the table link content configuration.

TableFieldOption

tableFieldOption_customLabel :: Lens' TableFieldOption (Maybe Text) Source #

The custom label for a table field.

tableFieldOption_fieldId :: Lens' TableFieldOption Text Source #

The field ID for a table field.

TableFieldOptions

tableFieldOptions_order :: Lens' TableFieldOptions (Maybe [Text]) Source #

The order of field IDs of the field options for a table visual.

tableFieldOptions_selectedFieldOptions :: Lens' TableFieldOptions (Maybe [TableFieldOption]) Source #

The selected field options for the table field options.

TableFieldURLConfiguration

TableFieldWells

TableOptions

tableOptions_cellStyle :: Lens' TableOptions (Maybe TableCellStyle) Source #

The table cell style of table cells.

tableOptions_headerStyle :: Lens' TableOptions (Maybe TableCellStyle) Source #

The table cell style of a table header.

tableOptions_orientation :: Lens' TableOptions (Maybe TableOrientation) Source #

The orientation (vertical, horizontal) for a table.

tableOptions_rowAlternateColorOptions :: Lens' TableOptions (Maybe RowAlternateColorOptions) Source #

The row alternate color options (widget status, row alternate colors) for a table.

TablePaginatedReportOptions

TableRowConditionalFormatting

tableRowConditionalFormatting_backgroundColor :: Lens' TableRowConditionalFormatting (Maybe ConditionalFormattingColor) Source #

The conditional formatting color (solid, gradient) of the background for a table row.

tableRowConditionalFormatting_textColor :: Lens' TableRowConditionalFormatting (Maybe ConditionalFormattingColor) Source #

The conditional formatting color (solid, gradient) of the text for a table row.

TableSideBorderOptions

tableSideBorderOptions_innerHorizontal :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #

The table border options of the inner horizontal border.

tableSideBorderOptions_innerVertical :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #

The table border options of the inner vertical border.

TableSortConfiguration

tableSortConfiguration_paginationConfiguration :: Lens' TableSortConfiguration (Maybe PaginationConfiguration) Source #

The pagination configuration (page size, page number) for the table.

tableSortConfiguration_rowSort :: Lens' TableSortConfiguration (Maybe [FieldSortOptions]) Source #

The field sort options for rows in the table.

TableUnaggregatedFieldWells

tableUnaggregatedFieldWells_values :: Lens' TableUnaggregatedFieldWells (Maybe [UnaggregatedField]) Source #

The values field well for a pivot table. Values are unaggregated for an unaggregated table.

TableVisual

tableVisual_actions :: Lens' TableVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

tableVisual_chartConfiguration :: Lens' TableVisual (Maybe TableConfiguration) Source #

The configuration settings of the visual.

tableVisual_conditionalFormatting :: Lens' TableVisual (Maybe TableConditionalFormatting) Source #

The conditional formatting for a PivotTableVisual.

tableVisual_subtitle :: Lens' TableVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

tableVisual_title :: Lens' TableVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

tableVisual_visualId :: Lens' TableVisual Text Source #

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

Tag

TagColumnOperation

tagColumnOperation_columnName :: Lens' TagColumnOperation Text Source #

The column that this operation acts on.

tagColumnOperation_tags :: Lens' TagColumnOperation (NonEmpty ColumnTag) Source #

The dataset column tag, currently only used for geospatial type tagging.

This is not tags for the Amazon Web Services tagging feature.

Template

template_arn :: Lens' Template (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template.

template_createdTime :: Lens' Template (Maybe UTCTime) Source #

Time when this was created.

template_lastUpdatedTime :: Lens' Template (Maybe UTCTime) Source #

Time when this was last updated.

template_name :: Lens' Template (Maybe Text) Source #

The display name of the template.

template_templateId :: Lens' Template (Maybe Text) Source #

The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.

template_version :: Lens' Template (Maybe TemplateVersion) Source #

A structure describing the versions of the template.

TemplateAlias

templateAlias_aliasName :: Lens' TemplateAlias (Maybe Text) Source #

The display name of the template alias.

templateAlias_arn :: Lens' TemplateAlias (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template alias.

templateAlias_templateVersionNumber :: Lens' TemplateAlias (Maybe Natural) Source #

The version number of the template alias.

TemplateError

templateError_message :: Lens' TemplateError (Maybe Text) Source #

Description of the error type.

TemplateSourceAnalysis

templateSourceAnalysis_arn :: Lens' TemplateSourceAnalysis Text Source #

The Amazon Resource Name (ARN) of the resource.

templateSourceAnalysis_dataSetReferences :: Lens' TemplateSourceAnalysis (NonEmpty DataSetReference) Source #

A structure containing information about the dataset references used as placeholders in the template.

TemplateSourceEntity

TemplateSourceTemplate

templateSourceTemplate_arn :: Lens' TemplateSourceTemplate Text Source #

The Amazon Resource Name (ARN) of the resource.

TemplateSummary

templateSummary_createdTime :: Lens' TemplateSummary (Maybe UTCTime) Source #

The last time that this template was created.

templateSummary_lastUpdatedTime :: Lens' TemplateSummary (Maybe UTCTime) Source #

The last time that this template was updated.

templateSummary_latestVersionNumber :: Lens' TemplateSummary (Maybe Natural) Source #

A structure containing a list of version numbers for the template summary.

templateSummary_name :: Lens' TemplateSummary (Maybe Text) Source #

A display name for the template.

templateSummary_templateId :: Lens' TemplateSummary (Maybe Text) Source #

The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

TemplateVersion

templateVersion_createdTime :: Lens' TemplateVersion (Maybe UTCTime) Source #

The time that this template version was created.

templateVersion_dataSetConfigurations :: Lens' TemplateVersion (Maybe [DataSetConfiguration]) Source #

Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

templateVersion_description :: Lens' TemplateVersion (Maybe Text) Source #

The description of the template.

templateVersion_errors :: Lens' TemplateVersion (Maybe (NonEmpty TemplateError)) Source #

Errors associated with this template version.

templateVersion_sheets :: Lens' TemplateVersion (Maybe [Sheet]) Source #

A list of the associated sheets with the unique identifier and name of each sheet.

templateVersion_sourceEntityArn :: Lens' TemplateVersion (Maybe Text) Source #

The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

templateVersion_themeArn :: Lens' TemplateVersion (Maybe Text) Source #

The ARN of the theme associated with this version of the template.

templateVersion_versionNumber :: Lens' TemplateVersion (Maybe Natural) Source #

The version number of the template version.

TemplateVersionDefinition

templateVersionDefinition_calculatedFields :: Lens' TemplateVersionDefinition (Maybe [CalculatedField]) Source #

An array of calculated field definitions for the template.

templateVersionDefinition_columnConfigurations :: Lens' TemplateVersionDefinition (Maybe [ColumnConfiguration]) Source #

An array of template-level column configurations. Column configurations are used to set default formatting for a column that's used throughout a template.

templateVersionDefinition_filterGroups :: Lens' TemplateVersionDefinition (Maybe [FilterGroup]) Source #

Filter definitions for a template.

For more information, see Filtering Data in the Amazon QuickSight User Guide.

templateVersionDefinition_parameterDeclarations :: Lens' TemplateVersionDefinition (Maybe [ParameterDeclaration]) Source #

An array of parameter declarations for a template.

Parameters are named variables that can transfer a value for use by an action or an object.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

templateVersionDefinition_dataSetConfigurations :: Lens' TemplateVersionDefinition [DataSetConfiguration] Source #

An array of dataset configurations. These configurations define the required columns for each dataset used within a template.

TemplateVersionSummary

templateVersionSummary_arn :: Lens' TemplateVersionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template version.

templateVersionSummary_createdTime :: Lens' TemplateVersionSummary (Maybe UTCTime) Source #

The time that this template version was created.

TeradataParameters

TextAreaControlDisplayOptions

textAreaControlDisplayOptions_titleOptions :: Lens' TextAreaControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

TextConditionalFormat

textConditionalFormat_backgroundColor :: Lens' TextConditionalFormat (Maybe ConditionalFormattingColor) Source #

The conditional formatting for the text background color.

TextControlPlaceholderOptions

textControlPlaceholderOptions_visibility :: Lens' TextControlPlaceholderOptions (Maybe Visibility) Source #

The visibility configuration of the placeholder options in a text control.

TextFieldControlDisplayOptions

textFieldControlDisplayOptions_titleOptions :: Lens' TextFieldControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

Theme

theme_arn :: Lens' Theme (Maybe Text) Source #

The Amazon Resource Name (ARN) of the theme.

theme_createdTime :: Lens' Theme (Maybe UTCTime) Source #

The date and time that the theme was created.

theme_lastUpdatedTime :: Lens' Theme (Maybe UTCTime) Source #

The date and time that the theme was last updated.

theme_name :: Lens' Theme (Maybe Text) Source #

The name that the user gives to the theme.

theme_themeId :: Lens' Theme (Maybe Text) Source #

The identifier that the user gives to the theme.

theme_type :: Lens' Theme (Maybe ThemeType) Source #

The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.

ThemeAlias

themeAlias_aliasName :: Lens' ThemeAlias (Maybe Text) Source #

The display name of the theme alias.

themeAlias_arn :: Lens' ThemeAlias (Maybe Text) Source #

The Amazon Resource Name (ARN) of the theme alias.

themeAlias_themeVersionNumber :: Lens' ThemeAlias (Maybe Natural) Source #

The version number of the theme alias.

ThemeConfiguration

themeConfiguration_dataColorPalette :: Lens' ThemeConfiguration (Maybe DataColorPalette) Source #

Color properties that apply to chart data colors.

themeConfiguration_uIColorPalette :: Lens' ThemeConfiguration (Maybe UIColorPalette) Source #

Color properties that apply to the UI and to charts, excluding the colors that apply to data.

ThemeError

ThemeSummary

themeSummary_arn :: Lens' ThemeSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

themeSummary_createdTime :: Lens' ThemeSummary (Maybe UTCTime) Source #

The date and time that this theme was created.

themeSummary_lastUpdatedTime :: Lens' ThemeSummary (Maybe UTCTime) Source #

The last date and time that this theme was updated.

themeSummary_latestVersionNumber :: Lens' ThemeSummary (Maybe Natural) Source #

The latest version number for the theme.

themeSummary_name :: Lens' ThemeSummary (Maybe Text) Source #

the display name for the theme.

themeSummary_themeId :: Lens' ThemeSummary (Maybe Text) Source #

The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

ThemeVersion

themeVersion_arn :: Lens' ThemeVersion (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

themeVersion_baseThemeId :: Lens' ThemeVersion (Maybe Text) Source #

The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.

themeVersion_configuration :: Lens' ThemeVersion (Maybe ThemeConfiguration) Source #

The theme configuration, which contains all the theme display properties.

themeVersion_createdTime :: Lens' ThemeVersion (Maybe UTCTime) Source #

The date and time that this theme version was created.

themeVersion_description :: Lens' ThemeVersion (Maybe Text) Source #

The description of the theme.

themeVersion_errors :: Lens' ThemeVersion (Maybe (NonEmpty ThemeError)) Source #

Errors associated with the theme.

themeVersion_status :: Lens' ThemeVersion (Maybe ResourceStatus) Source #

The status of the theme version.

themeVersion_versionNumber :: Lens' ThemeVersion (Maybe Natural) Source #

The version number of the theme.

ThemeVersionSummary

themeVersionSummary_arn :: Lens' ThemeVersionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the theme version.

themeVersionSummary_createdTime :: Lens' ThemeVersionSummary (Maybe UTCTime) Source #

The date and time that this theme version was created.

themeVersionSummary_description :: Lens' ThemeVersionSummary (Maybe Text) Source #

The description of the theme version.

themeVersionSummary_versionNumber :: Lens' ThemeVersionSummary (Maybe Natural) Source #

The version number of the theme version.

ThousandSeparatorOptions

thousandSeparatorOptions_visibility :: Lens' ThousandSeparatorOptions (Maybe Visibility) Source #

Determines the visibility of the thousands separator.

TileLayoutStyle

tileLayoutStyle_gutter :: Lens' TileLayoutStyle (Maybe GutterStyle) Source #

The gutter settings that apply between tiles.

tileLayoutStyle_margin :: Lens' TileLayoutStyle (Maybe MarginStyle) Source #

The margin settings that apply around the outside edge of sheets.

TileStyle

tileStyle_border :: Lens' TileStyle (Maybe BorderStyle) Source #

The border around a tile.

TimeBasedForecastProperties

timeBasedForecastProperties_lowerBoundary :: Lens' TimeBasedForecastProperties (Maybe Double) Source #

The lower boundary setup of a forecast computation.

timeBasedForecastProperties_periodsBackward :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #

The periods backward setup of a forecast computation.

timeBasedForecastProperties_periodsForward :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #

The periods forward setup of a forecast computation.

timeBasedForecastProperties_predictionInterval :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #

The prediction interval setup of a forecast computation.

timeBasedForecastProperties_seasonality :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #

The seasonality setup of a forecast computation. Choose one of the following options:

  • NULL: The input is set to NULL.
  • NON_NULL: The input is set to a custom value.

timeBasedForecastProperties_upperBoundary :: Lens' TimeBasedForecastProperties (Maybe Double) Source #

The upper boundary setup of a forecast computation.

TimeEqualityFilter

timeEqualityFilter_parameterName :: Lens' TimeEqualityFilter (Maybe Text) Source #

The parameter whose value should be used for the filter value.

This field is mutually exclusive to Value.

timeEqualityFilter_timeGranularity :: Lens' TimeEqualityFilter (Maybe TimeGranularity) Source #

The level of time precision that is used to aggregate DateTime values.

timeEqualityFilter_value :: Lens' TimeEqualityFilter (Maybe UTCTime) Source #

The value of a TimeEquality filter.

This field is mutually exclusive to ParameterName.

timeEqualityFilter_filterId :: Lens' TimeEqualityFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

timeEqualityFilter_column :: Lens' TimeEqualityFilter ColumnIdentifier Source #

The column that the filter is applied to.

TimeRangeDrillDownFilter

timeRangeDrillDownFilter_timeGranularity :: Lens' TimeRangeDrillDownFilter TimeGranularity Source #

The level of time precision that is used to aggregate DateTime values.

TimeRangeFilter

timeRangeFilter_includeMaximum :: Lens' TimeRangeFilter (Maybe Bool) Source #

Determines whether the maximum value in the filter value range should be included in the filtered results.

timeRangeFilter_includeMinimum :: Lens' TimeRangeFilter (Maybe Bool) Source #

Determines whether the minimum value in the filter value range should be included in the filtered results.

timeRangeFilter_timeGranularity :: Lens' TimeRangeFilter (Maybe TimeGranularity) Source #

The level of time precision that is used to aggregate DateTime values.

timeRangeFilter_filterId :: Lens' TimeRangeFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

timeRangeFilter_column :: Lens' TimeRangeFilter ColumnIdentifier Source #

The column that the filter is applied to.

timeRangeFilter_nullOption :: Lens' TimeRangeFilter FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

TimeRangeFilterValue

TooltipItem

tooltipItem_columnTooltipItem :: Lens' TooltipItem (Maybe ColumnTooltipItem) Source #

The tooltip item for the columns that are not part of a field well.

TooltipOptions

tooltipOptions_fieldBasedTooltip :: Lens' TooltipOptions (Maybe FieldBasedTooltip) Source #

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

tooltipOptions_selectedTooltipType :: Lens' TooltipOptions (Maybe SelectedTooltipType) Source #

The selected type for the tooltip. Choose one of the following options:

  • BASIC: A basic tooltip.
  • DETAILED: A detailed tooltip.

tooltipOptions_tooltipVisibility :: Lens' TooltipOptions (Maybe Visibility) Source #

Determines whether or not the tooltip is visible.

TopBottomFilter

topBottomFilter_limit :: Lens' TopBottomFilter (Maybe Int) Source #

The number of items to include in the top bottom filter results.

topBottomFilter_parameterName :: Lens' TopBottomFilter (Maybe Text) Source #

The parameter whose value should be used for the filter value.

topBottomFilter_timeGranularity :: Lens' TopBottomFilter (Maybe TimeGranularity) Source #

The level of time precision that is used to aggregate DateTime values.

topBottomFilter_filterId :: Lens' TopBottomFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

topBottomFilter_column :: Lens' TopBottomFilter ColumnIdentifier Source #

The column that the filter is applied to.

topBottomFilter_aggregationSortConfigurations :: Lens' TopBottomFilter [AggregationSortConfiguration] Source #

The aggregation and sort configuration of the top bottom filter.

TopBottomMoversComputation

topBottomMoversComputation_moverSize :: Lens' TopBottomMoversComputation (Maybe Natural) Source #

The mover size setup of the top and bottom movers computation.

topBottomMoversComputation_sortOrder :: Lens' TopBottomMoversComputation (Maybe TopBottomSortOrder) Source #

The sort order setup of the top and bottom movers computation.

topBottomMoversComputation_type :: Lens' TopBottomMoversComputation TopBottomComputationType Source #

The computation type. Choose from the following options:

  • TOP: Top movers computation.
  • BOTTOM: Bottom movers computation.

TopBottomRankedComputation

topBottomRankedComputation_resultSize :: Lens' TopBottomRankedComputation (Maybe Natural) Source #

The result size of a top and bottom ranked computation.

topBottomRankedComputation_type :: Lens' TopBottomRankedComputation TopBottomComputationType Source #

The computation type. Choose one of the following options:

  • TOP: A top ranked computation.
  • BOTTOM: A bottom ranked computation.

TotalAggregationComputation

TotalOptions

totalOptions_customLabel :: Lens' TotalOptions (Maybe Text) Source #

The custom label string for the total cells.

totalOptions_placement :: Lens' TotalOptions (Maybe TableTotalsPlacement) Source #

The placement (start, end) for the total cells.

totalOptions_scrollStatus :: Lens' TotalOptions (Maybe TableTotalsScrollStatus) Source #

The scroll status (pinned, scrolled) for the total cells.

totalOptions_totalCellStyle :: Lens' TotalOptions (Maybe TableCellStyle) Source #

Cell styling options for the total cells.

totalOptions_totalsVisibility :: Lens' TotalOptions (Maybe Visibility) Source #

The visibility configuration for the total cells.

TransformOperation

transformOperation_castColumnTypeOperation :: Lens' TransformOperation (Maybe CastColumnTypeOperation) Source #

A transform operation that casts a column to a different type.

transformOperation_createColumnsOperation :: Lens' TransformOperation (Maybe CreateColumnsOperation) Source #

An operation that creates calculated columns. Columns created in one such operation form a lexical closure.

transformOperation_filterOperation :: Lens' TransformOperation (Maybe FilterOperation) Source #

An operation that filters rows based on some condition.

transformOperation_projectOperation :: Lens' TransformOperation (Maybe ProjectOperation) Source #

An operation that projects columns. Operations that come after a projection can only refer to projected columns.

transformOperation_tagColumnOperation :: Lens' TransformOperation (Maybe TagColumnOperation) Source #

An operation that tags a column with additional information.

TreeMapAggregatedFieldWells

treeMapAggregatedFieldWells_colors :: Lens' TreeMapAggregatedFieldWells (Maybe [MeasureField]) Source #

The color field well of a tree map. Values are grouped by aggregations based on group by fields.

treeMapAggregatedFieldWells_groups :: Lens' TreeMapAggregatedFieldWells (Maybe [DimensionField]) Source #

The group by field well of a tree map. Values are grouped based on group by fields.

treeMapAggregatedFieldWells_sizes :: Lens' TreeMapAggregatedFieldWells (Maybe [MeasureField]) Source #

The size field well of a tree map. Values are aggregated based on group by fields.

TreeMapConfiguration

treeMapConfiguration_colorLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility) for the colors displayed in a tree map.

treeMapConfiguration_colorScale :: Lens' TreeMapConfiguration (Maybe ColorScale) Source #

The color options (gradient color, point of divergence) of a tree map.

treeMapConfiguration_dataLabels :: Lens' TreeMapConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

treeMapConfiguration_groupLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility) of the groups that are displayed in a tree map.

treeMapConfiguration_sizeLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility) of the sizes that are displayed in a tree map.

TreeMapFieldWells

TreeMapSortConfiguration

TreeMapVisual

treeMapVisual_actions :: Lens' TreeMapVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

treeMapVisual_columnHierarchies :: Lens' TreeMapVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

treeMapVisual_subtitle :: Lens' TreeMapVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

treeMapVisual_title :: Lens' TreeMapVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

treeMapVisual_visualId :: Lens' TreeMapVisual Text Source #

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

TrendArrowOptions

TwitterParameters

twitterParameters_maxRows :: Lens' TwitterParameters Natural Source #

Maximum number of rows to query Twitter.

Typography

typography_fontFamilies :: Lens' Typography (Maybe [Font]) Source #

Determines the list of font families.

UIColorPalette

uIColorPalette_accent :: Lens' UIColorPalette (Maybe Text) Source #

This color is that applies to selected states and buttons.

uIColorPalette_accentForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the accent color.

uIColorPalette_danger :: Lens' UIColorPalette (Maybe Text) Source #

The color that applies to error messages.

uIColorPalette_dangerForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the error color.

uIColorPalette_dimension :: Lens' UIColorPalette (Maybe Text) Source #

The color that applies to the names of fields that are identified as dimensions.

uIColorPalette_dimensionForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the dimension color.

uIColorPalette_measure :: Lens' UIColorPalette (Maybe Text) Source #

The color that applies to the names of fields that are identified as measures.

uIColorPalette_measureForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the measure color.

uIColorPalette_primaryBackground :: Lens' UIColorPalette (Maybe Text) Source #

The background color that applies to visuals and other high emphasis UI.

uIColorPalette_primaryForeground :: Lens' UIColorPalette (Maybe Text) Source #

The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.

uIColorPalette_secondaryBackground :: Lens' UIColorPalette (Maybe Text) Source #

The background color that applies to the sheet background and sheet controls.

uIColorPalette_secondaryForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.

uIColorPalette_success :: Lens' UIColorPalette (Maybe Text) Source #

The color that applies to success messages, for example the check mark for a successful download.

uIColorPalette_successForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the success color.

uIColorPalette_warning :: Lens' UIColorPalette (Maybe Text) Source #

This color that applies to warning and informational messages.

uIColorPalette_warningForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the warning color.

UnaggregatedField

unaggregatedField_column :: Lens' UnaggregatedField ColumnIdentifier Source #

The column that is used in the UnaggregatedField.

UniqueValuesComputation

uniqueValuesComputation_category :: Lens' UniqueValuesComputation DimensionField Source #

The category field that is used in a computation.

UntagColumnOperation

untagColumnOperation_columnName :: Lens' UntagColumnOperation Text Source #

The column that this operation acts on.

untagColumnOperation_tagNames :: Lens' UntagColumnOperation [ColumnTagName] Source #

The column tags to remove from this column.

UploadSettings

uploadSettings_containsHeader :: Lens' UploadSettings (Maybe Bool) Source #

Whether the file has a header row, or the files each have a header row.

uploadSettings_delimiter :: Lens' UploadSettings (Maybe Text) Source #

The delimiter between values in the file.

uploadSettings_startFromRow :: Lens' UploadSettings (Maybe Natural) Source #

A row number to start reading data from.

User

user_active :: Lens' User (Maybe Bool) Source #

The active status of user. When you create an Amazon QuickSight user that’s not an IAM user or an Active Directory user, that user is inactive until they sign in and provide a password.

user_arn :: Lens' User (Maybe Text) Source #

The Amazon Resource Name (ARN) for the user.

user_customPermissionsName :: Lens' User (Maybe Text) Source #

The custom permissions profile associated with this user.

user_email :: Lens' User (Maybe Text) Source #

The user's email address.

user_externalLoginFederationProviderType :: Lens' User (Maybe Text) Source #

The type of supported external login provider that provides identity to let the user federate into Amazon QuickSight with an associated IAM role. The type can be one of the following.

  • COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com.
  • CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider.

user_externalLoginFederationProviderUrl :: Lens' User (Maybe Text) Source #

The URL of the external login provider.

user_externalLoginId :: Lens' User (Maybe Text) Source #

The identity ID for the user in the external login provider.

user_identityType :: Lens' User (Maybe IdentityType) Source #

The type of identity authentication used by the user.

user_principalId :: Lens' User (Maybe Text) Source #

The principal ID of the user.

user_role :: Lens' User (Maybe UserRole) Source #

The Amazon QuickSight role for the user. The user role can be one of the following:.

  • READER: A user who has read-only access to dashboards.
  • AUTHOR: A user who can create data sources, datasets, analyses, and dashboards.
  • ADMIN: A user who is an author, who can also manage Amazon Amazon QuickSight settings.
  • RESTRICTED_READER: This role isn't currently available for use.
  • RESTRICTED_AUTHOR: This role isn't currently available for use.

user_userName :: Lens' User (Maybe Text) Source #

The user's user name. This value is required if you are registering a user that will be managed in Amazon QuickSight. In the output, the value for UserName is N/A when the value for IdentityType is IAM and the corresponding IAM user is deleted.

VisibleRangeOptions

Visual

visual_barChartVisual :: Lens' Visual (Maybe BarChartVisual) Source #

A bar chart.

For more information, see Using bar charts in the Amazon QuickSight User Guide.

visual_boxPlotVisual :: Lens' Visual (Maybe BoxPlotVisual) Source #

A box plot.

For more information, see Using box plots in the Amazon QuickSight User Guide.

visual_comboChartVisual :: Lens' Visual (Maybe ComboChartVisual) Source #

A combo chart.

For more information, see Using combo charts in the Amazon QuickSight User Guide.

visual_customContentVisual :: Lens' Visual (Maybe CustomContentVisual) Source #

A visual that contains custom content.

For more information, see Using custom visual content in the Amazon QuickSight User Guide.

visual_filledMapVisual :: Lens' Visual (Maybe FilledMapVisual) Source #

A filled map.

For more information, see Creating filled maps in the Amazon QuickSight User Guide.

visual_funnelChartVisual :: Lens' Visual (Maybe FunnelChartVisual) Source #

A funnel chart.

For more information, see Using funnel charts in the Amazon QuickSight User Guide.

visual_gaugeChartVisual :: Lens' Visual (Maybe GaugeChartVisual) Source #

A gauge chart.

For more information, see Using gauge charts in the Amazon QuickSight User Guide.

visual_geospatialMapVisual :: Lens' Visual (Maybe GeospatialMapVisual) Source #

A geospatial map or a points on map visual.

For more information, see Creating point maps in the Amazon QuickSight User Guide.

visual_heatMapVisual :: Lens' Visual (Maybe HeatMapVisual) Source #

A heat map.

For more information, see Using heat maps in the Amazon QuickSight User Guide.

visual_histogramVisual :: Lens' Visual (Maybe HistogramVisual) Source #

A histogram.

For more information, see Using histograms in the Amazon QuickSight User Guide.

visual_insightVisual :: Lens' Visual (Maybe InsightVisual) Source #

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide.

visual_kPIVisual :: Lens' Visual (Maybe KPIVisual) Source #

A key performance indicator (KPI).

For more information, see Using KPIs in the Amazon QuickSight User Guide.

visual_lineChartVisual :: Lens' Visual (Maybe LineChartVisual) Source #

A line chart.

For more information, see Using line charts in the Amazon QuickSight User Guide.

visual_pieChartVisual :: Lens' Visual (Maybe PieChartVisual) Source #

A pie or donut chart.

For more information, see Using pie charts in the Amazon QuickSight User Guide.

visual_pivotTableVisual :: Lens' Visual (Maybe PivotTableVisual) Source #

A pivot table.

For more information, see Using pivot tables in the Amazon QuickSight User Guide.

visual_sankeyDiagramVisual :: Lens' Visual (Maybe SankeyDiagramVisual) Source #

A sankey diagram.

For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.

visual_scatterPlotVisual :: Lens' Visual (Maybe ScatterPlotVisual) Source #

A scatter plot.

For more information, see Using scatter plots in the Amazon QuickSight User Guide.

visual_tableVisual :: Lens' Visual (Maybe TableVisual) Source #

A table visual.

For more information, see Using tables as visuals in the Amazon QuickSight User Guide.

visual_treeMapVisual :: Lens' Visual (Maybe TreeMapVisual) Source #

A tree map.

For more information, see Using tree maps in the Amazon QuickSight User Guide.

visual_waterfallVisual :: Lens' Visual (Maybe WaterfallVisual) Source #

A waterfall chart.

For more information, see Using waterfall charts in the Amazon QuickSight User Guide.

visual_wordCloudVisual :: Lens' Visual (Maybe WordCloudVisual) Source #

A word cloud.

For more information, see Using word clouds in the Amazon QuickSight User Guide.

VisualCustomAction

visualCustomAction_status :: Lens' VisualCustomAction (Maybe WidgetStatus) Source #

The status of the VisualCustomAction.

visualCustomAction_name :: Lens' VisualCustomAction Text Source #

The name of the VisualCustomAction.

visualCustomAction_trigger :: Lens' VisualCustomAction VisualCustomActionTrigger Source #

The trigger of the VisualCustomAction.

Valid values are defined as follows:

  • DATA_POINT_CLICK: Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU: Initiates a custom action by right pointer click from the menu.

visualCustomAction_actionOperations :: Lens' VisualCustomAction (NonEmpty VisualCustomActionOperation) Source #

A list of VisualCustomActionOperations.

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

VisualCustomActionOperation

visualCustomActionOperation_filterOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionFilterOperation) Source #

The filter operation that filters data included in a visual or in an entire sheet.

visualCustomActionOperation_navigationOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionNavigationOperation) Source #

The navigation operation that navigates between different sheets in the same analysis.

VisualPalette

visualPalette_chartColor :: Lens' VisualPalette (Maybe Text) Source #

The chart color options for the visual palette.

visualPalette_colorMap :: Lens' VisualPalette (Maybe [DataPathColor]) Source #

The color map options for the visual palette.

VisualSubtitleLabelOptions

visualSubtitleLabelOptions_formatText :: Lens' VisualSubtitleLabelOptions (Maybe LongFormatText) Source #

The long text format of the subtitle label, such as plain text or rich text.

VisualTitleLabelOptions

visualTitleLabelOptions_formatText :: Lens' VisualTitleLabelOptions (Maybe ShortFormatText) Source #

The short text format of the title label, such as plain text or rich text.

VpcConnectionProperties

vpcConnectionProperties_vpcConnectionArn :: Lens' VpcConnectionProperties Text Source #

The Amazon Resource Name (ARN) for the VPC connection.

WaterfallChartAggregatedFieldWells

WaterfallChartConfiguration

waterfallChartConfiguration_categoryAxisLabelOptions :: Lens' WaterfallChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The options that determine the presentation of the category axis label.

waterfallChartConfiguration_visualPalette :: Lens' WaterfallChartConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a waterfall visual.

waterfallChartConfiguration_waterfallChartOptions :: Lens' WaterfallChartConfiguration (Maybe WaterfallChartOptions) Source #

The options that determine the presentation of a waterfall visual.

WaterfallChartFieldWells

WaterfallChartOptions

waterfallChartOptions_totalBarLabel :: Lens' WaterfallChartOptions (Maybe Text) Source #

This option determines the total bar label of a waterfall visual.

WaterfallChartSortConfiguration

WaterfallVisual

waterfallVisual_actions :: Lens' WaterfallVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

waterfallVisual_columnHierarchies :: Lens' WaterfallVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

waterfallVisual_subtitle :: Lens' WaterfallVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

waterfallVisual_title :: Lens' WaterfallVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

waterfallVisual_visualId :: Lens' WaterfallVisual Text Source #

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.

WhatIfPointScenario

whatIfPointScenario_date :: Lens' WhatIfPointScenario UTCTime Source #

The date that you need the forecast results for.

whatIfPointScenario_value :: Lens' WhatIfPointScenario Double Source #

The target value that you want to meet for the provided date.

WhatIfRangeScenario

whatIfRangeScenario_startDate :: Lens' WhatIfRangeScenario UTCTime Source #

The start date in the date range that you need the forecast results for.

whatIfRangeScenario_endDate :: Lens' WhatIfRangeScenario UTCTime Source #

The end date in the date range that you need the forecast results for.

whatIfRangeScenario_value :: Lens' WhatIfRangeScenario Double Source #

The target value that you want to meet for the provided date range.

WordCloudAggregatedFieldWells

wordCloudAggregatedFieldWells_groupBy :: Lens' WordCloudAggregatedFieldWells (Maybe [DimensionField]) Source #

The group by field well of a word cloud. Values are grouped by group by fields.

wordCloudAggregatedFieldWells_size :: Lens' WordCloudAggregatedFieldWells (Maybe [MeasureField]) Source #

The size field well of a word cloud. Values are aggregated based on group by fields.

WordCloudChartConfiguration

wordCloudChartConfiguration_categoryLabelOptions :: Lens' WordCloudChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) for the word cloud category.

WordCloudFieldWells

WordCloudOptions

wordCloudOptions_cloudLayout :: Lens' WordCloudOptions (Maybe WordCloudCloudLayout) Source #

The cloud layout options (fluid, normal) of a word cloud.

wordCloudOptions_maximumStringLength :: Lens' WordCloudOptions (Maybe Natural) Source #

The length limit of each word from 1-100.

wordCloudOptions_wordCasing :: Lens' WordCloudOptions (Maybe WordCloudWordCasing) Source #

The word casing options (lower_case, existing_case) for the words in a word cloud.

wordCloudOptions_wordOrientation :: Lens' WordCloudOptions (Maybe WordCloudWordOrientation) Source #

The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

wordCloudOptions_wordPadding :: Lens' WordCloudOptions (Maybe WordCloudWordPadding) Source #

The word padding options (none, small, medium, large) for the words in a word cloud.

wordCloudOptions_wordScaling :: Lens' WordCloudOptions (Maybe WordCloudWordScaling) Source #

The word scaling options (emphasize, normal) for the words in a word cloud.

WordCloudSortConfiguration

wordCloudSortConfiguration_categoryItemsLimit :: Lens' WordCloudSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of groups that are displayed in a word cloud.

WordCloudVisual

wordCloudVisual_actions :: Lens' WordCloudVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

wordCloudVisual_columnHierarchies :: Lens' WordCloudVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

wordCloudVisual_subtitle :: Lens' WordCloudVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

wordCloudVisual_title :: Lens' WordCloudVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

wordCloudVisual_visualId :: Lens' WordCloudVisual Text Source #

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