Procházet zdrojové kódy

CLOUDAPI SDK Auto Released By jialiang.bjl,Version:1.53.9

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao před 6 roky
rodič
revize
3663d76dd6

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2019-03-01 Version: 1.53.9
+1, Support Build Function Compute Backend By SDK
+
 2019-03-01 Version: 1.53.8
 1, Add API QueryRegionConfig
 2, Add API SynchronizeResource

+ 106 - 0
services/cloudapi/modify_group_instance.go

@@ -0,0 +1,106 @@
+package cloudapi
+
+//Licensed under the Apache License, Version 2.0 (the "License");
+//you may not use this file except in compliance with the License.
+//You may obtain a copy of the License at
+//
+//http://www.apache.org/licenses/LICENSE-2.0
+//
+//Unless required by applicable law or agreed to in writing, software
+//distributed under the License is distributed on an "AS IS" BASIS,
+//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+//See the License for the specific language governing permissions and
+//limitations under the License.
+//
+// Code generated by Alibaba Cloud SDK Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is regenerated.
+
+import (
+	"github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests"
+	"github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses"
+)
+
+// ModifyGroupInstance invokes the cloudapi.ModifyGroupInstance API synchronously
+// api document: https://help.aliyun.com/api/cloudapi/modifygroupinstance.html
+func (client *Client) ModifyGroupInstance(request *ModifyGroupInstanceRequest) (response *ModifyGroupInstanceResponse, err error) {
+	response = CreateModifyGroupInstanceResponse()
+	err = client.DoAction(request, response)
+	return
+}
+
+// ModifyGroupInstanceWithChan invokes the cloudapi.ModifyGroupInstance API asynchronously
+// api document: https://help.aliyun.com/api/cloudapi/modifygroupinstance.html
+// asynchronous document: https://help.aliyun.com/document_detail/66220.html
+func (client *Client) ModifyGroupInstanceWithChan(request *ModifyGroupInstanceRequest) (<-chan *ModifyGroupInstanceResponse, <-chan error) {
+	responseChan := make(chan *ModifyGroupInstanceResponse, 1)
+	errChan := make(chan error, 1)
+	err := client.AddAsyncTask(func() {
+		defer close(responseChan)
+		defer close(errChan)
+		response, err := client.ModifyGroupInstance(request)
+		if err != nil {
+			errChan <- err
+		} else {
+			responseChan <- response
+		}
+	})
+	if err != nil {
+		errChan <- err
+		close(responseChan)
+		close(errChan)
+	}
+	return responseChan, errChan
+}
+
+// ModifyGroupInstanceWithCallback invokes the cloudapi.ModifyGroupInstance API asynchronously
+// api document: https://help.aliyun.com/api/cloudapi/modifygroupinstance.html
+// asynchronous document: https://help.aliyun.com/document_detail/66220.html
+func (client *Client) ModifyGroupInstanceWithCallback(request *ModifyGroupInstanceRequest, callback func(response *ModifyGroupInstanceResponse, err error)) <-chan int {
+	result := make(chan int, 1)
+	err := client.AddAsyncTask(func() {
+		var response *ModifyGroupInstanceResponse
+		var err error
+		defer close(result)
+		response, err = client.ModifyGroupInstance(request)
+		callback(response, err)
+		result <- 1
+	})
+	if err != nil {
+		defer close(result)
+		callback(nil, err)
+		result <- 0
+	}
+	return result
+}
+
+// ModifyGroupInstanceRequest is the request struct for api ModifyGroupInstance
+type ModifyGroupInstanceRequest struct {
+	*requests.RpcRequest
+	TargetInstanceId string `position:"Query" name:"TargetInstanceId"`
+	SecurityToken    string `position:"Query" name:"SecurityToken"`
+	GroupId          string `position:"Query" name:"GroupId"`
+	Remark           string `position:"Query" name:"Remark"`
+}
+
+// ModifyGroupInstanceResponse is the response struct for api ModifyGroupInstance
+type ModifyGroupInstanceResponse struct {
+	*responses.BaseResponse
+	RequestId string `json:"RequestId" xml:"RequestId"`
+}
+
+// CreateModifyGroupInstanceRequest creates a request to invoke ModifyGroupInstance API
+func CreateModifyGroupInstanceRequest() (request *ModifyGroupInstanceRequest) {
+	request = &ModifyGroupInstanceRequest{
+		RpcRequest: &requests.RpcRequest{},
+	}
+	request.InitWithApiInfo("CloudAPI", "2016-07-14", "ModifyGroupInstance", "apigateway", "openAPI")
+	return
+}
+
+// CreateModifyGroupInstanceResponse creates a response to parse from ModifyGroupInstance response
+func CreateModifyGroupInstanceResponse() (response *ModifyGroupInstanceResponse) {
+	response = &ModifyGroupInstanceResponse{
+		BaseResponse: &responses.BaseResponse{},
+	}
+	return
+}

