| 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.Outposts.UpdateOutpost
Description
Updates an Outpost.
Synopsis
- data UpdateOutpost = UpdateOutpost' {}
- newUpdateOutpost :: Text -> UpdateOutpost
- updateOutpost_description :: Lens' UpdateOutpost (Maybe Text)
- updateOutpost_name :: Lens' UpdateOutpost (Maybe Text)
- updateOutpost_supportedHardwareType :: Lens' UpdateOutpost (Maybe SupportedHardwareType)
- updateOutpost_outpostId :: Lens' UpdateOutpost Text
- data UpdateOutpostResponse = UpdateOutpostResponse' {
- outpost :: Maybe Outpost
- httpStatus :: Int
- newUpdateOutpostResponse :: Int -> UpdateOutpostResponse
- updateOutpostResponse_outpost :: Lens' UpdateOutpostResponse (Maybe Outpost)
- updateOutpostResponse_httpStatus :: Lens' UpdateOutpostResponse Int
Creating a Request
data UpdateOutpost Source #
See: newUpdateOutpost smart constructor.
Constructors
| UpdateOutpost' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UpdateOutpost |
Create a value of UpdateOutpost 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:
UpdateOutpost, updateOutpost_description - Undocumented member.
UpdateOutpost, updateOutpost_name - Undocumented member.
UpdateOutpost, updateOutpost_supportedHardwareType - The type of hardware for this Outpost.
UpdateOutpost, updateOutpost_outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.
Request Lenses
updateOutpost_description :: Lens' UpdateOutpost (Maybe Text) Source #
Undocumented member.
updateOutpost_name :: Lens' UpdateOutpost (Maybe Text) Source #
Undocumented member.
updateOutpost_supportedHardwareType :: Lens' UpdateOutpost (Maybe SupportedHardwareType) Source #
The type of hardware for this Outpost.
updateOutpost_outpostId :: Lens' UpdateOutpost Text Source #
The ID or the Amazon Resource Name (ARN) of the Outpost.
Destructuring the Response
data UpdateOutpostResponse Source #
See: newUpdateOutpostResponse smart constructor.
Constructors
| UpdateOutpostResponse' | |
Fields
| |
Instances
newUpdateOutpostResponse Source #
Create a value of UpdateOutpostResponse 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:outpost:UpdateOutpostResponse', updateOutpostResponse_outpost - Undocumented member.
$sel:httpStatus:UpdateOutpostResponse', updateOutpostResponse_httpStatus - The response's http status code.
Response Lenses
updateOutpostResponse_outpost :: Lens' UpdateOutpostResponse (Maybe Outpost) Source #
Undocumented member.
updateOutpostResponse_httpStatus :: Lens' UpdateOutpostResponse Int Source #
The response's http status code.