cms

package
v0.0.0-...-0b043e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Product = "Cms"
	Style   = "RPC"
	Version = "2015-07-29"
)

Variables

This section is empty.

Functions

func NewParams

func NewParams() openapi.Params

Types

type API

type API struct {
	openapi.Service
}

func New

func New(accessKeyId, accessKeySecret string) API

func (API) DescribeMetricDatum

func (api API) DescribeMetricDatum(optional openapi.M) (*DescribeMetricDatumResponse, error)

DescribeMetricDatum version 2015-07-29

optional parameters:

name: Dimensions, type: string
name: EndTime, type: string
name: GroupName, type: string
name: Length, type: int
name: MetricName, type: string
name: Namespace, type: string
name: NextToken, type: string
name: Period, type: string
name: ResourceOwnerId, type: int64
name: StartTime, type: string
name: Statistics, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string

func (API) PutMetricDatum

func (api API) PutMetricDatum(Metrics, Namespace string, optional openapi.M) (*PutMetricDatumResponse, error)

PutMetricDatum version 2015-07-29

required parameters:

name: Metrics, type: string
name: Namespace, type: string

optional parameters:

name: ResourceOwnerId, type: int64
name: _method, type: string, optional values: GET|POST
name: _region, type: string

type DescribeMetricDatumResponse

type DescribeMetricDatumResponse struct {
	Code      string
	Message   string
	NextToken string
}

DescribeMetricDatumResponse represents the response of the api DescribeMetricDatum.

type PutMetricDatumResponse

type PutMetricDatumResponse struct {
	Code    string
	Message string
}

PutMetricDatumResponse represents the response of the api PutMetricDatum.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL