| 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 |
Amazonka.AppStream.UpdateDirectoryConfig
Description
Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
Synopsis
- data UpdateDirectoryConfig = UpdateDirectoryConfig' {}
- newUpdateDirectoryConfig :: Text -> UpdateDirectoryConfig
- updateDirectoryConfig_serviceAccountCredentials :: Lens' UpdateDirectoryConfig (Maybe ServiceAccountCredentials)
- updateDirectoryConfig_organizationalUnitDistinguishedNames :: Lens' UpdateDirectoryConfig (Maybe [Text])
- updateDirectoryConfig_directoryName :: Lens' UpdateDirectoryConfig Text
- data UpdateDirectoryConfigResponse = UpdateDirectoryConfigResponse' {}
- newUpdateDirectoryConfigResponse :: Int -> UpdateDirectoryConfigResponse
- updateDirectoryConfigResponse_directoryConfig :: Lens' UpdateDirectoryConfigResponse (Maybe DirectoryConfig)
- updateDirectoryConfigResponse_httpStatus :: Lens' UpdateDirectoryConfigResponse Int
Creating a Request
data UpdateDirectoryConfig Source #
See: newUpdateDirectoryConfig smart constructor.
Constructors
| UpdateDirectoryConfig' | |
Fields
| |
Instances
newUpdateDirectoryConfig Source #
Create a value of UpdateDirectoryConfig 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:serviceAccountCredentials:UpdateDirectoryConfig', updateDirectoryConfig_serviceAccountCredentials - The credentials for the service account used by the fleet or image
builder to connect to the directory.
$sel:organizationalUnitDistinguishedNames:UpdateDirectoryConfig', updateDirectoryConfig_organizationalUnitDistinguishedNames - The distinguished names of the organizational units for computer
accounts.
$sel:directoryName:UpdateDirectoryConfig', updateDirectoryConfig_directoryName - The name of the Directory Config object.
Request Lenses
updateDirectoryConfig_serviceAccountCredentials :: Lens' UpdateDirectoryConfig (Maybe ServiceAccountCredentials) Source #
The credentials for the service account used by the fleet or image builder to connect to the directory.
updateDirectoryConfig_organizationalUnitDistinguishedNames :: Lens' UpdateDirectoryConfig (Maybe [Text]) Source #
The distinguished names of the organizational units for computer accounts.
updateDirectoryConfig_directoryName :: Lens' UpdateDirectoryConfig Text Source #
The name of the Directory Config object.
Destructuring the Response
data UpdateDirectoryConfigResponse Source #
See: newUpdateDirectoryConfigResponse smart constructor.
Constructors
| UpdateDirectoryConfigResponse' | |
Fields
| |
Instances
newUpdateDirectoryConfigResponse Source #
Create a value of UpdateDirectoryConfigResponse 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:directoryConfig:UpdateDirectoryConfigResponse', updateDirectoryConfigResponse_directoryConfig - Information about the Directory Config object.
$sel:httpStatus:UpdateDirectoryConfigResponse', updateDirectoryConfigResponse_httpStatus - The response's http status code.
Response Lenses
updateDirectoryConfigResponse_directoryConfig :: Lens' UpdateDirectoryConfigResponse (Maybe DirectoryConfig) Source #
Information about the Directory Config object.
updateDirectoryConfigResponse_httpStatus :: Lens' UpdateDirectoryConfigResponse Int Source #
The response's http status code.