img

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoAction

func DoAction(action string, options ...string) ([]byte, error)

Types

type CreateImageResp

type CreateImageResp struct {
	Response struct {
		RequestID string      `json:"RequestId"`
		Error     interface{} `json:"Error,omitempty"`
	} `json:"Response"`
}

func (*CreateImageResp) String added in v1.1.0

func (r *CreateImageResp) String(args ...interface{}) (string, error)

type DeleteImagesResp

type DeleteImagesResp struct {
	Response struct {
		RequestID string      `json:"RequestId"`
		Error     interface{} `json:"Error,omitempty"`
	} `json:"Response"`
}

func (*DeleteImagesResp) String added in v1.1.0

func (r *DeleteImagesResp) String(args ...interface{}) (string, error)

type DescribeImagesResp

type DescribeImagesResp struct {
	Response struct {
		ImageSet []struct {
			CreatedTime      interface{} `json:"CreatedTime"`
			ImageCreator     interface{} `json:"ImageCreator"`
			ImageDescription string      `json:"ImageDescription"`
			ImageID          string      `json:"ImageId"`
			ImageName        string      `json:"ImageName"`
			ImageSize        int64       `json:"ImageSize"`
			ImageSource      string      `json:"ImageSource"`
			ImageState       string      `json:"ImageState"`
			ImageType        string      `json:"ImageType"`
			OsName           string      `json:"OsName"`
		} `json:"ImageSet,omitempty"`
		RequestID  string      `json:"RequestId"`
		TotalCount int64       `json:"TotalCount,omitempty"`
		Error      interface{} `json:"Error,omitempty"`
	} `json:"Response"`
}

func (*DescribeImagesResp) String added in v1.1.0

func (r *DescribeImagesResp) String(args ...interface{}) (string, error)

type SyncImagesResp

type SyncImagesResp struct {
	Response struct {
		RequestID string      `json:"RequestId"`
		Error     interface{} `json:"Error,omitempty"`
	} `json:"Response"`
}

func (*SyncImagesResp) String added in v1.1.0

func (r *SyncImagesResp) String(args ...interface{}) (string, error)

Jump to

Keyboard shortcuts

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