| 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.Chime.AssociateSigninDelegateGroupsWithAccount
Description
Associates the specified sign-in delegate groups with the specified Amazon Chime account.
Synopsis
- data AssociateSigninDelegateGroupsWithAccount = AssociateSigninDelegateGroupsWithAccount' {}
- newAssociateSigninDelegateGroupsWithAccount :: Text -> AssociateSigninDelegateGroupsWithAccount
- associateSigninDelegateGroupsWithAccount_accountId :: Lens' AssociateSigninDelegateGroupsWithAccount Text
- associateSigninDelegateGroupsWithAccount_signinDelegateGroups :: Lens' AssociateSigninDelegateGroupsWithAccount [SigninDelegateGroup]
- data AssociateSigninDelegateGroupsWithAccountResponse = AssociateSigninDelegateGroupsWithAccountResponse' {
- httpStatus :: Int
- newAssociateSigninDelegateGroupsWithAccountResponse :: Int -> AssociateSigninDelegateGroupsWithAccountResponse
- associateSigninDelegateGroupsWithAccountResponse_httpStatus :: Lens' AssociateSigninDelegateGroupsWithAccountResponse Int
Creating a Request
data AssociateSigninDelegateGroupsWithAccount Source #
See: newAssociateSigninDelegateGroupsWithAccount smart constructor.
Constructors
| AssociateSigninDelegateGroupsWithAccount' | |
Fields
| |
Instances
newAssociateSigninDelegateGroupsWithAccount Source #
Create a value of AssociateSigninDelegateGroupsWithAccount 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:
AssociateSigninDelegateGroupsWithAccount, associateSigninDelegateGroupsWithAccount_accountId - The Amazon Chime account ID.
AssociateSigninDelegateGroupsWithAccount, associateSigninDelegateGroupsWithAccount_signinDelegateGroups - The sign-in delegate groups.
Request Lenses
associateSigninDelegateGroupsWithAccount_accountId :: Lens' AssociateSigninDelegateGroupsWithAccount Text Source #
The Amazon Chime account ID.
associateSigninDelegateGroupsWithAccount_signinDelegateGroups :: Lens' AssociateSigninDelegateGroupsWithAccount [SigninDelegateGroup] Source #
The sign-in delegate groups.
Destructuring the Response
data AssociateSigninDelegateGroupsWithAccountResponse Source #
See: newAssociateSigninDelegateGroupsWithAccountResponse smart constructor.
Constructors
| AssociateSigninDelegateGroupsWithAccountResponse' | |
Fields
| |
Instances
newAssociateSigninDelegateGroupsWithAccountResponse Source #
Arguments
| :: Int |
|
| -> AssociateSigninDelegateGroupsWithAccountResponse |
Create a value of AssociateSigninDelegateGroupsWithAccountResponse 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:httpStatus:AssociateSigninDelegateGroupsWithAccountResponse', associateSigninDelegateGroupsWithAccountResponse_httpStatus - The response's http status code.
Response Lenses
associateSigninDelegateGroupsWithAccountResponse_httpStatus :: Lens' AssociateSigninDelegateGroupsWithAccountResponse Int Source #
The response's http status code.