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 AccessKeyLastUsed = AccessKeyLastUsed' {
- lastUsedDate :: Maybe POSIX
- serviceName :: Maybe Text
- region :: Maybe Text
- newAccessKeyLastUsed :: AccessKeyLastUsed
- accessKeyLastUsed_lastUsedDate :: Lens' AccessKeyLastUsed (Maybe UTCTime)
- accessKeyLastUsed_serviceName :: Lens' AccessKeyLastUsed (Maybe Text)
- accessKeyLastUsed_region :: 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.
AccessKeyLastUsed' | |
|
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:serviceName:AccessKeyLastUsed'
, accessKeyLastUsed_serviceName
- The name of the AWS service with which this access key was most recently
used.
This value is N/A
if the access key has not been used.
$sel:region:AccessKeyLastUsed'
, accessKeyLastUsed_region
- The AWS Region where 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_serviceName :: Lens' AccessKeyLastUsed (Maybe Text) Source #
The name of the AWS service with which this access key was most recently used.
This value is N/A
if the access key has not been used.
accessKeyLastUsed_region :: Lens' AccessKeyLastUsed (Maybe Text) Source #
The AWS Region where this access key was most recently used.
This value is N/A
if the access key has not been used.