| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.UpdateDataSet
Description
Updates a dataset. This operation doesn't support datasets that include uploaded files as a source. Partial updates are not supported by this operation.
Synopsis
- data UpdateDataSet = UpdateDataSet' {
- columnGroups :: Maybe (NonEmpty ColumnGroup)
- columnLevelPermissionRules :: Maybe (NonEmpty ColumnLevelPermissionRule)
- dataSetUsageConfiguration :: Maybe DataSetUsageConfiguration
- fieldFolders :: Maybe (HashMap Text FieldFolder)
- logicalTableMap :: Maybe (HashMap Text LogicalTable)
- rowLevelPermissionDataSet :: Maybe RowLevelPermissionDataSet
- rowLevelPermissionTagConfiguration :: Maybe RowLevelPermissionTagConfiguration
- awsAccountId :: Text
- dataSetId :: Text
- name :: Text
- physicalTableMap :: HashMap Text PhysicalTable
- importMode :: DataSetImportMode
- newUpdateDataSet :: Text -> Text -> Text -> DataSetImportMode -> UpdateDataSet
- updateDataSet_columnGroups :: Lens' UpdateDataSet (Maybe (NonEmpty ColumnGroup))
- updateDataSet_columnLevelPermissionRules :: Lens' UpdateDataSet (Maybe (NonEmpty ColumnLevelPermissionRule))
- updateDataSet_dataSetUsageConfiguration :: Lens' UpdateDataSet (Maybe DataSetUsageConfiguration)
- updateDataSet_fieldFolders :: Lens' UpdateDataSet (Maybe (HashMap Text FieldFolder))
- updateDataSet_logicalTableMap :: Lens' UpdateDataSet (Maybe (HashMap Text LogicalTable))
- updateDataSet_rowLevelPermissionDataSet :: Lens' UpdateDataSet (Maybe RowLevelPermissionDataSet)
- updateDataSet_rowLevelPermissionTagConfiguration :: Lens' UpdateDataSet (Maybe RowLevelPermissionTagConfiguration)
- updateDataSet_awsAccountId :: Lens' UpdateDataSet Text
- updateDataSet_dataSetId :: Lens' UpdateDataSet Text
- updateDataSet_name :: Lens' UpdateDataSet Text
- updateDataSet_physicalTableMap :: Lens' UpdateDataSet (HashMap Text PhysicalTable)
- updateDataSet_importMode :: Lens' UpdateDataSet DataSetImportMode
- data UpdateDataSetResponse = UpdateDataSetResponse' {}
- newUpdateDataSetResponse :: Int -> UpdateDataSetResponse
- updateDataSetResponse_arn :: Lens' UpdateDataSetResponse (Maybe Text)
- updateDataSetResponse_dataSetId :: Lens' UpdateDataSetResponse (Maybe Text)
- updateDataSetResponse_ingestionArn :: Lens' UpdateDataSetResponse (Maybe Text)
- updateDataSetResponse_ingestionId :: Lens' UpdateDataSetResponse (Maybe Text)
- updateDataSetResponse_requestId :: Lens' UpdateDataSetResponse (Maybe Text)
- updateDataSetResponse_status :: Lens' UpdateDataSetResponse Int
Creating a Request
data UpdateDataSet Source #
See: newUpdateDataSet smart constructor.
Constructors
| UpdateDataSet' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DataSetImportMode | |
| -> UpdateDataSet |
Create a value of UpdateDataSet with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdateDataSet, updateDataSet_columnGroups - Groupings of columns that work together in certain Amazon QuickSight
features. Currently, only geospatial hierarchy is supported.
UpdateDataSet, updateDataSet_columnLevelPermissionRules - A set of one or more definitions of a
ColumnLevelPermissionRule .
UpdateDataSet, updateDataSet_dataSetUsageConfiguration - Undocumented member.
UpdateDataSet, updateDataSet_fieldFolders - The folder that contains fields and nested subfolders for your dataset.
UpdateDataSet, updateDataSet_logicalTableMap - Configures the combination and transformation of the data from the
physical tables.
UpdateDataSet, updateDataSet_rowLevelPermissionDataSet - The row-level security configuration for the data you want to create.
UpdateDataSet, updateDataSet_rowLevelPermissionTagConfiguration - The configuration of tags on a dataset to set row-level security.
Row-level security tags are currently supported for anonymous embedding
only.
UpdateDataSet, updateDataSet_awsAccountId - The Amazon Web Services account ID.
UpdateDataSet, updateDataSet_dataSetId - 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, updateDataSet_name - The display name for the dataset.
UpdateDataSet, updateDataSet_physicalTableMap - Declares the physical tables that are available in the underlying data
sources.
UpdateDataSet, updateDataSet_importMode - Indicates whether you want to import the data into SPICE.
Request Lenses
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_columnLevelPermissionRules :: Lens' UpdateDataSet (Maybe (NonEmpty ColumnLevelPermissionRule)) Source #
A set of one or more definitions of a
ColumnLevelPermissionRule .
updateDataSet_dataSetUsageConfiguration :: Lens' UpdateDataSet (Maybe DataSetUsageConfiguration) Source #
Undocumented member.
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.
Destructuring the Response
data UpdateDataSetResponse Source #
See: newUpdateDataSetResponse smart constructor.
Constructors
| UpdateDataSetResponse' | |
Fields
| |
Instances
newUpdateDataSetResponse Source #
Arguments
| :: Int | |
| -> UpdateDataSetResponse |
Create a value of UpdateDataSetResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdateDataSetResponse, updateDataSetResponse_arn - The Amazon Resource Name (ARN) of the dataset.
UpdateDataSet, updateDataSetResponse_dataSetId - 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.
$sel:ingestionArn:UpdateDataSetResponse', updateDataSetResponse_ingestionArn - The ARN for the ingestion, which is triggered as a result of dataset
creation if the import mode is SPICE.
UpdateDataSetResponse, updateDataSetResponse_ingestionId - The ID of the ingestion, which is triggered as a result of dataset
creation if the import mode is SPICE.
$sel:requestId:UpdateDataSetResponse', updateDataSetResponse_requestId - The Amazon Web Services request ID for this operation.
UpdateDataSetResponse, updateDataSetResponse_status - The HTTP status of the request.
Response Lenses
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.
updateDataSetResponse_status :: Lens' UpdateDataSetResponse Int Source #
The HTTP status of the request.