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.DeleteConstraint

Description

Deletes the specified constraint.

A delegated admin is authorized to invoke this command.

Synopsis

Creating a Request

data DeleteConstraint Source #

See: newDeleteConstraint smart constructor.

Constructors

DeleteConstraint' 

Fields

Instances

Instances details
Eq DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Read DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Show DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Generic DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Associated Types

type Rep DeleteConstraint :: Type -> Type #

NFData DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Methods

rnf :: DeleteConstraint -> () #

Hashable DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

ToJSON DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

AWSRequest DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Associated Types

type AWSResponse DeleteConstraint #

ToHeaders DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

ToPath DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

ToQuery DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

type Rep DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

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

Defined in Amazonka.ServiceCatalog.DeleteConstraint

newDeleteConstraint Source #

Create a value of DeleteConstraint 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:acceptLanguage:DeleteConstraint', deleteConstraint_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:id:DeleteConstraint', deleteConstraint_id - The identifier of the constraint.

Request Lenses

deleteConstraint_acceptLanguage :: Lens' DeleteConstraint (Maybe Text) Source #

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

deleteConstraint_id :: Lens' DeleteConstraint Text Source #

The identifier of the constraint.

Destructuring the Response

data DeleteConstraintResponse Source #

See: newDeleteConstraintResponse smart constructor.

Constructors

DeleteConstraintResponse' 

Fields

Instances

Instances details
Eq DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Read DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Show DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Generic DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Associated Types

type Rep DeleteConstraintResponse :: Type -> Type #

NFData DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

type Rep DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

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

newDeleteConstraintResponse Source #

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

Response Lenses