libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.DeleteEndpointConfig

Description

Deletes an endpoint configuration. The DeleteEndpointConfig API deletes only the specified configuration. It does not delete endpoints created using the configuration.

You must not delete an EndpointConfig in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. If you delete the EndpointConfig of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.

Synopsis

Creating a Request

data DeleteEndpointConfig Source #

See: newDeleteEndpointConfig smart constructor.

Constructors

DeleteEndpointConfig' 

Fields

Instances

Instances details
Eq DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Read DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Show DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Generic DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Associated Types

type Rep DeleteEndpointConfig :: Type -> Type #

NFData DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Methods

rnf :: DeleteEndpointConfig -> () #

Hashable DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

ToJSON DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

AWSRequest DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Associated Types

type AWSResponse DeleteEndpointConfig #

ToHeaders DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

ToPath DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

ToQuery DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

type Rep DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

type Rep DeleteEndpointConfig = D1 ('MetaData "DeleteEndpointConfig" "Amazonka.SageMaker.DeleteEndpointConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteEndpointConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

newDeleteEndpointConfig Source #

Create a value of DeleteEndpointConfig 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:endpointConfigName:DeleteEndpointConfig', deleteEndpointConfig_endpointConfigName - The name of the endpoint configuration that you want to delete.

Request Lenses

deleteEndpointConfig_endpointConfigName :: Lens' DeleteEndpointConfig Text Source #

The name of the endpoint configuration that you want to delete.

Destructuring the Response

data DeleteEndpointConfigResponse Source #

See: newDeleteEndpointConfigResponse smart constructor.

Instances

Instances details
Eq DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Read DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Show DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Generic DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Associated Types

type Rep DeleteEndpointConfigResponse :: Type -> Type #

NFData DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

type Rep DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

type Rep DeleteEndpointConfigResponse = D1 ('MetaData "DeleteEndpointConfigResponse" "Amazonka.SageMaker.DeleteEndpointConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteEndpointConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteEndpointConfigResponse :: DeleteEndpointConfigResponse Source #

Create a value of DeleteEndpointConfigResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.