getGlobalSettings method
Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
May throw BadRequestException.
May throw ForbiddenException.
May throw ServiceFailureException.
May throw ServiceUnavailableException.
May throw ThrottledClientException.
May throw UnauthorizedClientException.
Implementation
Future<GetGlobalSettingsResponse> getGlobalSettings() async {
final response = await _protocol.send(
payload: null,
method: 'GET',
requestUri: '/settings',
exceptionFnMap: _exceptionFns,
);
return GetGlobalSettingsResponse.fromJson(response);
}