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 EndpointConfigSummary = EndpointConfigSummary' {}
- newEndpointConfigSummary :: Text -> Text -> UTCTime -> EndpointConfigSummary
- endpointConfigSummary_endpointConfigName :: Lens' EndpointConfigSummary Text
- endpointConfigSummary_endpointConfigArn :: Lens' EndpointConfigSummary Text
- endpointConfigSummary_creationTime :: Lens' EndpointConfigSummary UTCTime
Documentation
data EndpointConfigSummary Source #
Provides summary information for an endpoint configuration.
See: newEndpointConfigSummary
smart constructor.
EndpointConfigSummary' | |
|
Instances
newEndpointConfigSummary Source #
:: Text | |
-> Text | |
-> UTCTime | |
-> EndpointConfigSummary |
Create a value of EndpointConfigSummary
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:EndpointConfigSummary'
, endpointConfigSummary_endpointConfigName
- The name of the endpoint configuration.
$sel:endpointConfigArn:EndpointConfigSummary'
, endpointConfigSummary_endpointConfigArn
- The Amazon Resource Name (ARN) of the endpoint configuration.
$sel:creationTime:EndpointConfigSummary'
, endpointConfigSummary_creationTime
- A timestamp that shows when the endpoint configuration was created.
endpointConfigSummary_endpointConfigName :: Lens' EndpointConfigSummary Text Source #
The name of the endpoint configuration.
endpointConfigSummary_endpointConfigArn :: Lens' EndpointConfigSummary Text Source #
The Amazon Resource Name (ARN) of the endpoint configuration.
endpointConfigSummary_creationTime :: Lens' EndpointConfigSummary UTCTime Source #
A timestamp that shows when the endpoint configuration was created.