getEc2DeepInspectionConfiguration method

Future<GetEc2DeepInspectionConfigurationResponse> getEc2DeepInspectionConfiguration()

Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your account.

May throw AccessDeniedException. May throw InternalServerException. May throw ResourceNotFoundException. May throw ThrottlingException.

Implementation

Future<GetEc2DeepInspectionConfigurationResponse>
    getEc2DeepInspectionConfiguration() async {
  final response = await _protocol.send(
    payload: null,
    method: 'POST',
    requestUri: '/ec2deepinspectionconfiguration/get',
    exceptionFnMap: _exceptionFns,
  );
  return GetEc2DeepInspectionConfigurationResponse.fromJson(response);
}