| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Lightsail.Types.AccessKeyLastUsed
Description
Synopsis
- data AccessKeyLastUsed = AccessKeyLastUsed' {
- lastUsedDate :: Maybe POSIX
- region :: Maybe Text
- serviceName :: Maybe Text
- newAccessKeyLastUsed :: AccessKeyLastUsed
- accessKeyLastUsed_lastUsedDate :: Lens' AccessKeyLastUsed (Maybe UTCTime)
- accessKeyLastUsed_region :: Lens' AccessKeyLastUsed (Maybe Text)
- accessKeyLastUsed_serviceName :: Lens' AccessKeyLastUsed (Maybe Text)
Documentation
data AccessKeyLastUsed Source #
Describes the last time an access key was used.
This object does not include data in the response of a CreateBucketAccessKey action.
See: newAccessKeyLastUsed smart constructor.
Constructors
| AccessKeyLastUsed' | |
Fields
| |
Instances
newAccessKeyLastUsed :: AccessKeyLastUsed Source #
Create a value of AccessKeyLastUsed 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:lastUsedDate:AccessKeyLastUsed', accessKeyLastUsed_lastUsedDate - The date and time when the access key was most recently used.
This value is null if the access key has not been used.
$sel:region:AccessKeyLastUsed', accessKeyLastUsed_region - The Amazon Web Services Region where this access key was most recently
used.
This value is N/A if the access key has not been used.
$sel:serviceName:AccessKeyLastUsed', accessKeyLastUsed_serviceName - The name of the Amazon Web Services service with which this access key
was most recently used.
This value is N/A if the access key has not been used.
accessKeyLastUsed_lastUsedDate :: Lens' AccessKeyLastUsed (Maybe UTCTime) Source #
The date and time when the access key was most recently used.
This value is null if the access key has not been used.
accessKeyLastUsed_region :: Lens' AccessKeyLastUsed (Maybe Text) Source #
The Amazon Web Services Region where this access key was most recently used.
This value is N/A if the access key has not been used.
accessKeyLastUsed_serviceName :: Lens' AccessKeyLastUsed (Maybe Text) Source #
The name of the Amazon Web Services service with which this access key was most recently used.
This value is N/A if the access key has not been used.