| Copyright | (c) 2013-2017 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 |
| Language | Haskell2010 |
Network.AWS.AppStream.UpdateDirectoryConfig
Description
Updates the specified directory configuration.
- updateDirectoryConfig :: Text -> UpdateDirectoryConfig
- data UpdateDirectoryConfig
- udcServiceAccountCredentials :: Lens' UpdateDirectoryConfig (Maybe ServiceAccountCredentials)
- udcOrganizationalUnitDistinguishedNames :: Lens' UpdateDirectoryConfig [Text]
- udcDirectoryName :: Lens' UpdateDirectoryConfig Text
- updateDirectoryConfigResponse :: Int -> UpdateDirectoryConfigResponse
- data UpdateDirectoryConfigResponse
- udcrsDirectoryConfig :: Lens' UpdateDirectoryConfigResponse (Maybe DirectoryConfig)
- udcrsResponseStatus :: Lens' UpdateDirectoryConfigResponse Int
Creating a Request
updateDirectoryConfig Source #
Arguments
| :: Text | |
| -> UpdateDirectoryConfig |
Creates a value of UpdateDirectoryConfig with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
udcServiceAccountCredentials- The credentials for the service account used by the streaming instance to connect to the directory.udcOrganizationalUnitDistinguishedNames- The distinguished names of the organizational units for computer accounts.udcDirectoryName- The name of the directory configuration.
data UpdateDirectoryConfig Source #
See: updateDirectoryConfig smart constructor.
Instances
Request Lenses
udcServiceAccountCredentials :: Lens' UpdateDirectoryConfig (Maybe ServiceAccountCredentials) Source #
The credentials for the service account used by the streaming instance to connect to the directory.
udcOrganizationalUnitDistinguishedNames :: Lens' UpdateDirectoryConfig [Text] Source #
The distinguished names of the organizational units for computer accounts.
udcDirectoryName :: Lens' UpdateDirectoryConfig Text Source #
The name of the directory configuration.
Destructuring the Response
updateDirectoryConfigResponse Source #
Arguments
| :: Int | |
| -> UpdateDirectoryConfigResponse |
Creates a value of UpdateDirectoryConfigResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
udcrsDirectoryConfig- Information about the directory configuration.udcrsResponseStatus- -- | The response status code.
data UpdateDirectoryConfigResponse Source #
See: updateDirectoryConfigResponse smart constructor.
Response Lenses
udcrsDirectoryConfig :: Lens' UpdateDirectoryConfigResponse (Maybe DirectoryConfig) Source #
Information about the directory configuration.
udcrsResponseStatus :: Lens' UpdateDirectoryConfigResponse Int Source #
- - | The response status code.