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 |
Synopsis
- data EndpointSummary = EndpointSummary' {}
- newEndpointSummary :: Text -> Text -> UTCTime -> UTCTime -> EndpointStatus -> EndpointSummary
- endpointSummary_endpointName :: Lens' EndpointSummary Text
- endpointSummary_endpointArn :: Lens' EndpointSummary Text
- endpointSummary_creationTime :: Lens' EndpointSummary UTCTime
- endpointSummary_lastModifiedTime :: Lens' EndpointSummary UTCTime
- endpointSummary_endpointStatus :: Lens' EndpointSummary EndpointStatus
Documentation
data EndpointSummary Source #
Provides summary information for an endpoint.
See: newEndpointSummary
smart constructor.
EndpointSummary' | |
|
Instances
:: Text | |
-> Text | |
-> UTCTime | |
-> UTCTime | |
-> EndpointStatus | |
-> EndpointSummary |
Create a value of EndpointSummary
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:endpointName:EndpointSummary'
, endpointSummary_endpointName
- The name of the endpoint.
$sel:endpointArn:EndpointSummary'
, endpointSummary_endpointArn
- The Amazon Resource Name (ARN) of the endpoint.
$sel:creationTime:EndpointSummary'
, endpointSummary_creationTime
- A timestamp that shows when the endpoint was created.
$sel:lastModifiedTime:EndpointSummary'
, endpointSummary_lastModifiedTime
- A timestamp that shows when the endpoint was last modified.
$sel:endpointStatus:EndpointSummary'
, endpointSummary_endpointStatus
- The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.Creating
: CreateEndpoint is executing.Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.SystemUpdating
: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.RollingBack
: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to anInService
status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.InService
: Endpoint is available to process incoming requests.Deleting
: DeleteEndpoint is executing.Failed
: Endpoint could not be created, updated, or re-scaled. Use DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.
To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.
endpointSummary_endpointName :: Lens' EndpointSummary Text Source #
The name of the endpoint.
endpointSummary_endpointArn :: Lens' EndpointSummary Text Source #
The Amazon Resource Name (ARN) of the endpoint.
endpointSummary_creationTime :: Lens' EndpointSummary UTCTime Source #
A timestamp that shows when the endpoint was created.
endpointSummary_lastModifiedTime :: Lens' EndpointSummary UTCTime Source #
A timestamp that shows when the endpoint was last modified.
endpointSummary_endpointStatus :: Lens' EndpointSummary EndpointStatus Source #
The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.Creating
: CreateEndpoint is executing.Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.SystemUpdating
: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.RollingBack
: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to anInService
status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.InService
: Endpoint is available to process incoming requests.Deleting
: DeleteEndpoint is executing.Failed
: Endpoint could not be created, updated, or re-scaled. Use DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.
To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.