+ 24 - 0
services/cloudapi/struct_function_compute_config.go

@@ -0,0 +1,24 @@
+package cloudapi
+
+//Licensed under the Apache License, Version 2.0 (the "License");
+//you may not use this file except in compliance with the License.
+//You may obtain a copy of the License at
+//
+//http://www.apache.org/licenses/LICENSE-2.0
+//
+//Unless required by applicable law or agreed to in writing, software
+//distributed under the License is distributed on an "AS IS" BASIS,
+//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+//See the License for the specific language governing permissions and
+//limitations under the License.
+//
+// Code generated by Alibaba Cloud SDK Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is regenerated.
+
+// FunctionComputeConfig is a nested struct in cloudapi response
+type FunctionComputeConfig struct {
+	RegionId     string `json:"RegionId" xml:"RegionId"`
+	ServiceName  string `json:"ServiceName" xml:"ServiceName"`
+	RoleArn      string `json:"RoleArn" xml:"RoleArn"`
+	FunctionName string `json:"FunctionName" xml:"FunctionName"`
+}

+ 15 - 14
services/cloudapi/struct_service_config.go

@@ -17,18 +17,19 @@ package cloudapi
 
 // ServiceConfig is a nested struct in cloudapi response
 type ServiceConfig struct {
-	ServiceVpcEnable    string                           `json:"ServiceVpcEnable" xml:"ServiceVpcEnable"`
-	ContentTypeCatagory string                           `json:"ContentTypeCatagory" xml:"ContentTypeCatagory"`
-	ServiceHttpMethod   string                           `json:"ServiceHttpMethod" xml:"ServiceHttpMethod"`
-	ServiceAddress      string                           `json:"ServiceAddress" xml:"ServiceAddress"`
-	Mock                string                           `json:"Mock" xml:"Mock"`
-	MockResult          string                           `json:"MockResult" xml:"MockResult"`
-	ServiceTimeout      int                              `json:"ServiceTimeout" xml:"ServiceTimeout"`
-	AoneAppName         string                           `json:"AoneAppName" xml:"AoneAppName"`
-	ServiceProtocol     string                           `json:"ServiceProtocol" xml:"ServiceProtocol"`
-	ContentTypeValue    string                           `json:"ContentTypeValue" xml:"ContentTypeValue"`
-	ServicePath         string                           `json:"ServicePath" xml:"ServicePath"`
-	MockStatusCode      int                              `json:"MockStatusCode" xml:"MockStatusCode"`
-	VpcConfig           VpcConfig                        `json:"VpcConfig" xml:"VpcConfig"`
-	MockHeaders         MockHeadersInDescribeDeployedApi `json:"MockHeaders" xml:"MockHeaders"`
+	ServiceVpcEnable      string                           `json:"ServiceVpcEnable" xml:"ServiceVpcEnable"`
+	ContentTypeCatagory   string                           `json:"ContentTypeCatagory" xml:"ContentTypeCatagory"`
+	ServiceHttpMethod     string                           `json:"ServiceHttpMethod" xml:"ServiceHttpMethod"`
+	ServiceAddress        string                           `json:"ServiceAddress" xml:"ServiceAddress"`
+	Mock                  string                           `json:"Mock" xml:"Mock"`
+	MockResult            string                           `json:"MockResult" xml:"MockResult"`
+	ServiceTimeout        int                              `json:"ServiceTimeout" xml:"ServiceTimeout"`
+	AoneAppName           string                           `json:"AoneAppName" xml:"AoneAppName"`
+	ServiceProtocol       string                           `json:"ServiceProtocol" xml:"ServiceProtocol"`
+	ContentTypeValue      string                           `json:"ContentTypeValue" xml:"ContentTypeValue"`
+	ServicePath           string                           `json:"ServicePath" xml:"ServicePath"`
+	MockStatusCode        int                              `json:"MockStatusCode" xml:"MockStatusCode"`
+	VpcConfig             VpcConfig                        `json:"VpcConfig" xml:"VpcConfig"`
+	FunctionComputeConfig FunctionComputeConfig            `json:"FunctionComputeConfig" xml:"FunctionComputeConfig"`
+	MockHeaders           MockHeadersInDescribeDeployedApi `json:"MockHeaders" xml:"MockHeaders"`
 }