getConnectionRecordingPreferences method
Returns the preferences specified for recording RDP connections in the requesting Amazon Web Services account and Amazon Web Services Region.
May throw AccessDeniedException.
May throw ConflictException.
May throw InternalServerException.
May throw ResourceNotFoundException.
May throw ServiceQuotaExceededException.
May throw ThrottlingException.
May throw ValidationException.
Implementation
Future<GetConnectionRecordingPreferencesResponse>
getConnectionRecordingPreferences() async {
final response = await _protocol.send(
payload: null,
method: 'POST',
requestUri: '/GetConnectionRecordingPreferences',
exceptionFnMap: _exceptionFns,
);
return GetConnectionRecordingPreferencesResponse.fromJson(response);
}