Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/include/aws/ecs/
H A DECSClient.h198 … Aws::Utils::Outcome<SubmitContainerStateChangeResult, ECSError> SubmitContainerStateChangeOutcome; typedef
251 … typedef std::future<SubmitContainerStateChangeOutcome> SubmitContainerStateChangeOutcomeCallable;
307 …nst Model::SubmitContainerStateChangeRequest&, const Model::SubmitContainerStateChangeOutcome&, co…
2408 …virtual Model::SubmitContainerStateChangeOutcome SubmitContainerStateChange(const Model::SubmitCon…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/source/
H A DECSClient.cpp1109 SubmitContainerStateChangeOutcome ECSClient::SubmitContainerStateChange(const SubmitContainerStateC… in SubmitContainerStateChange()
1112 …return SubmitContainerStateChangeOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POS… in SubmitContainerStateChange()
1117 …auto task = Aws::MakeShared< std::packaged_task< SubmitContainerStateChangeOutcome() > >(ALLOCATIO… in SubmitContainerStateChangeCallable()