amazonka-sagemaker-2.0: Amazon SageMaker Service 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.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
ToJSON DeleteEndpointConfig Source # 
Instance details

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

AWSRequest DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Associated Types

type AWSResponse DeleteEndpointConfig #

Generic DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Associated Types

type Rep DeleteEndpointConfig :: Type -> Type #

Read DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Show DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

NFData DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Methods

rnf :: DeleteEndpointConfig -> () #

Eq DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Hashable DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

type AWSResponse 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DeleteEndpointConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Associated Types

type Rep DeleteEndpointConfigResponse :: Type -> Type #

Read DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Show DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

NFData DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Eq 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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.