| 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.UpdateDashboardPublishedVersion
Description
Updates the published version of a dashboard.
Synopsis
- data UpdateDashboardPublishedVersion = UpdateDashboardPublishedVersion' {}
- newUpdateDashboardPublishedVersion :: Text -> Text -> Natural -> UpdateDashboardPublishedVersion
- updateDashboardPublishedVersion_awsAccountId :: Lens' UpdateDashboardPublishedVersion Text
- updateDashboardPublishedVersion_dashboardId :: Lens' UpdateDashboardPublishedVersion Text
- updateDashboardPublishedVersion_versionNumber :: Lens' UpdateDashboardPublishedVersion Natural
- data UpdateDashboardPublishedVersionResponse = UpdateDashboardPublishedVersionResponse' {}
- newUpdateDashboardPublishedVersionResponse :: Int -> UpdateDashboardPublishedVersionResponse
- updateDashboardPublishedVersionResponse_dashboardArn :: Lens' UpdateDashboardPublishedVersionResponse (Maybe Text)
- updateDashboardPublishedVersionResponse_dashboardId :: Lens' UpdateDashboardPublishedVersionResponse (Maybe Text)
- updateDashboardPublishedVersionResponse_requestId :: Lens' UpdateDashboardPublishedVersionResponse (Maybe Text)
- updateDashboardPublishedVersionResponse_status :: Lens' UpdateDashboardPublishedVersionResponse Int
Creating a Request
data UpdateDashboardPublishedVersion Source #
See: newUpdateDashboardPublishedVersion smart constructor.
Constructors
| UpdateDashboardPublishedVersion' | |
Fields
| |
Instances
newUpdateDashboardPublishedVersion Source #
Arguments
| :: Text | |
| -> Text | |
| -> Natural | |
| -> UpdateDashboardPublishedVersion |
Create a value of UpdateDashboardPublishedVersion 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:
UpdateDashboardPublishedVersion, updateDashboardPublishedVersion_awsAccountId - The ID of the Amazon Web Services account that contains the dashboard
that you're updating.
UpdateDashboardPublishedVersion, updateDashboardPublishedVersion_dashboardId - The ID for the dashboard.
UpdateDashboardPublishedVersion, updateDashboardPublishedVersion_versionNumber - The version number of the dashboard.
Request Lenses
updateDashboardPublishedVersion_awsAccountId :: Lens' UpdateDashboardPublishedVersion Text Source #
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
updateDashboardPublishedVersion_dashboardId :: Lens' UpdateDashboardPublishedVersion Text Source #
The ID for the dashboard.
updateDashboardPublishedVersion_versionNumber :: Lens' UpdateDashboardPublishedVersion Natural Source #
The version number of the dashboard.
Destructuring the Response
data UpdateDashboardPublishedVersionResponse Source #
See: newUpdateDashboardPublishedVersionResponse smart constructor.
Constructors
| UpdateDashboardPublishedVersionResponse' | |
Instances
newUpdateDashboardPublishedVersionResponse Source #
Create a value of UpdateDashboardPublishedVersionResponse 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:
$sel:dashboardArn:UpdateDashboardPublishedVersionResponse', updateDashboardPublishedVersionResponse_dashboardArn - The Amazon Resource Name (ARN) of the dashboard.
UpdateDashboardPublishedVersion, updateDashboardPublishedVersionResponse_dashboardId - The ID for the dashboard.
$sel:requestId:UpdateDashboardPublishedVersionResponse', updateDashboardPublishedVersionResponse_requestId - The Amazon Web Services request ID for this operation.
UpdateDashboardPublishedVersionResponse, updateDashboardPublishedVersionResponse_status - The HTTP status of the request.
Response Lenses
updateDashboardPublishedVersionResponse_dashboardArn :: Lens' UpdateDashboardPublishedVersionResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dashboard.
updateDashboardPublishedVersionResponse_dashboardId :: Lens' UpdateDashboardPublishedVersionResponse (Maybe Text) Source #
The ID for the dashboard.
updateDashboardPublishedVersionResponse_requestId :: Lens' UpdateDashboardPublishedVersionResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
updateDashboardPublishedVersionResponse_status :: Lens' UpdateDashboardPublishedVersionResponse Int Source #
The HTTP status of the request.