| 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.GuardDuty.StartMonitoringMembers
Description
Turns on GuardDuty monitoring of the specified member accounts. Use this
operation to restart monitoring of accounts that you stopped monitoring
with the StopMonitoringMembers operation.
Synopsis
- data StartMonitoringMembers = StartMonitoringMembers' {
- detectorId :: Text
- accountIds :: NonEmpty Text
- newStartMonitoringMembers :: Text -> NonEmpty Text -> StartMonitoringMembers
- startMonitoringMembers_detectorId :: Lens' StartMonitoringMembers Text
- startMonitoringMembers_accountIds :: Lens' StartMonitoringMembers (NonEmpty Text)
- data StartMonitoringMembersResponse = StartMonitoringMembersResponse' {}
- newStartMonitoringMembersResponse :: Int -> StartMonitoringMembersResponse
- startMonitoringMembersResponse_httpStatus :: Lens' StartMonitoringMembersResponse Int
- startMonitoringMembersResponse_unprocessedAccounts :: Lens' StartMonitoringMembersResponse [UnprocessedAccount]
Creating a Request
data StartMonitoringMembers Source #
See: newStartMonitoringMembers smart constructor.
Constructors
| StartMonitoringMembers' | |
Fields
| |
Instances
newStartMonitoringMembers Source #
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> StartMonitoringMembers |
Create a value of StartMonitoringMembers 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:
StartMonitoringMembers, startMonitoringMembers_detectorId - The unique ID of the detector of the GuardDuty administrator account
associated with the member accounts to monitor.
StartMonitoringMembers, startMonitoringMembers_accountIds - A list of account IDs of the GuardDuty member accounts to start
monitoring.
Request Lenses
startMonitoringMembers_detectorId :: Lens' StartMonitoringMembers Text Source #
The unique ID of the detector of the GuardDuty administrator account associated with the member accounts to monitor.
startMonitoringMembers_accountIds :: Lens' StartMonitoringMembers (NonEmpty Text) Source #
A list of account IDs of the GuardDuty member accounts to start monitoring.
Destructuring the Response
data StartMonitoringMembersResponse Source #
See: newStartMonitoringMembersResponse smart constructor.
Constructors
| StartMonitoringMembersResponse' | |
Fields
| |
Instances
newStartMonitoringMembersResponse Source #
Create a value of StartMonitoringMembersResponse 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:StartMonitoringMembersResponse', startMonitoringMembersResponse_httpStatus - The response's http status code.
$sel:unprocessedAccounts:StartMonitoringMembersResponse', startMonitoringMembersResponse_unprocessedAccounts - A list of objects that contain the unprocessed account and a result
string that explains why it was unprocessed.
Response Lenses
startMonitoringMembersResponse_httpStatus :: Lens' StartMonitoringMembersResponse Int Source #
The response's http status code.
startMonitoringMembersResponse_unprocessedAccounts :: Lens' StartMonitoringMembersResponse [UnprocessedAccount] Source #
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.