| 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.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 #
Arguments
| :: Text | |
| -> AssociateSigninDelegateGroupsWithAccount |
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:
$sel:accountId:AssociateSigninDelegateGroupsWithAccount', associateSigninDelegateGroupsWithAccount_accountId - The Amazon Chime account ID.
$sel:signinDelegateGroups: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.