Explorar o código

Generated 2014-08-15 for Rds.

sdk-team %!s(int64=6) %!d(string=hai) anos
pai
achega
8f1a7d86db
Modificáronse 3 ficheiros con 26 adicións e 19 borrados
  1. 4 0
      ChangeLog.txt
  2. 3 2
      services/rds/describe_parameter_groups.go
  3. 19 17
      services/rds/describe_price.go

+ 4 - 0
ChangeLog.txt

@@ -1,3 +1,7 @@
+2019-12-18 Version: v1.60.295
+- Generated 2014-08-15 for `Rds`.
+
+
 2019-12-18 Version: v1.60.294
 - Generated 2019-09-16 for `alikafka`.
 - Support sasl and acl.

+ 3 - 2
services/rds/describe_parameter_groups.go

@@ -84,8 +84,9 @@ type DescribeParameterGroupsRequest struct {
 // DescribeParameterGroupsResponse is the response struct for api DescribeParameterGroups
 type DescribeParameterGroupsResponse struct {
 	*responses.BaseResponse
-	RequestId       string          `json:"RequestId" xml:"RequestId"`
-	ParameterGroups ParameterGroups `json:"ParameterGroups" xml:"ParameterGroups"`
+	RequestId               string          `json:"RequestId" xml:"RequestId"`
+	SignalForOptimizeParams bool            `json:"SignalForOptimizeParams" xml:"SignalForOptimizeParams"`
+	ParameterGroups         ParameterGroups `json:"ParameterGroups" xml:"ParameterGroups"`
 }
 
 // CreateDescribeParameterGroupsRequest creates a request to invoke DescribeParameterGroups API

+ 19 - 17
services/rds/describe_price.go

@@ -76,23 +76,25 @@ func (client *Client) DescribePriceWithCallback(request *DescribePriceRequest, c
 // DescribePriceRequest is the request struct for api DescribePrice
 type DescribePriceRequest struct {
 	*requests.RpcRequest
-	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
-	DBInstanceStorage    requests.Integer `position:"Query" name:"DBInstanceStorage"`
-	ClientToken          string           `position:"Query" name:"ClientToken"`
-	EngineVersion        string           `position:"Query" name:"EngineVersion"`
-	Engine               string           `position:"Query" name:"Engine"`
-	Quantity             requests.Integer `position:"Query" name:"Quantity"`
-	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
-	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
-	CommodityCode        string           `position:"Query" name:"CommodityCode"`
-	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
-	UsedTime             requests.Integer `position:"Query" name:"UsedTime"`
-	DBInstanceClass      string           `position:"Query" name:"DBInstanceClass"`
-	InstanceUsedType     requests.Integer `position:"Query" name:"InstanceUsedType"`
-	ZoneId               string           `position:"Query" name:"ZoneId"`
-	TimeType             string           `position:"Query" name:"TimeType"`
-	PayType              string           `position:"Query" name:"PayType"`
-	OrderType            string           `position:"Query" name:"OrderType"`
+	ResourceOwnerId       requests.Integer `position:"Query" name:"ResourceOwnerId"`
+	DBInstanceStorage     requests.Integer `position:"Query" name:"DBInstanceStorage"`
+	ClientToken           string           `position:"Query" name:"ClientToken"`
+	EngineVersion         string           `position:"Query" name:"EngineVersion"`
+	Engine                string           `position:"Query" name:"Engine"`
+	DBInstanceId          string           `position:"Query" name:"DBInstanceId"`
+	DBInstanceStorageType string           `position:"Query" name:"DBInstanceStorageType"`
+	Quantity              requests.Integer `position:"Query" name:"Quantity"`
+	ResourceOwnerAccount  string           `position:"Query" name:"ResourceOwnerAccount"`
+	OwnerAccount          string           `position:"Query" name:"OwnerAccount"`
+	CommodityCode         string           `position:"Query" name:"CommodityCode"`
+	OwnerId               requests.Integer `position:"Query" name:"OwnerId"`
+	UsedTime              requests.Integer `position:"Query" name:"UsedTime"`
+	DBInstanceClass       string           `position:"Query" name:"DBInstanceClass"`
+	InstanceUsedType      requests.Integer `position:"Query" name:"InstanceUsedType"`
+	ZoneId                string           `position:"Query" name:"ZoneId"`
+	TimeType              string           `position:"Query" name:"TimeType"`
+	PayType               string           `position:"Query" name:"PayType"`
+	OrderType             string           `position:"Query" name:"OrderType"`
 }
 
 // DescribePriceResponse is the response struct for api DescribePrice