disableSecurityHubV2 method
Disable the service for the current Amazon Web Services Region or specified Amazon Web Services Region. Disabling the service also disables all opt-in features that are currently enabled in that Region.
May throw AccessDeniedException.
May throw InternalServerException.
May throw ThrottlingException.
May throw ValidationException.
Implementation
Future<void> disableSecurityHubV2() async {
final response = await _protocol.send(
payload: null,
method: 'DELETE',
requestUri: '/hubv2',
exceptionFnMap: _exceptionFns,
);
}