Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data DeleteEndpointConfig = DeleteEndpointConfig' {}
- newDeleteEndpointConfig :: Text -> DeleteEndpointConfig
- deleteEndpointConfig_endpointConfigName :: Lens' DeleteEndpointConfig Text
- data DeleteEndpointConfigResponse = DeleteEndpointConfigResponse' {
- newDeleteEndpointConfigResponse :: DeleteEndpointConfigResponse
Creating a Request
data DeleteEndpointConfig Source #
See: newDeleteEndpointConfig
smart constructor.
DeleteEndpointConfig' | |
|
Instances
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
newDeleteEndpointConfigResponse :: DeleteEndpointConfigResponse Source #
Create a value of DeleteEndpointConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.