|
|
@@ -85,12 +85,12 @@ type ListDatabasesRequest struct {
|
|
|
// ListDatabasesResponse is the response struct for api ListDatabases
|
|
|
type ListDatabasesResponse struct {
|
|
|
*responses.BaseResponse
|
|
|
- RequestId string `json:"RequestId" xml:"RequestId"`
|
|
|
- Success bool `json:"Success" xml:"Success"`
|
|
|
- ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
|
|
|
- ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
|
|
|
- TotalCount int64 `json:"TotalCount" xml:"TotalCount"`
|
|
|
- DatabaseList DatabaseList `json:"DatabaseList" xml:"DatabaseList"`
|
|
|
+ RequestId string `json:"RequestId" xml:"RequestId"`
|
|
|
+ Success bool `json:"Success" xml:"Success"`
|
|
|
+ ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
|
|
|
+ ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
|
|
|
+ TotalCount int64 `json:"TotalCount" xml:"TotalCount"`
|
|
|
+ DatabaseList DatabaseListInListDatabases `json:"DatabaseList" xml:"DatabaseList"`
|
|
|
}
|
|
|
|
|
|
// CreateListDatabasesRequest creates a request to invoke ListDatabases API
|