Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Get the configuration information about an origin access identity.
- getCloudFrontOriginAccessIdentityConfig :: Text -> GetCloudFrontOriginAccessIdentityConfig
- data GetCloudFrontOriginAccessIdentityConfig
- gcfoaicId :: Lens' GetCloudFrontOriginAccessIdentityConfig Text
- getCloudFrontOriginAccessIdentityConfigResponse :: Int -> GetCloudFrontOriginAccessIdentityConfigResponse
- data GetCloudFrontOriginAccessIdentityConfigResponse
- gcfoaicrsCloudFrontOriginAccessIdentityConfig :: Lens' GetCloudFrontOriginAccessIdentityConfigResponse (Maybe CloudFrontOriginAccessIdentityConfig)
- gcfoaicrsETag :: Lens' GetCloudFrontOriginAccessIdentityConfigResponse (Maybe Text)
- gcfoaicrsResponseStatus :: Lens' GetCloudFrontOriginAccessIdentityConfigResponse Int
Creating a Request
getCloudFrontOriginAccessIdentityConfig Source #
Creates a value of GetCloudFrontOriginAccessIdentityConfig
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gcfoaicId
- The identity's ID.
data GetCloudFrontOriginAccessIdentityConfig Source #
The origin access identity's configuration information. For more information, see CloudFrontOriginAccessIdentityConfigComplexType
.
See: getCloudFrontOriginAccessIdentityConfig
smart constructor.
Request Lenses
Destructuring the Response
getCloudFrontOriginAccessIdentityConfigResponse Source #
Creates a value of GetCloudFrontOriginAccessIdentityConfigResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gcfoaicrsCloudFrontOriginAccessIdentityConfig
- The origin access identity's configuration information.gcfoaicrsETag
- The current version of the configuration. For example:E2QWRUHAPOMQZL
.gcfoaicrsResponseStatus
- -- | The response status code.
data GetCloudFrontOriginAccessIdentityConfigResponse Source #
The returned result of the corresponding request.
See: getCloudFrontOriginAccessIdentityConfigResponse
smart constructor.
Response Lenses
gcfoaicrsCloudFrontOriginAccessIdentityConfig :: Lens' GetCloudFrontOriginAccessIdentityConfigResponse (Maybe CloudFrontOriginAccessIdentityConfig) Source #
The origin access identity's configuration information.
gcfoaicrsETag :: Lens' GetCloudFrontOriginAccessIdentityConfigResponse (Maybe Text) Source #
The current version of the configuration. For example: E2QWRUHAPOMQZL
.
gcfoaicrsResponseStatus :: Lens' GetCloudFrontOriginAccessIdentityConfigResponse Int Source #
- - | The response status code.