Documentation ¶
Overview ¶
Package dbwiface provides an interface to enable mocking the DBW service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s AggregateSlowLogForDescribeAggregateSlowLogsOutput) GoString() string
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetDB(v string) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetExecuteCount(v int32) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetExecuteCountRatio(v float64) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetFirstAppearTime(v int32) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetLastAppearTime(v int32) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetLockTimeRatio(v float64) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetLockTimeStats(v *LockTimeStatsForDescribeAggregateSlowLogsOutput) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetPTAnalysisResult(v string) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetQueryTimeRatio(v float64) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetQueryTimeStats(v *LockTimeStatsForDescribeAggregateSlowLogsOutput) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsExaminedRatio(v float64) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsExaminedStats(v *LockTimeStatsForDescribeAggregateSlowLogsOutput) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsSentRatio(v float64) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsSentStats(v *LockTimeStatsForDescribeAggregateSlowLogsOutput) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetSQLTemplate(v string) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetSourceIP(v string) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetUser(v string) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
- func (s AggregateSlowLogForDescribeAggregateSlowLogsOutput) String() string
- type CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput
- func (s CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) GoString() string
- func (s *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) SetTimestamp(v int32) *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput
- func (s *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) SetUnit(v string) *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput
- func (s *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) SetValue(v float64) *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput
- func (s CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) String() string
- type DBW
- func (c *DBW) DataCancelExec(input *DataCancelExecInput) (*DataCancelExecOutput, error)
- func (c *DBW) DataCancelExecCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DataCancelExecCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DataCancelExecCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DataCancelExecRequest(input *DataCancelExecInput) (req *request.Request, output *DataCancelExecOutput)
- func (c *DBW) DataCancelExecWithContext(ctx volcengine.Context, input *DataCancelExecInput, opts ...request.Option) (*DataCancelExecOutput, error)
- func (c *DBW) DataCloseSession(input *DataCloseSessionInput) (*DataCloseSessionOutput, error)
- func (c *DBW) DataCloseSessionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DataCloseSessionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DataCloseSessionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DataCloseSessionRequest(input *DataCloseSessionInput) (req *request.Request, output *DataCloseSessionOutput)
- func (c *DBW) DataCloseSessionWithContext(ctx volcengine.Context, input *DataCloseSessionInput, opts ...request.Option) (*DataCloseSessionOutput, error)
- func (c *DBW) DataConnectInstance(input *DataConnectInstanceInput) (*DataConnectInstanceOutput, error)
- func (c *DBW) DataConnectInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DataConnectInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DataConnectInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DataConnectInstanceRequest(input *DataConnectInstanceInput) (req *request.Request, output *DataConnectInstanceOutput)
- func (c *DBW) DataConnectInstanceWithContext(ctx volcengine.Context, input *DataConnectInstanceInput, ...) (*DataConnectInstanceOutput, error)
- func (c *DBW) DataExecCommands(input *DataExecCommandsInput) (*DataExecCommandsOutput, error)
- func (c *DBW) DataExecCommandsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DataExecCommandsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DataExecCommandsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DataExecCommandsRequest(input *DataExecCommandsInput) (req *request.Request, output *DataExecCommandsOutput)
- func (c *DBW) DataExecCommandsWithContext(ctx volcengine.Context, input *DataExecCommandsInput, opts ...request.Option) (*DataExecCommandsOutput, error)
- func (c *DBW) DataSessionKeepAlive(input *DataSessionKeepAliveInput) (*DataSessionKeepAliveOutput, error)
- func (c *DBW) DataSessionKeepAliveCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DataSessionKeepAliveCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DataSessionKeepAliveCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DataSessionKeepAliveRequest(input *DataSessionKeepAliveInput) (req *request.Request, output *DataSessionKeepAliveOutput)
- func (c *DBW) DataSessionKeepAliveWithContext(ctx volcengine.Context, input *DataSessionKeepAliveInput, ...) (*DataSessionKeepAliveOutput, error)
- func (c *DBW) DescribeAggregateSlowLogs(input *DescribeAggregateSlowLogsInput) (*DescribeAggregateSlowLogsOutput, error)
- func (c *DBW) DescribeAggregateSlowLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DescribeAggregateSlowLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DescribeAggregateSlowLogsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DescribeAggregateSlowLogsRequest(input *DescribeAggregateSlowLogsInput) (req *request.Request, output *DescribeAggregateSlowLogsOutput)
- func (c *DBW) DescribeAggregateSlowLogsWithContext(ctx volcengine.Context, input *DescribeAggregateSlowLogsInput, ...) (*DescribeAggregateSlowLogsOutput, error)
- func (c *DBW) DescribeAvailableTLSTopic(input *DescribeAvailableTLSTopicInput) (*DescribeAvailableTLSTopicOutput, error)
- func (c *DBW) DescribeAvailableTLSTopicCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DescribeAvailableTLSTopicCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DescribeAvailableTLSTopicCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DescribeAvailableTLSTopicRequest(input *DescribeAvailableTLSTopicInput) (req *request.Request, output *DescribeAvailableTLSTopicOutput)
- func (c *DBW) DescribeAvailableTLSTopicWithContext(ctx volcengine.Context, input *DescribeAvailableTLSTopicInput, ...) (*DescribeAvailableTLSTopicOutput, error)
- func (c *DBW) DescribeDBs(input *DescribeDBsInput) (*DescribeDBsOutput, error)
- func (c *DBW) DescribeDBsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DescribeDBsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DescribeDBsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DescribeDBsRequest(input *DescribeDBsInput) (req *request.Request, output *DescribeDBsOutput)
- func (c *DBW) DescribeDBsWithContext(ctx volcengine.Context, input *DescribeDBsInput, opts ...request.Option) (*DescribeDBsOutput, error)
- func (c *DBW) DescribeExampleSQL(input *DescribeExampleSQLInput) (*DescribeExampleSQLOutput, error)
- func (c *DBW) DescribeExampleSQLCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DescribeExampleSQLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DescribeExampleSQLCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DescribeExampleSQLRequest(input *DescribeExampleSQLInput) (req *request.Request, output *DescribeExampleSQLOutput)
- func (c *DBW) DescribeExampleSQLWithContext(ctx volcengine.Context, input *DescribeExampleSQLInput, opts ...request.Option) (*DescribeExampleSQLOutput, error)
- func (c *DBW) DescribeSlowLogTimeSeriesStats(input *DescribeSlowLogTimeSeriesStatsInput) (*DescribeSlowLogTimeSeriesStatsOutput, error)
- func (c *DBW) DescribeSlowLogTimeSeriesStatsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DescribeSlowLogTimeSeriesStatsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DescribeSlowLogTimeSeriesStatsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DescribeSlowLogTimeSeriesStatsRequest(input *DescribeSlowLogTimeSeriesStatsInput) (req *request.Request, output *DescribeSlowLogTimeSeriesStatsOutput)
- func (c *DBW) DescribeSlowLogTimeSeriesStatsWithContext(ctx volcengine.Context, input *DescribeSlowLogTimeSeriesStatsInput, ...) (*DescribeSlowLogTimeSeriesStatsOutput, error)
- func (c *DBW) DescribeSlowLogs(input *DescribeSlowLogsInput) (*DescribeSlowLogsOutput, error)
- func (c *DBW) DescribeSlowLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DescribeSlowLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DescribeSlowLogsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DescribeSlowLogsRequest(input *DescribeSlowLogsInput) (req *request.Request, output *DescribeSlowLogsOutput)
- func (c *DBW) DescribeSlowLogsWithContext(ctx volcengine.Context, input *DescribeSlowLogsInput, opts ...request.Option) (*DescribeSlowLogsOutput, error)
- func (c *DBW) DescribeSourceIPs(input *DescribeSourceIPsInput) (*DescribeSourceIPsOutput, error)
- func (c *DBW) DescribeSourceIPsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DescribeSourceIPsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DescribeSourceIPsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DescribeSourceIPsRequest(input *DescribeSourceIPsInput) (req *request.Request, output *DescribeSourceIPsOutput)
- func (c *DBW) DescribeSourceIPsWithContext(ctx volcengine.Context, input *DescribeSourceIPsInput, opts ...request.Option) (*DescribeSourceIPsOutput, error)
- func (c *DBW) DescribeUsers(input *DescribeUsersInput) (*DescribeUsersOutput, error)
- func (c *DBW) DescribeUsersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DescribeUsersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DescribeUsersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DescribeUsersRequest(input *DescribeUsersInput) (req *request.Request, output *DescribeUsersOutput)
- func (c *DBW) DescribeUsersWithContext(ctx volcengine.Context, input *DescribeUsersInput, opts ...request.Option) (*DescribeUsersOutput, error)
- func (c *DBW) DownloadSlowLogs(input *DownloadSlowLogsInput) (*DownloadSlowLogsOutput, error)
- func (c *DBW) DownloadSlowLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *DBW) DownloadSlowLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *DBW) DownloadSlowLogsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *DBW) DownloadSlowLogsRequest(input *DownloadSlowLogsInput) (req *request.Request, output *DownloadSlowLogsOutput)
- func (c *DBW) DownloadSlowLogsWithContext(ctx volcengine.Context, input *DownloadSlowLogsInput, opts ...request.Option) (*DownloadSlowLogsOutput, error)
- type DBWAPI
- type DataCancelExecInput
- type DataCancelExecOutput
- type DataCloseSessionInput
- type DataCloseSessionOutput
- type DataConnectInstanceInput
- func (s DataConnectInstanceInput) GoString() string
- func (s *DataConnectInstanceInput) SetDatabaseName(v string) *DataConnectInstanceInput
- func (s *DataConnectInstanceInput) SetInstanceId(v string) *DataConnectInstanceInput
- func (s *DataConnectInstanceInput) SetInstanceType(v string) *DataConnectInstanceInput
- func (s *DataConnectInstanceInput) SetKeepAliveOverTime(v int64) *DataConnectInstanceInput
- func (s *DataConnectInstanceInput) SetPassword(v string) *DataConnectInstanceInput
- func (s *DataConnectInstanceInput) SetUsername(v string) *DataConnectInstanceInput
- func (s DataConnectInstanceInput) String() string
- type DataConnectInstanceOutput
- type DataExecCommandsInput
- func (s DataExecCommandsInput) GoString() string
- func (s *DataExecCommandsInput) SetCommands(v string) *DataExecCommandsInput
- func (s *DataExecCommandsInput) SetDatabaseName(v string) *DataExecCommandsInput
- func (s *DataExecCommandsInput) SetSessionId(v string) *DataExecCommandsInput
- func (s *DataExecCommandsInput) SetTimeOutSeconds(v int64) *DataExecCommandsInput
- func (s DataExecCommandsInput) String() string
- type DataExecCommandsOutput
- type DataSessionKeepAliveInput
- type DataSessionKeepAliveOutput
- type DescribeAggregateSlowLogsInput
- func (s DescribeAggregateSlowLogsInput) GoString() string
- func (s *DescribeAggregateSlowLogsInput) SetDSType(v string) *DescribeAggregateSlowLogsInput
- func (s *DescribeAggregateSlowLogsInput) SetEndTime(v int32) *DescribeAggregateSlowLogsInput
- func (s *DescribeAggregateSlowLogsInput) SetInstanceId(v string) *DescribeAggregateSlowLogsInput
- func (s *DescribeAggregateSlowLogsInput) SetOrderBy(v string) *DescribeAggregateSlowLogsInput
- func (s *DescribeAggregateSlowLogsInput) SetPageNumber(v int32) *DescribeAggregateSlowLogsInput
- func (s *DescribeAggregateSlowLogsInput) SetPageSize(v int32) *DescribeAggregateSlowLogsInput
- func (s *DescribeAggregateSlowLogsInput) SetRegionId(v string) *DescribeAggregateSlowLogsInput
- func (s *DescribeAggregateSlowLogsInput) SetSearchParam(v *SearchParamForDescribeAggregateSlowLogsInput) *DescribeAggregateSlowLogsInput
- func (s *DescribeAggregateSlowLogsInput) SetSortBy(v string) *DescribeAggregateSlowLogsInput
- func (s *DescribeAggregateSlowLogsInput) SetStartTime(v int32) *DescribeAggregateSlowLogsInput
- func (s DescribeAggregateSlowLogsInput) String() string
- type DescribeAggregateSlowLogsOutput
- func (s DescribeAggregateSlowLogsOutput) GoString() string
- func (s *DescribeAggregateSlowLogsOutput) SetAggregateSlowLogs(v []*AggregateSlowLogForDescribeAggregateSlowLogsOutput) *DescribeAggregateSlowLogsOutput
- func (s *DescribeAggregateSlowLogsOutput) SetTotal(v int32) *DescribeAggregateSlowLogsOutput
- func (s DescribeAggregateSlowLogsOutput) String() string
- type DescribeAvailableTLSTopicInput
- func (s DescribeAvailableTLSTopicInput) GoString() string
- func (s *DescribeAvailableTLSTopicInput) SetDSType(v string) *DescribeAvailableTLSTopicInput
- func (s *DescribeAvailableTLSTopicInput) SetLabelType(v string) *DescribeAvailableTLSTopicInput
- func (s DescribeAvailableTLSTopicInput) String() string
- type DescribeAvailableTLSTopicOutput
- func (s DescribeAvailableTLSTopicOutput) GoString() string
- func (s *DescribeAvailableTLSTopicOutput) SetEndpoint(v string) *DescribeAvailableTLSTopicOutput
- func (s *DescribeAvailableTLSTopicOutput) SetTopic(v string) *DescribeAvailableTLSTopicOutput
- func (s DescribeAvailableTLSTopicOutput) String() string
- type DescribeDBsInput
- func (s DescribeDBsInput) GoString() string
- func (s *DescribeDBsInput) SetDSType(v string) *DescribeDBsInput
- func (s *DescribeDBsInput) SetEndTime(v int32) *DescribeDBsInput
- func (s *DescribeDBsInput) SetInstanceId(v string) *DescribeDBsInput
- func (s *DescribeDBsInput) SetPageNumber(v int32) *DescribeDBsInput
- func (s *DescribeDBsInput) SetPageSize(v int32) *DescribeDBsInput
- func (s *DescribeDBsInput) SetRegionId(v string) *DescribeDBsInput
- func (s *DescribeDBsInput) SetSearchParam(v *SearchParamForDescribeDBsInput) *DescribeDBsInput
- func (s *DescribeDBsInput) SetStartTime(v int32) *DescribeDBsInput
- func (s DescribeDBsInput) String() string
- type DescribeDBsOutput
- type DescribeExampleSQLInput
- func (s DescribeExampleSQLInput) GoString() string
- func (s *DescribeExampleSQLInput) SetDSType(v string) *DescribeExampleSQLInput
- func (s *DescribeExampleSQLInput) SetEndTime(v int32) *DescribeExampleSQLInput
- func (s *DescribeExampleSQLInput) SetInstanceId(v string) *DescribeExampleSQLInput
- func (s *DescribeExampleSQLInput) SetRegionId(v string) *DescribeExampleSQLInput
- func (s *DescribeExampleSQLInput) SetSearchParam(v *SearchParamForDescribeExampleSQLInput) *DescribeExampleSQLInput
- func (s *DescribeExampleSQLInput) SetStartTime(v int32) *DescribeExampleSQLInput
- func (s DescribeExampleSQLInput) String() string
- type DescribeExampleSQLOutput
- type DescribeSlowLogTimeSeriesStatsInput
- func (s DescribeSlowLogTimeSeriesStatsInput) GoString() string
- func (s *DescribeSlowLogTimeSeriesStatsInput) SetDSType(v string) *DescribeSlowLogTimeSeriesStatsInput
- func (s *DescribeSlowLogTimeSeriesStatsInput) SetEndTime(v int32) *DescribeSlowLogTimeSeriesStatsInput
- func (s *DescribeSlowLogTimeSeriesStatsInput) SetInstanceId(v string) *DescribeSlowLogTimeSeriesStatsInput
- func (s *DescribeSlowLogTimeSeriesStatsInput) SetInterval(v int32) *DescribeSlowLogTimeSeriesStatsInput
- func (s *DescribeSlowLogTimeSeriesStatsInput) SetLimit(v int32) *DescribeSlowLogTimeSeriesStatsInput
- func (s *DescribeSlowLogTimeSeriesStatsInput) SetRegionId(v string) *DescribeSlowLogTimeSeriesStatsInput
- func (s *DescribeSlowLogTimeSeriesStatsInput) SetSearchParam(v *SearchParamForDescribeSlowLogTimeSeriesStatsInput) *DescribeSlowLogTimeSeriesStatsInput
- func (s *DescribeSlowLogTimeSeriesStatsInput) SetStartTime(v int32) *DescribeSlowLogTimeSeriesStatsInput
- func (s DescribeSlowLogTimeSeriesStatsInput) String() string
- type DescribeSlowLogTimeSeriesStatsOutput
- func (s DescribeSlowLogTimeSeriesStatsOutput) GoString() string
- func (s *DescribeSlowLogTimeSeriesStatsOutput) SetCpuUsageStats(v []*CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) *DescribeSlowLogTimeSeriesStatsOutput
- func (s *DescribeSlowLogTimeSeriesStatsOutput) SetSlowLogCountStats(v []*SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) *DescribeSlowLogTimeSeriesStatsOutput
- func (s DescribeSlowLogTimeSeriesStatsOutput) String() string
- type DescribeSlowLogsInput
- func (s DescribeSlowLogsInput) GoString() string
- func (s *DescribeSlowLogsInput) SetDSType(v string) *DescribeSlowLogsInput
- func (s *DescribeSlowLogsInput) SetEndTime(v int32) *DescribeSlowLogsInput
- func (s *DescribeSlowLogsInput) SetInstanceId(v string) *DescribeSlowLogsInput
- func (s *DescribeSlowLogsInput) SetPageNumber(v int32) *DescribeSlowLogsInput
- func (s *DescribeSlowLogsInput) SetPageSize(v int32) *DescribeSlowLogsInput
- func (s *DescribeSlowLogsInput) SetRegionId(v string) *DescribeSlowLogsInput
- func (s *DescribeSlowLogsInput) SetSearchParam(v *SearchParamForDescribeSlowLogsInput) *DescribeSlowLogsInput
- func (s *DescribeSlowLogsInput) SetStartTime(v int32) *DescribeSlowLogsInput
- func (s DescribeSlowLogsInput) String() string
- type DescribeSlowLogsOutput
- type DescribeSourceIPsInput
- func (s DescribeSourceIPsInput) GoString() string
- func (s *DescribeSourceIPsInput) SetDSType(v string) *DescribeSourceIPsInput
- func (s *DescribeSourceIPsInput) SetEndTime(v int32) *DescribeSourceIPsInput
- func (s *DescribeSourceIPsInput) SetInstanceId(v string) *DescribeSourceIPsInput
- func (s *DescribeSourceIPsInput) SetPageNumber(v int32) *DescribeSourceIPsInput
- func (s *DescribeSourceIPsInput) SetPageSize(v int32) *DescribeSourceIPsInput
- func (s *DescribeSourceIPsInput) SetRegionId(v string) *DescribeSourceIPsInput
- func (s *DescribeSourceIPsInput) SetSearchParam(v *SearchParamForDescribeSourceIPsInput) *DescribeSourceIPsInput
- func (s *DescribeSourceIPsInput) SetStartTime(v int32) *DescribeSourceIPsInput
- func (s DescribeSourceIPsInput) String() string
- type DescribeSourceIPsOutput
- type DescribeUsersInput
- func (s DescribeUsersInput) GoString() string
- func (s *DescribeUsersInput) SetDSType(v string) *DescribeUsersInput
- func (s *DescribeUsersInput) SetEndTime(v int32) *DescribeUsersInput
- func (s *DescribeUsersInput) SetInstanceId(v string) *DescribeUsersInput
- func (s *DescribeUsersInput) SetPageNumber(v int32) *DescribeUsersInput
- func (s *DescribeUsersInput) SetPageSize(v int32) *DescribeUsersInput
- func (s *DescribeUsersInput) SetRegionId(v string) *DescribeUsersInput
- func (s *DescribeUsersInput) SetSearchParam(v *SearchParamForDescribeUsersInput) *DescribeUsersInput
- func (s *DescribeUsersInput) SetStartTime(v int32) *DescribeUsersInput
- func (s DescribeUsersInput) String() string
- type DescribeUsersOutput
- type DownloadSlowLogsInput
- func (s DownloadSlowLogsInput) GoString() string
- func (s *DownloadSlowLogsInput) SetDSType(v string) *DownloadSlowLogsInput
- func (s *DownloadSlowLogsInput) SetEndTime(v int32) *DownloadSlowLogsInput
- func (s *DownloadSlowLogsInput) SetInstanceId(v string) *DownloadSlowLogsInput
- func (s *DownloadSlowLogsInput) SetOrderBy(v string) *DownloadSlowLogsInput
- func (s *DownloadSlowLogsInput) SetPageNumber(v int32) *DownloadSlowLogsInput
- func (s *DownloadSlowLogsInput) SetPageSize(v int32) *DownloadSlowLogsInput
- func (s *DownloadSlowLogsInput) SetRegionId(v string) *DownloadSlowLogsInput
- func (s *DownloadSlowLogsInput) SetSearchParam(v *SearchParamForDownloadSlowLogsInput) *DownloadSlowLogsInput
- func (s *DownloadSlowLogsInput) SetSortBy(v string) *DownloadSlowLogsInput
- func (s *DownloadSlowLogsInput) SetStartTime(v int32) *DownloadSlowLogsInput
- func (s DownloadSlowLogsInput) String() string
- type DownloadSlowLogsOutput
- type LockTimeStatsForDescribeAggregateSlowLogsOutput
- func (s LockTimeStatsForDescribeAggregateSlowLogsOutput) GoString() string
- func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetAverage(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
- func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetMax(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
- func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetMedian(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
- func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetMin(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
- func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetP95(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
- func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetStddev(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
- func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetTotal(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
- func (s LockTimeStatsForDescribeAggregateSlowLogsOutput) String() string
- type ResultForDataExecCommandsOutput
- func (s ResultForDataExecCommandsOutput) GoString() string
- func (s *ResultForDataExecCommandsOutput) SetColumnNames(v []*string) *ResultForDataExecCommandsOutput
- func (s *ResultForDataExecCommandsOutput) SetCommandStr(v string) *ResultForDataExecCommandsOutput
- func (s *ResultForDataExecCommandsOutput) SetReasonDetail(v string) *ResultForDataExecCommandsOutput
- func (s *ResultForDataExecCommandsOutput) SetRowCount(v int32) *ResultForDataExecCommandsOutput
- func (s *ResultForDataExecCommandsOutput) SetRows(v []*RowForDataExecCommandsOutput) *ResultForDataExecCommandsOutput
- func (s *ResultForDataExecCommandsOutput) SetRunTime(v int64) *ResultForDataExecCommandsOutput
- func (s *ResultForDataExecCommandsOutput) SetState(v string) *ResultForDataExecCommandsOutput
- func (s ResultForDataExecCommandsOutput) String() string
- type RowForDataExecCommandsOutput
- type SearchParamForDescribeAggregateSlowLogsInput
- func (s SearchParamForDescribeAggregateSlowLogsInput) GoString() string
- func (s *SearchParamForDescribeAggregateSlowLogsInput) SetDBs(v []*string) *SearchParamForDescribeAggregateSlowLogsInput
- func (s *SearchParamForDescribeAggregateSlowLogsInput) SetGroupIgnored(v []*string) *SearchParamForDescribeAggregateSlowLogsInput
- func (s *SearchParamForDescribeAggregateSlowLogsInput) SetKeywords(v []*string) *SearchParamForDescribeAggregateSlowLogsInput
- func (s *SearchParamForDescribeAggregateSlowLogsInput) SetMaxQueryTime(v float64) *SearchParamForDescribeAggregateSlowLogsInput
- func (s *SearchParamForDescribeAggregateSlowLogsInput) SetMinQueryTime(v float64) *SearchParamForDescribeAggregateSlowLogsInput
- func (s *SearchParamForDescribeAggregateSlowLogsInput) SetSourceIPs(v []*string) *SearchParamForDescribeAggregateSlowLogsInput
- func (s *SearchParamForDescribeAggregateSlowLogsInput) SetUsers(v []*string) *SearchParamForDescribeAggregateSlowLogsInput
- func (s SearchParamForDescribeAggregateSlowLogsInput) String() string
- type SearchParamForDescribeDBsInput
- func (s SearchParamForDescribeDBsInput) GoString() string
- func (s *SearchParamForDescribeDBsInput) SetDBs(v []*string) *SearchParamForDescribeDBsInput
- func (s *SearchParamForDescribeDBsInput) SetMaxQueryTime(v float64) *SearchParamForDescribeDBsInput
- func (s *SearchParamForDescribeDBsInput) SetMinQueryTime(v float64) *SearchParamForDescribeDBsInput
- func (s *SearchParamForDescribeDBsInput) SetSQLTemplate(v string) *SearchParamForDescribeDBsInput
- func (s *SearchParamForDescribeDBsInput) SetSourceIPs(v []*string) *SearchParamForDescribeDBsInput
- func (s *SearchParamForDescribeDBsInput) SetUsers(v []*string) *SearchParamForDescribeDBsInput
- func (s SearchParamForDescribeDBsInput) String() string
- type SearchParamForDescribeExampleSQLInput
- func (s SearchParamForDescribeExampleSQLInput) GoString() string
- func (s *SearchParamForDescribeExampleSQLInput) SetDBs(v []*string) *SearchParamForDescribeExampleSQLInput
- func (s *SearchParamForDescribeExampleSQLInput) SetMaxQueryTime(v float64) *SearchParamForDescribeExampleSQLInput
- func (s *SearchParamForDescribeExampleSQLInput) SetMinQueryTime(v float64) *SearchParamForDescribeExampleSQLInput
- func (s *SearchParamForDescribeExampleSQLInput) SetSQLTemplate(v string) *SearchParamForDescribeExampleSQLInput
- func (s *SearchParamForDescribeExampleSQLInput) SetSourceIPs(v []*string) *SearchParamForDescribeExampleSQLInput
- func (s *SearchParamForDescribeExampleSQLInput) SetUsers(v []*string) *SearchParamForDescribeExampleSQLInput
- func (s SearchParamForDescribeExampleSQLInput) String() string
- type SearchParamForDescribeSlowLogTimeSeriesStatsInput
- func (s SearchParamForDescribeSlowLogTimeSeriesStatsInput) GoString() string
- func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetDBs(v []*string) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
- func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetMaxQueryTime(v float64) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
- func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetMinQueryTime(v float64) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
- func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetSQLTemplate(v string) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
- func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetSourceIPs(v []*string) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
- func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetUsers(v []*string) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
- func (s SearchParamForDescribeSlowLogTimeSeriesStatsInput) String() string
- type SearchParamForDescribeSlowLogsInput
- func (s SearchParamForDescribeSlowLogsInput) GoString() string
- func (s *SearchParamForDescribeSlowLogsInput) SetDBs(v []*string) *SearchParamForDescribeSlowLogsInput
- func (s *SearchParamForDescribeSlowLogsInput) SetMaxQueryTime(v float64) *SearchParamForDescribeSlowLogsInput
- func (s *SearchParamForDescribeSlowLogsInput) SetMinQueryTime(v float64) *SearchParamForDescribeSlowLogsInput
- func (s *SearchParamForDescribeSlowLogsInput) SetSQLTemplate(v string) *SearchParamForDescribeSlowLogsInput
- func (s *SearchParamForDescribeSlowLogsInput) SetSourceIPs(v []*string) *SearchParamForDescribeSlowLogsInput
- func (s *SearchParamForDescribeSlowLogsInput) SetUsers(v []*string) *SearchParamForDescribeSlowLogsInput
- func (s SearchParamForDescribeSlowLogsInput) String() string
- type SearchParamForDescribeSourceIPsInput
- func (s SearchParamForDescribeSourceIPsInput) GoString() string
- func (s *SearchParamForDescribeSourceIPsInput) SetDBs(v []*string) *SearchParamForDescribeSourceIPsInput
- func (s *SearchParamForDescribeSourceIPsInput) SetMaxQueryTime(v float64) *SearchParamForDescribeSourceIPsInput
- func (s *SearchParamForDescribeSourceIPsInput) SetMinQueryTime(v float64) *SearchParamForDescribeSourceIPsInput
- func (s *SearchParamForDescribeSourceIPsInput) SetSQLTemplate(v string) *SearchParamForDescribeSourceIPsInput
- func (s *SearchParamForDescribeSourceIPsInput) SetSourceIPs(v []*string) *SearchParamForDescribeSourceIPsInput
- func (s *SearchParamForDescribeSourceIPsInput) SetUsers(v []*string) *SearchParamForDescribeSourceIPsInput
- func (s SearchParamForDescribeSourceIPsInput) String() string
- type SearchParamForDescribeUsersInput
- func (s SearchParamForDescribeUsersInput) GoString() string
- func (s *SearchParamForDescribeUsersInput) SetDBs(v []*string) *SearchParamForDescribeUsersInput
- func (s *SearchParamForDescribeUsersInput) SetMaxQueryTime(v float64) *SearchParamForDescribeUsersInput
- func (s *SearchParamForDescribeUsersInput) SetMinQueryTime(v float64) *SearchParamForDescribeUsersInput
- func (s *SearchParamForDescribeUsersInput) SetSQLTemplate(v string) *SearchParamForDescribeUsersInput
- func (s *SearchParamForDescribeUsersInput) SetSourceIPs(v []*string) *SearchParamForDescribeUsersInput
- func (s *SearchParamForDescribeUsersInput) SetUsers(v []*string) *SearchParamForDescribeUsersInput
- func (s SearchParamForDescribeUsersInput) String() string
- type SearchParamForDownloadSlowLogsInput
- func (s SearchParamForDownloadSlowLogsInput) GoString() string
- func (s *SearchParamForDownloadSlowLogsInput) SetDBs(v []*string) *SearchParamForDownloadSlowLogsInput
- func (s *SearchParamForDownloadSlowLogsInput) SetGroupIgnored(v []*string) *SearchParamForDownloadSlowLogsInput
- func (s *SearchParamForDownloadSlowLogsInput) SetKeywords(v []*string) *SearchParamForDownloadSlowLogsInput
- func (s *SearchParamForDownloadSlowLogsInput) SetMaxQueryTime(v float64) *SearchParamForDownloadSlowLogsInput
- func (s *SearchParamForDownloadSlowLogsInput) SetMinQueryTime(v float64) *SearchParamForDownloadSlowLogsInput
- func (s *SearchParamForDownloadSlowLogsInput) SetSourceIPs(v []*string) *SearchParamForDownloadSlowLogsInput
- func (s *SearchParamForDownloadSlowLogsInput) SetUsers(v []*string) *SearchParamForDownloadSlowLogsInput
- func (s SearchParamForDownloadSlowLogsInput) String() string
- type SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput
- func (s SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) GoString() string
- func (s *SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) SetCount(v int32) *SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput
- func (s *SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) SetTimestamp(v int32) *SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput
- func (s SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) String() string
- type SlowLogForDescribeSlowLogsOutput
- func (s SlowLogForDescribeSlowLogsOutput) GoString() string
- func (s *SlowLogForDescribeSlowLogsOutput) SetConnectionId(v int32) *SlowLogForDescribeSlowLogsOutput
- func (s *SlowLogForDescribeSlowLogsOutput) SetDB(v string) *SlowLogForDescribeSlowLogsOutput
- func (s *SlowLogForDescribeSlowLogsOutput) SetLockTime(v float64) *SlowLogForDescribeSlowLogsOutput
- func (s *SlowLogForDescribeSlowLogsOutput) SetQueryTime(v float64) *SlowLogForDescribeSlowLogsOutput
- func (s *SlowLogForDescribeSlowLogsOutput) SetRowsExamined(v int32) *SlowLogForDescribeSlowLogsOutput
- func (s *SlowLogForDescribeSlowLogsOutput) SetRowsSent(v int32) *SlowLogForDescribeSlowLogsOutput
- func (s *SlowLogForDescribeSlowLogsOutput) SetSQLText(v string) *SlowLogForDescribeSlowLogsOutput
- func (s *SlowLogForDescribeSlowLogsOutput) SetSourceIP(v string) *SlowLogForDescribeSlowLogsOutput
- func (s *SlowLogForDescribeSlowLogsOutput) SetTimestamp(v int32) *SlowLogForDescribeSlowLogsOutput
- func (s *SlowLogForDescribeSlowLogsOutput) SetUser(v string) *SlowLogForDescribeSlowLogsOutput
- func (s SlowLogForDescribeSlowLogsOutput) String() string
Constants ¶
const ( // EnumOfStateForDataExecCommandsOutputCancel is a EnumOfStateForDataExecCommandsOutput enum value EnumOfStateForDataExecCommandsOutputCancel = "Cancel" // EnumOfStateForDataExecCommandsOutputFailed is a EnumOfStateForDataExecCommandsOutput enum value EnumOfStateForDataExecCommandsOutputFailed = "Failed" // EnumOfStateForDataExecCommandsOutputSuccess is a EnumOfStateForDataExecCommandsOutput enum value EnumOfStateForDataExecCommandsOutputSuccess = "Success" )
const ( // EnumOfDSTypeForDescribeAggregateSlowLogsInputMongo is a EnumOfDSTypeForDescribeAggregateSlowLogsInput enum value EnumOfDSTypeForDescribeAggregateSlowLogsInputMongo = "Mongo" // EnumOfDSTypeForDescribeAggregateSlowLogsInputMySql is a EnumOfDSTypeForDescribeAggregateSlowLogsInput enum value EnumOfDSTypeForDescribeAggregateSlowLogsInputMySql = "MySQL" // EnumOfDSTypeForDescribeAggregateSlowLogsInputPostgres is a EnumOfDSTypeForDescribeAggregateSlowLogsInput enum value EnumOfDSTypeForDescribeAggregateSlowLogsInputPostgres = "Postgres" // EnumOfDSTypeForDescribeAggregateSlowLogsInputRedis is a EnumOfDSTypeForDescribeAggregateSlowLogsInput enum value EnumOfDSTypeForDescribeAggregateSlowLogsInputRedis = "Redis" // EnumOfDSTypeForDescribeAggregateSlowLogsInputVeDbmySql is a EnumOfDSTypeForDescribeAggregateSlowLogsInput enum value EnumOfDSTypeForDescribeAggregateSlowLogsInputVeDbmySql = "VeDBMySQL" )
const ( // EnumOfOrderByForDescribeAggregateSlowLogsInputAverageLockTime is a EnumOfOrderByForDescribeAggregateSlowLogsInput enum value EnumOfOrderByForDescribeAggregateSlowLogsInputAverageLockTime = "AverageLockTime" // EnumOfOrderByForDescribeAggregateSlowLogsInputAverageQueryTime is a EnumOfOrderByForDescribeAggregateSlowLogsInput enum value EnumOfOrderByForDescribeAggregateSlowLogsInputAverageQueryTime = "AverageQueryTime" // EnumOfOrderByForDescribeAggregateSlowLogsInputAverageRowsExamined is a EnumOfOrderByForDescribeAggregateSlowLogsInput enum value EnumOfOrderByForDescribeAggregateSlowLogsInputAverageRowsExamined = "AverageRowsExamined" // EnumOfOrderByForDescribeAggregateSlowLogsInputAverageRowsSent is a EnumOfOrderByForDescribeAggregateSlowLogsInput enum value EnumOfOrderByForDescribeAggregateSlowLogsInputAverageRowsSent = "AverageRowsSent" // EnumOfOrderByForDescribeAggregateSlowLogsInputExecuteCount is a EnumOfOrderByForDescribeAggregateSlowLogsInput enum value EnumOfOrderByForDescribeAggregateSlowLogsInputExecuteCount = "ExecuteCount" // EnumOfOrderByForDescribeAggregateSlowLogsInputMaxLockTime is a EnumOfOrderByForDescribeAggregateSlowLogsInput enum value EnumOfOrderByForDescribeAggregateSlowLogsInputMaxLockTime = "MaxLockTime" // EnumOfOrderByForDescribeAggregateSlowLogsInputMaxQueryTime is a EnumOfOrderByForDescribeAggregateSlowLogsInput enum value EnumOfOrderByForDescribeAggregateSlowLogsInputMaxQueryTime = "MaxQueryTime" // EnumOfOrderByForDescribeAggregateSlowLogsInputMaxRowsExamined is a EnumOfOrderByForDescribeAggregateSlowLogsInput enum value EnumOfOrderByForDescribeAggregateSlowLogsInputMaxRowsExamined = "MaxRowsExamined" // EnumOfOrderByForDescribeAggregateSlowLogsInputMaxRowsSent is a EnumOfOrderByForDescribeAggregateSlowLogsInput enum value EnumOfOrderByForDescribeAggregateSlowLogsInputMaxRowsSent = "MaxRowsSent" // EnumOfOrderByForDescribeAggregateSlowLogsInputTotalQueryTime is a EnumOfOrderByForDescribeAggregateSlowLogsInput enum value EnumOfOrderByForDescribeAggregateSlowLogsInputTotalQueryTime = "TotalQueryTime" )
const ( // EnumOfSortByForDescribeAggregateSlowLogsInputAsc is a EnumOfSortByForDescribeAggregateSlowLogsInput enum value EnumOfSortByForDescribeAggregateSlowLogsInputAsc = "ASC" // EnumOfSortByForDescribeAggregateSlowLogsInputDesc is a EnumOfSortByForDescribeAggregateSlowLogsInput enum value EnumOfSortByForDescribeAggregateSlowLogsInputDesc = "DESC" )
const ( // EnumOfDSTypeForDescribeAvailableTLSTopicInputMongo is a EnumOfDSTypeForDescribeAvailableTLSTopicInput enum value EnumOfDSTypeForDescribeAvailableTLSTopicInputMongo = "Mongo" // EnumOfDSTypeForDescribeAvailableTLSTopicInputMySql is a EnumOfDSTypeForDescribeAvailableTLSTopicInput enum value EnumOfDSTypeForDescribeAvailableTLSTopicInputMySql = "MySQL" // EnumOfDSTypeForDescribeAvailableTLSTopicInputPostgres is a EnumOfDSTypeForDescribeAvailableTLSTopicInput enum value EnumOfDSTypeForDescribeAvailableTLSTopicInputPostgres = "Postgres" // EnumOfDSTypeForDescribeAvailableTLSTopicInputRedis is a EnumOfDSTypeForDescribeAvailableTLSTopicInput enum value EnumOfDSTypeForDescribeAvailableTLSTopicInputRedis = "Redis" // EnumOfDSTypeForDescribeAvailableTLSTopicInputVeDbmySql is a EnumOfDSTypeForDescribeAvailableTLSTopicInput enum value EnumOfDSTypeForDescribeAvailableTLSTopicInputVeDbmySql = "VeDBMySQL" )
const ( // EnumOfLabelTypeForDescribeAvailableTLSTopicInputInstance is a EnumOfLabelTypeForDescribeAvailableTLSTopicInput enum value EnumOfLabelTypeForDescribeAvailableTLSTopicInputInstance = "Instance" // EnumOfLabelTypeForDescribeAvailableTLSTopicInputProxy is a EnumOfLabelTypeForDescribeAvailableTLSTopicInput enum value EnumOfLabelTypeForDescribeAvailableTLSTopicInputProxy = "Proxy" )
const ( // EnumOfDSTypeForDescribeDBsInputMongo is a EnumOfDSTypeForDescribeDBsInput enum value EnumOfDSTypeForDescribeDBsInputMongo = "Mongo" // EnumOfDSTypeForDescribeDBsInputMySql is a EnumOfDSTypeForDescribeDBsInput enum value EnumOfDSTypeForDescribeDBsInputMySql = "MySQL" // EnumOfDSTypeForDescribeDBsInputPostgres is a EnumOfDSTypeForDescribeDBsInput enum value EnumOfDSTypeForDescribeDBsInputPostgres = "Postgres" // EnumOfDSTypeForDescribeDBsInputRedis is a EnumOfDSTypeForDescribeDBsInput enum value EnumOfDSTypeForDescribeDBsInputRedis = "Redis" // EnumOfDSTypeForDescribeDBsInputVeDbmySql is a EnumOfDSTypeForDescribeDBsInput enum value EnumOfDSTypeForDescribeDBsInputVeDbmySql = "VeDBMySQL" )
const ( // EnumOfDSTypeForDescribeExampleSQLInputMongo is a EnumOfDSTypeForDescribeExampleSQLInput enum value EnumOfDSTypeForDescribeExampleSQLInputMongo = "Mongo" // EnumOfDSTypeForDescribeExampleSQLInputMySql is a EnumOfDSTypeForDescribeExampleSQLInput enum value EnumOfDSTypeForDescribeExampleSQLInputMySql = "MySQL" // EnumOfDSTypeForDescribeExampleSQLInputPostgres is a EnumOfDSTypeForDescribeExampleSQLInput enum value EnumOfDSTypeForDescribeExampleSQLInputPostgres = "Postgres" // EnumOfDSTypeForDescribeExampleSQLInputRedis is a EnumOfDSTypeForDescribeExampleSQLInput enum value EnumOfDSTypeForDescribeExampleSQLInputRedis = "Redis" // EnumOfDSTypeForDescribeExampleSQLInputVeDbmySql is a EnumOfDSTypeForDescribeExampleSQLInput enum value EnumOfDSTypeForDescribeExampleSQLInputVeDbmySql = "VeDBMySQL" )
const ( // EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInputMongo is a EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInput enum value EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInputMongo = "Mongo" // EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInputMySql is a EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInput enum value EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInputMySql = "MySQL" // EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInputPostgres is a EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInput enum value EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInputPostgres = "Postgres" // EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInputRedis is a EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInput enum value EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInputRedis = "Redis" // EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInputVeDbmySql is a EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInput enum value EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInputVeDbmySql = "VeDBMySQL" )
const ( // EnumOfDSTypeForDescribeSlowLogsInputMongo is a EnumOfDSTypeForDescribeSlowLogsInput enum value EnumOfDSTypeForDescribeSlowLogsInputMongo = "Mongo" // EnumOfDSTypeForDescribeSlowLogsInputMySql is a EnumOfDSTypeForDescribeSlowLogsInput enum value EnumOfDSTypeForDescribeSlowLogsInputMySql = "MySQL" // EnumOfDSTypeForDescribeSlowLogsInputPostgres is a EnumOfDSTypeForDescribeSlowLogsInput enum value EnumOfDSTypeForDescribeSlowLogsInputPostgres = "Postgres" // EnumOfDSTypeForDescribeSlowLogsInputRedis is a EnumOfDSTypeForDescribeSlowLogsInput enum value EnumOfDSTypeForDescribeSlowLogsInputRedis = "Redis" // EnumOfDSTypeForDescribeSlowLogsInputVeDbmySql is a EnumOfDSTypeForDescribeSlowLogsInput enum value EnumOfDSTypeForDescribeSlowLogsInputVeDbmySql = "VeDBMySQL" )
const ( // EnumOfDSTypeForDescribeSourceIPsInputMongo is a EnumOfDSTypeForDescribeSourceIPsInput enum value EnumOfDSTypeForDescribeSourceIPsInputMongo = "Mongo" // EnumOfDSTypeForDescribeSourceIPsInputMySql is a EnumOfDSTypeForDescribeSourceIPsInput enum value EnumOfDSTypeForDescribeSourceIPsInputMySql = "MySQL" // EnumOfDSTypeForDescribeSourceIPsInputPostgres is a EnumOfDSTypeForDescribeSourceIPsInput enum value EnumOfDSTypeForDescribeSourceIPsInputPostgres = "Postgres" // EnumOfDSTypeForDescribeSourceIPsInputRedis is a EnumOfDSTypeForDescribeSourceIPsInput enum value EnumOfDSTypeForDescribeSourceIPsInputRedis = "Redis" // EnumOfDSTypeForDescribeSourceIPsInputVeDbmySql is a EnumOfDSTypeForDescribeSourceIPsInput enum value EnumOfDSTypeForDescribeSourceIPsInputVeDbmySql = "VeDBMySQL" )
const ( // EnumOfDSTypeForDescribeUsersInputMongo is a EnumOfDSTypeForDescribeUsersInput enum value EnumOfDSTypeForDescribeUsersInputMongo = "Mongo" // EnumOfDSTypeForDescribeUsersInputMySql is a EnumOfDSTypeForDescribeUsersInput enum value EnumOfDSTypeForDescribeUsersInputMySql = "MySQL" // EnumOfDSTypeForDescribeUsersInputPostgres is a EnumOfDSTypeForDescribeUsersInput enum value EnumOfDSTypeForDescribeUsersInputPostgres = "Postgres" // EnumOfDSTypeForDescribeUsersInputRedis is a EnumOfDSTypeForDescribeUsersInput enum value EnumOfDSTypeForDescribeUsersInputRedis = "Redis" // EnumOfDSTypeForDescribeUsersInputVeDbmySql is a EnumOfDSTypeForDescribeUsersInput enum value EnumOfDSTypeForDescribeUsersInputVeDbmySql = "VeDBMySQL" )
const ( // EnumOfDSTypeForDownloadSlowLogsInputMongo is a EnumOfDSTypeForDownloadSlowLogsInput enum value EnumOfDSTypeForDownloadSlowLogsInputMongo = "Mongo" // EnumOfDSTypeForDownloadSlowLogsInputMySql is a EnumOfDSTypeForDownloadSlowLogsInput enum value EnumOfDSTypeForDownloadSlowLogsInputMySql = "MySQL" // EnumOfDSTypeForDownloadSlowLogsInputPostgres is a EnumOfDSTypeForDownloadSlowLogsInput enum value EnumOfDSTypeForDownloadSlowLogsInputPostgres = "Postgres" // EnumOfDSTypeForDownloadSlowLogsInputRedis is a EnumOfDSTypeForDownloadSlowLogsInput enum value EnumOfDSTypeForDownloadSlowLogsInputRedis = "Redis" // EnumOfDSTypeForDownloadSlowLogsInputVeDbmySql is a EnumOfDSTypeForDownloadSlowLogsInput enum value EnumOfDSTypeForDownloadSlowLogsInputVeDbmySql = "VeDBMySQL" )
const ( // EnumOfSortByForDownloadSlowLogsInputAsc is a EnumOfSortByForDownloadSlowLogsInput enum value EnumOfSortByForDownloadSlowLogsInputAsc = "ASC" // EnumOfSortByForDownloadSlowLogsInputDesc is a EnumOfSortByForDownloadSlowLogsInput enum value EnumOfSortByForDownloadSlowLogsInputDesc = "DESC" )
const ( ServiceName = "dbw" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "dbw" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateSlowLogForDescribeAggregateSlowLogsOutput ¶
type AggregateSlowLogForDescribeAggregateSlowLogsOutput struct { DB *string `type:"string"` ExecuteCount *int32 `type:"int32"` ExecuteCountRatio *float64 `type:"double"` FirstAppearTime *int32 `type:"int32"` LastAppearTime *int32 `type:"int32"` LockTimeRatio *float64 `type:"double"` LockTimeStats *LockTimeStatsForDescribeAggregateSlowLogsOutput `type:"structure"` PTAnalysisResult *string `type:"string"` QueryTimeRatio *float64 `type:"double"` QueryTimeStats *LockTimeStatsForDescribeAggregateSlowLogsOutput `type:"structure"` RowsExaminedRatio *float64 `type:"double"` RowsExaminedStats *LockTimeStatsForDescribeAggregateSlowLogsOutput `type:"structure"` RowsSentRatio *float64 `type:"double"` RowsSentStats *LockTimeStatsForDescribeAggregateSlowLogsOutput `type:"structure"` SQLTemplate *string `type:"string"` SourceIP *string `type:"string"` User *string `type:"string"` // contains filtered or unexported fields }
func (AggregateSlowLogForDescribeAggregateSlowLogsOutput) GoString ¶
func (s AggregateSlowLogForDescribeAggregateSlowLogsOutput) GoString() string
GoString returns the string representation
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetDB ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetDB(v string) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetDB sets the DB field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetExecuteCount ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetExecuteCount(v int32) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetExecuteCount sets the ExecuteCount field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetExecuteCountRatio ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetExecuteCountRatio(v float64) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetExecuteCountRatio sets the ExecuteCountRatio field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetFirstAppearTime ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetFirstAppearTime(v int32) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetFirstAppearTime sets the FirstAppearTime field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetLastAppearTime ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetLastAppearTime(v int32) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetLastAppearTime sets the LastAppearTime field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetLockTimeRatio ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetLockTimeRatio(v float64) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetLockTimeRatio sets the LockTimeRatio field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetLockTimeStats ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetLockTimeStats(v *LockTimeStatsForDescribeAggregateSlowLogsOutput) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetLockTimeStats sets the LockTimeStats field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetPTAnalysisResult ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetPTAnalysisResult(v string) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetPTAnalysisResult sets the PTAnalysisResult field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetQueryTimeRatio ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetQueryTimeRatio(v float64) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetQueryTimeRatio sets the QueryTimeRatio field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetQueryTimeStats ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetQueryTimeStats(v *LockTimeStatsForDescribeAggregateSlowLogsOutput) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetQueryTimeStats sets the QueryTimeStats field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsExaminedRatio ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsExaminedRatio(v float64) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetRowsExaminedRatio sets the RowsExaminedRatio field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsExaminedStats ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsExaminedStats(v *LockTimeStatsForDescribeAggregateSlowLogsOutput) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetRowsExaminedStats sets the RowsExaminedStats field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsSentRatio ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsSentRatio(v float64) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetRowsSentRatio sets the RowsSentRatio field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsSentStats ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetRowsSentStats(v *LockTimeStatsForDescribeAggregateSlowLogsOutput) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetRowsSentStats sets the RowsSentStats field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetSQLTemplate ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetSQLTemplate(v string) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetSQLTemplate sets the SQLTemplate field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetSourceIP ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetSourceIP(v string) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetSourceIP sets the SourceIP field's value.
func (*AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetUser ¶
func (s *AggregateSlowLogForDescribeAggregateSlowLogsOutput) SetUser(v string) *AggregateSlowLogForDescribeAggregateSlowLogsOutput
SetUser sets the User field's value.
func (AggregateSlowLogForDescribeAggregateSlowLogsOutput) String ¶
func (s AggregateSlowLogForDescribeAggregateSlowLogsOutput) String() string
String returns the string representation
type CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput ¶
type CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput struct { Timestamp *int32 `type:"int32"` Unit *string `type:"string"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) GoString ¶
func (s CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) GoString() string
GoString returns the string representation
func (*CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) SetTimestamp ¶
func (s *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) SetTimestamp(v int32) *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput
SetTimestamp sets the Timestamp field's value.
func (*CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) SetUnit ¶
func (s *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) SetUnit(v string) *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput
SetUnit sets the Unit field's value.
func (*CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) SetValue ¶
func (s *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) SetValue(v float64) *CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput
SetValue sets the Value field's value.
func (CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) String ¶
func (s CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) String() string
String returns the string representation
type DBW ¶
DBW provides the API operation methods for making requests to DBW. See this package's package overview docs for details on the service.
DBW methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *DBW
New create int can support ssl or region locate set
func (*DBW) DataCancelExec ¶
func (c *DBW) DataCancelExec(input *DataCancelExecInput) (*DataCancelExecOutput, error)
DataCancelExec API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DataCancelExec for usage and error information.
func (*DBW) DataCancelExecCommon ¶
DataCancelExecCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DataCancelExecCommon for usage and error information.
func (*DBW) DataCancelExecCommonRequest ¶
func (c *DBW) DataCancelExecCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DataCancelExecCommonRequest generates a "volcengine/request.Request" representing the client's request for the DataCancelExecCommon operation. The "output" return value will be populated with the DataCancelExecCommon request's response once the request completes successfully.
Use "Send" method on the returned DataCancelExecCommon Request to send the API call to the service. the "output" return value is not valid until after DataCancelExecCommon Send returns without error.
See DataCancelExecCommon for more information on using the DataCancelExecCommon API call, and error handling.
// Example sending a request using the DataCancelExecCommonRequest method. req, resp := client.DataCancelExecCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DataCancelExecCommonWithContext ¶
func (c *DBW) DataCancelExecCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DataCancelExecCommonWithContext is the same as DataCancelExecCommon with the addition of the ability to pass a context and additional request options.
See DataCancelExecCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DataCancelExecRequest ¶
func (c *DBW) DataCancelExecRequest(input *DataCancelExecInput) (req *request.Request, output *DataCancelExecOutput)
DataCancelExecRequest generates a "volcengine/request.Request" representing the client's request for the DataCancelExec operation. The "output" return value will be populated with the DataCancelExecCommon request's response once the request completes successfully.
Use "Send" method on the returned DataCancelExecCommon Request to send the API call to the service. the "output" return value is not valid until after DataCancelExecCommon Send returns without error.
See DataCancelExec for more information on using the DataCancelExec API call, and error handling.
// Example sending a request using the DataCancelExecRequest method. req, resp := client.DataCancelExecRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DataCancelExecWithContext ¶
func (c *DBW) DataCancelExecWithContext(ctx volcengine.Context, input *DataCancelExecInput, opts ...request.Option) (*DataCancelExecOutput, error)
DataCancelExecWithContext is the same as DataCancelExec with the addition of the ability to pass a context and additional request options.
See DataCancelExec for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DataCloseSession ¶
func (c *DBW) DataCloseSession(input *DataCloseSessionInput) (*DataCloseSessionOutput, error)
DataCloseSession API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DataCloseSession for usage and error information.
func (*DBW) DataCloseSessionCommon ¶
func (c *DBW) DataCloseSessionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DataCloseSessionCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DataCloseSessionCommon for usage and error information.
func (*DBW) DataCloseSessionCommonRequest ¶
func (c *DBW) DataCloseSessionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DataCloseSessionCommonRequest generates a "volcengine/request.Request" representing the client's request for the DataCloseSessionCommon operation. The "output" return value will be populated with the DataCloseSessionCommon request's response once the request completes successfully.
Use "Send" method on the returned DataCloseSessionCommon Request to send the API call to the service. the "output" return value is not valid until after DataCloseSessionCommon Send returns without error.
See DataCloseSessionCommon for more information on using the DataCloseSessionCommon API call, and error handling.
// Example sending a request using the DataCloseSessionCommonRequest method. req, resp := client.DataCloseSessionCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DataCloseSessionCommonWithContext ¶
func (c *DBW) DataCloseSessionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DataCloseSessionCommonWithContext is the same as DataCloseSessionCommon with the addition of the ability to pass a context and additional request options.
See DataCloseSessionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DataCloseSessionRequest ¶
func (c *DBW) DataCloseSessionRequest(input *DataCloseSessionInput) (req *request.Request, output *DataCloseSessionOutput)
DataCloseSessionRequest generates a "volcengine/request.Request" representing the client's request for the DataCloseSession operation. The "output" return value will be populated with the DataCloseSessionCommon request's response once the request completes successfully.
Use "Send" method on the returned DataCloseSessionCommon Request to send the API call to the service. the "output" return value is not valid until after DataCloseSessionCommon Send returns without error.
See DataCloseSession for more information on using the DataCloseSession API call, and error handling.
// Example sending a request using the DataCloseSessionRequest method. req, resp := client.DataCloseSessionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DataCloseSessionWithContext ¶
func (c *DBW) DataCloseSessionWithContext(ctx volcengine.Context, input *DataCloseSessionInput, opts ...request.Option) (*DataCloseSessionOutput, error)
DataCloseSessionWithContext is the same as DataCloseSession with the addition of the ability to pass a context and additional request options.
See DataCloseSession for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DataConnectInstance ¶
func (c *DBW) DataConnectInstance(input *DataConnectInstanceInput) (*DataConnectInstanceOutput, error)
DataConnectInstance API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DataConnectInstance for usage and error information.
func (*DBW) DataConnectInstanceCommon ¶
func (c *DBW) DataConnectInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DataConnectInstanceCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DataConnectInstanceCommon for usage and error information.
func (*DBW) DataConnectInstanceCommonRequest ¶
func (c *DBW) DataConnectInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DataConnectInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DataConnectInstanceCommon operation. The "output" return value will be populated with the DataConnectInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned DataConnectInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DataConnectInstanceCommon Send returns without error.
See DataConnectInstanceCommon for more information on using the DataConnectInstanceCommon API call, and error handling.
// Example sending a request using the DataConnectInstanceCommonRequest method. req, resp := client.DataConnectInstanceCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DataConnectInstanceCommonWithContext ¶
func (c *DBW) DataConnectInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DataConnectInstanceCommonWithContext is the same as DataConnectInstanceCommon with the addition of the ability to pass a context and additional request options.
See DataConnectInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DataConnectInstanceRequest ¶
func (c *DBW) DataConnectInstanceRequest(input *DataConnectInstanceInput) (req *request.Request, output *DataConnectInstanceOutput)
DataConnectInstanceRequest generates a "volcengine/request.Request" representing the client's request for the DataConnectInstance operation. The "output" return value will be populated with the DataConnectInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned DataConnectInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DataConnectInstanceCommon Send returns without error.
See DataConnectInstance for more information on using the DataConnectInstance API call, and error handling.
// Example sending a request using the DataConnectInstanceRequest method. req, resp := client.DataConnectInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DataConnectInstanceWithContext ¶
func (c *DBW) DataConnectInstanceWithContext(ctx volcengine.Context, input *DataConnectInstanceInput, opts ...request.Option) (*DataConnectInstanceOutput, error)
DataConnectInstanceWithContext is the same as DataConnectInstance with the addition of the ability to pass a context and additional request options.
See DataConnectInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DataExecCommands ¶
func (c *DBW) DataExecCommands(input *DataExecCommandsInput) (*DataExecCommandsOutput, error)
DataExecCommands API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DataExecCommands for usage and error information.
func (*DBW) DataExecCommandsCommon ¶
func (c *DBW) DataExecCommandsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DataExecCommandsCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DataExecCommandsCommon for usage and error information.
func (*DBW) DataExecCommandsCommonRequest ¶
func (c *DBW) DataExecCommandsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DataExecCommandsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DataExecCommandsCommon operation. The "output" return value will be populated with the DataExecCommandsCommon request's response once the request completes successfully.
Use "Send" method on the returned DataExecCommandsCommon Request to send the API call to the service. the "output" return value is not valid until after DataExecCommandsCommon Send returns without error.
See DataExecCommandsCommon for more information on using the DataExecCommandsCommon API call, and error handling.
// Example sending a request using the DataExecCommandsCommonRequest method. req, resp := client.DataExecCommandsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DataExecCommandsCommonWithContext ¶
func (c *DBW) DataExecCommandsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DataExecCommandsCommonWithContext is the same as DataExecCommandsCommon with the addition of the ability to pass a context and additional request options.
See DataExecCommandsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DataExecCommandsRequest ¶
func (c *DBW) DataExecCommandsRequest(input *DataExecCommandsInput) (req *request.Request, output *DataExecCommandsOutput)
DataExecCommandsRequest generates a "volcengine/request.Request" representing the client's request for the DataExecCommands operation. The "output" return value will be populated with the DataExecCommandsCommon request's response once the request completes successfully.
Use "Send" method on the returned DataExecCommandsCommon Request to send the API call to the service. the "output" return value is not valid until after DataExecCommandsCommon Send returns without error.
See DataExecCommands for more information on using the DataExecCommands API call, and error handling.
// Example sending a request using the DataExecCommandsRequest method. req, resp := client.DataExecCommandsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DataExecCommandsWithContext ¶
func (c *DBW) DataExecCommandsWithContext(ctx volcengine.Context, input *DataExecCommandsInput, opts ...request.Option) (*DataExecCommandsOutput, error)
DataExecCommandsWithContext is the same as DataExecCommands with the addition of the ability to pass a context and additional request options.
See DataExecCommands for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DataSessionKeepAlive ¶
func (c *DBW) DataSessionKeepAlive(input *DataSessionKeepAliveInput) (*DataSessionKeepAliveOutput, error)
DataSessionKeepAlive API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DataSessionKeepAlive for usage and error information.
func (*DBW) DataSessionKeepAliveCommon ¶
func (c *DBW) DataSessionKeepAliveCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DataSessionKeepAliveCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DataSessionKeepAliveCommon for usage and error information.
func (*DBW) DataSessionKeepAliveCommonRequest ¶
func (c *DBW) DataSessionKeepAliveCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DataSessionKeepAliveCommonRequest generates a "volcengine/request.Request" representing the client's request for the DataSessionKeepAliveCommon operation. The "output" return value will be populated with the DataSessionKeepAliveCommon request's response once the request completes successfully.
Use "Send" method on the returned DataSessionKeepAliveCommon Request to send the API call to the service. the "output" return value is not valid until after DataSessionKeepAliveCommon Send returns without error.
See DataSessionKeepAliveCommon for more information on using the DataSessionKeepAliveCommon API call, and error handling.
// Example sending a request using the DataSessionKeepAliveCommonRequest method. req, resp := client.DataSessionKeepAliveCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DataSessionKeepAliveCommonWithContext ¶
func (c *DBW) DataSessionKeepAliveCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DataSessionKeepAliveCommonWithContext is the same as DataSessionKeepAliveCommon with the addition of the ability to pass a context and additional request options.
See DataSessionKeepAliveCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DataSessionKeepAliveRequest ¶
func (c *DBW) DataSessionKeepAliveRequest(input *DataSessionKeepAliveInput) (req *request.Request, output *DataSessionKeepAliveOutput)
DataSessionKeepAliveRequest generates a "volcengine/request.Request" representing the client's request for the DataSessionKeepAlive operation. The "output" return value will be populated with the DataSessionKeepAliveCommon request's response once the request completes successfully.
Use "Send" method on the returned DataSessionKeepAliveCommon Request to send the API call to the service. the "output" return value is not valid until after DataSessionKeepAliveCommon Send returns without error.
See DataSessionKeepAlive for more information on using the DataSessionKeepAlive API call, and error handling.
// Example sending a request using the DataSessionKeepAliveRequest method. req, resp := client.DataSessionKeepAliveRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DataSessionKeepAliveWithContext ¶
func (c *DBW) DataSessionKeepAliveWithContext(ctx volcengine.Context, input *DataSessionKeepAliveInput, opts ...request.Option) (*DataSessionKeepAliveOutput, error)
DataSessionKeepAliveWithContext is the same as DataSessionKeepAlive with the addition of the ability to pass a context and additional request options.
See DataSessionKeepAlive for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeAggregateSlowLogs ¶
func (c *DBW) DescribeAggregateSlowLogs(input *DescribeAggregateSlowLogsInput) (*DescribeAggregateSlowLogsOutput, error)
DescribeAggregateSlowLogs API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeAggregateSlowLogs for usage and error information.
func (*DBW) DescribeAggregateSlowLogsCommon ¶
func (c *DBW) DescribeAggregateSlowLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeAggregateSlowLogsCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeAggregateSlowLogsCommon for usage and error information.
func (*DBW) DescribeAggregateSlowLogsCommonRequest ¶
func (c *DBW) DescribeAggregateSlowLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeAggregateSlowLogsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAggregateSlowLogsCommon operation. The "output" return value will be populated with the DescribeAggregateSlowLogsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAggregateSlowLogsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAggregateSlowLogsCommon Send returns without error.
See DescribeAggregateSlowLogsCommon for more information on using the DescribeAggregateSlowLogsCommon API call, and error handling.
// Example sending a request using the DescribeAggregateSlowLogsCommonRequest method. req, resp := client.DescribeAggregateSlowLogsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeAggregateSlowLogsCommonWithContext ¶
func (c *DBW) DescribeAggregateSlowLogsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeAggregateSlowLogsCommonWithContext is the same as DescribeAggregateSlowLogsCommon with the addition of the ability to pass a context and additional request options.
See DescribeAggregateSlowLogsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeAggregateSlowLogsRequest ¶
func (c *DBW) DescribeAggregateSlowLogsRequest(input *DescribeAggregateSlowLogsInput) (req *request.Request, output *DescribeAggregateSlowLogsOutput)
DescribeAggregateSlowLogsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAggregateSlowLogs operation. The "output" return value will be populated with the DescribeAggregateSlowLogsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAggregateSlowLogsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAggregateSlowLogsCommon Send returns without error.
See DescribeAggregateSlowLogs for more information on using the DescribeAggregateSlowLogs API call, and error handling.
// Example sending a request using the DescribeAggregateSlowLogsRequest method. req, resp := client.DescribeAggregateSlowLogsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeAggregateSlowLogsWithContext ¶
func (c *DBW) DescribeAggregateSlowLogsWithContext(ctx volcengine.Context, input *DescribeAggregateSlowLogsInput, opts ...request.Option) (*DescribeAggregateSlowLogsOutput, error)
DescribeAggregateSlowLogsWithContext is the same as DescribeAggregateSlowLogs with the addition of the ability to pass a context and additional request options.
See DescribeAggregateSlowLogs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeAvailableTLSTopic ¶
func (c *DBW) DescribeAvailableTLSTopic(input *DescribeAvailableTLSTopicInput) (*DescribeAvailableTLSTopicOutput, error)
DescribeAvailableTLSTopic API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeAvailableTLSTopic for usage and error information.
func (*DBW) DescribeAvailableTLSTopicCommon ¶
func (c *DBW) DescribeAvailableTLSTopicCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeAvailableTLSTopicCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeAvailableTLSTopicCommon for usage and error information.
func (*DBW) DescribeAvailableTLSTopicCommonRequest ¶
func (c *DBW) DescribeAvailableTLSTopicCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeAvailableTLSTopicCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAvailableTLSTopicCommon operation. The "output" return value will be populated with the DescribeAvailableTLSTopicCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAvailableTLSTopicCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAvailableTLSTopicCommon Send returns without error.
See DescribeAvailableTLSTopicCommon for more information on using the DescribeAvailableTLSTopicCommon API call, and error handling.
// Example sending a request using the DescribeAvailableTLSTopicCommonRequest method. req, resp := client.DescribeAvailableTLSTopicCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeAvailableTLSTopicCommonWithContext ¶
func (c *DBW) DescribeAvailableTLSTopicCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeAvailableTLSTopicCommonWithContext is the same as DescribeAvailableTLSTopicCommon with the addition of the ability to pass a context and additional request options.
See DescribeAvailableTLSTopicCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeAvailableTLSTopicRequest ¶
func (c *DBW) DescribeAvailableTLSTopicRequest(input *DescribeAvailableTLSTopicInput) (req *request.Request, output *DescribeAvailableTLSTopicOutput)
DescribeAvailableTLSTopicRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAvailableTLSTopic operation. The "output" return value will be populated with the DescribeAvailableTLSTopicCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAvailableTLSTopicCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAvailableTLSTopicCommon Send returns without error.
See DescribeAvailableTLSTopic for more information on using the DescribeAvailableTLSTopic API call, and error handling.
// Example sending a request using the DescribeAvailableTLSTopicRequest method. req, resp := client.DescribeAvailableTLSTopicRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeAvailableTLSTopicWithContext ¶
func (c *DBW) DescribeAvailableTLSTopicWithContext(ctx volcengine.Context, input *DescribeAvailableTLSTopicInput, opts ...request.Option) (*DescribeAvailableTLSTopicOutput, error)
DescribeAvailableTLSTopicWithContext is the same as DescribeAvailableTLSTopic with the addition of the ability to pass a context and additional request options.
See DescribeAvailableTLSTopic for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeDBs ¶
func (c *DBW) DescribeDBs(input *DescribeDBsInput) (*DescribeDBsOutput, error)
DescribeDBs API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeDBs for usage and error information.
func (*DBW) DescribeDBsCommon ¶
DescribeDBsCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeDBsCommon for usage and error information.
func (*DBW) DescribeDBsCommonRequest ¶
func (c *DBW) DescribeDBsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeDBsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBsCommon operation. The "output" return value will be populated with the DescribeDBsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDBsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBsCommon Send returns without error.
See DescribeDBsCommon for more information on using the DescribeDBsCommon API call, and error handling.
// Example sending a request using the DescribeDBsCommonRequest method. req, resp := client.DescribeDBsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeDBsCommonWithContext ¶
func (c *DBW) DescribeDBsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeDBsCommonWithContext is the same as DescribeDBsCommon with the addition of the ability to pass a context and additional request options.
See DescribeDBsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeDBsRequest ¶
func (c *DBW) DescribeDBsRequest(input *DescribeDBsInput) (req *request.Request, output *DescribeDBsOutput)
DescribeDBsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBs operation. The "output" return value will be populated with the DescribeDBsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDBsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBsCommon Send returns without error.
See DescribeDBs for more information on using the DescribeDBs API call, and error handling.
// Example sending a request using the DescribeDBsRequest method. req, resp := client.DescribeDBsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeDBsWithContext ¶
func (c *DBW) DescribeDBsWithContext(ctx volcengine.Context, input *DescribeDBsInput, opts ...request.Option) (*DescribeDBsOutput, error)
DescribeDBsWithContext is the same as DescribeDBs with the addition of the ability to pass a context and additional request options.
See DescribeDBs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeExampleSQL ¶
func (c *DBW) DescribeExampleSQL(input *DescribeExampleSQLInput) (*DescribeExampleSQLOutput, error)
DescribeExampleSQL API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeExampleSQL for usage and error information.
func (*DBW) DescribeExampleSQLCommon ¶
func (c *DBW) DescribeExampleSQLCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeExampleSQLCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeExampleSQLCommon for usage and error information.
func (*DBW) DescribeExampleSQLCommonRequest ¶
func (c *DBW) DescribeExampleSQLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeExampleSQLCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeExampleSQLCommon operation. The "output" return value will be populated with the DescribeExampleSQLCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeExampleSQLCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeExampleSQLCommon Send returns without error.
See DescribeExampleSQLCommon for more information on using the DescribeExampleSQLCommon API call, and error handling.
// Example sending a request using the DescribeExampleSQLCommonRequest method. req, resp := client.DescribeExampleSQLCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeExampleSQLCommonWithContext ¶
func (c *DBW) DescribeExampleSQLCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeExampleSQLCommonWithContext is the same as DescribeExampleSQLCommon with the addition of the ability to pass a context and additional request options.
See DescribeExampleSQLCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeExampleSQLRequest ¶
func (c *DBW) DescribeExampleSQLRequest(input *DescribeExampleSQLInput) (req *request.Request, output *DescribeExampleSQLOutput)
DescribeExampleSQLRequest generates a "volcengine/request.Request" representing the client's request for the DescribeExampleSQL operation. The "output" return value will be populated with the DescribeExampleSQLCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeExampleSQLCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeExampleSQLCommon Send returns without error.
See DescribeExampleSQL for more information on using the DescribeExampleSQL API call, and error handling.
// Example sending a request using the DescribeExampleSQLRequest method. req, resp := client.DescribeExampleSQLRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeExampleSQLWithContext ¶
func (c *DBW) DescribeExampleSQLWithContext(ctx volcengine.Context, input *DescribeExampleSQLInput, opts ...request.Option) (*DescribeExampleSQLOutput, error)
DescribeExampleSQLWithContext is the same as DescribeExampleSQL with the addition of the ability to pass a context and additional request options.
See DescribeExampleSQL for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeSlowLogTimeSeriesStats ¶
func (c *DBW) DescribeSlowLogTimeSeriesStats(input *DescribeSlowLogTimeSeriesStatsInput) (*DescribeSlowLogTimeSeriesStatsOutput, error)
DescribeSlowLogTimeSeriesStats API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeSlowLogTimeSeriesStats for usage and error information.
func (*DBW) DescribeSlowLogTimeSeriesStatsCommon ¶
func (c *DBW) DescribeSlowLogTimeSeriesStatsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeSlowLogTimeSeriesStatsCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeSlowLogTimeSeriesStatsCommon for usage and error information.
func (*DBW) DescribeSlowLogTimeSeriesStatsCommonRequest ¶
func (c *DBW) DescribeSlowLogTimeSeriesStatsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeSlowLogTimeSeriesStatsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSlowLogTimeSeriesStatsCommon operation. The "output" return value will be populated with the DescribeSlowLogTimeSeriesStatsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeSlowLogTimeSeriesStatsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSlowLogTimeSeriesStatsCommon Send returns without error.
See DescribeSlowLogTimeSeriesStatsCommon for more information on using the DescribeSlowLogTimeSeriesStatsCommon API call, and error handling.
// Example sending a request using the DescribeSlowLogTimeSeriesStatsCommonRequest method. req, resp := client.DescribeSlowLogTimeSeriesStatsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeSlowLogTimeSeriesStatsCommonWithContext ¶
func (c *DBW) DescribeSlowLogTimeSeriesStatsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeSlowLogTimeSeriesStatsCommonWithContext is the same as DescribeSlowLogTimeSeriesStatsCommon with the addition of the ability to pass a context and additional request options.
See DescribeSlowLogTimeSeriesStatsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeSlowLogTimeSeriesStatsRequest ¶
func (c *DBW) DescribeSlowLogTimeSeriesStatsRequest(input *DescribeSlowLogTimeSeriesStatsInput) (req *request.Request, output *DescribeSlowLogTimeSeriesStatsOutput)
DescribeSlowLogTimeSeriesStatsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSlowLogTimeSeriesStats operation. The "output" return value will be populated with the DescribeSlowLogTimeSeriesStatsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeSlowLogTimeSeriesStatsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSlowLogTimeSeriesStatsCommon Send returns without error.
See DescribeSlowLogTimeSeriesStats for more information on using the DescribeSlowLogTimeSeriesStats API call, and error handling.
// Example sending a request using the DescribeSlowLogTimeSeriesStatsRequest method. req, resp := client.DescribeSlowLogTimeSeriesStatsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeSlowLogTimeSeriesStatsWithContext ¶
func (c *DBW) DescribeSlowLogTimeSeriesStatsWithContext(ctx volcengine.Context, input *DescribeSlowLogTimeSeriesStatsInput, opts ...request.Option) (*DescribeSlowLogTimeSeriesStatsOutput, error)
DescribeSlowLogTimeSeriesStatsWithContext is the same as DescribeSlowLogTimeSeriesStats with the addition of the ability to pass a context and additional request options.
See DescribeSlowLogTimeSeriesStats for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeSlowLogs ¶
func (c *DBW) DescribeSlowLogs(input *DescribeSlowLogsInput) (*DescribeSlowLogsOutput, error)
DescribeSlowLogs API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeSlowLogs for usage and error information.
func (*DBW) DescribeSlowLogsCommon ¶
func (c *DBW) DescribeSlowLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeSlowLogsCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeSlowLogsCommon for usage and error information.
func (*DBW) DescribeSlowLogsCommonRequest ¶
func (c *DBW) DescribeSlowLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeSlowLogsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSlowLogsCommon operation. The "output" return value will be populated with the DescribeSlowLogsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeSlowLogsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSlowLogsCommon Send returns without error.
See DescribeSlowLogsCommon for more information on using the DescribeSlowLogsCommon API call, and error handling.
// Example sending a request using the DescribeSlowLogsCommonRequest method. req, resp := client.DescribeSlowLogsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeSlowLogsCommonWithContext ¶
func (c *DBW) DescribeSlowLogsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeSlowLogsCommonWithContext is the same as DescribeSlowLogsCommon with the addition of the ability to pass a context and additional request options.
See DescribeSlowLogsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeSlowLogsRequest ¶
func (c *DBW) DescribeSlowLogsRequest(input *DescribeSlowLogsInput) (req *request.Request, output *DescribeSlowLogsOutput)
DescribeSlowLogsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSlowLogs operation. The "output" return value will be populated with the DescribeSlowLogsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeSlowLogsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSlowLogsCommon Send returns without error.
See DescribeSlowLogs for more information on using the DescribeSlowLogs API call, and error handling.
// Example sending a request using the DescribeSlowLogsRequest method. req, resp := client.DescribeSlowLogsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeSlowLogsWithContext ¶
func (c *DBW) DescribeSlowLogsWithContext(ctx volcengine.Context, input *DescribeSlowLogsInput, opts ...request.Option) (*DescribeSlowLogsOutput, error)
DescribeSlowLogsWithContext is the same as DescribeSlowLogs with the addition of the ability to pass a context and additional request options.
See DescribeSlowLogs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeSourceIPs ¶
func (c *DBW) DescribeSourceIPs(input *DescribeSourceIPsInput) (*DescribeSourceIPsOutput, error)
DescribeSourceIPs API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeSourceIPs for usage and error information.
func (*DBW) DescribeSourceIPsCommon ¶
func (c *DBW) DescribeSourceIPsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeSourceIPsCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeSourceIPsCommon for usage and error information.
func (*DBW) DescribeSourceIPsCommonRequest ¶
func (c *DBW) DescribeSourceIPsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeSourceIPsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSourceIPsCommon operation. The "output" return value will be populated with the DescribeSourceIPsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeSourceIPsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSourceIPsCommon Send returns without error.
See DescribeSourceIPsCommon for more information on using the DescribeSourceIPsCommon API call, and error handling.
// Example sending a request using the DescribeSourceIPsCommonRequest method. req, resp := client.DescribeSourceIPsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeSourceIPsCommonWithContext ¶
func (c *DBW) DescribeSourceIPsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeSourceIPsCommonWithContext is the same as DescribeSourceIPsCommon with the addition of the ability to pass a context and additional request options.
See DescribeSourceIPsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeSourceIPsRequest ¶
func (c *DBW) DescribeSourceIPsRequest(input *DescribeSourceIPsInput) (req *request.Request, output *DescribeSourceIPsOutput)
DescribeSourceIPsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSourceIPs operation. The "output" return value will be populated with the DescribeSourceIPsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeSourceIPsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSourceIPsCommon Send returns without error.
See DescribeSourceIPs for more information on using the DescribeSourceIPs API call, and error handling.
// Example sending a request using the DescribeSourceIPsRequest method. req, resp := client.DescribeSourceIPsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeSourceIPsWithContext ¶
func (c *DBW) DescribeSourceIPsWithContext(ctx volcengine.Context, input *DescribeSourceIPsInput, opts ...request.Option) (*DescribeSourceIPsOutput, error)
DescribeSourceIPsWithContext is the same as DescribeSourceIPs with the addition of the ability to pass a context and additional request options.
See DescribeSourceIPs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeUsers ¶
func (c *DBW) DescribeUsers(input *DescribeUsersInput) (*DescribeUsersOutput, error)
DescribeUsers API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeUsers for usage and error information.
func (*DBW) DescribeUsersCommon ¶
DescribeUsersCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DescribeUsersCommon for usage and error information.
func (*DBW) DescribeUsersCommonRequest ¶
func (c *DBW) DescribeUsersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeUsersCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeUsersCommon operation. The "output" return value will be populated with the DescribeUsersCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeUsersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeUsersCommon Send returns without error.
See DescribeUsersCommon for more information on using the DescribeUsersCommon API call, and error handling.
// Example sending a request using the DescribeUsersCommonRequest method. req, resp := client.DescribeUsersCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeUsersCommonWithContext ¶
func (c *DBW) DescribeUsersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeUsersCommonWithContext is the same as DescribeUsersCommon with the addition of the ability to pass a context and additional request options.
See DescribeUsersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DescribeUsersRequest ¶
func (c *DBW) DescribeUsersRequest(input *DescribeUsersInput) (req *request.Request, output *DescribeUsersOutput)
DescribeUsersRequest generates a "volcengine/request.Request" representing the client's request for the DescribeUsers operation. The "output" return value will be populated with the DescribeUsersCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeUsersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeUsersCommon Send returns without error.
See DescribeUsers for more information on using the DescribeUsers API call, and error handling.
// Example sending a request using the DescribeUsersRequest method. req, resp := client.DescribeUsersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DescribeUsersWithContext ¶
func (c *DBW) DescribeUsersWithContext(ctx volcengine.Context, input *DescribeUsersInput, opts ...request.Option) (*DescribeUsersOutput, error)
DescribeUsersWithContext is the same as DescribeUsers with the addition of the ability to pass a context and additional request options.
See DescribeUsers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DownloadSlowLogs ¶
func (c *DBW) DownloadSlowLogs(input *DownloadSlowLogsInput) (*DownloadSlowLogsOutput, error)
DownloadSlowLogs API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DownloadSlowLogs for usage and error information.
func (*DBW) DownloadSlowLogsCommon ¶
func (c *DBW) DownloadSlowLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DownloadSlowLogsCommon API operation for DBW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for DBW's API operation DownloadSlowLogsCommon for usage and error information.
func (*DBW) DownloadSlowLogsCommonRequest ¶
func (c *DBW) DownloadSlowLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DownloadSlowLogsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DownloadSlowLogsCommon operation. The "output" return value will be populated with the DownloadSlowLogsCommon request's response once the request completes successfully.
Use "Send" method on the returned DownloadSlowLogsCommon Request to send the API call to the service. the "output" return value is not valid until after DownloadSlowLogsCommon Send returns without error.
See DownloadSlowLogsCommon for more information on using the DownloadSlowLogsCommon API call, and error handling.
// Example sending a request using the DownloadSlowLogsCommonRequest method. req, resp := client.DownloadSlowLogsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DownloadSlowLogsCommonWithContext ¶
func (c *DBW) DownloadSlowLogsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DownloadSlowLogsCommonWithContext is the same as DownloadSlowLogsCommon with the addition of the ability to pass a context and additional request options.
See DownloadSlowLogsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DBW) DownloadSlowLogsRequest ¶
func (c *DBW) DownloadSlowLogsRequest(input *DownloadSlowLogsInput) (req *request.Request, output *DownloadSlowLogsOutput)
DownloadSlowLogsRequest generates a "volcengine/request.Request" representing the client's request for the DownloadSlowLogs operation. The "output" return value will be populated with the DownloadSlowLogsCommon request's response once the request completes successfully.
Use "Send" method on the returned DownloadSlowLogsCommon Request to send the API call to the service. the "output" return value is not valid until after DownloadSlowLogsCommon Send returns without error.
See DownloadSlowLogs for more information on using the DownloadSlowLogs API call, and error handling.
// Example sending a request using the DownloadSlowLogsRequest method. req, resp := client.DownloadSlowLogsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DBW) DownloadSlowLogsWithContext ¶
func (c *DBW) DownloadSlowLogsWithContext(ctx volcengine.Context, input *DownloadSlowLogsInput, opts ...request.Option) (*DownloadSlowLogsOutput, error)
DownloadSlowLogsWithContext is the same as DownloadSlowLogs with the addition of the ability to pass a context and additional request options.
See DownloadSlowLogs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type DBWAPI ¶
type DBWAPI interface { DataCancelExecCommon(*map[string]interface{}) (*map[string]interface{}, error) DataCancelExecCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DataCancelExecCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DataCancelExec(*DataCancelExecInput) (*DataCancelExecOutput, error) DataCancelExecWithContext(volcengine.Context, *DataCancelExecInput, ...request.Option) (*DataCancelExecOutput, error) DataCancelExecRequest(*DataCancelExecInput) (*request.Request, *DataCancelExecOutput) DataCloseSessionCommon(*map[string]interface{}) (*map[string]interface{}, error) DataCloseSessionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DataCloseSessionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DataCloseSession(*DataCloseSessionInput) (*DataCloseSessionOutput, error) DataCloseSessionWithContext(volcengine.Context, *DataCloseSessionInput, ...request.Option) (*DataCloseSessionOutput, error) DataCloseSessionRequest(*DataCloseSessionInput) (*request.Request, *DataCloseSessionOutput) DataConnectInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error) DataConnectInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DataConnectInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DataConnectInstance(*DataConnectInstanceInput) (*DataConnectInstanceOutput, error) DataConnectInstanceWithContext(volcengine.Context, *DataConnectInstanceInput, ...request.Option) (*DataConnectInstanceOutput, error) DataConnectInstanceRequest(*DataConnectInstanceInput) (*request.Request, *DataConnectInstanceOutput) DataExecCommandsCommon(*map[string]interface{}) (*map[string]interface{}, error) DataExecCommandsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DataExecCommandsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DataExecCommands(*DataExecCommandsInput) (*DataExecCommandsOutput, error) DataExecCommandsWithContext(volcengine.Context, *DataExecCommandsInput, ...request.Option) (*DataExecCommandsOutput, error) DataExecCommandsRequest(*DataExecCommandsInput) (*request.Request, *DataExecCommandsOutput) DataSessionKeepAliveCommon(*map[string]interface{}) (*map[string]interface{}, error) DataSessionKeepAliveCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DataSessionKeepAliveCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DataSessionKeepAlive(*DataSessionKeepAliveInput) (*DataSessionKeepAliveOutput, error) DataSessionKeepAliveWithContext(volcengine.Context, *DataSessionKeepAliveInput, ...request.Option) (*DataSessionKeepAliveOutput, error) DataSessionKeepAliveRequest(*DataSessionKeepAliveInput) (*request.Request, *DataSessionKeepAliveOutput) DescribeAggregateSlowLogsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeAggregateSlowLogsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeAggregateSlowLogsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeAggregateSlowLogs(*DescribeAggregateSlowLogsInput) (*DescribeAggregateSlowLogsOutput, error) DescribeAggregateSlowLogsWithContext(volcengine.Context, *DescribeAggregateSlowLogsInput, ...request.Option) (*DescribeAggregateSlowLogsOutput, error) DescribeAggregateSlowLogsRequest(*DescribeAggregateSlowLogsInput) (*request.Request, *DescribeAggregateSlowLogsOutput) DescribeAvailableTLSTopicCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeAvailableTLSTopicCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeAvailableTLSTopicCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeAvailableTLSTopic(*DescribeAvailableTLSTopicInput) (*DescribeAvailableTLSTopicOutput, error) DescribeAvailableTLSTopicWithContext(volcengine.Context, *DescribeAvailableTLSTopicInput, ...request.Option) (*DescribeAvailableTLSTopicOutput, error) DescribeAvailableTLSTopicRequest(*DescribeAvailableTLSTopicInput) (*request.Request, *DescribeAvailableTLSTopicOutput) DescribeDBsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeDBsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeDBsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeDBs(*DescribeDBsInput) (*DescribeDBsOutput, error) DescribeDBsWithContext(volcengine.Context, *DescribeDBsInput, ...request.Option) (*DescribeDBsOutput, error) DescribeDBsRequest(*DescribeDBsInput) (*request.Request, *DescribeDBsOutput) DescribeExampleSQLCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeExampleSQLCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeExampleSQLCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeExampleSQL(*DescribeExampleSQLInput) (*DescribeExampleSQLOutput, error) DescribeExampleSQLWithContext(volcengine.Context, *DescribeExampleSQLInput, ...request.Option) (*DescribeExampleSQLOutput, error) DescribeExampleSQLRequest(*DescribeExampleSQLInput) (*request.Request, *DescribeExampleSQLOutput) DescribeSlowLogTimeSeriesStatsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeSlowLogTimeSeriesStatsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeSlowLogTimeSeriesStatsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeSlowLogTimeSeriesStats(*DescribeSlowLogTimeSeriesStatsInput) (*DescribeSlowLogTimeSeriesStatsOutput, error) DescribeSlowLogTimeSeriesStatsWithContext(volcengine.Context, *DescribeSlowLogTimeSeriesStatsInput, ...request.Option) (*DescribeSlowLogTimeSeriesStatsOutput, error) DescribeSlowLogTimeSeriesStatsRequest(*DescribeSlowLogTimeSeriesStatsInput) (*request.Request, *DescribeSlowLogTimeSeriesStatsOutput) DescribeSlowLogsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeSlowLogsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeSlowLogsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeSlowLogs(*DescribeSlowLogsInput) (*DescribeSlowLogsOutput, error) DescribeSlowLogsWithContext(volcengine.Context, *DescribeSlowLogsInput, ...request.Option) (*DescribeSlowLogsOutput, error) DescribeSlowLogsRequest(*DescribeSlowLogsInput) (*request.Request, *DescribeSlowLogsOutput) DescribeSourceIPsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeSourceIPsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeSourceIPsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeSourceIPs(*DescribeSourceIPsInput) (*DescribeSourceIPsOutput, error) DescribeSourceIPsWithContext(volcengine.Context, *DescribeSourceIPsInput, ...request.Option) (*DescribeSourceIPsOutput, error) DescribeSourceIPsRequest(*DescribeSourceIPsInput) (*request.Request, *DescribeSourceIPsOutput) DescribeUsersCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeUsersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeUsersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeUsers(*DescribeUsersInput) (*DescribeUsersOutput, error) DescribeUsersWithContext(volcengine.Context, *DescribeUsersInput, ...request.Option) (*DescribeUsersOutput, error) DescribeUsersRequest(*DescribeUsersInput) (*request.Request, *DescribeUsersOutput) DownloadSlowLogsCommon(*map[string]interface{}) (*map[string]interface{}, error) DownloadSlowLogsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DownloadSlowLogsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DownloadSlowLogs(*DownloadSlowLogsInput) (*DownloadSlowLogsOutput, error) DownloadSlowLogsWithContext(volcengine.Context, *DownloadSlowLogsInput, ...request.Option) (*DownloadSlowLogsOutput, error) DownloadSlowLogsRequest(*DownloadSlowLogsInput) (*request.Request, *DownloadSlowLogsOutput) }
DBWAPI provides an interface to enable mocking the dbw.DBW service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to // DBW. func myFunc(svc DBWAPI) bool { // Make svc.DataCancelExec request } func main() { sess := session.New() svc := dbw.New(sess) myFunc(svc) }
type DataCancelExecInput ¶
type DataCancelExecInput struct { SessionId *string `type:"string"` // contains filtered or unexported fields }
func (DataCancelExecInput) GoString ¶
func (s DataCancelExecInput) GoString() string
GoString returns the string representation
func (*DataCancelExecInput) SetSessionId ¶
func (s *DataCancelExecInput) SetSessionId(v string) *DataCancelExecInput
SetSessionId sets the SessionId field's value.
func (DataCancelExecInput) String ¶
func (s DataCancelExecInput) String() string
String returns the string representation
type DataCancelExecOutput ¶
type DataCancelExecOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DataCancelExecOutput) GoString ¶
func (s DataCancelExecOutput) GoString() string
GoString returns the string representation
func (DataCancelExecOutput) String ¶
func (s DataCancelExecOutput) String() string
String returns the string representation
type DataCloseSessionInput ¶
type DataCloseSessionInput struct { SessionId *string `type:"string"` // contains filtered or unexported fields }
func (DataCloseSessionInput) GoString ¶
func (s DataCloseSessionInput) GoString() string
GoString returns the string representation
func (*DataCloseSessionInput) SetSessionId ¶
func (s *DataCloseSessionInput) SetSessionId(v string) *DataCloseSessionInput
SetSessionId sets the SessionId field's value.
func (DataCloseSessionInput) String ¶
func (s DataCloseSessionInput) String() string
String returns the string representation
type DataCloseSessionOutput ¶
type DataCloseSessionOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DataCloseSessionOutput) GoString ¶
func (s DataCloseSessionOutput) GoString() string
GoString returns the string representation
func (DataCloseSessionOutput) String ¶
func (s DataCloseSessionOutput) String() string
String returns the string representation
type DataConnectInstanceInput ¶
type DataConnectInstanceInput struct { DatabaseName *string `type:"string"` InstanceId *string `type:"string"` InstanceType *string `type:"string"` KeepAliveOverTime *int64 `type:"int64"` Password *string `type:"string"` Username *string `type:"string"` // contains filtered or unexported fields }
func (DataConnectInstanceInput) GoString ¶
func (s DataConnectInstanceInput) GoString() string
GoString returns the string representation
func (*DataConnectInstanceInput) SetDatabaseName ¶
func (s *DataConnectInstanceInput) SetDatabaseName(v string) *DataConnectInstanceInput
SetDatabaseName sets the DatabaseName field's value.
func (*DataConnectInstanceInput) SetInstanceId ¶
func (s *DataConnectInstanceInput) SetInstanceId(v string) *DataConnectInstanceInput
SetInstanceId sets the InstanceId field's value.
func (*DataConnectInstanceInput) SetInstanceType ¶
func (s *DataConnectInstanceInput) SetInstanceType(v string) *DataConnectInstanceInput
SetInstanceType sets the InstanceType field's value.
func (*DataConnectInstanceInput) SetKeepAliveOverTime ¶
func (s *DataConnectInstanceInput) SetKeepAliveOverTime(v int64) *DataConnectInstanceInput
SetKeepAliveOverTime sets the KeepAliveOverTime field's value.
func (*DataConnectInstanceInput) SetPassword ¶
func (s *DataConnectInstanceInput) SetPassword(v string) *DataConnectInstanceInput
SetPassword sets the Password field's value.
func (*DataConnectInstanceInput) SetUsername ¶
func (s *DataConnectInstanceInput) SetUsername(v string) *DataConnectInstanceInput
SetUsername sets the Username field's value.
func (DataConnectInstanceInput) String ¶
func (s DataConnectInstanceInput) String() string
String returns the string representation
type DataConnectInstanceOutput ¶
type DataConnectInstanceOutput struct { Metadata *response.ResponseMetadata DatabaseName *string `type:"string"` SessionId *string `type:"string"` // contains filtered or unexported fields }
func (DataConnectInstanceOutput) GoString ¶
func (s DataConnectInstanceOutput) GoString() string
GoString returns the string representation
func (*DataConnectInstanceOutput) SetDatabaseName ¶
func (s *DataConnectInstanceOutput) SetDatabaseName(v string) *DataConnectInstanceOutput
SetDatabaseName sets the DatabaseName field's value.
func (*DataConnectInstanceOutput) SetSessionId ¶
func (s *DataConnectInstanceOutput) SetSessionId(v string) *DataConnectInstanceOutput
SetSessionId sets the SessionId field's value.
func (DataConnectInstanceOutput) String ¶
func (s DataConnectInstanceOutput) String() string
String returns the string representation
type DataExecCommandsInput ¶
type DataExecCommandsInput struct { Commands *string `type:"string"` DatabaseName *string `type:"string"` SessionId *string `type:"string"` TimeOutSeconds *int64 `type:"int64"` // contains filtered or unexported fields }
func (DataExecCommandsInput) GoString ¶
func (s DataExecCommandsInput) GoString() string
GoString returns the string representation
func (*DataExecCommandsInput) SetCommands ¶
func (s *DataExecCommandsInput) SetCommands(v string) *DataExecCommandsInput
SetCommands sets the Commands field's value.
func (*DataExecCommandsInput) SetDatabaseName ¶
func (s *DataExecCommandsInput) SetDatabaseName(v string) *DataExecCommandsInput
SetDatabaseName sets the DatabaseName field's value.
func (*DataExecCommandsInput) SetSessionId ¶
func (s *DataExecCommandsInput) SetSessionId(v string) *DataExecCommandsInput
SetSessionId sets the SessionId field's value.
func (*DataExecCommandsInput) SetTimeOutSeconds ¶
func (s *DataExecCommandsInput) SetTimeOutSeconds(v int64) *DataExecCommandsInput
SetTimeOutSeconds sets the TimeOutSeconds field's value.
func (DataExecCommandsInput) String ¶
func (s DataExecCommandsInput) String() string
String returns the string representation
type DataExecCommandsOutput ¶
type DataExecCommandsOutput struct { Metadata *response.ResponseMetadata Results []*ResultForDataExecCommandsOutput `type:"list"` // contains filtered or unexported fields }
func (DataExecCommandsOutput) GoString ¶
func (s DataExecCommandsOutput) GoString() string
GoString returns the string representation
func (*DataExecCommandsOutput) SetResults ¶
func (s *DataExecCommandsOutput) SetResults(v []*ResultForDataExecCommandsOutput) *DataExecCommandsOutput
SetResults sets the Results field's value.
func (DataExecCommandsOutput) String ¶
func (s DataExecCommandsOutput) String() string
String returns the string representation
type DataSessionKeepAliveInput ¶
type DataSessionKeepAliveInput struct { SessionId *string `type:"string"` // contains filtered or unexported fields }
func (DataSessionKeepAliveInput) GoString ¶
func (s DataSessionKeepAliveInput) GoString() string
GoString returns the string representation
func (*DataSessionKeepAliveInput) SetSessionId ¶
func (s *DataSessionKeepAliveInput) SetSessionId(v string) *DataSessionKeepAliveInput
SetSessionId sets the SessionId field's value.
func (DataSessionKeepAliveInput) String ¶
func (s DataSessionKeepAliveInput) String() string
String returns the string representation
type DataSessionKeepAliveOutput ¶
type DataSessionKeepAliveOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DataSessionKeepAliveOutput) GoString ¶
func (s DataSessionKeepAliveOutput) GoString() string
GoString returns the string representation
func (DataSessionKeepAliveOutput) String ¶
func (s DataSessionKeepAliveOutput) String() string
String returns the string representation
type DescribeAggregateSlowLogsInput ¶
type DescribeAggregateSlowLogsInput struct { DSType *string `type:"string" enum:"EnumOfDSTypeForDescribeAggregateSlowLogsInput"` EndTime *int32 `type:"int32"` InstanceId *string `type:"string"` OrderBy *string `type:"string" enum:"EnumOfOrderByForDescribeAggregateSlowLogsInput"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` RegionId *string `type:"string"` SearchParam *SearchParamForDescribeAggregateSlowLogsInput `type:"structure"` SortBy *string `type:"string" enum:"EnumOfSortByForDescribeAggregateSlowLogsInput"` StartTime *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeAggregateSlowLogsInput) GoString ¶
func (s DescribeAggregateSlowLogsInput) GoString() string
GoString returns the string representation
func (*DescribeAggregateSlowLogsInput) SetDSType ¶
func (s *DescribeAggregateSlowLogsInput) SetDSType(v string) *DescribeAggregateSlowLogsInput
SetDSType sets the DSType field's value.
func (*DescribeAggregateSlowLogsInput) SetEndTime ¶
func (s *DescribeAggregateSlowLogsInput) SetEndTime(v int32) *DescribeAggregateSlowLogsInput
SetEndTime sets the EndTime field's value.
func (*DescribeAggregateSlowLogsInput) SetInstanceId ¶
func (s *DescribeAggregateSlowLogsInput) SetInstanceId(v string) *DescribeAggregateSlowLogsInput
SetInstanceId sets the InstanceId field's value.
func (*DescribeAggregateSlowLogsInput) SetOrderBy ¶
func (s *DescribeAggregateSlowLogsInput) SetOrderBy(v string) *DescribeAggregateSlowLogsInput
SetOrderBy sets the OrderBy field's value.
func (*DescribeAggregateSlowLogsInput) SetPageNumber ¶
func (s *DescribeAggregateSlowLogsInput) SetPageNumber(v int32) *DescribeAggregateSlowLogsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeAggregateSlowLogsInput) SetPageSize ¶
func (s *DescribeAggregateSlowLogsInput) SetPageSize(v int32) *DescribeAggregateSlowLogsInput
SetPageSize sets the PageSize field's value.
func (*DescribeAggregateSlowLogsInput) SetRegionId ¶
func (s *DescribeAggregateSlowLogsInput) SetRegionId(v string) *DescribeAggregateSlowLogsInput
SetRegionId sets the RegionId field's value.
func (*DescribeAggregateSlowLogsInput) SetSearchParam ¶
func (s *DescribeAggregateSlowLogsInput) SetSearchParam(v *SearchParamForDescribeAggregateSlowLogsInput) *DescribeAggregateSlowLogsInput
SetSearchParam sets the SearchParam field's value.
func (*DescribeAggregateSlowLogsInput) SetSortBy ¶
func (s *DescribeAggregateSlowLogsInput) SetSortBy(v string) *DescribeAggregateSlowLogsInput
SetSortBy sets the SortBy field's value.
func (*DescribeAggregateSlowLogsInput) SetStartTime ¶
func (s *DescribeAggregateSlowLogsInput) SetStartTime(v int32) *DescribeAggregateSlowLogsInput
SetStartTime sets the StartTime field's value.
func (DescribeAggregateSlowLogsInput) String ¶
func (s DescribeAggregateSlowLogsInput) String() string
String returns the string representation
type DescribeAggregateSlowLogsOutput ¶
type DescribeAggregateSlowLogsOutput struct { Metadata *response.ResponseMetadata AggregateSlowLogs []*AggregateSlowLogForDescribeAggregateSlowLogsOutput `type:"list"` Total *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeAggregateSlowLogsOutput) GoString ¶
func (s DescribeAggregateSlowLogsOutput) GoString() string
GoString returns the string representation
func (*DescribeAggregateSlowLogsOutput) SetAggregateSlowLogs ¶
func (s *DescribeAggregateSlowLogsOutput) SetAggregateSlowLogs(v []*AggregateSlowLogForDescribeAggregateSlowLogsOutput) *DescribeAggregateSlowLogsOutput
SetAggregateSlowLogs sets the AggregateSlowLogs field's value.
func (*DescribeAggregateSlowLogsOutput) SetTotal ¶
func (s *DescribeAggregateSlowLogsOutput) SetTotal(v int32) *DescribeAggregateSlowLogsOutput
SetTotal sets the Total field's value.
func (DescribeAggregateSlowLogsOutput) String ¶
func (s DescribeAggregateSlowLogsOutput) String() string
String returns the string representation
type DescribeAvailableTLSTopicInput ¶
type DescribeAvailableTLSTopicInput struct { DSType *string `type:"string" enum:"EnumOfDSTypeForDescribeAvailableTLSTopicInput"` LabelType *string `type:"string" enum:"EnumOfLabelTypeForDescribeAvailableTLSTopicInput"` // contains filtered or unexported fields }
func (DescribeAvailableTLSTopicInput) GoString ¶
func (s DescribeAvailableTLSTopicInput) GoString() string
GoString returns the string representation
func (*DescribeAvailableTLSTopicInput) SetDSType ¶
func (s *DescribeAvailableTLSTopicInput) SetDSType(v string) *DescribeAvailableTLSTopicInput
SetDSType sets the DSType field's value.
func (*DescribeAvailableTLSTopicInput) SetLabelType ¶
func (s *DescribeAvailableTLSTopicInput) SetLabelType(v string) *DescribeAvailableTLSTopicInput
SetLabelType sets the LabelType field's value.
func (DescribeAvailableTLSTopicInput) String ¶
func (s DescribeAvailableTLSTopicInput) String() string
String returns the string representation
type DescribeAvailableTLSTopicOutput ¶
type DescribeAvailableTLSTopicOutput struct { Metadata *response.ResponseMetadata Endpoint *string `type:"string"` Topic *string `type:"string"` // contains filtered or unexported fields }
func (DescribeAvailableTLSTopicOutput) GoString ¶
func (s DescribeAvailableTLSTopicOutput) GoString() string
GoString returns the string representation
func (*DescribeAvailableTLSTopicOutput) SetEndpoint ¶
func (s *DescribeAvailableTLSTopicOutput) SetEndpoint(v string) *DescribeAvailableTLSTopicOutput
SetEndpoint sets the Endpoint field's value.
func (*DescribeAvailableTLSTopicOutput) SetTopic ¶
func (s *DescribeAvailableTLSTopicOutput) SetTopic(v string) *DescribeAvailableTLSTopicOutput
SetTopic sets the Topic field's value.
func (DescribeAvailableTLSTopicOutput) String ¶
func (s DescribeAvailableTLSTopicOutput) String() string
String returns the string representation
type DescribeDBsInput ¶
type DescribeDBsInput struct { DSType *string `type:"string" enum:"EnumOfDSTypeForDescribeDBsInput"` EndTime *int32 `type:"int32"` InstanceId *string `type:"string"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` RegionId *string `type:"string"` SearchParam *SearchParamForDescribeDBsInput `type:"structure"` StartTime *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeDBsInput) GoString ¶
func (s DescribeDBsInput) GoString() string
GoString returns the string representation
func (*DescribeDBsInput) SetDSType ¶
func (s *DescribeDBsInput) SetDSType(v string) *DescribeDBsInput
SetDSType sets the DSType field's value.
func (*DescribeDBsInput) SetEndTime ¶
func (s *DescribeDBsInput) SetEndTime(v int32) *DescribeDBsInput
SetEndTime sets the EndTime field's value.
func (*DescribeDBsInput) SetInstanceId ¶
func (s *DescribeDBsInput) SetInstanceId(v string) *DescribeDBsInput
SetInstanceId sets the InstanceId field's value.
func (*DescribeDBsInput) SetPageNumber ¶
func (s *DescribeDBsInput) SetPageNumber(v int32) *DescribeDBsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeDBsInput) SetPageSize ¶
func (s *DescribeDBsInput) SetPageSize(v int32) *DescribeDBsInput
SetPageSize sets the PageSize field's value.
func (*DescribeDBsInput) SetRegionId ¶
func (s *DescribeDBsInput) SetRegionId(v string) *DescribeDBsInput
SetRegionId sets the RegionId field's value.
func (*DescribeDBsInput) SetSearchParam ¶
func (s *DescribeDBsInput) SetSearchParam(v *SearchParamForDescribeDBsInput) *DescribeDBsInput
SetSearchParam sets the SearchParam field's value.
func (*DescribeDBsInput) SetStartTime ¶
func (s *DescribeDBsInput) SetStartTime(v int32) *DescribeDBsInput
SetStartTime sets the StartTime field's value.
func (DescribeDBsInput) String ¶
func (s DescribeDBsInput) String() string
String returns the string representation
type DescribeDBsOutput ¶
type DescribeDBsOutput struct { Metadata *response.ResponseMetadata DBs []*string `type:"list"` Total *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeDBsOutput) GoString ¶
func (s DescribeDBsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBsOutput) SetDBs ¶
func (s *DescribeDBsOutput) SetDBs(v []*string) *DescribeDBsOutput
SetDBs sets the DBs field's value.
func (*DescribeDBsOutput) SetTotal ¶
func (s *DescribeDBsOutput) SetTotal(v int32) *DescribeDBsOutput
SetTotal sets the Total field's value.
func (DescribeDBsOutput) String ¶
func (s DescribeDBsOutput) String() string
String returns the string representation
type DescribeExampleSQLInput ¶
type DescribeExampleSQLInput struct { DSType *string `type:"string" enum:"EnumOfDSTypeForDescribeExampleSQLInput"` EndTime *int32 `type:"int32"` InstanceId *string `type:"string"` RegionId *string `type:"string"` SearchParam *SearchParamForDescribeExampleSQLInput `type:"structure"` StartTime *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeExampleSQLInput) GoString ¶
func (s DescribeExampleSQLInput) GoString() string
GoString returns the string representation
func (*DescribeExampleSQLInput) SetDSType ¶
func (s *DescribeExampleSQLInput) SetDSType(v string) *DescribeExampleSQLInput
SetDSType sets the DSType field's value.
func (*DescribeExampleSQLInput) SetEndTime ¶
func (s *DescribeExampleSQLInput) SetEndTime(v int32) *DescribeExampleSQLInput
SetEndTime sets the EndTime field's value.
func (*DescribeExampleSQLInput) SetInstanceId ¶
func (s *DescribeExampleSQLInput) SetInstanceId(v string) *DescribeExampleSQLInput
SetInstanceId sets the InstanceId field's value.
func (*DescribeExampleSQLInput) SetRegionId ¶
func (s *DescribeExampleSQLInput) SetRegionId(v string) *DescribeExampleSQLInput
SetRegionId sets the RegionId field's value.
func (*DescribeExampleSQLInput) SetSearchParam ¶
func (s *DescribeExampleSQLInput) SetSearchParam(v *SearchParamForDescribeExampleSQLInput) *DescribeExampleSQLInput
SetSearchParam sets the SearchParam field's value.
func (*DescribeExampleSQLInput) SetStartTime ¶
func (s *DescribeExampleSQLInput) SetStartTime(v int32) *DescribeExampleSQLInput
SetStartTime sets the StartTime field's value.
func (DescribeExampleSQLInput) String ¶
func (s DescribeExampleSQLInput) String() string
String returns the string representation
type DescribeExampleSQLOutput ¶
type DescribeExampleSQLOutput struct { Metadata *response.ResponseMetadata SQLText *string `type:"string"` // contains filtered or unexported fields }
func (DescribeExampleSQLOutput) GoString ¶
func (s DescribeExampleSQLOutput) GoString() string
GoString returns the string representation
func (*DescribeExampleSQLOutput) SetSQLText ¶
func (s *DescribeExampleSQLOutput) SetSQLText(v string) *DescribeExampleSQLOutput
SetSQLText sets the SQLText field's value.
func (DescribeExampleSQLOutput) String ¶
func (s DescribeExampleSQLOutput) String() string
String returns the string representation
type DescribeSlowLogTimeSeriesStatsInput ¶
type DescribeSlowLogTimeSeriesStatsInput struct { DSType *string `type:"string" enum:"EnumOfDSTypeForDescribeSlowLogTimeSeriesStatsInput"` EndTime *int32 `type:"int32"` InstanceId *string `type:"string"` Interval *int32 `type:"int32"` Limit *int32 `type:"int32"` RegionId *string `type:"string"` SearchParam *SearchParamForDescribeSlowLogTimeSeriesStatsInput `type:"structure"` StartTime *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeSlowLogTimeSeriesStatsInput) GoString ¶
func (s DescribeSlowLogTimeSeriesStatsInput) GoString() string
GoString returns the string representation
func (*DescribeSlowLogTimeSeriesStatsInput) SetDSType ¶
func (s *DescribeSlowLogTimeSeriesStatsInput) SetDSType(v string) *DescribeSlowLogTimeSeriesStatsInput
SetDSType sets the DSType field's value.
func (*DescribeSlowLogTimeSeriesStatsInput) SetEndTime ¶
func (s *DescribeSlowLogTimeSeriesStatsInput) SetEndTime(v int32) *DescribeSlowLogTimeSeriesStatsInput
SetEndTime sets the EndTime field's value.
func (*DescribeSlowLogTimeSeriesStatsInput) SetInstanceId ¶
func (s *DescribeSlowLogTimeSeriesStatsInput) SetInstanceId(v string) *DescribeSlowLogTimeSeriesStatsInput
SetInstanceId sets the InstanceId field's value.
func (*DescribeSlowLogTimeSeriesStatsInput) SetInterval ¶
func (s *DescribeSlowLogTimeSeriesStatsInput) SetInterval(v int32) *DescribeSlowLogTimeSeriesStatsInput
SetInterval sets the Interval field's value.
func (*DescribeSlowLogTimeSeriesStatsInput) SetLimit ¶
func (s *DescribeSlowLogTimeSeriesStatsInput) SetLimit(v int32) *DescribeSlowLogTimeSeriesStatsInput
SetLimit sets the Limit field's value.
func (*DescribeSlowLogTimeSeriesStatsInput) SetRegionId ¶
func (s *DescribeSlowLogTimeSeriesStatsInput) SetRegionId(v string) *DescribeSlowLogTimeSeriesStatsInput
SetRegionId sets the RegionId field's value.
func (*DescribeSlowLogTimeSeriesStatsInput) SetSearchParam ¶
func (s *DescribeSlowLogTimeSeriesStatsInput) SetSearchParam(v *SearchParamForDescribeSlowLogTimeSeriesStatsInput) *DescribeSlowLogTimeSeriesStatsInput
SetSearchParam sets the SearchParam field's value.
func (*DescribeSlowLogTimeSeriesStatsInput) SetStartTime ¶
func (s *DescribeSlowLogTimeSeriesStatsInput) SetStartTime(v int32) *DescribeSlowLogTimeSeriesStatsInput
SetStartTime sets the StartTime field's value.
func (DescribeSlowLogTimeSeriesStatsInput) String ¶
func (s DescribeSlowLogTimeSeriesStatsInput) String() string
String returns the string representation
type DescribeSlowLogTimeSeriesStatsOutput ¶
type DescribeSlowLogTimeSeriesStatsOutput struct { Metadata *response.ResponseMetadata CpuUsageStats []*CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput `type:"list"` SlowLogCountStats []*SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeSlowLogTimeSeriesStatsOutput) GoString ¶
func (s DescribeSlowLogTimeSeriesStatsOutput) GoString() string
GoString returns the string representation
func (*DescribeSlowLogTimeSeriesStatsOutput) SetCpuUsageStats ¶
func (s *DescribeSlowLogTimeSeriesStatsOutput) SetCpuUsageStats(v []*CpuUsageStatForDescribeSlowLogTimeSeriesStatsOutput) *DescribeSlowLogTimeSeriesStatsOutput
SetCpuUsageStats sets the CpuUsageStats field's value.
func (*DescribeSlowLogTimeSeriesStatsOutput) SetSlowLogCountStats ¶
func (s *DescribeSlowLogTimeSeriesStatsOutput) SetSlowLogCountStats(v []*SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) *DescribeSlowLogTimeSeriesStatsOutput
SetSlowLogCountStats sets the SlowLogCountStats field's value.
func (DescribeSlowLogTimeSeriesStatsOutput) String ¶
func (s DescribeSlowLogTimeSeriesStatsOutput) String() string
String returns the string representation
type DescribeSlowLogsInput ¶
type DescribeSlowLogsInput struct { DSType *string `type:"string" enum:"EnumOfDSTypeForDescribeSlowLogsInput"` EndTime *int32 `type:"int32"` InstanceId *string `type:"string"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` RegionId *string `type:"string"` SearchParam *SearchParamForDescribeSlowLogsInput `type:"structure"` StartTime *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeSlowLogsInput) GoString ¶
func (s DescribeSlowLogsInput) GoString() string
GoString returns the string representation
func (*DescribeSlowLogsInput) SetDSType ¶
func (s *DescribeSlowLogsInput) SetDSType(v string) *DescribeSlowLogsInput
SetDSType sets the DSType field's value.
func (*DescribeSlowLogsInput) SetEndTime ¶
func (s *DescribeSlowLogsInput) SetEndTime(v int32) *DescribeSlowLogsInput
SetEndTime sets the EndTime field's value.
func (*DescribeSlowLogsInput) SetInstanceId ¶
func (s *DescribeSlowLogsInput) SetInstanceId(v string) *DescribeSlowLogsInput
SetInstanceId sets the InstanceId field's value.
func (*DescribeSlowLogsInput) SetPageNumber ¶
func (s *DescribeSlowLogsInput) SetPageNumber(v int32) *DescribeSlowLogsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeSlowLogsInput) SetPageSize ¶
func (s *DescribeSlowLogsInput) SetPageSize(v int32) *DescribeSlowLogsInput
SetPageSize sets the PageSize field's value.
func (*DescribeSlowLogsInput) SetRegionId ¶
func (s *DescribeSlowLogsInput) SetRegionId(v string) *DescribeSlowLogsInput
SetRegionId sets the RegionId field's value.
func (*DescribeSlowLogsInput) SetSearchParam ¶
func (s *DescribeSlowLogsInput) SetSearchParam(v *SearchParamForDescribeSlowLogsInput) *DescribeSlowLogsInput
SetSearchParam sets the SearchParam field's value.
func (*DescribeSlowLogsInput) SetStartTime ¶
func (s *DescribeSlowLogsInput) SetStartTime(v int32) *DescribeSlowLogsInput
SetStartTime sets the StartTime field's value.
func (DescribeSlowLogsInput) String ¶
func (s DescribeSlowLogsInput) String() string
String returns the string representation
type DescribeSlowLogsOutput ¶
type DescribeSlowLogsOutput struct { Metadata *response.ResponseMetadata SlowLogs []*SlowLogForDescribeSlowLogsOutput `type:"list"` Total *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeSlowLogsOutput) GoString ¶
func (s DescribeSlowLogsOutput) GoString() string
GoString returns the string representation
func (*DescribeSlowLogsOutput) SetSlowLogs ¶
func (s *DescribeSlowLogsOutput) SetSlowLogs(v []*SlowLogForDescribeSlowLogsOutput) *DescribeSlowLogsOutput
SetSlowLogs sets the SlowLogs field's value.
func (*DescribeSlowLogsOutput) SetTotal ¶
func (s *DescribeSlowLogsOutput) SetTotal(v int32) *DescribeSlowLogsOutput
SetTotal sets the Total field's value.
func (DescribeSlowLogsOutput) String ¶
func (s DescribeSlowLogsOutput) String() string
String returns the string representation
type DescribeSourceIPsInput ¶
type DescribeSourceIPsInput struct { DSType *string `type:"string" enum:"EnumOfDSTypeForDescribeSourceIPsInput"` EndTime *int32 `type:"int32"` InstanceId *string `type:"string"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` RegionId *string `type:"string"` SearchParam *SearchParamForDescribeSourceIPsInput `type:"structure"` StartTime *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeSourceIPsInput) GoString ¶
func (s DescribeSourceIPsInput) GoString() string
GoString returns the string representation
func (*DescribeSourceIPsInput) SetDSType ¶
func (s *DescribeSourceIPsInput) SetDSType(v string) *DescribeSourceIPsInput
SetDSType sets the DSType field's value.
func (*DescribeSourceIPsInput) SetEndTime ¶
func (s *DescribeSourceIPsInput) SetEndTime(v int32) *DescribeSourceIPsInput
SetEndTime sets the EndTime field's value.
func (*DescribeSourceIPsInput) SetInstanceId ¶
func (s *DescribeSourceIPsInput) SetInstanceId(v string) *DescribeSourceIPsInput
SetInstanceId sets the InstanceId field's value.
func (*DescribeSourceIPsInput) SetPageNumber ¶
func (s *DescribeSourceIPsInput) SetPageNumber(v int32) *DescribeSourceIPsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeSourceIPsInput) SetPageSize ¶
func (s *DescribeSourceIPsInput) SetPageSize(v int32) *DescribeSourceIPsInput
SetPageSize sets the PageSize field's value.
func (*DescribeSourceIPsInput) SetRegionId ¶
func (s *DescribeSourceIPsInput) SetRegionId(v string) *DescribeSourceIPsInput
SetRegionId sets the RegionId field's value.
func (*DescribeSourceIPsInput) SetSearchParam ¶
func (s *DescribeSourceIPsInput) SetSearchParam(v *SearchParamForDescribeSourceIPsInput) *DescribeSourceIPsInput
SetSearchParam sets the SearchParam field's value.
func (*DescribeSourceIPsInput) SetStartTime ¶
func (s *DescribeSourceIPsInput) SetStartTime(v int32) *DescribeSourceIPsInput
SetStartTime sets the StartTime field's value.
func (DescribeSourceIPsInput) String ¶
func (s DescribeSourceIPsInput) String() string
String returns the string representation
type DescribeSourceIPsOutput ¶
type DescribeSourceIPsOutput struct { Metadata *response.ResponseMetadata SourceIPs []*string `type:"list"` Total *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeSourceIPsOutput) GoString ¶
func (s DescribeSourceIPsOutput) GoString() string
GoString returns the string representation
func (*DescribeSourceIPsOutput) SetSourceIPs ¶
func (s *DescribeSourceIPsOutput) SetSourceIPs(v []*string) *DescribeSourceIPsOutput
SetSourceIPs sets the SourceIPs field's value.
func (*DescribeSourceIPsOutput) SetTotal ¶
func (s *DescribeSourceIPsOutput) SetTotal(v int32) *DescribeSourceIPsOutput
SetTotal sets the Total field's value.
func (DescribeSourceIPsOutput) String ¶
func (s DescribeSourceIPsOutput) String() string
String returns the string representation
type DescribeUsersInput ¶
type DescribeUsersInput struct { DSType *string `type:"string" enum:"EnumOfDSTypeForDescribeUsersInput"` EndTime *int32 `type:"int32"` InstanceId *string `type:"string"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` RegionId *string `type:"string"` SearchParam *SearchParamForDescribeUsersInput `type:"structure"` StartTime *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeUsersInput) GoString ¶
func (s DescribeUsersInput) GoString() string
GoString returns the string representation
func (*DescribeUsersInput) SetDSType ¶
func (s *DescribeUsersInput) SetDSType(v string) *DescribeUsersInput
SetDSType sets the DSType field's value.
func (*DescribeUsersInput) SetEndTime ¶
func (s *DescribeUsersInput) SetEndTime(v int32) *DescribeUsersInput
SetEndTime sets the EndTime field's value.
func (*DescribeUsersInput) SetInstanceId ¶
func (s *DescribeUsersInput) SetInstanceId(v string) *DescribeUsersInput
SetInstanceId sets the InstanceId field's value.
func (*DescribeUsersInput) SetPageNumber ¶
func (s *DescribeUsersInput) SetPageNumber(v int32) *DescribeUsersInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeUsersInput) SetPageSize ¶
func (s *DescribeUsersInput) SetPageSize(v int32) *DescribeUsersInput
SetPageSize sets the PageSize field's value.
func (*DescribeUsersInput) SetRegionId ¶
func (s *DescribeUsersInput) SetRegionId(v string) *DescribeUsersInput
SetRegionId sets the RegionId field's value.
func (*DescribeUsersInput) SetSearchParam ¶
func (s *DescribeUsersInput) SetSearchParam(v *SearchParamForDescribeUsersInput) *DescribeUsersInput
SetSearchParam sets the SearchParam field's value.
func (*DescribeUsersInput) SetStartTime ¶
func (s *DescribeUsersInput) SetStartTime(v int32) *DescribeUsersInput
SetStartTime sets the StartTime field's value.
func (DescribeUsersInput) String ¶
func (s DescribeUsersInput) String() string
String returns the string representation
type DescribeUsersOutput ¶
type DescribeUsersOutput struct { Metadata *response.ResponseMetadata Total *int32 `type:"int32"` Users []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeUsersOutput) GoString ¶
func (s DescribeUsersOutput) GoString() string
GoString returns the string representation
func (*DescribeUsersOutput) SetTotal ¶
func (s *DescribeUsersOutput) SetTotal(v int32) *DescribeUsersOutput
SetTotal sets the Total field's value.
func (*DescribeUsersOutput) SetUsers ¶
func (s *DescribeUsersOutput) SetUsers(v []*string) *DescribeUsersOutput
SetUsers sets the Users field's value.
func (DescribeUsersOutput) String ¶
func (s DescribeUsersOutput) String() string
String returns the string representation
type DownloadSlowLogsInput ¶
type DownloadSlowLogsInput struct { DSType *string `type:"string" enum:"EnumOfDSTypeForDownloadSlowLogsInput"` EndTime *int32 `type:"int32"` InstanceId *string `type:"string"` OrderBy *string `type:"string"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` RegionId *string `type:"string"` SearchParam *SearchParamForDownloadSlowLogsInput `type:"structure"` SortBy *string `type:"string" enum:"EnumOfSortByForDownloadSlowLogsInput"` StartTime *int32 `type:"int32"` // contains filtered or unexported fields }
func (DownloadSlowLogsInput) GoString ¶
func (s DownloadSlowLogsInput) GoString() string
GoString returns the string representation
func (*DownloadSlowLogsInput) SetDSType ¶
func (s *DownloadSlowLogsInput) SetDSType(v string) *DownloadSlowLogsInput
SetDSType sets the DSType field's value.
func (*DownloadSlowLogsInput) SetEndTime ¶
func (s *DownloadSlowLogsInput) SetEndTime(v int32) *DownloadSlowLogsInput
SetEndTime sets the EndTime field's value.
func (*DownloadSlowLogsInput) SetInstanceId ¶
func (s *DownloadSlowLogsInput) SetInstanceId(v string) *DownloadSlowLogsInput
SetInstanceId sets the InstanceId field's value.
func (*DownloadSlowLogsInput) SetOrderBy ¶
func (s *DownloadSlowLogsInput) SetOrderBy(v string) *DownloadSlowLogsInput
SetOrderBy sets the OrderBy field's value.
func (*DownloadSlowLogsInput) SetPageNumber ¶
func (s *DownloadSlowLogsInput) SetPageNumber(v int32) *DownloadSlowLogsInput
SetPageNumber sets the PageNumber field's value.
func (*DownloadSlowLogsInput) SetPageSize ¶
func (s *DownloadSlowLogsInput) SetPageSize(v int32) *DownloadSlowLogsInput
SetPageSize sets the PageSize field's value.
func (*DownloadSlowLogsInput) SetRegionId ¶
func (s *DownloadSlowLogsInput) SetRegionId(v string) *DownloadSlowLogsInput
SetRegionId sets the RegionId field's value.
func (*DownloadSlowLogsInput) SetSearchParam ¶
func (s *DownloadSlowLogsInput) SetSearchParam(v *SearchParamForDownloadSlowLogsInput) *DownloadSlowLogsInput
SetSearchParam sets the SearchParam field's value.
func (*DownloadSlowLogsInput) SetSortBy ¶
func (s *DownloadSlowLogsInput) SetSortBy(v string) *DownloadSlowLogsInput
SetSortBy sets the SortBy field's value.
func (*DownloadSlowLogsInput) SetStartTime ¶
func (s *DownloadSlowLogsInput) SetStartTime(v int32) *DownloadSlowLogsInput
SetStartTime sets the StartTime field's value.
func (DownloadSlowLogsInput) String ¶
func (s DownloadSlowLogsInput) String() string
String returns the string representation
type DownloadSlowLogsOutput ¶
type DownloadSlowLogsOutput struct { Metadata *response.ResponseMetadata FileURL *string `type:"string"` // contains filtered or unexported fields }
func (DownloadSlowLogsOutput) GoString ¶
func (s DownloadSlowLogsOutput) GoString() string
GoString returns the string representation
func (*DownloadSlowLogsOutput) SetFileURL ¶
func (s *DownloadSlowLogsOutput) SetFileURL(v string) *DownloadSlowLogsOutput
SetFileURL sets the FileURL field's value.
func (DownloadSlowLogsOutput) String ¶
func (s DownloadSlowLogsOutput) String() string
String returns the string representation
type LockTimeStatsForDescribeAggregateSlowLogsOutput ¶
type LockTimeStatsForDescribeAggregateSlowLogsOutput struct { Average *float64 `type:"double"` Max *float64 `type:"double"` Median *float64 `type:"double"` Min *float64 `type:"double"` P95 *float64 `type:"double"` Stddev *float64 `type:"double"` Total *float64 `type:"double"` // contains filtered or unexported fields }
func (LockTimeStatsForDescribeAggregateSlowLogsOutput) GoString ¶
func (s LockTimeStatsForDescribeAggregateSlowLogsOutput) GoString() string
GoString returns the string representation
func (*LockTimeStatsForDescribeAggregateSlowLogsOutput) SetAverage ¶
func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetAverage(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
SetAverage sets the Average field's value.
func (*LockTimeStatsForDescribeAggregateSlowLogsOutput) SetMax ¶
func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetMax(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
SetMax sets the Max field's value.
func (*LockTimeStatsForDescribeAggregateSlowLogsOutput) SetMedian ¶
func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetMedian(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
SetMedian sets the Median field's value.
func (*LockTimeStatsForDescribeAggregateSlowLogsOutput) SetMin ¶
func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetMin(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
SetMin sets the Min field's value.
func (*LockTimeStatsForDescribeAggregateSlowLogsOutput) SetP95 ¶
func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetP95(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
SetP95 sets the P95 field's value.
func (*LockTimeStatsForDescribeAggregateSlowLogsOutput) SetStddev ¶
func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetStddev(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
SetStddev sets the Stddev field's value.
func (*LockTimeStatsForDescribeAggregateSlowLogsOutput) SetTotal ¶
func (s *LockTimeStatsForDescribeAggregateSlowLogsOutput) SetTotal(v float64) *LockTimeStatsForDescribeAggregateSlowLogsOutput
SetTotal sets the Total field's value.
func (LockTimeStatsForDescribeAggregateSlowLogsOutput) String ¶
func (s LockTimeStatsForDescribeAggregateSlowLogsOutput) String() string
String returns the string representation
type ResultForDataExecCommandsOutput ¶
type ResultForDataExecCommandsOutput struct { ColumnNames []*string `type:"list"` CommandStr *string `type:"string"` ReasonDetail *string `type:"string"` RowCount *int32 `type:"int32"` Rows []*RowForDataExecCommandsOutput `type:"list"` RunTime *int64 `type:"int64"` State *string `type:"string" enum:"EnumOfStateForDataExecCommandsOutput"` // contains filtered or unexported fields }
func (ResultForDataExecCommandsOutput) GoString ¶
func (s ResultForDataExecCommandsOutput) GoString() string
GoString returns the string representation
func (*ResultForDataExecCommandsOutput) SetColumnNames ¶
func (s *ResultForDataExecCommandsOutput) SetColumnNames(v []*string) *ResultForDataExecCommandsOutput
SetColumnNames sets the ColumnNames field's value.
func (*ResultForDataExecCommandsOutput) SetCommandStr ¶
func (s *ResultForDataExecCommandsOutput) SetCommandStr(v string) *ResultForDataExecCommandsOutput
SetCommandStr sets the CommandStr field's value.
func (*ResultForDataExecCommandsOutput) SetReasonDetail ¶
func (s *ResultForDataExecCommandsOutput) SetReasonDetail(v string) *ResultForDataExecCommandsOutput
SetReasonDetail sets the ReasonDetail field's value.
func (*ResultForDataExecCommandsOutput) SetRowCount ¶
func (s *ResultForDataExecCommandsOutput) SetRowCount(v int32) *ResultForDataExecCommandsOutput
SetRowCount sets the RowCount field's value.
func (*ResultForDataExecCommandsOutput) SetRows ¶
func (s *ResultForDataExecCommandsOutput) SetRows(v []*RowForDataExecCommandsOutput) *ResultForDataExecCommandsOutput
SetRows sets the Rows field's value.
func (*ResultForDataExecCommandsOutput) SetRunTime ¶
func (s *ResultForDataExecCommandsOutput) SetRunTime(v int64) *ResultForDataExecCommandsOutput
SetRunTime sets the RunTime field's value.
func (*ResultForDataExecCommandsOutput) SetState ¶
func (s *ResultForDataExecCommandsOutput) SetState(v string) *ResultForDataExecCommandsOutput
SetState sets the State field's value.
func (ResultForDataExecCommandsOutput) String ¶
func (s ResultForDataExecCommandsOutput) String() string
String returns the string representation
type RowForDataExecCommandsOutput ¶
type RowForDataExecCommandsOutput struct { Cells []*string `type:"list"` // contains filtered or unexported fields }
func (RowForDataExecCommandsOutput) GoString ¶
func (s RowForDataExecCommandsOutput) GoString() string
GoString returns the string representation
func (*RowForDataExecCommandsOutput) SetCells ¶
func (s *RowForDataExecCommandsOutput) SetCells(v []*string) *RowForDataExecCommandsOutput
SetCells sets the Cells field's value.
func (RowForDataExecCommandsOutput) String ¶
func (s RowForDataExecCommandsOutput) String() string
String returns the string representation
type SearchParamForDescribeAggregateSlowLogsInput ¶
type SearchParamForDescribeAggregateSlowLogsInput struct { DBs []*string `type:"list"` GroupIgnored []*string `type:"list"` Keywords []*string `type:"list"` MaxQueryTime *float64 `type:"double"` MinQueryTime *float64 `type:"double"` SourceIPs []*string `type:"list"` Users []*string `type:"list"` // contains filtered or unexported fields }
func (SearchParamForDescribeAggregateSlowLogsInput) GoString ¶
func (s SearchParamForDescribeAggregateSlowLogsInput) GoString() string
GoString returns the string representation
func (*SearchParamForDescribeAggregateSlowLogsInput) SetDBs ¶
func (s *SearchParamForDescribeAggregateSlowLogsInput) SetDBs(v []*string) *SearchParamForDescribeAggregateSlowLogsInput
SetDBs sets the DBs field's value.
func (*SearchParamForDescribeAggregateSlowLogsInput) SetGroupIgnored ¶
func (s *SearchParamForDescribeAggregateSlowLogsInput) SetGroupIgnored(v []*string) *SearchParamForDescribeAggregateSlowLogsInput
SetGroupIgnored sets the GroupIgnored field's value.
func (*SearchParamForDescribeAggregateSlowLogsInput) SetKeywords ¶
func (s *SearchParamForDescribeAggregateSlowLogsInput) SetKeywords(v []*string) *SearchParamForDescribeAggregateSlowLogsInput
SetKeywords sets the Keywords field's value.
func (*SearchParamForDescribeAggregateSlowLogsInput) SetMaxQueryTime ¶
func (s *SearchParamForDescribeAggregateSlowLogsInput) SetMaxQueryTime(v float64) *SearchParamForDescribeAggregateSlowLogsInput
SetMaxQueryTime sets the MaxQueryTime field's value.
func (*SearchParamForDescribeAggregateSlowLogsInput) SetMinQueryTime ¶
func (s *SearchParamForDescribeAggregateSlowLogsInput) SetMinQueryTime(v float64) *SearchParamForDescribeAggregateSlowLogsInput
SetMinQueryTime sets the MinQueryTime field's value.
func (*SearchParamForDescribeAggregateSlowLogsInput) SetSourceIPs ¶
func (s *SearchParamForDescribeAggregateSlowLogsInput) SetSourceIPs(v []*string) *SearchParamForDescribeAggregateSlowLogsInput
SetSourceIPs sets the SourceIPs field's value.
func (*SearchParamForDescribeAggregateSlowLogsInput) SetUsers ¶
func (s *SearchParamForDescribeAggregateSlowLogsInput) SetUsers(v []*string) *SearchParamForDescribeAggregateSlowLogsInput
SetUsers sets the Users field's value.
func (SearchParamForDescribeAggregateSlowLogsInput) String ¶
func (s SearchParamForDescribeAggregateSlowLogsInput) String() string
String returns the string representation
type SearchParamForDescribeDBsInput ¶
type SearchParamForDescribeDBsInput struct { DBs []*string `type:"list"` MaxQueryTime *float64 `type:"double"` MinQueryTime *float64 `type:"double"` SQLTemplate *string `type:"string"` SourceIPs []*string `type:"list"` Users []*string `type:"list"` // contains filtered or unexported fields }
func (SearchParamForDescribeDBsInput) GoString ¶
func (s SearchParamForDescribeDBsInput) GoString() string
GoString returns the string representation
func (*SearchParamForDescribeDBsInput) SetDBs ¶
func (s *SearchParamForDescribeDBsInput) SetDBs(v []*string) *SearchParamForDescribeDBsInput
SetDBs sets the DBs field's value.
func (*SearchParamForDescribeDBsInput) SetMaxQueryTime ¶
func (s *SearchParamForDescribeDBsInput) SetMaxQueryTime(v float64) *SearchParamForDescribeDBsInput
SetMaxQueryTime sets the MaxQueryTime field's value.
func (*SearchParamForDescribeDBsInput) SetMinQueryTime ¶
func (s *SearchParamForDescribeDBsInput) SetMinQueryTime(v float64) *SearchParamForDescribeDBsInput
SetMinQueryTime sets the MinQueryTime field's value.
func (*SearchParamForDescribeDBsInput) SetSQLTemplate ¶
func (s *SearchParamForDescribeDBsInput) SetSQLTemplate(v string) *SearchParamForDescribeDBsInput
SetSQLTemplate sets the SQLTemplate field's value.
func (*SearchParamForDescribeDBsInput) SetSourceIPs ¶
func (s *SearchParamForDescribeDBsInput) SetSourceIPs(v []*string) *SearchParamForDescribeDBsInput
SetSourceIPs sets the SourceIPs field's value.
func (*SearchParamForDescribeDBsInput) SetUsers ¶
func (s *SearchParamForDescribeDBsInput) SetUsers(v []*string) *SearchParamForDescribeDBsInput
SetUsers sets the Users field's value.
func (SearchParamForDescribeDBsInput) String ¶
func (s SearchParamForDescribeDBsInput) String() string
String returns the string representation
type SearchParamForDescribeExampleSQLInput ¶
type SearchParamForDescribeExampleSQLInput struct { DBs []*string `type:"list"` MaxQueryTime *float64 `type:"double"` MinQueryTime *float64 `type:"double"` SQLTemplate *string `type:"string"` SourceIPs []*string `type:"list"` Users []*string `type:"list"` // contains filtered or unexported fields }
func (SearchParamForDescribeExampleSQLInput) GoString ¶
func (s SearchParamForDescribeExampleSQLInput) GoString() string
GoString returns the string representation
func (*SearchParamForDescribeExampleSQLInput) SetDBs ¶
func (s *SearchParamForDescribeExampleSQLInput) SetDBs(v []*string) *SearchParamForDescribeExampleSQLInput
SetDBs sets the DBs field's value.
func (*SearchParamForDescribeExampleSQLInput) SetMaxQueryTime ¶
func (s *SearchParamForDescribeExampleSQLInput) SetMaxQueryTime(v float64) *SearchParamForDescribeExampleSQLInput
SetMaxQueryTime sets the MaxQueryTime field's value.
func (*SearchParamForDescribeExampleSQLInput) SetMinQueryTime ¶
func (s *SearchParamForDescribeExampleSQLInput) SetMinQueryTime(v float64) *SearchParamForDescribeExampleSQLInput
SetMinQueryTime sets the MinQueryTime field's value.
func (*SearchParamForDescribeExampleSQLInput) SetSQLTemplate ¶
func (s *SearchParamForDescribeExampleSQLInput) SetSQLTemplate(v string) *SearchParamForDescribeExampleSQLInput
SetSQLTemplate sets the SQLTemplate field's value.
func (*SearchParamForDescribeExampleSQLInput) SetSourceIPs ¶
func (s *SearchParamForDescribeExampleSQLInput) SetSourceIPs(v []*string) *SearchParamForDescribeExampleSQLInput
SetSourceIPs sets the SourceIPs field's value.
func (*SearchParamForDescribeExampleSQLInput) SetUsers ¶
func (s *SearchParamForDescribeExampleSQLInput) SetUsers(v []*string) *SearchParamForDescribeExampleSQLInput
SetUsers sets the Users field's value.
func (SearchParamForDescribeExampleSQLInput) String ¶
func (s SearchParamForDescribeExampleSQLInput) String() string
String returns the string representation
type SearchParamForDescribeSlowLogTimeSeriesStatsInput ¶
type SearchParamForDescribeSlowLogTimeSeriesStatsInput struct { DBs []*string `type:"list"` MaxQueryTime *float64 `type:"double"` MinQueryTime *float64 `type:"double"` SQLTemplate *string `type:"string"` SourceIPs []*string `type:"list"` Users []*string `type:"list"` // contains filtered or unexported fields }
func (SearchParamForDescribeSlowLogTimeSeriesStatsInput) GoString ¶
func (s SearchParamForDescribeSlowLogTimeSeriesStatsInput) GoString() string
GoString returns the string representation
func (*SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetDBs ¶
func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetDBs(v []*string) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
SetDBs sets the DBs field's value.
func (*SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetMaxQueryTime ¶
func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetMaxQueryTime(v float64) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
SetMaxQueryTime sets the MaxQueryTime field's value.
func (*SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetMinQueryTime ¶
func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetMinQueryTime(v float64) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
SetMinQueryTime sets the MinQueryTime field's value.
func (*SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetSQLTemplate ¶
func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetSQLTemplate(v string) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
SetSQLTemplate sets the SQLTemplate field's value.
func (*SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetSourceIPs ¶
func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetSourceIPs(v []*string) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
SetSourceIPs sets the SourceIPs field's value.
func (*SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetUsers ¶
func (s *SearchParamForDescribeSlowLogTimeSeriesStatsInput) SetUsers(v []*string) *SearchParamForDescribeSlowLogTimeSeriesStatsInput
SetUsers sets the Users field's value.
func (SearchParamForDescribeSlowLogTimeSeriesStatsInput) String ¶
func (s SearchParamForDescribeSlowLogTimeSeriesStatsInput) String() string
String returns the string representation
type SearchParamForDescribeSlowLogsInput ¶
type SearchParamForDescribeSlowLogsInput struct { DBs []*string `type:"list"` MaxQueryTime *float64 `type:"double"` MinQueryTime *float64 `type:"double"` SQLTemplate *string `type:"string"` SourceIPs []*string `type:"list"` Users []*string `type:"list"` // contains filtered or unexported fields }
func (SearchParamForDescribeSlowLogsInput) GoString ¶
func (s SearchParamForDescribeSlowLogsInput) GoString() string
GoString returns the string representation
func (*SearchParamForDescribeSlowLogsInput) SetDBs ¶
func (s *SearchParamForDescribeSlowLogsInput) SetDBs(v []*string) *SearchParamForDescribeSlowLogsInput
SetDBs sets the DBs field's value.
func (*SearchParamForDescribeSlowLogsInput) SetMaxQueryTime ¶
func (s *SearchParamForDescribeSlowLogsInput) SetMaxQueryTime(v float64) *SearchParamForDescribeSlowLogsInput
SetMaxQueryTime sets the MaxQueryTime field's value.
func (*SearchParamForDescribeSlowLogsInput) SetMinQueryTime ¶
func (s *SearchParamForDescribeSlowLogsInput) SetMinQueryTime(v float64) *SearchParamForDescribeSlowLogsInput
SetMinQueryTime sets the MinQueryTime field's value.
func (*SearchParamForDescribeSlowLogsInput) SetSQLTemplate ¶
func (s *SearchParamForDescribeSlowLogsInput) SetSQLTemplate(v string) *SearchParamForDescribeSlowLogsInput
SetSQLTemplate sets the SQLTemplate field's value.
func (*SearchParamForDescribeSlowLogsInput) SetSourceIPs ¶
func (s *SearchParamForDescribeSlowLogsInput) SetSourceIPs(v []*string) *SearchParamForDescribeSlowLogsInput
SetSourceIPs sets the SourceIPs field's value.
func (*SearchParamForDescribeSlowLogsInput) SetUsers ¶
func (s *SearchParamForDescribeSlowLogsInput) SetUsers(v []*string) *SearchParamForDescribeSlowLogsInput
SetUsers sets the Users field's value.
func (SearchParamForDescribeSlowLogsInput) String ¶
func (s SearchParamForDescribeSlowLogsInput) String() string
String returns the string representation
type SearchParamForDescribeSourceIPsInput ¶
type SearchParamForDescribeSourceIPsInput struct { DBs []*string `type:"list"` MaxQueryTime *float64 `type:"double"` MinQueryTime *float64 `type:"double"` SQLTemplate *string `type:"string"` SourceIPs []*string `type:"list"` Users []*string `type:"list"` // contains filtered or unexported fields }
func (SearchParamForDescribeSourceIPsInput) GoString ¶
func (s SearchParamForDescribeSourceIPsInput) GoString() string
GoString returns the string representation
func (*SearchParamForDescribeSourceIPsInput) SetDBs ¶
func (s *SearchParamForDescribeSourceIPsInput) SetDBs(v []*string) *SearchParamForDescribeSourceIPsInput
SetDBs sets the DBs field's value.
func (*SearchParamForDescribeSourceIPsInput) SetMaxQueryTime ¶
func (s *SearchParamForDescribeSourceIPsInput) SetMaxQueryTime(v float64) *SearchParamForDescribeSourceIPsInput
SetMaxQueryTime sets the MaxQueryTime field's value.
func (*SearchParamForDescribeSourceIPsInput) SetMinQueryTime ¶
func (s *SearchParamForDescribeSourceIPsInput) SetMinQueryTime(v float64) *SearchParamForDescribeSourceIPsInput
SetMinQueryTime sets the MinQueryTime field's value.
func (*SearchParamForDescribeSourceIPsInput) SetSQLTemplate ¶
func (s *SearchParamForDescribeSourceIPsInput) SetSQLTemplate(v string) *SearchParamForDescribeSourceIPsInput
SetSQLTemplate sets the SQLTemplate field's value.
func (*SearchParamForDescribeSourceIPsInput) SetSourceIPs ¶
func (s *SearchParamForDescribeSourceIPsInput) SetSourceIPs(v []*string) *SearchParamForDescribeSourceIPsInput
SetSourceIPs sets the SourceIPs field's value.
func (*SearchParamForDescribeSourceIPsInput) SetUsers ¶
func (s *SearchParamForDescribeSourceIPsInput) SetUsers(v []*string) *SearchParamForDescribeSourceIPsInput
SetUsers sets the Users field's value.
func (SearchParamForDescribeSourceIPsInput) String ¶
func (s SearchParamForDescribeSourceIPsInput) String() string
String returns the string representation
type SearchParamForDescribeUsersInput ¶
type SearchParamForDescribeUsersInput struct { DBs []*string `type:"list"` MaxQueryTime *float64 `type:"double"` MinQueryTime *float64 `type:"double"` SQLTemplate *string `type:"string"` SourceIPs []*string `type:"list"` Users []*string `type:"list"` // contains filtered or unexported fields }
func (SearchParamForDescribeUsersInput) GoString ¶
func (s SearchParamForDescribeUsersInput) GoString() string
GoString returns the string representation
func (*SearchParamForDescribeUsersInput) SetDBs ¶
func (s *SearchParamForDescribeUsersInput) SetDBs(v []*string) *SearchParamForDescribeUsersInput
SetDBs sets the DBs field's value.
func (*SearchParamForDescribeUsersInput) SetMaxQueryTime ¶
func (s *SearchParamForDescribeUsersInput) SetMaxQueryTime(v float64) *SearchParamForDescribeUsersInput
SetMaxQueryTime sets the MaxQueryTime field's value.
func (*SearchParamForDescribeUsersInput) SetMinQueryTime ¶
func (s *SearchParamForDescribeUsersInput) SetMinQueryTime(v float64) *SearchParamForDescribeUsersInput
SetMinQueryTime sets the MinQueryTime field's value.
func (*SearchParamForDescribeUsersInput) SetSQLTemplate ¶
func (s *SearchParamForDescribeUsersInput) SetSQLTemplate(v string) *SearchParamForDescribeUsersInput
SetSQLTemplate sets the SQLTemplate field's value.
func (*SearchParamForDescribeUsersInput) SetSourceIPs ¶
func (s *SearchParamForDescribeUsersInput) SetSourceIPs(v []*string) *SearchParamForDescribeUsersInput
SetSourceIPs sets the SourceIPs field's value.
func (*SearchParamForDescribeUsersInput) SetUsers ¶
func (s *SearchParamForDescribeUsersInput) SetUsers(v []*string) *SearchParamForDescribeUsersInput
SetUsers sets the Users field's value.
func (SearchParamForDescribeUsersInput) String ¶
func (s SearchParamForDescribeUsersInput) String() string
String returns the string representation
type SearchParamForDownloadSlowLogsInput ¶
type SearchParamForDownloadSlowLogsInput struct { DBs []*string `type:"list"` GroupIgnored []*string `type:"list"` Keywords []*string `type:"list"` MaxQueryTime *float64 `type:"double"` MinQueryTime *float64 `type:"double"` SourceIPs []*string `type:"list"` Users []*string `type:"list"` // contains filtered or unexported fields }
func (SearchParamForDownloadSlowLogsInput) GoString ¶
func (s SearchParamForDownloadSlowLogsInput) GoString() string
GoString returns the string representation
func (*SearchParamForDownloadSlowLogsInput) SetDBs ¶
func (s *SearchParamForDownloadSlowLogsInput) SetDBs(v []*string) *SearchParamForDownloadSlowLogsInput
SetDBs sets the DBs field's value.
func (*SearchParamForDownloadSlowLogsInput) SetGroupIgnored ¶
func (s *SearchParamForDownloadSlowLogsInput) SetGroupIgnored(v []*string) *SearchParamForDownloadSlowLogsInput
SetGroupIgnored sets the GroupIgnored field's value.
func (*SearchParamForDownloadSlowLogsInput) SetKeywords ¶
func (s *SearchParamForDownloadSlowLogsInput) SetKeywords(v []*string) *SearchParamForDownloadSlowLogsInput
SetKeywords sets the Keywords field's value.
func (*SearchParamForDownloadSlowLogsInput) SetMaxQueryTime ¶
func (s *SearchParamForDownloadSlowLogsInput) SetMaxQueryTime(v float64) *SearchParamForDownloadSlowLogsInput
SetMaxQueryTime sets the MaxQueryTime field's value.
func (*SearchParamForDownloadSlowLogsInput) SetMinQueryTime ¶
func (s *SearchParamForDownloadSlowLogsInput) SetMinQueryTime(v float64) *SearchParamForDownloadSlowLogsInput
SetMinQueryTime sets the MinQueryTime field's value.
func (*SearchParamForDownloadSlowLogsInput) SetSourceIPs ¶
func (s *SearchParamForDownloadSlowLogsInput) SetSourceIPs(v []*string) *SearchParamForDownloadSlowLogsInput
SetSourceIPs sets the SourceIPs field's value.
func (*SearchParamForDownloadSlowLogsInput) SetUsers ¶
func (s *SearchParamForDownloadSlowLogsInput) SetUsers(v []*string) *SearchParamForDownloadSlowLogsInput
SetUsers sets the Users field's value.
func (SearchParamForDownloadSlowLogsInput) String ¶
func (s SearchParamForDownloadSlowLogsInput) String() string
String returns the string representation
type SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput ¶
type SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput struct { Count *int32 `type:"int32"` Timestamp *int32 `type:"int32"` // contains filtered or unexported fields }
func (SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) GoString ¶
func (s SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) GoString() string
GoString returns the string representation
func (*SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) SetCount ¶
func (s *SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) SetCount(v int32) *SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput
SetCount sets the Count field's value.
func (*SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) SetTimestamp ¶
func (s *SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) SetTimestamp(v int32) *SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput
SetTimestamp sets the Timestamp field's value.
func (SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) String ¶
func (s SlowLogCountStatForDescribeSlowLogTimeSeriesStatsOutput) String() string
String returns the string representation
type SlowLogForDescribeSlowLogsOutput ¶
type SlowLogForDescribeSlowLogsOutput struct { ConnectionId *int32 `type:"int32"` DB *string `type:"string"` LockTime *float64 `type:"double"` QueryTime *float64 `type:"double"` RowsExamined *int32 `type:"int32"` RowsSent *int32 `type:"int32"` SQLText *string `type:"string"` SourceIP *string `type:"string"` Timestamp *int32 `type:"int32"` User *string `type:"string"` // contains filtered or unexported fields }
func (SlowLogForDescribeSlowLogsOutput) GoString ¶
func (s SlowLogForDescribeSlowLogsOutput) GoString() string
GoString returns the string representation
func (*SlowLogForDescribeSlowLogsOutput) SetConnectionId ¶
func (s *SlowLogForDescribeSlowLogsOutput) SetConnectionId(v int32) *SlowLogForDescribeSlowLogsOutput
SetConnectionId sets the ConnectionId field's value.
func (*SlowLogForDescribeSlowLogsOutput) SetDB ¶
func (s *SlowLogForDescribeSlowLogsOutput) SetDB(v string) *SlowLogForDescribeSlowLogsOutput
SetDB sets the DB field's value.
func (*SlowLogForDescribeSlowLogsOutput) SetLockTime ¶
func (s *SlowLogForDescribeSlowLogsOutput) SetLockTime(v float64) *SlowLogForDescribeSlowLogsOutput
SetLockTime sets the LockTime field's value.
func (*SlowLogForDescribeSlowLogsOutput) SetQueryTime ¶
func (s *SlowLogForDescribeSlowLogsOutput) SetQueryTime(v float64) *SlowLogForDescribeSlowLogsOutput
SetQueryTime sets the QueryTime field's value.
func (*SlowLogForDescribeSlowLogsOutput) SetRowsExamined ¶
func (s *SlowLogForDescribeSlowLogsOutput) SetRowsExamined(v int32) *SlowLogForDescribeSlowLogsOutput
SetRowsExamined sets the RowsExamined field's value.
func (*SlowLogForDescribeSlowLogsOutput) SetRowsSent ¶
func (s *SlowLogForDescribeSlowLogsOutput) SetRowsSent(v int32) *SlowLogForDescribeSlowLogsOutput
SetRowsSent sets the RowsSent field's value.
func (*SlowLogForDescribeSlowLogsOutput) SetSQLText ¶
func (s *SlowLogForDescribeSlowLogsOutput) SetSQLText(v string) *SlowLogForDescribeSlowLogsOutput
SetSQLText sets the SQLText field's value.
func (*SlowLogForDescribeSlowLogsOutput) SetSourceIP ¶
func (s *SlowLogForDescribeSlowLogsOutput) SetSourceIP(v string) *SlowLogForDescribeSlowLogsOutput
SetSourceIP sets the SourceIP field's value.
func (*SlowLogForDescribeSlowLogsOutput) SetTimestamp ¶
func (s *SlowLogForDescribeSlowLogsOutput) SetTimestamp(v int32) *SlowLogForDescribeSlowLogsOutput
SetTimestamp sets the Timestamp field's value.
func (*SlowLogForDescribeSlowLogsOutput) SetUser ¶
func (s *SlowLogForDescribeSlowLogsOutput) SetUser(v string) *SlowLogForDescribeSlowLogsOutput
SetUser sets the User field's value.
func (SlowLogForDescribeSlowLogsOutput) String ¶
func (s SlowLogForDescribeSlowLogsOutput) String() string
String returns the string representation
Source Files ¶
- api_data_cancel_exec.go
- api_data_close_session.go
- api_data_connect_instance.go
- api_data_exec_commands.go
- api_data_session_keep_alive.go
- api_describe_aggregate_slow_logs.go
- api_describe_available_tls_topic.go
- api_describe_d_bs.go
- api_describe_example_sq_l.go
- api_describe_slow_log_time_series_stats.go
- api_describe_slow_logs.go
- api_describe_source_i_ps.go
- api_describe_users.go
- api_download_slow_logs.go
- interface_dbw.go
- service_dbw.go