Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes a usage limit from a cluster.
Creating a Request
data DeleteUsageLimit Source #
See: newDeleteUsageLimit
smart constructor.
DeleteUsageLimit' | |
|
Instances
Create a value of DeleteUsageLimit
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:usageLimitId:DeleteUsageLimit'
, deleteUsageLimit_usageLimitId
- The identifier of the usage limit to delete.
Request Lenses
deleteUsageLimit_usageLimitId :: Lens' DeleteUsageLimit Text Source #
The identifier of the usage limit to delete.
Destructuring the Response
data DeleteUsageLimitResponse Source #
See: newDeleteUsageLimitResponse
smart constructor.
Instances
Eq DeleteUsageLimitResponse Source # | |
Defined in Amazonka.Redshift.DeleteUsageLimit | |
Read DeleteUsageLimitResponse Source # | |
Show DeleteUsageLimitResponse Source # | |
Defined in Amazonka.Redshift.DeleteUsageLimit showsPrec :: Int -> DeleteUsageLimitResponse -> ShowS # show :: DeleteUsageLimitResponse -> String # showList :: [DeleteUsageLimitResponse] -> ShowS # | |
Generic DeleteUsageLimitResponse Source # | |
Defined in Amazonka.Redshift.DeleteUsageLimit type Rep DeleteUsageLimitResponse :: Type -> Type # | |
NFData DeleteUsageLimitResponse Source # | |
Defined in Amazonka.Redshift.DeleteUsageLimit rnf :: DeleteUsageLimitResponse -> () # | |
type Rep DeleteUsageLimitResponse Source # | |
Defined in Amazonka.Redshift.DeleteUsageLimit |
newDeleteUsageLimitResponse :: DeleteUsageLimitResponse Source #
Create a value of DeleteUsageLimitResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.