| 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.BillingConductor.DeleteBillingGroup
Description
Deletes a billing group.
Synopsis
- data DeleteBillingGroup = DeleteBillingGroup' {}
- newDeleteBillingGroup :: Text -> DeleteBillingGroup
- deleteBillingGroup_arn :: Lens' DeleteBillingGroup Text
- data DeleteBillingGroupResponse = DeleteBillingGroupResponse' {
- arn :: Maybe Text
- httpStatus :: Int
- newDeleteBillingGroupResponse :: Int -> DeleteBillingGroupResponse
- deleteBillingGroupResponse_arn :: Lens' DeleteBillingGroupResponse (Maybe Text)
- deleteBillingGroupResponse_httpStatus :: Lens' DeleteBillingGroupResponse Int
Creating a Request
data DeleteBillingGroup Source #
See: newDeleteBillingGroup smart constructor.
Constructors
| DeleteBillingGroup' | |
Instances
newDeleteBillingGroup Source #
Arguments
| :: Text | |
| -> DeleteBillingGroup |
Create a value of DeleteBillingGroup 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:
DeleteBillingGroup, deleteBillingGroup_arn - The Amazon Resource Name (ARN) of the billing group that you're
deleting.
Request Lenses
deleteBillingGroup_arn :: Lens' DeleteBillingGroup Text Source #
The Amazon Resource Name (ARN) of the billing group that you're deleting.
Destructuring the Response
data DeleteBillingGroupResponse Source #
See: newDeleteBillingGroupResponse smart constructor.
Constructors
| DeleteBillingGroupResponse' | |
Fields
| |
Instances
newDeleteBillingGroupResponse Source #
Create a value of DeleteBillingGroupResponse 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:
DeleteBillingGroup, deleteBillingGroupResponse_arn - The Amazon Resource Name (ARN) of the deleted billing group.
$sel:httpStatus:DeleteBillingGroupResponse', deleteBillingGroupResponse_httpStatus - The response's http status code.
Response Lenses
deleteBillingGroupResponse_arn :: Lens' DeleteBillingGroupResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the deleted billing group.
deleteBillingGroupResponse_httpStatus :: Lens' DeleteBillingGroupResponse Int Source #
The response's http status code.