Home
last modified time | relevance | path

Searched refs:DeleteSipRuleOutcome (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/
H A DChimeClient.h451 typedef Aws::Utils::Outcome<Aws::NoResult, ChimeError> DeleteSipRuleOutcome; typedef
642 typedef std::future<DeleteSipRuleOutcome> DeleteSipRuleOutcomeCallable;
836 …st ChimeClient*, const Model::DeleteSipRuleRequest&, const Model::DeleteSipRuleOutcome&, const std…
2979 …virtual Model::DeleteSipRuleOutcome DeleteSipRule(const Model::DeleteSipRuleRequest& request) cons…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/source/
H A DChimeClient.cpp2216 DeleteSipRuleOutcome ChimeClient::DeleteSipRule(const DeleteSipRuleRequest& request) const in DeleteSipRule()
2221 …return DeleteSipRuleOutcome(Aws::Client::AWSError<ChimeErrors>(ChimeErrors::MISSING_PARAMETER, "MI… in DeleteSipRule()
2226 …return DeleteSipRuleOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_DELETE, Aws::Aut… in DeleteSipRule()
2231 …auto task = Aws::MakeShared< std::packaged_task< DeleteSipRuleOutcome() > >(ALLOCATION_TAG, [this,… in DeleteSipRuleCallable()