| 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.AmplifyBackend.DeleteBackendStorage
Description
Removes the specified backend storage resource.
Synopsis
- data DeleteBackendStorage = DeleteBackendStorage' {}
 - newDeleteBackendStorage :: Text -> Text -> ServiceName -> Text -> DeleteBackendStorage
 - deleteBackendStorage_appId :: Lens' DeleteBackendStorage Text
 - deleteBackendStorage_backendEnvironmentName :: Lens' DeleteBackendStorage Text
 - deleteBackendStorage_serviceName :: Lens' DeleteBackendStorage ServiceName
 - deleteBackendStorage_resourceName :: Lens' DeleteBackendStorage Text
 - data DeleteBackendStorageResponse = DeleteBackendStorageResponse' {}
 - newDeleteBackendStorageResponse :: Int -> DeleteBackendStorageResponse
 - deleteBackendStorageResponse_appId :: Lens' DeleteBackendStorageResponse (Maybe Text)
 - deleteBackendStorageResponse_backendEnvironmentName :: Lens' DeleteBackendStorageResponse (Maybe Text)
 - deleteBackendStorageResponse_jobId :: Lens' DeleteBackendStorageResponse (Maybe Text)
 - deleteBackendStorageResponse_status :: Lens' DeleteBackendStorageResponse (Maybe Text)
 - deleteBackendStorageResponse_httpStatus :: Lens' DeleteBackendStorageResponse Int
 
Creating a Request
data DeleteBackendStorage Source #
The request body for DeleteBackendStorage.
See: newDeleteBackendStorage smart constructor.
Constructors
| DeleteBackendStorage' | |
Fields 
  | |
Instances
newDeleteBackendStorage Source #
Arguments
| :: Text | |
| -> Text | |
| -> ServiceName | |
| -> Text | |
| -> DeleteBackendStorage | 
Create a value of DeleteBackendStorage 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:
DeleteBackendStorage, deleteBackendStorage_appId - The app ID.
DeleteBackendStorage, deleteBackendStorage_backendEnvironmentName - The name of the backend environment.
DeleteBackendStorage, deleteBackendStorage_serviceName - The name of the storage service.
$sel:resourceName:DeleteBackendStorage', deleteBackendStorage_resourceName - The name of the storage resource.
Request Lenses
deleteBackendStorage_appId :: Lens' DeleteBackendStorage Text Source #
The app ID.
deleteBackendStorage_backendEnvironmentName :: Lens' DeleteBackendStorage Text Source #
The name of the backend environment.
deleteBackendStorage_serviceName :: Lens' DeleteBackendStorage ServiceName Source #
The name of the storage service.
deleteBackendStorage_resourceName :: Lens' DeleteBackendStorage Text Source #
The name of the storage resource.
Destructuring the Response
data DeleteBackendStorageResponse Source #
See: newDeleteBackendStorageResponse smart constructor.
Constructors
| DeleteBackendStorageResponse' | |
Instances
newDeleteBackendStorageResponse Source #
Create a value of DeleteBackendStorageResponse 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:
DeleteBackendStorage, deleteBackendStorageResponse_appId - The app ID.
DeleteBackendStorage, deleteBackendStorageResponse_backendEnvironmentName - The name of the backend environment.
DeleteBackendStorageResponse, deleteBackendStorageResponse_jobId - The ID for the job.
DeleteBackendStorageResponse, deleteBackendStorageResponse_status - The current status of the request.
$sel:httpStatus:DeleteBackendStorageResponse', deleteBackendStorageResponse_httpStatus - The response's http status code.
Response Lenses
deleteBackendStorageResponse_appId :: Lens' DeleteBackendStorageResponse (Maybe Text) Source #
The app ID.
deleteBackendStorageResponse_backendEnvironmentName :: Lens' DeleteBackendStorageResponse (Maybe Text) Source #
The name of the backend environment.
deleteBackendStorageResponse_jobId :: Lens' DeleteBackendStorageResponse (Maybe Text) Source #
The ID for the job.
deleteBackendStorageResponse_status :: Lens' DeleteBackendStorageResponse (Maybe Text) Source #
The current status of the request.
deleteBackendStorageResponse_httpStatus :: Lens' DeleteBackendStorageResponse Int Source #
The response's http status code.