amazonka-servicecatalog-2.0: Amazon Service Catalog SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.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

AWSRequest DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Associated Types

type AWSResponse DeleteConstraint #

Generic DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Associated Types

type Rep DeleteConstraint :: Type -> Type #

Read DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Show DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

NFData DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Methods

rnf :: DeleteConstraint -> () #

Eq DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Hashable DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

type AWSResponse 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" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" '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)))

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

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
Generic DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Associated Types

type Rep DeleteConstraintResponse :: Type -> Type #

Read DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Show DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

NFData DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Eq 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" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" '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