| 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.SageMaker.UpdateAppImageConfig
Description
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.
Constructors
| UpdateAppImageConfig' | |
Fields
| |
Instances
newUpdateAppImageConfig Source #
Arguments
| :: Text | |
| -> UpdateAppImageConfig |
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:
UpdateAppImageConfig, updateAppImageConfig_kernelGatewayImageConfig - The new KernelGateway app to run on the image.
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.
Constructors
| UpdateAppImageConfigResponse' | |
Fields
| |
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:
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.