| 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.Nimble.DeleteStudioComponent
Description
Deletes a studio component resource.
Synopsis
- data DeleteStudioComponent = DeleteStudioComponent' {}
- newDeleteStudioComponent :: Text -> Text -> DeleteStudioComponent
- deleteStudioComponent_clientToken :: Lens' DeleteStudioComponent (Maybe Text)
- deleteStudioComponent_studioComponentId :: Lens' DeleteStudioComponent Text
- deleteStudioComponent_studioId :: Lens' DeleteStudioComponent Text
- data DeleteStudioComponentResponse = DeleteStudioComponentResponse' {}
- newDeleteStudioComponentResponse :: Int -> DeleteStudioComponentResponse
- deleteStudioComponentResponse_studioComponent :: Lens' DeleteStudioComponentResponse (Maybe StudioComponent)
- deleteStudioComponentResponse_httpStatus :: Lens' DeleteStudioComponentResponse Int
Creating a Request
data DeleteStudioComponent Source #
See: newDeleteStudioComponent smart constructor.
Constructors
| DeleteStudioComponent' | |
Fields
| |
Instances
newDeleteStudioComponent Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteStudioComponent |
Create a value of DeleteStudioComponent 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:clientToken:DeleteStudioComponent', deleteStudioComponent_clientToken - Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request. If you don’t specify a client token, the
Amazon Web Services SDK automatically generates a client token and uses
it for the request to ensure idempotency.
DeleteStudioComponent, deleteStudioComponent_studioComponentId - The studio component ID.
DeleteStudioComponent, deleteStudioComponent_studioId - The studio ID.
Request Lenses
deleteStudioComponent_clientToken :: Lens' DeleteStudioComponent (Maybe Text) Source #
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
deleteStudioComponent_studioComponentId :: Lens' DeleteStudioComponent Text Source #
The studio component ID.
deleteStudioComponent_studioId :: Lens' DeleteStudioComponent Text Source #
The studio ID.
Destructuring the Response
data DeleteStudioComponentResponse Source #
See: newDeleteStudioComponentResponse smart constructor.
Constructors
| DeleteStudioComponentResponse' | |
Fields
| |
Instances
newDeleteStudioComponentResponse Source #
Create a value of DeleteStudioComponentResponse 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:studioComponent:DeleteStudioComponentResponse', deleteStudioComponentResponse_studioComponent - Information about the studio component.
$sel:httpStatus:DeleteStudioComponentResponse', deleteStudioComponentResponse_httpStatus - The response's http status code.
Response Lenses
deleteStudioComponentResponse_studioComponent :: Lens' DeleteStudioComponentResponse (Maybe StudioComponent) Source #
Information about the studio component.
deleteStudioComponentResponse_httpStatus :: Lens' DeleteStudioComponentResponse Int Source #
The response's http status code.