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 |
Updates the properties of an AppImageConfig.
Synopsis
- data UpdateAppImageConfig = UpdateAppImageConfig' {}
- newUpdateAppImageConfig :: Text -> UpdateAppImageConfig
- updateAppImageConfig_kernelGatewayImageConfig :: Lens' UpdateAppImageConfig (Maybe KernelGatewayImageConfig)
- updateAppImageConfig_appImageConfigName :: Lens' UpdateAppImageConfig Text
- data UpdateAppImageConfigResponse = UpdateAppImageConfigResponse' {}
- newUpdateAppImageConfigResponse :: Int -> UpdateAppImageConfigResponse
- updateAppImageConfigResponse_appImageConfigArn :: Lens' UpdateAppImageConfigResponse (Maybe Text)
- updateAppImageConfigResponse_httpStatus :: Lens' UpdateAppImageConfigResponse Int
Creating a Request
data UpdateAppImageConfig Source #
See: newUpdateAppImageConfig
smart constructor.
UpdateAppImageConfig' | |
|
Instances
newUpdateAppImageConfig Source #
Create a value of UpdateAppImageConfig
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:kernelGatewayImageConfig:UpdateAppImageConfig'
, updateAppImageConfig_kernelGatewayImageConfig
- The new KernelGateway app to run on the image.
$sel:appImageConfigName:UpdateAppImageConfig'
, updateAppImageConfig_appImageConfigName
- The name of the AppImageConfig to update.
Request Lenses
updateAppImageConfig_kernelGatewayImageConfig :: Lens' UpdateAppImageConfig (Maybe KernelGatewayImageConfig) Source #
The new KernelGateway app to run on the image.
updateAppImageConfig_appImageConfigName :: Lens' UpdateAppImageConfig Text Source #
The name of the AppImageConfig to update.
Destructuring the Response
data UpdateAppImageConfigResponse Source #
See: newUpdateAppImageConfigResponse
smart constructor.
UpdateAppImageConfigResponse' | |
|
Instances
newUpdateAppImageConfigResponse Source #
Create a value of UpdateAppImageConfigResponse
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:appImageConfigArn:UpdateAppImageConfigResponse'
, updateAppImageConfigResponse_appImageConfigArn
- The Amazon Resource Name (ARN) for the AppImageConfig.
$sel:httpStatus:UpdateAppImageConfigResponse'
, updateAppImageConfigResponse_httpStatus
- The response's http status code.
Response Lenses
updateAppImageConfigResponse_appImageConfigArn :: Lens' UpdateAppImageConfigResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) for the AppImageConfig.
updateAppImageConfigResponse_httpStatus :: Lens' UpdateAppImageConfigResponse Int Source #
The response's http status code.