disassociateServiceQuotaTemplate method

Future<void> disassociateServiceQuotaTemplate()

Disables your quota request template. After a template is disabled, the quota increase requests in the template are not applied to new accounts in your organization. Disabling a quota request template does not apply its quota increase requests.

May throw DependencyAccessDeniedException. May throw ServiceQuotaTemplateNotInUseException. May throw AccessDeniedException. May throw ServiceException. May throw TooManyRequestsException. May throw AWSServiceAccessNotEnabledException. May throw TemplatesNotAvailableInRegionException. May throw NoAvailableOrganizationException.

Implementation

Future<void> disassociateServiceQuotaTemplate() async {
  final headers = <String, String>{
    'Content-Type': 'application/x-amz-json-1.1',
    'X-Amz-Target': 'ServiceQuotasV20190624.DisassociateServiceQuotaTemplate'
  };
  await _protocol.send(
    method: 'POST',
    requestUri: '/',
    exceptionFnMap: _exceptionFns,
    // TODO queryParams
    headers: headers,
  );
}