describeStorageConfiguration method
Retrieves information about the storage configuration for IoT SiteWise.
May throw ConflictingOperationException.
May throw InternalFailureException.
May throw InvalidRequestException.
May throw LimitExceededException.
May throw ResourceNotFoundException.
May throw ThrottlingException.
Implementation
Future<DescribeStorageConfigurationResponse>
describeStorageConfiguration() async {
final response = await _protocol.send(
payload: null,
method: 'GET',
requestUri: '/configuration/account/storage',
exceptionFnMap: _exceptionFns,
);
return DescribeStorageConfigurationResponse.fromJson(response);
}