libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Description

Disassociates the specified budget from the specified resource.

Synopsis

Creating a Request

data DisassociateBudgetFromResource Source #

See: newDisassociateBudgetFromResource smart constructor.

Constructors

DisassociateBudgetFromResource' 

Fields

  • budgetName :: Text

    The name of the budget you want to disassociate.

  • resourceId :: Text

    The resource identifier you want to disassociate from. Either a portfolio-id or a product-id.

Instances

Instances details
Eq DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Read DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Show DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Generic DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Associated Types

type Rep DisassociateBudgetFromResource :: Type -> Type #

NFData DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Hashable DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

ToJSON DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

AWSRequest DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

ToHeaders DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

ToPath DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

ToQuery DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

type Rep DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

type Rep DisassociateBudgetFromResource = D1 ('MetaData "DisassociateBudgetFromResource" "Amazonka.ServiceCatalog.DisassociateBudgetFromResource" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "DisassociateBudgetFromResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "budgetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

newDisassociateBudgetFromResource Source #

Create a value of DisassociateBudgetFromResource 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:budgetName:DisassociateBudgetFromResource', disassociateBudgetFromResource_budgetName - The name of the budget you want to disassociate.

$sel:resourceId:DisassociateBudgetFromResource', disassociateBudgetFromResource_resourceId - The resource identifier you want to disassociate from. Either a portfolio-id or a product-id.

Request Lenses

disassociateBudgetFromResource_resourceId :: Lens' DisassociateBudgetFromResource Text Source #

The resource identifier you want to disassociate from. Either a portfolio-id or a product-id.

Destructuring the Response

data DisassociateBudgetFromResourceResponse Source #

Constructors

DisassociateBudgetFromResourceResponse' 

Fields

Instances

Instances details
Eq DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Read DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Show DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Generic DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

NFData DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

type Rep DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

type Rep DisassociateBudgetFromResourceResponse = D1 ('MetaData "DisassociateBudgetFromResourceResponse" "Amazonka.ServiceCatalog.DisassociateBudgetFromResource" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "DisassociateBudgetFromResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateBudgetFromResourceResponse Source #

Create a value of DisassociateBudgetFromResourceResponse 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:httpStatus:DisassociateBudgetFromResourceResponse', disassociateBudgetFromResourceResponse_httpStatus - The response's http status code.

Response Lenses