| 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.Transfer.DeleteProfile
Description
Deletes the profile that's specified in the ProfileId parameter.
Synopsis
Creating a Request
data DeleteProfile Source #
See: newDeleteProfile smart constructor.
Constructors
| DeleteProfile' | |
Instances
Arguments
| :: Text | |
| -> DeleteProfile |
Create a value of DeleteProfile 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:
DeleteProfile, deleteProfile_profileId - The identifier of the profile that you are deleting.
Request Lenses
deleteProfile_profileId :: Lens' DeleteProfile Text Source #
The identifier of the profile that you are deleting.
Destructuring the Response
data DeleteProfileResponse Source #
See: newDeleteProfileResponse smart constructor.
Constructors
| DeleteProfileResponse' | |
Instances
newDeleteProfileResponse :: DeleteProfileResponse Source #
Create a value of DeleteProfileResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.