| 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.UpdateSpace
Description
Updates the settings of a space.
Synopsis
- data UpdateSpace = UpdateSpace' {}
 - newUpdateSpace :: Text -> Text -> UpdateSpace
 - updateSpace_spaceSettings :: Lens' UpdateSpace (Maybe SpaceSettings)
 - updateSpace_domainId :: Lens' UpdateSpace Text
 - updateSpace_spaceName :: Lens' UpdateSpace Text
 - data UpdateSpaceResponse = UpdateSpaceResponse' {
- spaceArn :: Maybe Text
 - httpStatus :: Int
 
 - newUpdateSpaceResponse :: Int -> UpdateSpaceResponse
 - updateSpaceResponse_spaceArn :: Lens' UpdateSpaceResponse (Maybe Text)
 - updateSpaceResponse_httpStatus :: Lens' UpdateSpaceResponse Int
 
Creating a Request
data UpdateSpace Source #
See: newUpdateSpace smart constructor.
Constructors
| UpdateSpace' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UpdateSpace | 
Create a value of UpdateSpace 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:spaceSettings:UpdateSpace', updateSpace_spaceSettings - A collection of space settings.
UpdateSpace, updateSpace_domainId - The ID of the associated Domain.
UpdateSpace, updateSpace_spaceName - The name of the space.
Request Lenses
updateSpace_spaceSettings :: Lens' UpdateSpace (Maybe SpaceSettings) Source #
A collection of space settings.
updateSpace_domainId :: Lens' UpdateSpace Text Source #
The ID of the associated Domain.
updateSpace_spaceName :: Lens' UpdateSpace Text Source #
The name of the space.
Destructuring the Response
data UpdateSpaceResponse Source #
See: newUpdateSpaceResponse smart constructor.
Constructors
| UpdateSpaceResponse' | |
Fields 
  | |
Instances
newUpdateSpaceResponse Source #
Arguments
| :: Int | |
| -> UpdateSpaceResponse | 
Create a value of UpdateSpaceResponse 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:spaceArn:UpdateSpaceResponse', updateSpaceResponse_spaceArn - The space's Amazon Resource Name (ARN).
$sel:httpStatus:UpdateSpaceResponse', updateSpaceResponse_httpStatus - The response's http status code.
Response Lenses
updateSpaceResponse_spaceArn :: Lens' UpdateSpaceResponse (Maybe Text) Source #
The space's Amazon Resource Name (ARN).
updateSpaceResponse_httpStatus :: Lens' UpdateSpaceResponse Int Source #
The response's http status code.