update Ecs module

This commit is contained in:
fenglc
2018-02-05 15:10:32 +08:00
parent 1f27dc006e
commit 71b01091e2
685 changed files with 7131 additions and 5460 deletions

View File

@@ -16,11 +16,10 @@
#include <alibabacloud/ecs/model/DeleteKeyPairsRequest.h>
using namespace AlibabaCloud::Ecs;
using namespace AlibabaCloud::Ecs::Model;
using AlibabaCloud::Ecs::Model::DeleteKeyPairsRequest;
DeleteKeyPairsRequest::DeleteKeyPairsRequest() :
EcsRequest("DeleteKeyPairs")
RpcServiceRequest("ecs", "2014-05-26", "DeleteKeyPairs")
{}
DeleteKeyPairsRequest::~DeleteKeyPairsRequest()