resourcecenter

package
v1.2.28 Latest Latest
Warning

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

Go to latest
Published: May 14, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package resourcecenteriface provides an interface to enable mocking the RESOURCECENTER 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

View Source
const (
	// EnumOfGroupByKeyForGetResourceCountsInputResourceType is a EnumOfGroupByKeyForGetResourceCountsInput enum value
	EnumOfGroupByKeyForGetResourceCountsInputResourceType = "ResourceType"

	// EnumOfGroupByKeyForGetResourceCountsInputRegion is a EnumOfGroupByKeyForGetResourceCountsInput enum value
	EnumOfGroupByKeyForGetResourceCountsInputRegion = "Region"
)
View Source
const (
	// EnumOfSortOrderForSearchResourcesInputAsc is a EnumOfSortOrderForSearchResourcesInput enum value
	EnumOfSortOrderForSearchResourcesInputAsc = "Asc"

	// EnumOfSortOrderForSearchResourcesInputDesc is a EnumOfSortOrderForSearchResourcesInput enum value
	EnumOfSortOrderForSearchResourcesInputDesc = "Desc"
)
View Source
const (
	ServiceName = "resourcecenter" // Name of service.
	EndpointsID = ServiceName      // ID to lookup a service endpoint with.
	ServiceID   = "resourcecenter" // ServiceID is a unique identifer of a specific service.
)

Service information constants

View Source
const (
	// EnumOfSortByForSearchResourcesInputCreateTime is a EnumOfSortByForSearchResourcesInput enum value
	EnumOfSortByForSearchResourcesInputCreateTime = "CreateTime"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateQueryInput added in v1.2.28

type CreateQueryInput struct {

	// Description is a required field
	Description *string `type:"string" json:",omitempty" required:"true"`

	// Expression is a required field
	Expression *string `type:"string" json:",omitempty" required:"true"`

	// QueryName is a required field
	QueryName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateQueryInput) GoString added in v1.2.28

func (s CreateQueryInput) GoString() string

GoString returns the string representation

func (*CreateQueryInput) SetDescription added in v1.2.28

func (s *CreateQueryInput) SetDescription(v string) *CreateQueryInput

SetDescription sets the Description field's value.

func (*CreateQueryInput) SetExpression added in v1.2.28

func (s *CreateQueryInput) SetExpression(v string) *CreateQueryInput

SetExpression sets the Expression field's value.

func (*CreateQueryInput) SetQueryName added in v1.2.28

func (s *CreateQueryInput) SetQueryName(v string) *CreateQueryInput

SetQueryName sets the QueryName field's value.

func (CreateQueryInput) String added in v1.2.28

func (s CreateQueryInput) String() string

String returns the string representation

func (*CreateQueryInput) Validate added in v1.2.28

func (s *CreateQueryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateQueryOutput added in v1.2.28

type CreateQueryOutput struct {
	Metadata *response.ResponseMetadata

	CreatedTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Expression *string `type:"string" json:",omitempty"`

	QueryID *int64 `type:"int64" json:",omitempty"`

	QueryName *string `type:"string" json:",omitempty"`

	UpdatedTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateQueryOutput) GoString added in v1.2.28

func (s CreateQueryOutput) GoString() string

GoString returns the string representation

func (*CreateQueryOutput) SetCreatedTime added in v1.2.28

func (s *CreateQueryOutput) SetCreatedTime(v string) *CreateQueryOutput

SetCreatedTime sets the CreatedTime field's value.

func (*CreateQueryOutput) SetDescription added in v1.2.28

func (s *CreateQueryOutput) SetDescription(v string) *CreateQueryOutput

SetDescription sets the Description field's value.

func (*CreateQueryOutput) SetExpression added in v1.2.28

func (s *CreateQueryOutput) SetExpression(v string) *CreateQueryOutput

SetExpression sets the Expression field's value.

func (*CreateQueryOutput) SetQueryID added in v1.2.28

func (s *CreateQueryOutput) SetQueryID(v int64) *CreateQueryOutput

SetQueryID sets the QueryID field's value.

func (*CreateQueryOutput) SetQueryName added in v1.2.28

func (s *CreateQueryOutput) SetQueryName(v string) *CreateQueryOutput

SetQueryName sets the QueryName field's value.

func (*CreateQueryOutput) SetUpdatedTime added in v1.2.28

func (s *CreateQueryOutput) SetUpdatedTime(v string) *CreateQueryOutput

SetUpdatedTime sets the UpdatedTime field's value.

func (CreateQueryOutput) String added in v1.2.28

func (s CreateQueryOutput) String() string

String returns the string representation

type DeleteQueryInput added in v1.2.28

type DeleteQueryInput struct {

	// QueryID is a required field
	QueryID *int64 `type:"int64" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteQueryInput) GoString added in v1.2.28

func (s DeleteQueryInput) GoString() string

GoString returns the string representation

func (*DeleteQueryInput) SetQueryID added in v1.2.28

func (s *DeleteQueryInput) SetQueryID(v int64) *DeleteQueryInput

SetQueryID sets the QueryID field's value.

func (DeleteQueryInput) String added in v1.2.28

func (s DeleteQueryInput) String() string

String returns the string representation

func (*DeleteQueryInput) Validate added in v1.2.28

func (s *DeleteQueryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteQueryOutput added in v1.2.28

type DeleteQueryOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteQueryOutput) GoString added in v1.2.28

func (s DeleteQueryOutput) GoString() string

GoString returns the string representation

func (DeleteQueryOutput) String added in v1.2.28

func (s DeleteQueryOutput) String() string

String returns the string representation

type DisableMultiAccountResourceCenterInput added in v1.2.28

type DisableMultiAccountResourceCenterInput struct {
	// contains filtered or unexported fields
}

func (DisableMultiAccountResourceCenterInput) GoString added in v1.2.28

GoString returns the string representation

func (DisableMultiAccountResourceCenterInput) String added in v1.2.28

String returns the string representation

type DisableMultiAccountResourceCenterOutput added in v1.2.28

type DisableMultiAccountResourceCenterOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DisableMultiAccountResourceCenterOutput) GoString added in v1.2.28

GoString returns the string representation

func (DisableMultiAccountResourceCenterOutput) String added in v1.2.28

String returns the string representation

type DisableResourceCenterInput

type DisableResourceCenterInput struct {
	// contains filtered or unexported fields
}

func (DisableResourceCenterInput) GoString

func (s DisableResourceCenterInput) GoString() string

GoString returns the string representation

func (DisableResourceCenterInput) String

String returns the string representation

type DisableResourceCenterOutput

type DisableResourceCenterOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DisableResourceCenterOutput) GoString

func (s DisableResourceCenterOutput) GoString() string

GoString returns the string representation

func (DisableResourceCenterOutput) String

String returns the string representation

type EnableMultiAccountResourceCenterInput added in v1.2.28

type EnableMultiAccountResourceCenterInput struct {
	// contains filtered or unexported fields
}

func (EnableMultiAccountResourceCenterInput) GoString added in v1.2.28

GoString returns the string representation

func (EnableMultiAccountResourceCenterInput) String added in v1.2.28

String returns the string representation

type EnableMultiAccountResourceCenterOutput added in v1.2.28

type EnableMultiAccountResourceCenterOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (EnableMultiAccountResourceCenterOutput) GoString added in v1.2.28

GoString returns the string representation

func (EnableMultiAccountResourceCenterOutput) String added in v1.2.28

String returns the string representation

type EnableResourceCenterInput

type EnableResourceCenterInput struct {
	// contains filtered or unexported fields
}

func (EnableResourceCenterInput) GoString

func (s EnableResourceCenterInput) GoString() string

GoString returns the string representation

func (EnableResourceCenterInput) String

func (s EnableResourceCenterInput) String() string

String returns the string representation

type EnableResourceCenterOutput

type EnableResourceCenterOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (EnableResourceCenterOutput) GoString

func (s EnableResourceCenterOutput) GoString() string

GoString returns the string representation

func (EnableResourceCenterOutput) String

String returns the string representation

type ExecuteSQLQueryInput added in v1.2.28

type ExecuteSQLQueryInput struct {

	// Expression is a required field
	Expression *string `type:"string" json:",omitempty" required:"true"`

	// MaxResults is a required field
	MaxResults *int32 `type:"int32" json:",omitempty" required:"true"`

	NextToken *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ExecuteSQLQueryInput) GoString added in v1.2.28

func (s ExecuteSQLQueryInput) GoString() string

GoString returns the string representation

func (*ExecuteSQLQueryInput) SetExpression added in v1.2.28

func (s *ExecuteSQLQueryInput) SetExpression(v string) *ExecuteSQLQueryInput

SetExpression sets the Expression field's value.

func (*ExecuteSQLQueryInput) SetMaxResults added in v1.2.28

func (s *ExecuteSQLQueryInput) SetMaxResults(v int32) *ExecuteSQLQueryInput

SetMaxResults sets the MaxResults field's value.

func (*ExecuteSQLQueryInput) SetNextToken added in v1.2.28

func (s *ExecuteSQLQueryInput) SetNextToken(v string) *ExecuteSQLQueryInput

SetNextToken sets the NextToken field's value.

func (ExecuteSQLQueryInput) String added in v1.2.28

func (s ExecuteSQLQueryInput) String() string

String returns the string representation

func (*ExecuteSQLQueryInput) Validate added in v1.2.28

func (s *ExecuteSQLQueryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExecuteSQLQueryOutput added in v1.2.28

type ExecuteSQLQueryOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ExecuteSQLQueryOutput) GoString added in v1.2.28

func (s ExecuteSQLQueryOutput) GoString() string

GoString returns the string representation

func (*ExecuteSQLQueryOutput) SetNextToken added in v1.2.28

SetNextToken sets the NextToken field's value.

func (ExecuteSQLQueryOutput) String added in v1.2.28

func (s ExecuteSQLQueryOutput) String() string

String returns the string representation

type FilterForGetMultiAccountResourceCountsInput added in v1.2.28

type FilterForGetMultiAccountResourceCountsInput struct {
	Key *string `type:"string" json:",omitempty"`

	MatchType *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForGetMultiAccountResourceCountsInput) GoString added in v1.2.28

GoString returns the string representation

func (*FilterForGetMultiAccountResourceCountsInput) SetKey added in v1.2.28

SetKey sets the Key field's value.

func (*FilterForGetMultiAccountResourceCountsInput) SetMatchType added in v1.2.28

SetMatchType sets the MatchType field's value.

func (*FilterForGetMultiAccountResourceCountsInput) SetValues added in v1.2.28

SetValues sets the Values field's value.

func (FilterForGetMultiAccountResourceCountsInput) String added in v1.2.28

String returns the string representation

type FilterForGetMultiAccountResourceCountsOutput added in v1.2.28

type FilterForGetMultiAccountResourceCountsOutput struct {
	Key *string `type:"string" json:",omitempty"`

	MatchType *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForGetMultiAccountResourceCountsOutput) GoString added in v1.2.28

GoString returns the string representation

func (*FilterForGetMultiAccountResourceCountsOutput) SetKey added in v1.2.28

SetKey sets the Key field's value.

func (*FilterForGetMultiAccountResourceCountsOutput) SetMatchType added in v1.2.28

SetMatchType sets the MatchType field's value.

func (*FilterForGetMultiAccountResourceCountsOutput) SetValues added in v1.2.28

SetValues sets the Values field's value.

func (FilterForGetMultiAccountResourceCountsOutput) String added in v1.2.28

String returns the string representation

type FilterForGetResourceCountsInput

type FilterForGetResourceCountsInput struct {
	Key *string `type:"string" json:",omitempty"`

	MatchType *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForGetResourceCountsInput) GoString

GoString returns the string representation

func (*FilterForGetResourceCountsInput) SetKey

SetKey sets the Key field's value.

func (*FilterForGetResourceCountsInput) SetMatchType

SetMatchType sets the MatchType field's value.

func (*FilterForGetResourceCountsInput) SetValues

SetValues sets the Values field's value.

func (FilterForGetResourceCountsInput) String

String returns the string representation

type FilterForGetResourceCountsOutput

type FilterForGetResourceCountsOutput struct {
	Key *string `type:"string" json:",omitempty"`

	MatchType *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForGetResourceCountsOutput) GoString

GoString returns the string representation

func (*FilterForGetResourceCountsOutput) SetKey

SetKey sets the Key field's value.

func (*FilterForGetResourceCountsOutput) SetMatchType

SetMatchType sets the MatchType field's value.

func (*FilterForGetResourceCountsOutput) SetValues

SetValues sets the Values field's value.

func (FilterForGetResourceCountsOutput) String

String returns the string representation

type FilterForSearchMultiAccountResourcesInput added in v1.2.28

type FilterForSearchMultiAccountResourcesInput struct {
	Key *string `type:"string" json:",omitempty"`

	MatchType *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForSearchMultiAccountResourcesInput) GoString added in v1.2.28

GoString returns the string representation

func (*FilterForSearchMultiAccountResourcesInput) SetKey added in v1.2.28

SetKey sets the Key field's value.

func (*FilterForSearchMultiAccountResourcesInput) SetMatchType added in v1.2.28

SetMatchType sets the MatchType field's value.

func (*FilterForSearchMultiAccountResourcesInput) SetValues added in v1.2.28

SetValues sets the Values field's value.

func (FilterForSearchMultiAccountResourcesInput) String added in v1.2.28

String returns the string representation

type FilterForSearchResourcesInput

type FilterForSearchResourcesInput struct {
	Key *string `type:"string" json:",omitempty"`

	MatchType *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForSearchResourcesInput) GoString

GoString returns the string representation

func (*FilterForSearchResourcesInput) SetKey

SetKey sets the Key field's value.

func (*FilterForSearchResourcesInput) SetMatchType

SetMatchType sets the MatchType field's value.

func (*FilterForSearchResourcesInput) SetValues

SetValues sets the Values field's value.

func (FilterForSearchResourcesInput) String

String returns the string representation

type GetExampleQueryInput added in v1.2.28

type GetExampleQueryInput struct {

	// QueryID is a required field
	QueryID *int64 `type:"int64" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetExampleQueryInput) GoString added in v1.2.28

func (s GetExampleQueryInput) GoString() string

GoString returns the string representation

func (*GetExampleQueryInput) SetQueryID added in v1.2.28

SetQueryID sets the QueryID field's value.

func (GetExampleQueryInput) String added in v1.2.28

func (s GetExampleQueryInput) String() string

String returns the string representation

func (*GetExampleQueryInput) Validate added in v1.2.28

func (s *GetExampleQueryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetExampleQueryOutput added in v1.2.28

type GetExampleQueryOutput struct {
	Metadata *response.ResponseMetadata

	Description *string `type:"string" json:",omitempty"`

	Expression *string `type:"string" json:",omitempty"`

	QueryID *int64 `type:"int64" json:",omitempty"`

	QueryName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetExampleQueryOutput) GoString added in v1.2.28

func (s GetExampleQueryOutput) GoString() string

GoString returns the string representation

func (*GetExampleQueryOutput) SetDescription added in v1.2.28

func (s *GetExampleQueryOutput) SetDescription(v string) *GetExampleQueryOutput

SetDescription sets the Description field's value.

func (*GetExampleQueryOutput) SetExpression added in v1.2.28

func (s *GetExampleQueryOutput) SetExpression(v string) *GetExampleQueryOutput

SetExpression sets the Expression field's value.

func (*GetExampleQueryOutput) SetQueryID added in v1.2.28

SetQueryID sets the QueryID field's value.

func (*GetExampleQueryOutput) SetQueryName added in v1.2.28

SetQueryName sets the QueryName field's value.

func (GetExampleQueryOutput) String added in v1.2.28

func (s GetExampleQueryOutput) String() string

String returns the string representation

type GetMultiAccountResourceCenterStatusInput added in v1.2.28

type GetMultiAccountResourceCenterStatusInput struct {
	// contains filtered or unexported fields
}

func (GetMultiAccountResourceCenterStatusInput) GoString added in v1.2.28

GoString returns the string representation

func (GetMultiAccountResourceCenterStatusInput) String added in v1.2.28

String returns the string representation

type GetMultiAccountResourceCenterStatusOutput added in v1.2.28

type GetMultiAccountResourceCenterStatusOutput struct {
	Metadata *response.ResponseMetadata

	InitialStatus *string `type:"string" json:",omitempty"`

	ServiceStatus *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetMultiAccountResourceCenterStatusOutput) GoString added in v1.2.28

GoString returns the string representation

func (*GetMultiAccountResourceCenterStatusOutput) SetInitialStatus added in v1.2.28

SetInitialStatus sets the InitialStatus field's value.

func (*GetMultiAccountResourceCenterStatusOutput) SetServiceStatus added in v1.2.28

SetServiceStatus sets the ServiceStatus field's value.

func (GetMultiAccountResourceCenterStatusOutput) String added in v1.2.28

String returns the string representation

type GetMultiAccountResourceCountsInput added in v1.2.28

type GetMultiAccountResourceCountsInput struct {
	Filter []*FilterForGetMultiAccountResourceCountsInput `type:"list" json:",omitempty"`

	// GroupByKey is a required field
	GroupByKey *string `type:"string" json:",omitempty" required:"true"`

	Scope *ScopeForGetMultiAccountResourceCountsInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetMultiAccountResourceCountsInput) GoString added in v1.2.28

GoString returns the string representation

func (*GetMultiAccountResourceCountsInput) SetFilter added in v1.2.28

SetFilter sets the Filter field's value.

func (*GetMultiAccountResourceCountsInput) SetGroupByKey added in v1.2.28

SetGroupByKey sets the GroupByKey field's value.

func (*GetMultiAccountResourceCountsInput) SetScope added in v1.2.28

SetScope sets the Scope field's value.

func (GetMultiAccountResourceCountsInput) String added in v1.2.28

String returns the string representation

func (*GetMultiAccountResourceCountsInput) Validate added in v1.2.28

Validate inspects the fields of the type to determine if they are valid.

type GetMultiAccountResourceCountsOutput added in v1.2.28

type GetMultiAccountResourceCountsOutput struct {
	Metadata *response.ResponseMetadata

	Filter []*FilterForGetMultiAccountResourceCountsOutput `type:"list" json:",omitempty"`

	GroupByKey *string `type:"string" json:",omitempty"`

	ResourceCounts []*ResourceCountForGetMultiAccountResourceCountsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetMultiAccountResourceCountsOutput) GoString added in v1.2.28

GoString returns the string representation

func (*GetMultiAccountResourceCountsOutput) SetFilter added in v1.2.28

SetFilter sets the Filter field's value.

func (*GetMultiAccountResourceCountsOutput) SetGroupByKey added in v1.2.28

SetGroupByKey sets the GroupByKey field's value.

func (*GetMultiAccountResourceCountsOutput) SetResourceCounts added in v1.2.28

SetResourceCounts sets the ResourceCounts field's value.

func (GetMultiAccountResourceCountsOutput) String added in v1.2.28

String returns the string representation

type GetQueryInput added in v1.2.28

type GetQueryInput struct {

	// QueryID is a required field
	QueryID *int64 `type:"int64" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetQueryInput) GoString added in v1.2.28

func (s GetQueryInput) GoString() string

GoString returns the string representation

func (*GetQueryInput) SetQueryID added in v1.2.28

func (s *GetQueryInput) SetQueryID(v int64) *GetQueryInput

SetQueryID sets the QueryID field's value.

func (GetQueryInput) String added in v1.2.28

func (s GetQueryInput) String() string

String returns the string representation

func (*GetQueryInput) Validate added in v1.2.28

func (s *GetQueryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetQueryOutput added in v1.2.28

type GetQueryOutput struct {
	Metadata *response.ResponseMetadata

	CreatedTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Expression *string `type:"string" json:",omitempty"`

	QueryID *int64 `type:"int64" json:",omitempty"`

	QueryName *string `type:"string" json:",omitempty"`

	UpdatedTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetQueryOutput) GoString added in v1.2.28

func (s GetQueryOutput) GoString() string

GoString returns the string representation

func (*GetQueryOutput) SetCreatedTime added in v1.2.28

func (s *GetQueryOutput) SetCreatedTime(v string) *GetQueryOutput

SetCreatedTime sets the CreatedTime field's value.

func (*GetQueryOutput) SetDescription added in v1.2.28

func (s *GetQueryOutput) SetDescription(v string) *GetQueryOutput

SetDescription sets the Description field's value.

func (*GetQueryOutput) SetExpression added in v1.2.28

func (s *GetQueryOutput) SetExpression(v string) *GetQueryOutput

SetExpression sets the Expression field's value.

func (*GetQueryOutput) SetQueryID added in v1.2.28

func (s *GetQueryOutput) SetQueryID(v int64) *GetQueryOutput

SetQueryID sets the QueryID field's value.

func (*GetQueryOutput) SetQueryName added in v1.2.28

func (s *GetQueryOutput) SetQueryName(v string) *GetQueryOutput

SetQueryName sets the QueryName field's value.

func (*GetQueryOutput) SetUpdatedTime added in v1.2.28

func (s *GetQueryOutput) SetUpdatedTime(v string) *GetQueryOutput

SetUpdatedTime sets the UpdatedTime field's value.

func (GetQueryOutput) String added in v1.2.28

func (s GetQueryOutput) String() string

String returns the string representation

type GetResourceCenterStatusInput

type GetResourceCenterStatusInput struct {
	// contains filtered or unexported fields
}

func (GetResourceCenterStatusInput) GoString

func (s GetResourceCenterStatusInput) GoString() string

GoString returns the string representation

func (GetResourceCenterStatusInput) String

String returns the string representation

type GetResourceCenterStatusOutput

type GetResourceCenterStatusOutput struct {
	Metadata *response.ResponseMetadata

	InitStatus *string `type:"string" json:",omitempty"`

	ServiceStatus *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetResourceCenterStatusOutput) GoString

GoString returns the string representation

func (*GetResourceCenterStatusOutput) SetInitStatus

SetInitStatus sets the InitStatus field's value.

func (*GetResourceCenterStatusOutput) SetServiceStatus

SetServiceStatus sets the ServiceStatus field's value.

func (GetResourceCenterStatusOutput) String

String returns the string representation

type GetResourceCountsInput

type GetResourceCountsInput struct {
	Filter []*FilterForGetResourceCountsInput `type:"list" json:",omitempty"`

	// GroupByKey is a required field
	GroupByKey *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfGroupByKeyForGetResourceCountsInput"`
	// contains filtered or unexported fields
}

func (GetResourceCountsInput) GoString

func (s GetResourceCountsInput) GoString() string

GoString returns the string representation

func (*GetResourceCountsInput) SetFilter

SetFilter sets the Filter field's value.

func (*GetResourceCountsInput) SetGroupByKey

SetGroupByKey sets the GroupByKey field's value.

func (GetResourceCountsInput) String

func (s GetResourceCountsInput) String() string

String returns the string representation

func (*GetResourceCountsInput) Validate

func (s *GetResourceCountsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetResourceCountsOutput

type GetResourceCountsOutput struct {
	Metadata *response.ResponseMetadata

	Filter []*FilterForGetResourceCountsOutput `type:"list" json:",omitempty"`

	GroupByKey *string `type:"string" json:",omitempty"`

	ResourceCounts []*ResourceCountForGetResourceCountsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetResourceCountsOutput) GoString

func (s GetResourceCountsOutput) GoString() string

GoString returns the string representation

func (*GetResourceCountsOutput) SetFilter

SetFilter sets the Filter field's value.

func (*GetResourceCountsOutput) SetGroupByKey

SetGroupByKey sets the GroupByKey field's value.

func (*GetResourceCountsOutput) SetResourceCounts

SetResourceCounts sets the ResourceCounts field's value.

func (GetResourceCountsOutput) String

func (s GetResourceCountsOutput) String() string

String returns the string representation

type ListExampleQueriesInput added in v1.2.28

type ListExampleQueriesInput struct {

	// MaxResults is a required field
	MaxResults *int32 `type:"int32" json:",omitempty" required:"true"`

	NextToken *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListExampleQueriesInput) GoString added in v1.2.28

func (s ListExampleQueriesInput) GoString() string

GoString returns the string representation

func (*ListExampleQueriesInput) SetMaxResults added in v1.2.28

SetMaxResults sets the MaxResults field's value.

func (*ListExampleQueriesInput) SetNextToken added in v1.2.28

SetNextToken sets the NextToken field's value.

func (ListExampleQueriesInput) String added in v1.2.28

func (s ListExampleQueriesInput) String() string

String returns the string representation

func (*ListExampleQueriesInput) Validate added in v1.2.28

func (s *ListExampleQueriesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListExampleQueriesOutput added in v1.2.28

type ListExampleQueriesOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string" json:",omitempty"`

	Queries []*QueryForListExampleQueriesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListExampleQueriesOutput) GoString added in v1.2.28

func (s ListExampleQueriesOutput) GoString() string

GoString returns the string representation

func (*ListExampleQueriesOutput) SetNextToken added in v1.2.28

SetNextToken sets the NextToken field's value.

func (*ListExampleQueriesOutput) SetQueries added in v1.2.28

SetQueries sets the Queries field's value.

func (ListExampleQueriesOutput) String added in v1.2.28

func (s ListExampleQueriesOutput) String() string

String returns the string representation

type ListQueriesInput added in v1.2.28

type ListQueriesInput struct {

	// MaxResults is a required field
	MaxResults *int32 `type:"int32" json:",omitempty" required:"true"`

	NextToken *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListQueriesInput) GoString added in v1.2.28

func (s ListQueriesInput) GoString() string

GoString returns the string representation

func (*ListQueriesInput) SetMaxResults added in v1.2.28

func (s *ListQueriesInput) SetMaxResults(v int32) *ListQueriesInput

SetMaxResults sets the MaxResults field's value.

func (*ListQueriesInput) SetNextToken added in v1.2.28

func (s *ListQueriesInput) SetNextToken(v string) *ListQueriesInput

SetNextToken sets the NextToken field's value.

func (ListQueriesInput) String added in v1.2.28

func (s ListQueriesInput) String() string

String returns the string representation

func (*ListQueriesInput) Validate added in v1.2.28

func (s *ListQueriesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListQueriesOutput added in v1.2.28

type ListQueriesOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string" json:",omitempty"`

	Queries []*QueryForListQueriesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListQueriesOutput) GoString added in v1.2.28

func (s ListQueriesOutput) GoString() string

GoString returns the string representation

func (*ListQueriesOutput) SetNextToken added in v1.2.28

func (s *ListQueriesOutput) SetNextToken(v string) *ListQueriesOutput

SetNextToken sets the NextToken field's value.

func (*ListQueriesOutput) SetQueries added in v1.2.28

SetQueries sets the Queries field's value.

func (ListQueriesOutput) String added in v1.2.28

func (s ListQueriesOutput) String() string

String returns the string representation

type ListResourceTypesInput

type ListResourceTypesInput struct {
	// contains filtered or unexported fields
}

func (ListResourceTypesInput) GoString

func (s ListResourceTypesInput) GoString() string

GoString returns the string representation

func (ListResourceTypesInput) String

func (s ListResourceTypesInput) String() string

String returns the string representation

type ListResourceTypesOutput

type ListResourceTypesOutput struct {
	Metadata *response.ResponseMetadata

	ResourceTypes []*ResourceTypeForListResourceTypesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourceTypesOutput) GoString

func (s ListResourceTypesOutput) GoString() string

GoString returns the string representation

func (*ListResourceTypesOutput) SetResourceTypes

SetResourceTypes sets the ResourceTypes field's value.

func (ListResourceTypesOutput) String

func (s ListResourceTypesOutput) String() string

String returns the string representation

type QueryForListExampleQueriesOutput added in v1.2.28

type QueryForListExampleQueriesOutput struct {
	Description *string `type:"string" json:",omitempty"`

	QueryID *int64 `type:"int64" json:",omitempty"`

	QueryName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueryForListExampleQueriesOutput) GoString added in v1.2.28

GoString returns the string representation

func (*QueryForListExampleQueriesOutput) SetDescription added in v1.2.28

SetDescription sets the Description field's value.

func (*QueryForListExampleQueriesOutput) SetQueryID added in v1.2.28

SetQueryID sets the QueryID field's value.

func (*QueryForListExampleQueriesOutput) SetQueryName added in v1.2.28

SetQueryName sets the QueryName field's value.

func (QueryForListExampleQueriesOutput) String added in v1.2.28

String returns the string representation

type QueryForListQueriesOutput added in v1.2.28

type QueryForListQueriesOutput struct {
	CreatedTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	QueryID *int64 `type:"int64" json:",omitempty"`

	QueryName *string `type:"string" json:",omitempty"`

	UpdatedTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueryForListQueriesOutput) GoString added in v1.2.28

func (s QueryForListQueriesOutput) GoString() string

GoString returns the string representation

func (*QueryForListQueriesOutput) SetCreatedTime added in v1.2.28

SetCreatedTime sets the CreatedTime field's value.

func (*QueryForListQueriesOutput) SetDescription added in v1.2.28

SetDescription sets the Description field's value.

func (*QueryForListQueriesOutput) SetQueryID added in v1.2.28

SetQueryID sets the QueryID field's value.

func (*QueryForListQueriesOutput) SetQueryName added in v1.2.28

SetQueryName sets the QueryName field's value.

func (*QueryForListQueriesOutput) SetUpdatedTime added in v1.2.28

SetUpdatedTime sets the UpdatedTime field's value.

func (QueryForListQueriesOutput) String added in v1.2.28

func (s QueryForListQueriesOutput) String() string

String returns the string representation

type RESOURCECENTER

type RESOURCECENTER struct {
	*client.Client
}

RESOURCECENTER provides the API operation methods for making requests to RESOURCECENTER. See this package's package overview docs for details on the service.

RESOURCECENTER methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

New create int can support ssl or region locate set

func (*RESOURCECENTER) CreateQuery added in v1.2.28

func (c *RESOURCECENTER) CreateQuery(input *CreateQueryInput) (*CreateQueryOutput, error)

CreateQuery API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation CreateQuery for usage and error information.

func (*RESOURCECENTER) CreateQueryCommon added in v1.2.28

func (c *RESOURCECENTER) CreateQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateQueryCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation CreateQueryCommon for usage and error information.

func (*RESOURCECENTER) CreateQueryCommonRequest added in v1.2.28

func (c *RESOURCECENTER) CreateQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateQueryCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateQueryCommon operation. The "output" return value will be populated with the CreateQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateQueryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateQueryCommon Send returns without error.

See CreateQueryCommon for more information on using the CreateQueryCommon API call, and error handling.

// Example sending a request using the CreateQueryCommonRequest method.
req, resp := client.CreateQueryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) CreateQueryCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) CreateQueryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateQueryCommonWithContext is the same as CreateQueryCommon with the addition of the ability to pass a context and additional request options.

See CreateQueryCommon 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 (*RESOURCECENTER) CreateQueryRequest added in v1.2.28

func (c *RESOURCECENTER) CreateQueryRequest(input *CreateQueryInput) (req *request.Request, output *CreateQueryOutput)

CreateQueryRequest generates a "volcengine/request.Request" representing the client's request for the CreateQuery operation. The "output" return value will be populated with the CreateQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateQueryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateQueryCommon Send returns without error.

See CreateQuery for more information on using the CreateQuery API call, and error handling.

// Example sending a request using the CreateQueryRequest method.
req, resp := client.CreateQueryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) CreateQueryWithContext added in v1.2.28

func (c *RESOURCECENTER) CreateQueryWithContext(ctx volcengine.Context, input *CreateQueryInput, opts ...request.Option) (*CreateQueryOutput, error)

CreateQueryWithContext is the same as CreateQuery with the addition of the ability to pass a context and additional request options.

See CreateQuery 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 (*RESOURCECENTER) DeleteQuery added in v1.2.28

func (c *RESOURCECENTER) DeleteQuery(input *DeleteQueryInput) (*DeleteQueryOutput, error)

DeleteQuery API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation DeleteQuery for usage and error information.

func (*RESOURCECENTER) DeleteQueryCommon added in v1.2.28

func (c *RESOURCECENTER) DeleteQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteQueryCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation DeleteQueryCommon for usage and error information.

func (*RESOURCECENTER) DeleteQueryCommonRequest added in v1.2.28

func (c *RESOURCECENTER) DeleteQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteQueryCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteQueryCommon operation. The "output" return value will be populated with the DeleteQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteQueryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteQueryCommon Send returns without error.

See DeleteQueryCommon for more information on using the DeleteQueryCommon API call, and error handling.

// Example sending a request using the DeleteQueryCommonRequest method.
req, resp := client.DeleteQueryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) DeleteQueryCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) DeleteQueryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteQueryCommonWithContext is the same as DeleteQueryCommon with the addition of the ability to pass a context and additional request options.

See DeleteQueryCommon 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 (*RESOURCECENTER) DeleteQueryRequest added in v1.2.28

func (c *RESOURCECENTER) DeleteQueryRequest(input *DeleteQueryInput) (req *request.Request, output *DeleteQueryOutput)

DeleteQueryRequest generates a "volcengine/request.Request" representing the client's request for the DeleteQuery operation. The "output" return value will be populated with the DeleteQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteQueryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteQueryCommon Send returns without error.

See DeleteQuery for more information on using the DeleteQuery API call, and error handling.

// Example sending a request using the DeleteQueryRequest method.
req, resp := client.DeleteQueryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) DeleteQueryWithContext added in v1.2.28

func (c *RESOURCECENTER) DeleteQueryWithContext(ctx volcengine.Context, input *DeleteQueryInput, opts ...request.Option) (*DeleteQueryOutput, error)

DeleteQueryWithContext is the same as DeleteQuery with the addition of the ability to pass a context and additional request options.

See DeleteQuery 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 (*RESOURCECENTER) DisableMultiAccountResourceCenter added in v1.2.28

DisableMultiAccountResourceCenter API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation DisableMultiAccountResourceCenter for usage and error information.

func (*RESOURCECENTER) DisableMultiAccountResourceCenterCommon added in v1.2.28

func (c *RESOURCECENTER) DisableMultiAccountResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DisableMultiAccountResourceCenterCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation DisableMultiAccountResourceCenterCommon for usage and error information.

func (*RESOURCECENTER) DisableMultiAccountResourceCenterCommonRequest added in v1.2.28

func (c *RESOURCECENTER) DisableMultiAccountResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DisableMultiAccountResourceCenterCommonRequest generates a "volcengine/request.Request" representing the client's request for the DisableMultiAccountResourceCenterCommon operation. The "output" return value will be populated with the DisableMultiAccountResourceCenterCommon request's response once the request completes successfully.

Use "Send" method on the returned DisableMultiAccountResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after DisableMultiAccountResourceCenterCommon Send returns without error.

See DisableMultiAccountResourceCenterCommon for more information on using the DisableMultiAccountResourceCenterCommon API call, and error handling.

// Example sending a request using the DisableMultiAccountResourceCenterCommonRequest method.
req, resp := client.DisableMultiAccountResourceCenterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) DisableMultiAccountResourceCenterCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) DisableMultiAccountResourceCenterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DisableMultiAccountResourceCenterCommonWithContext is the same as DisableMultiAccountResourceCenterCommon with the addition of the ability to pass a context and additional request options.

See DisableMultiAccountResourceCenterCommon 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 (*RESOURCECENTER) DisableMultiAccountResourceCenterRequest added in v1.2.28

func (c *RESOURCECENTER) DisableMultiAccountResourceCenterRequest(input *DisableMultiAccountResourceCenterInput) (req *request.Request, output *DisableMultiAccountResourceCenterOutput)

DisableMultiAccountResourceCenterRequest generates a "volcengine/request.Request" representing the client's request for the DisableMultiAccountResourceCenter operation. The "output" return value will be populated with the DisableMultiAccountResourceCenterCommon request's response once the request completes successfully.

Use "Send" method on the returned DisableMultiAccountResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after DisableMultiAccountResourceCenterCommon Send returns without error.

See DisableMultiAccountResourceCenter for more information on using the DisableMultiAccountResourceCenter API call, and error handling.

// Example sending a request using the DisableMultiAccountResourceCenterRequest method.
req, resp := client.DisableMultiAccountResourceCenterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) DisableMultiAccountResourceCenterWithContext added in v1.2.28

func (c *RESOURCECENTER) DisableMultiAccountResourceCenterWithContext(ctx volcengine.Context, input *DisableMultiAccountResourceCenterInput, opts ...request.Option) (*DisableMultiAccountResourceCenterOutput, error)

DisableMultiAccountResourceCenterWithContext is the same as DisableMultiAccountResourceCenter with the addition of the ability to pass a context and additional request options.

See DisableMultiAccountResourceCenter 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 (*RESOURCECENTER) DisableResourceCenter

func (c *RESOURCECENTER) DisableResourceCenter(input *DisableResourceCenterInput) (*DisableResourceCenterOutput, error)

DisableResourceCenter API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation DisableResourceCenter for usage and error information.

func (*RESOURCECENTER) DisableResourceCenterCommon

func (c *RESOURCECENTER) DisableResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DisableResourceCenterCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation DisableResourceCenterCommon for usage and error information.

func (*RESOURCECENTER) DisableResourceCenterCommonRequest

func (c *RESOURCECENTER) DisableResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DisableResourceCenterCommonRequest generates a "volcengine/request.Request" representing the client's request for the DisableResourceCenterCommon operation. The "output" return value will be populated with the DisableResourceCenterCommon request's response once the request completes successfully.

Use "Send" method on the returned DisableResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after DisableResourceCenterCommon Send returns without error.

See DisableResourceCenterCommon for more information on using the DisableResourceCenterCommon API call, and error handling.

// Example sending a request using the DisableResourceCenterCommonRequest method.
req, resp := client.DisableResourceCenterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) DisableResourceCenterCommonWithContext

func (c *RESOURCECENTER) DisableResourceCenterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DisableResourceCenterCommonWithContext is the same as DisableResourceCenterCommon with the addition of the ability to pass a context and additional request options.

See DisableResourceCenterCommon 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 (*RESOURCECENTER) DisableResourceCenterRequest

func (c *RESOURCECENTER) DisableResourceCenterRequest(input *DisableResourceCenterInput) (req *request.Request, output *DisableResourceCenterOutput)

DisableResourceCenterRequest generates a "volcengine/request.Request" representing the client's request for the DisableResourceCenter operation. The "output" return value will be populated with the DisableResourceCenterCommon request's response once the request completes successfully.

Use "Send" method on the returned DisableResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after DisableResourceCenterCommon Send returns without error.

See DisableResourceCenter for more information on using the DisableResourceCenter API call, and error handling.

// Example sending a request using the DisableResourceCenterRequest method.
req, resp := client.DisableResourceCenterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) DisableResourceCenterWithContext

func (c *RESOURCECENTER) DisableResourceCenterWithContext(ctx volcengine.Context, input *DisableResourceCenterInput, opts ...request.Option) (*DisableResourceCenterOutput, error)

DisableResourceCenterWithContext is the same as DisableResourceCenter with the addition of the ability to pass a context and additional request options.

See DisableResourceCenter 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 (*RESOURCECENTER) EnableMultiAccountResourceCenter added in v1.2.28

EnableMultiAccountResourceCenter API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation EnableMultiAccountResourceCenter for usage and error information.

func (*RESOURCECENTER) EnableMultiAccountResourceCenterCommon added in v1.2.28

func (c *RESOURCECENTER) EnableMultiAccountResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

EnableMultiAccountResourceCenterCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation EnableMultiAccountResourceCenterCommon for usage and error information.

func (*RESOURCECENTER) EnableMultiAccountResourceCenterCommonRequest added in v1.2.28

func (c *RESOURCECENTER) EnableMultiAccountResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

EnableMultiAccountResourceCenterCommonRequest generates a "volcengine/request.Request" representing the client's request for the EnableMultiAccountResourceCenterCommon operation. The "output" return value will be populated with the EnableMultiAccountResourceCenterCommon request's response once the request completes successfully.

Use "Send" method on the returned EnableMultiAccountResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after EnableMultiAccountResourceCenterCommon Send returns without error.

See EnableMultiAccountResourceCenterCommon for more information on using the EnableMultiAccountResourceCenterCommon API call, and error handling.

// Example sending a request using the EnableMultiAccountResourceCenterCommonRequest method.
req, resp := client.EnableMultiAccountResourceCenterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) EnableMultiAccountResourceCenterCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) EnableMultiAccountResourceCenterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

EnableMultiAccountResourceCenterCommonWithContext is the same as EnableMultiAccountResourceCenterCommon with the addition of the ability to pass a context and additional request options.

See EnableMultiAccountResourceCenterCommon 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 (*RESOURCECENTER) EnableMultiAccountResourceCenterRequest added in v1.2.28

func (c *RESOURCECENTER) EnableMultiAccountResourceCenterRequest(input *EnableMultiAccountResourceCenterInput) (req *request.Request, output *EnableMultiAccountResourceCenterOutput)

EnableMultiAccountResourceCenterRequest generates a "volcengine/request.Request" representing the client's request for the EnableMultiAccountResourceCenter operation. The "output" return value will be populated with the EnableMultiAccountResourceCenterCommon request's response once the request completes successfully.

Use "Send" method on the returned EnableMultiAccountResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after EnableMultiAccountResourceCenterCommon Send returns without error.

See EnableMultiAccountResourceCenter for more information on using the EnableMultiAccountResourceCenter API call, and error handling.

// Example sending a request using the EnableMultiAccountResourceCenterRequest method.
req, resp := client.EnableMultiAccountResourceCenterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) EnableMultiAccountResourceCenterWithContext added in v1.2.28

func (c *RESOURCECENTER) EnableMultiAccountResourceCenterWithContext(ctx volcengine.Context, input *EnableMultiAccountResourceCenterInput, opts ...request.Option) (*EnableMultiAccountResourceCenterOutput, error)

EnableMultiAccountResourceCenterWithContext is the same as EnableMultiAccountResourceCenter with the addition of the ability to pass a context and additional request options.

See EnableMultiAccountResourceCenter 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 (*RESOURCECENTER) EnableResourceCenter

func (c *RESOURCECENTER) EnableResourceCenter(input *EnableResourceCenterInput) (*EnableResourceCenterOutput, error)

EnableResourceCenter API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation EnableResourceCenter for usage and error information.

func (*RESOURCECENTER) EnableResourceCenterCommon

func (c *RESOURCECENTER) EnableResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

EnableResourceCenterCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation EnableResourceCenterCommon for usage and error information.

func (*RESOURCECENTER) EnableResourceCenterCommonRequest

func (c *RESOURCECENTER) EnableResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

EnableResourceCenterCommonRequest generates a "volcengine/request.Request" representing the client's request for the EnableResourceCenterCommon operation. The "output" return value will be populated with the EnableResourceCenterCommon request's response once the request completes successfully.

Use "Send" method on the returned EnableResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after EnableResourceCenterCommon Send returns without error.

See EnableResourceCenterCommon for more information on using the EnableResourceCenterCommon API call, and error handling.

// Example sending a request using the EnableResourceCenterCommonRequest method.
req, resp := client.EnableResourceCenterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) EnableResourceCenterCommonWithContext

func (c *RESOURCECENTER) EnableResourceCenterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

EnableResourceCenterCommonWithContext is the same as EnableResourceCenterCommon with the addition of the ability to pass a context and additional request options.

See EnableResourceCenterCommon 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 (*RESOURCECENTER) EnableResourceCenterRequest

func (c *RESOURCECENTER) EnableResourceCenterRequest(input *EnableResourceCenterInput) (req *request.Request, output *EnableResourceCenterOutput)

EnableResourceCenterRequest generates a "volcengine/request.Request" representing the client's request for the EnableResourceCenter operation. The "output" return value will be populated with the EnableResourceCenterCommon request's response once the request completes successfully.

Use "Send" method on the returned EnableResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after EnableResourceCenterCommon Send returns without error.

See EnableResourceCenter for more information on using the EnableResourceCenter API call, and error handling.

// Example sending a request using the EnableResourceCenterRequest method.
req, resp := client.EnableResourceCenterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) EnableResourceCenterWithContext

func (c *RESOURCECENTER) EnableResourceCenterWithContext(ctx volcengine.Context, input *EnableResourceCenterInput, opts ...request.Option) (*EnableResourceCenterOutput, error)

EnableResourceCenterWithContext is the same as EnableResourceCenter with the addition of the ability to pass a context and additional request options.

See EnableResourceCenter 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 (*RESOURCECENTER) ExecuteSQLQuery added in v1.2.28

func (c *RESOURCECENTER) ExecuteSQLQuery(input *ExecuteSQLQueryInput) (*ExecuteSQLQueryOutput, error)

ExecuteSQLQuery API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation ExecuteSQLQuery for usage and error information.

func (*RESOURCECENTER) ExecuteSQLQueryCommon added in v1.2.28

func (c *RESOURCECENTER) ExecuteSQLQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ExecuteSQLQueryCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation ExecuteSQLQueryCommon for usage and error information.

func (*RESOURCECENTER) ExecuteSQLQueryCommonRequest added in v1.2.28

func (c *RESOURCECENTER) ExecuteSQLQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ExecuteSQLQueryCommonRequest generates a "volcengine/request.Request" representing the client's request for the ExecuteSQLQueryCommon operation. The "output" return value will be populated with the ExecuteSQLQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned ExecuteSQLQueryCommon Request to send the API call to the service. the "output" return value is not valid until after ExecuteSQLQueryCommon Send returns without error.

See ExecuteSQLQueryCommon for more information on using the ExecuteSQLQueryCommon API call, and error handling.

// Example sending a request using the ExecuteSQLQueryCommonRequest method.
req, resp := client.ExecuteSQLQueryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) ExecuteSQLQueryCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) ExecuteSQLQueryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ExecuteSQLQueryCommonWithContext is the same as ExecuteSQLQueryCommon with the addition of the ability to pass a context and additional request options.

See ExecuteSQLQueryCommon 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 (*RESOURCECENTER) ExecuteSQLQueryRequest added in v1.2.28

func (c *RESOURCECENTER) ExecuteSQLQueryRequest(input *ExecuteSQLQueryInput) (req *request.Request, output *ExecuteSQLQueryOutput)

ExecuteSQLQueryRequest generates a "volcengine/request.Request" representing the client's request for the ExecuteSQLQuery operation. The "output" return value will be populated with the ExecuteSQLQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned ExecuteSQLQueryCommon Request to send the API call to the service. the "output" return value is not valid until after ExecuteSQLQueryCommon Send returns without error.

See ExecuteSQLQuery for more information on using the ExecuteSQLQuery API call, and error handling.

// Example sending a request using the ExecuteSQLQueryRequest method.
req, resp := client.ExecuteSQLQueryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) ExecuteSQLQueryWithContext added in v1.2.28

func (c *RESOURCECENTER) ExecuteSQLQueryWithContext(ctx volcengine.Context, input *ExecuteSQLQueryInput, opts ...request.Option) (*ExecuteSQLQueryOutput, error)

ExecuteSQLQueryWithContext is the same as ExecuteSQLQuery with the addition of the ability to pass a context and additional request options.

See ExecuteSQLQuery 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 (*RESOURCECENTER) GetExampleQuery added in v1.2.28

func (c *RESOURCECENTER) GetExampleQuery(input *GetExampleQueryInput) (*GetExampleQueryOutput, error)

GetExampleQuery API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetExampleQuery for usage and error information.

func (*RESOURCECENTER) GetExampleQueryCommon added in v1.2.28

func (c *RESOURCECENTER) GetExampleQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetExampleQueryCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetExampleQueryCommon for usage and error information.

func (*RESOURCECENTER) GetExampleQueryCommonRequest added in v1.2.28

func (c *RESOURCECENTER) GetExampleQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetExampleQueryCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetExampleQueryCommon operation. The "output" return value will be populated with the GetExampleQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned GetExampleQueryCommon Request to send the API call to the service. the "output" return value is not valid until after GetExampleQueryCommon Send returns without error.

See GetExampleQueryCommon for more information on using the GetExampleQueryCommon API call, and error handling.

// Example sending a request using the GetExampleQueryCommonRequest method.
req, resp := client.GetExampleQueryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetExampleQueryCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) GetExampleQueryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetExampleQueryCommonWithContext is the same as GetExampleQueryCommon with the addition of the ability to pass a context and additional request options.

See GetExampleQueryCommon 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 (*RESOURCECENTER) GetExampleQueryRequest added in v1.2.28

func (c *RESOURCECENTER) GetExampleQueryRequest(input *GetExampleQueryInput) (req *request.Request, output *GetExampleQueryOutput)

GetExampleQueryRequest generates a "volcengine/request.Request" representing the client's request for the GetExampleQuery operation. The "output" return value will be populated with the GetExampleQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned GetExampleQueryCommon Request to send the API call to the service. the "output" return value is not valid until after GetExampleQueryCommon Send returns without error.

See GetExampleQuery for more information on using the GetExampleQuery API call, and error handling.

// Example sending a request using the GetExampleQueryRequest method.
req, resp := client.GetExampleQueryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetExampleQueryWithContext added in v1.2.28

func (c *RESOURCECENTER) GetExampleQueryWithContext(ctx volcengine.Context, input *GetExampleQueryInput, opts ...request.Option) (*GetExampleQueryOutput, error)

GetExampleQueryWithContext is the same as GetExampleQuery with the addition of the ability to pass a context and additional request options.

See GetExampleQuery 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 (*RESOURCECENTER) GetMultiAccountResourceCenterStatus added in v1.2.28

GetMultiAccountResourceCenterStatus API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetMultiAccountResourceCenterStatus for usage and error information.

func (*RESOURCECENTER) GetMultiAccountResourceCenterStatusCommon added in v1.2.28

func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetMultiAccountResourceCenterStatusCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetMultiAccountResourceCenterStatusCommon for usage and error information.

func (*RESOURCECENTER) GetMultiAccountResourceCenterStatusCommonRequest added in v1.2.28

func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetMultiAccountResourceCenterStatusCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetMultiAccountResourceCenterStatusCommon operation. The "output" return value will be populated with the GetMultiAccountResourceCenterStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMultiAccountResourceCenterStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetMultiAccountResourceCenterStatusCommon Send returns without error.

See GetMultiAccountResourceCenterStatusCommon for more information on using the GetMultiAccountResourceCenterStatusCommon API call, and error handling.

// Example sending a request using the GetMultiAccountResourceCenterStatusCommonRequest method.
req, resp := client.GetMultiAccountResourceCenterStatusCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetMultiAccountResourceCenterStatusCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetMultiAccountResourceCenterStatusCommonWithContext is the same as GetMultiAccountResourceCenterStatusCommon with the addition of the ability to pass a context and additional request options.

See GetMultiAccountResourceCenterStatusCommon 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 (*RESOURCECENTER) GetMultiAccountResourceCenterStatusRequest added in v1.2.28

func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusRequest(input *GetMultiAccountResourceCenterStatusInput) (req *request.Request, output *GetMultiAccountResourceCenterStatusOutput)

GetMultiAccountResourceCenterStatusRequest generates a "volcengine/request.Request" representing the client's request for the GetMultiAccountResourceCenterStatus operation. The "output" return value will be populated with the GetMultiAccountResourceCenterStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMultiAccountResourceCenterStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetMultiAccountResourceCenterStatusCommon Send returns without error.

See GetMultiAccountResourceCenterStatus for more information on using the GetMultiAccountResourceCenterStatus API call, and error handling.

// Example sending a request using the GetMultiAccountResourceCenterStatusRequest method.
req, resp := client.GetMultiAccountResourceCenterStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetMultiAccountResourceCenterStatusWithContext added in v1.2.28

func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusWithContext(ctx volcengine.Context, input *GetMultiAccountResourceCenterStatusInput, opts ...request.Option) (*GetMultiAccountResourceCenterStatusOutput, error)

GetMultiAccountResourceCenterStatusWithContext is the same as GetMultiAccountResourceCenterStatus with the addition of the ability to pass a context and additional request options.

See GetMultiAccountResourceCenterStatus 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 (*RESOURCECENTER) GetMultiAccountResourceCounts added in v1.2.28

GetMultiAccountResourceCounts API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetMultiAccountResourceCounts for usage and error information.

func (*RESOURCECENTER) GetMultiAccountResourceCountsCommon added in v1.2.28

func (c *RESOURCECENTER) GetMultiAccountResourceCountsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetMultiAccountResourceCountsCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetMultiAccountResourceCountsCommon for usage and error information.

func (*RESOURCECENTER) GetMultiAccountResourceCountsCommonRequest added in v1.2.28

func (c *RESOURCECENTER) GetMultiAccountResourceCountsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetMultiAccountResourceCountsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetMultiAccountResourceCountsCommon operation. The "output" return value will be populated with the GetMultiAccountResourceCountsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMultiAccountResourceCountsCommon Request to send the API call to the service. the "output" return value is not valid until after GetMultiAccountResourceCountsCommon Send returns without error.

See GetMultiAccountResourceCountsCommon for more information on using the GetMultiAccountResourceCountsCommon API call, and error handling.

// Example sending a request using the GetMultiAccountResourceCountsCommonRequest method.
req, resp := client.GetMultiAccountResourceCountsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetMultiAccountResourceCountsCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) GetMultiAccountResourceCountsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetMultiAccountResourceCountsCommonWithContext is the same as GetMultiAccountResourceCountsCommon with the addition of the ability to pass a context and additional request options.

See GetMultiAccountResourceCountsCommon 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 (*RESOURCECENTER) GetMultiAccountResourceCountsRequest added in v1.2.28

func (c *RESOURCECENTER) GetMultiAccountResourceCountsRequest(input *GetMultiAccountResourceCountsInput) (req *request.Request, output *GetMultiAccountResourceCountsOutput)

GetMultiAccountResourceCountsRequest generates a "volcengine/request.Request" representing the client's request for the GetMultiAccountResourceCounts operation. The "output" return value will be populated with the GetMultiAccountResourceCountsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMultiAccountResourceCountsCommon Request to send the API call to the service. the "output" return value is not valid until after GetMultiAccountResourceCountsCommon Send returns without error.

See GetMultiAccountResourceCounts for more information on using the GetMultiAccountResourceCounts API call, and error handling.

// Example sending a request using the GetMultiAccountResourceCountsRequest method.
req, resp := client.GetMultiAccountResourceCountsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetMultiAccountResourceCountsWithContext added in v1.2.28

func (c *RESOURCECENTER) GetMultiAccountResourceCountsWithContext(ctx volcengine.Context, input *GetMultiAccountResourceCountsInput, opts ...request.Option) (*GetMultiAccountResourceCountsOutput, error)

GetMultiAccountResourceCountsWithContext is the same as GetMultiAccountResourceCounts with the addition of the ability to pass a context and additional request options.

See GetMultiAccountResourceCounts 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 (*RESOURCECENTER) GetQuery added in v1.2.28

func (c *RESOURCECENTER) GetQuery(input *GetQueryInput) (*GetQueryOutput, error)

GetQuery API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetQuery for usage and error information.

func (*RESOURCECENTER) GetQueryCommon added in v1.2.28

func (c *RESOURCECENTER) GetQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetQueryCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetQueryCommon for usage and error information.

func (*RESOURCECENTER) GetQueryCommonRequest added in v1.2.28

func (c *RESOURCECENTER) GetQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetQueryCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetQueryCommon operation. The "output" return value will be populated with the GetQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned GetQueryCommon Request to send the API call to the service. the "output" return value is not valid until after GetQueryCommon Send returns without error.

See GetQueryCommon for more information on using the GetQueryCommon API call, and error handling.

// Example sending a request using the GetQueryCommonRequest method.
req, resp := client.GetQueryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetQueryCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) GetQueryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetQueryCommonWithContext is the same as GetQueryCommon with the addition of the ability to pass a context and additional request options.

See GetQueryCommon 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 (*RESOURCECENTER) GetQueryRequest added in v1.2.28

func (c *RESOURCECENTER) GetQueryRequest(input *GetQueryInput) (req *request.Request, output *GetQueryOutput)

GetQueryRequest generates a "volcengine/request.Request" representing the client's request for the GetQuery operation. The "output" return value will be populated with the GetQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned GetQueryCommon Request to send the API call to the service. the "output" return value is not valid until after GetQueryCommon Send returns without error.

See GetQuery for more information on using the GetQuery API call, and error handling.

// Example sending a request using the GetQueryRequest method.
req, resp := client.GetQueryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetQueryWithContext added in v1.2.28

func (c *RESOURCECENTER) GetQueryWithContext(ctx volcengine.Context, input *GetQueryInput, opts ...request.Option) (*GetQueryOutput, error)

GetQueryWithContext is the same as GetQuery with the addition of the ability to pass a context and additional request options.

See GetQuery 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 (*RESOURCECENTER) GetResourceCenterStatus

func (c *RESOURCECENTER) GetResourceCenterStatus(input *GetResourceCenterStatusInput) (*GetResourceCenterStatusOutput, error)

GetResourceCenterStatus API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetResourceCenterStatus for usage and error information.

func (*RESOURCECENTER) GetResourceCenterStatusCommon

func (c *RESOURCECENTER) GetResourceCenterStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetResourceCenterStatusCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetResourceCenterStatusCommon for usage and error information.

func (*RESOURCECENTER) GetResourceCenterStatusCommonRequest

func (c *RESOURCECENTER) GetResourceCenterStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetResourceCenterStatusCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceCenterStatusCommon operation. The "output" return value will be populated with the GetResourceCenterStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceCenterStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceCenterStatusCommon Send returns without error.

See GetResourceCenterStatusCommon for more information on using the GetResourceCenterStatusCommon API call, and error handling.

// Example sending a request using the GetResourceCenterStatusCommonRequest method.
req, resp := client.GetResourceCenterStatusCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetResourceCenterStatusCommonWithContext

func (c *RESOURCECENTER) GetResourceCenterStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetResourceCenterStatusCommonWithContext is the same as GetResourceCenterStatusCommon with the addition of the ability to pass a context and additional request options.

See GetResourceCenterStatusCommon 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 (*RESOURCECENTER) GetResourceCenterStatusRequest

func (c *RESOURCECENTER) GetResourceCenterStatusRequest(input *GetResourceCenterStatusInput) (req *request.Request, output *GetResourceCenterStatusOutput)

GetResourceCenterStatusRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceCenterStatus operation. The "output" return value will be populated with the GetResourceCenterStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceCenterStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceCenterStatusCommon Send returns without error.

See GetResourceCenterStatus for more information on using the GetResourceCenterStatus API call, and error handling.

// Example sending a request using the GetResourceCenterStatusRequest method.
req, resp := client.GetResourceCenterStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetResourceCenterStatusWithContext

func (c *RESOURCECENTER) GetResourceCenterStatusWithContext(ctx volcengine.Context, input *GetResourceCenterStatusInput, opts ...request.Option) (*GetResourceCenterStatusOutput, error)

GetResourceCenterStatusWithContext is the same as GetResourceCenterStatus with the addition of the ability to pass a context and additional request options.

See GetResourceCenterStatus 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 (*RESOURCECENTER) GetResourceCounts

func (c *RESOURCECENTER) GetResourceCounts(input *GetResourceCountsInput) (*GetResourceCountsOutput, error)

GetResourceCounts API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetResourceCounts for usage and error information.

func (*RESOURCECENTER) GetResourceCountsCommon

func (c *RESOURCECENTER) GetResourceCountsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetResourceCountsCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation GetResourceCountsCommon for usage and error information.

func (*RESOURCECENTER) GetResourceCountsCommonRequest

func (c *RESOURCECENTER) GetResourceCountsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetResourceCountsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceCountsCommon operation. The "output" return value will be populated with the GetResourceCountsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceCountsCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceCountsCommon Send returns without error.

See GetResourceCountsCommon for more information on using the GetResourceCountsCommon API call, and error handling.

// Example sending a request using the GetResourceCountsCommonRequest method.
req, resp := client.GetResourceCountsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetResourceCountsCommonWithContext

func (c *RESOURCECENTER) GetResourceCountsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetResourceCountsCommonWithContext is the same as GetResourceCountsCommon with the addition of the ability to pass a context and additional request options.

See GetResourceCountsCommon 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 (*RESOURCECENTER) GetResourceCountsRequest

func (c *RESOURCECENTER) GetResourceCountsRequest(input *GetResourceCountsInput) (req *request.Request, output *GetResourceCountsOutput)

GetResourceCountsRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceCounts operation. The "output" return value will be populated with the GetResourceCountsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceCountsCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceCountsCommon Send returns without error.

See GetResourceCounts for more information on using the GetResourceCounts API call, and error handling.

// Example sending a request using the GetResourceCountsRequest method.
req, resp := client.GetResourceCountsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) GetResourceCountsWithContext

func (c *RESOURCECENTER) GetResourceCountsWithContext(ctx volcengine.Context, input *GetResourceCountsInput, opts ...request.Option) (*GetResourceCountsOutput, error)

GetResourceCountsWithContext is the same as GetResourceCounts with the addition of the ability to pass a context and additional request options.

See GetResourceCounts 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 (*RESOURCECENTER) ListExampleQueries added in v1.2.28

func (c *RESOURCECENTER) ListExampleQueries(input *ListExampleQueriesInput) (*ListExampleQueriesOutput, error)

ListExampleQueries API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation ListExampleQueries for usage and error information.

func (*RESOURCECENTER) ListExampleQueriesCommon added in v1.2.28

func (c *RESOURCECENTER) ListExampleQueriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListExampleQueriesCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation ListExampleQueriesCommon for usage and error information.

func (*RESOURCECENTER) ListExampleQueriesCommonRequest added in v1.2.28

func (c *RESOURCECENTER) ListExampleQueriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListExampleQueriesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListExampleQueriesCommon operation. The "output" return value will be populated with the ListExampleQueriesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListExampleQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListExampleQueriesCommon Send returns without error.

See ListExampleQueriesCommon for more information on using the ListExampleQueriesCommon API call, and error handling.

// Example sending a request using the ListExampleQueriesCommonRequest method.
req, resp := client.ListExampleQueriesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) ListExampleQueriesCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) ListExampleQueriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListExampleQueriesCommonWithContext is the same as ListExampleQueriesCommon with the addition of the ability to pass a context and additional request options.

See ListExampleQueriesCommon 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 (*RESOURCECENTER) ListExampleQueriesRequest added in v1.2.28

func (c *RESOURCECENTER) ListExampleQueriesRequest(input *ListExampleQueriesInput) (req *request.Request, output *ListExampleQueriesOutput)

ListExampleQueriesRequest generates a "volcengine/request.Request" representing the client's request for the ListExampleQueries operation. The "output" return value will be populated with the ListExampleQueriesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListExampleQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListExampleQueriesCommon Send returns without error.

See ListExampleQueries for more information on using the ListExampleQueries API call, and error handling.

// Example sending a request using the ListExampleQueriesRequest method.
req, resp := client.ListExampleQueriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) ListExampleQueriesWithContext added in v1.2.28

func (c *RESOURCECENTER) ListExampleQueriesWithContext(ctx volcengine.Context, input *ListExampleQueriesInput, opts ...request.Option) (*ListExampleQueriesOutput, error)

ListExampleQueriesWithContext is the same as ListExampleQueries with the addition of the ability to pass a context and additional request options.

See ListExampleQueries 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 (*RESOURCECENTER) ListQueries added in v1.2.28

func (c *RESOURCECENTER) ListQueries(input *ListQueriesInput) (*ListQueriesOutput, error)

ListQueries API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation ListQueries for usage and error information.

func (*RESOURCECENTER) ListQueriesCommon added in v1.2.28

func (c *RESOURCECENTER) ListQueriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListQueriesCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation ListQueriesCommon for usage and error information.

func (*RESOURCECENTER) ListQueriesCommonRequest added in v1.2.28

func (c *RESOURCECENTER) ListQueriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListQueriesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListQueriesCommon operation. The "output" return value will be populated with the ListQueriesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListQueriesCommon Send returns without error.

See ListQueriesCommon for more information on using the ListQueriesCommon API call, and error handling.

// Example sending a request using the ListQueriesCommonRequest method.
req, resp := client.ListQueriesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) ListQueriesCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) ListQueriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListQueriesCommonWithContext is the same as ListQueriesCommon with the addition of the ability to pass a context and additional request options.

See ListQueriesCommon 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 (*RESOURCECENTER) ListQueriesRequest added in v1.2.28

func (c *RESOURCECENTER) ListQueriesRequest(input *ListQueriesInput) (req *request.Request, output *ListQueriesOutput)

ListQueriesRequest generates a "volcengine/request.Request" representing the client's request for the ListQueries operation. The "output" return value will be populated with the ListQueriesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListQueriesCommon Send returns without error.

See ListQueries for more information on using the ListQueries API call, and error handling.

// Example sending a request using the ListQueriesRequest method.
req, resp := client.ListQueriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) ListQueriesWithContext added in v1.2.28

func (c *RESOURCECENTER) ListQueriesWithContext(ctx volcengine.Context, input *ListQueriesInput, opts ...request.Option) (*ListQueriesOutput, error)

ListQueriesWithContext is the same as ListQueries with the addition of the ability to pass a context and additional request options.

See ListQueries 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 (*RESOURCECENTER) ListResourceTypes

func (c *RESOURCECENTER) ListResourceTypes(input *ListResourceTypesInput) (*ListResourceTypesOutput, error)

ListResourceTypes API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation ListResourceTypes for usage and error information.

func (*RESOURCECENTER) ListResourceTypesCommon

func (c *RESOURCECENTER) ListResourceTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListResourceTypesCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation ListResourceTypesCommon for usage and error information.

func (*RESOURCECENTER) ListResourceTypesCommonRequest

func (c *RESOURCECENTER) ListResourceTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListResourceTypesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceTypesCommon operation. The "output" return value will be populated with the ListResourceTypesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceTypesCommon Send returns without error.

See ListResourceTypesCommon for more information on using the ListResourceTypesCommon API call, and error handling.

// Example sending a request using the ListResourceTypesCommonRequest method.
req, resp := client.ListResourceTypesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) ListResourceTypesCommonWithContext

func (c *RESOURCECENTER) ListResourceTypesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListResourceTypesCommonWithContext is the same as ListResourceTypesCommon with the addition of the ability to pass a context and additional request options.

See ListResourceTypesCommon 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 (*RESOURCECENTER) ListResourceTypesRequest

func (c *RESOURCECENTER) ListResourceTypesRequest(input *ListResourceTypesInput) (req *request.Request, output *ListResourceTypesOutput)

ListResourceTypesRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceTypes operation. The "output" return value will be populated with the ListResourceTypesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceTypesCommon Send returns without error.

See ListResourceTypes for more information on using the ListResourceTypes API call, and error handling.

// Example sending a request using the ListResourceTypesRequest method.
req, resp := client.ListResourceTypesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) ListResourceTypesWithContext

func (c *RESOURCECENTER) ListResourceTypesWithContext(ctx volcengine.Context, input *ListResourceTypesInput, opts ...request.Option) (*ListResourceTypesOutput, error)

ListResourceTypesWithContext is the same as ListResourceTypes with the addition of the ability to pass a context and additional request options.

See ListResourceTypes 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 (*RESOURCECENTER) SearchMultiAccountResources added in v1.2.28

SearchMultiAccountResources API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation SearchMultiAccountResources for usage and error information.

func (*RESOURCECENTER) SearchMultiAccountResourcesCommon added in v1.2.28

func (c *RESOURCECENTER) SearchMultiAccountResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SearchMultiAccountResourcesCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation SearchMultiAccountResourcesCommon for usage and error information.

func (*RESOURCECENTER) SearchMultiAccountResourcesCommonRequest added in v1.2.28

func (c *RESOURCECENTER) SearchMultiAccountResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SearchMultiAccountResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the SearchMultiAccountResourcesCommon operation. The "output" return value will be populated with the SearchMultiAccountResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned SearchMultiAccountResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after SearchMultiAccountResourcesCommon Send returns without error.

See SearchMultiAccountResourcesCommon for more information on using the SearchMultiAccountResourcesCommon API call, and error handling.

// Example sending a request using the SearchMultiAccountResourcesCommonRequest method.
req, resp := client.SearchMultiAccountResourcesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) SearchMultiAccountResourcesCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) SearchMultiAccountResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SearchMultiAccountResourcesCommonWithContext is the same as SearchMultiAccountResourcesCommon with the addition of the ability to pass a context and additional request options.

See SearchMultiAccountResourcesCommon 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 (*RESOURCECENTER) SearchMultiAccountResourcesRequest added in v1.2.28

func (c *RESOURCECENTER) SearchMultiAccountResourcesRequest(input *SearchMultiAccountResourcesInput) (req *request.Request, output *SearchMultiAccountResourcesOutput)

SearchMultiAccountResourcesRequest generates a "volcengine/request.Request" representing the client's request for the SearchMultiAccountResources operation. The "output" return value will be populated with the SearchMultiAccountResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned SearchMultiAccountResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after SearchMultiAccountResourcesCommon Send returns without error.

See SearchMultiAccountResources for more information on using the SearchMultiAccountResources API call, and error handling.

// Example sending a request using the SearchMultiAccountResourcesRequest method.
req, resp := client.SearchMultiAccountResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) SearchMultiAccountResourcesWithContext added in v1.2.28

func (c *RESOURCECENTER) SearchMultiAccountResourcesWithContext(ctx volcengine.Context, input *SearchMultiAccountResourcesInput, opts ...request.Option) (*SearchMultiAccountResourcesOutput, error)

SearchMultiAccountResourcesWithContext is the same as SearchMultiAccountResources with the addition of the ability to pass a context and additional request options.

See SearchMultiAccountResources 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 (*RESOURCECENTER) SearchResources

func (c *RESOURCECENTER) SearchResources(input *SearchResourcesInput) (*SearchResourcesOutput, error)

SearchResources API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation SearchResources for usage and error information.

func (*RESOURCECENTER) SearchResourcesCommon

func (c *RESOURCECENTER) SearchResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SearchResourcesCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation SearchResourcesCommon for usage and error information.

func (*RESOURCECENTER) SearchResourcesCommonRequest

func (c *RESOURCECENTER) SearchResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SearchResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the SearchResourcesCommon operation. The "output" return value will be populated with the SearchResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned SearchResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after SearchResourcesCommon Send returns without error.

See SearchResourcesCommon for more information on using the SearchResourcesCommon API call, and error handling.

// Example sending a request using the SearchResourcesCommonRequest method.
req, resp := client.SearchResourcesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) SearchResourcesCommonWithContext

func (c *RESOURCECENTER) SearchResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SearchResourcesCommonWithContext is the same as SearchResourcesCommon with the addition of the ability to pass a context and additional request options.

See SearchResourcesCommon 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 (*RESOURCECENTER) SearchResourcesRequest

func (c *RESOURCECENTER) SearchResourcesRequest(input *SearchResourcesInput) (req *request.Request, output *SearchResourcesOutput)

SearchResourcesRequest generates a "volcengine/request.Request" representing the client's request for the SearchResources operation. The "output" return value will be populated with the SearchResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned SearchResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after SearchResourcesCommon Send returns without error.

See SearchResources for more information on using the SearchResources API call, and error handling.

// Example sending a request using the SearchResourcesRequest method.
req, resp := client.SearchResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) SearchResourcesWithContext

func (c *RESOURCECENTER) SearchResourcesWithContext(ctx volcengine.Context, input *SearchResourcesInput, opts ...request.Option) (*SearchResourcesOutput, error)

SearchResourcesWithContext is the same as SearchResources with the addition of the ability to pass a context and additional request options.

See SearchResources 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 (*RESOURCECENTER) UpdateQuery added in v1.2.28

func (c *RESOURCECENTER) UpdateQuery(input *UpdateQueryInput) (*UpdateQueryOutput, error)

UpdateQuery API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation UpdateQuery for usage and error information.

func (*RESOURCECENTER) UpdateQueryCommon added in v1.2.28

func (c *RESOURCECENTER) UpdateQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateQueryCommon API operation for RESOURCECENTER.

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 RESOURCECENTER's API operation UpdateQueryCommon for usage and error information.

func (*RESOURCECENTER) UpdateQueryCommonRequest added in v1.2.28

func (c *RESOURCECENTER) UpdateQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateQueryCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateQueryCommon operation. The "output" return value will be populated with the UpdateQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateQueryCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateQueryCommon Send returns without error.

See UpdateQueryCommon for more information on using the UpdateQueryCommon API call, and error handling.

// Example sending a request using the UpdateQueryCommonRequest method.
req, resp := client.UpdateQueryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) UpdateQueryCommonWithContext added in v1.2.28

func (c *RESOURCECENTER) UpdateQueryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateQueryCommonWithContext is the same as UpdateQueryCommon with the addition of the ability to pass a context and additional request options.

See UpdateQueryCommon 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 (*RESOURCECENTER) UpdateQueryRequest added in v1.2.28

func (c *RESOURCECENTER) UpdateQueryRequest(input *UpdateQueryInput) (req *request.Request, output *UpdateQueryOutput)

UpdateQueryRequest generates a "volcengine/request.Request" representing the client's request for the UpdateQuery operation. The "output" return value will be populated with the UpdateQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateQueryCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateQueryCommon Send returns without error.

See UpdateQuery for more information on using the UpdateQuery API call, and error handling.

// Example sending a request using the UpdateQueryRequest method.
req, resp := client.UpdateQueryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RESOURCECENTER) UpdateQueryWithContext added in v1.2.28

func (c *RESOURCECENTER) UpdateQueryWithContext(ctx volcengine.Context, input *UpdateQueryInput, opts ...request.Option) (*UpdateQueryOutput, error)

UpdateQueryWithContext is the same as UpdateQuery with the addition of the ability to pass a context and additional request options.

See UpdateQuery 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 RESOURCECENTERAPI

type RESOURCECENTERAPI interface {
	CreateQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateQueryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateQuery(*CreateQueryInput) (*CreateQueryOutput, error)
	CreateQueryWithContext(volcengine.Context, *CreateQueryInput, ...request.Option) (*CreateQueryOutput, error)
	CreateQueryRequest(*CreateQueryInput) (*request.Request, *CreateQueryOutput)

	DeleteQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteQueryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteQuery(*DeleteQueryInput) (*DeleteQueryOutput, error)
	DeleteQueryWithContext(volcengine.Context, *DeleteQueryInput, ...request.Option) (*DeleteQueryOutput, error)
	DeleteQueryRequest(*DeleteQueryInput) (*request.Request, *DeleteQueryOutput)

	DisableMultiAccountResourceCenterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DisableMultiAccountResourceCenterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DisableMultiAccountResourceCenterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DisableMultiAccountResourceCenter(*DisableMultiAccountResourceCenterInput) (*DisableMultiAccountResourceCenterOutput, error)
	DisableMultiAccountResourceCenterWithContext(volcengine.Context, *DisableMultiAccountResourceCenterInput, ...request.Option) (*DisableMultiAccountResourceCenterOutput, error)
	DisableMultiAccountResourceCenterRequest(*DisableMultiAccountResourceCenterInput) (*request.Request, *DisableMultiAccountResourceCenterOutput)

	DisableResourceCenterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DisableResourceCenterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DisableResourceCenterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DisableResourceCenter(*DisableResourceCenterInput) (*DisableResourceCenterOutput, error)
	DisableResourceCenterWithContext(volcengine.Context, *DisableResourceCenterInput, ...request.Option) (*DisableResourceCenterOutput, error)
	DisableResourceCenterRequest(*DisableResourceCenterInput) (*request.Request, *DisableResourceCenterOutput)

	EnableMultiAccountResourceCenterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	EnableMultiAccountResourceCenterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	EnableMultiAccountResourceCenterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	EnableMultiAccountResourceCenter(*EnableMultiAccountResourceCenterInput) (*EnableMultiAccountResourceCenterOutput, error)
	EnableMultiAccountResourceCenterWithContext(volcengine.Context, *EnableMultiAccountResourceCenterInput, ...request.Option) (*EnableMultiAccountResourceCenterOutput, error)
	EnableMultiAccountResourceCenterRequest(*EnableMultiAccountResourceCenterInput) (*request.Request, *EnableMultiAccountResourceCenterOutput)

	EnableResourceCenterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	EnableResourceCenterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	EnableResourceCenterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	EnableResourceCenter(*EnableResourceCenterInput) (*EnableResourceCenterOutput, error)
	EnableResourceCenterWithContext(volcengine.Context, *EnableResourceCenterInput, ...request.Option) (*EnableResourceCenterOutput, error)
	EnableResourceCenterRequest(*EnableResourceCenterInput) (*request.Request, *EnableResourceCenterOutput)

	ExecuteSQLQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ExecuteSQLQueryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ExecuteSQLQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ExecuteSQLQuery(*ExecuteSQLQueryInput) (*ExecuteSQLQueryOutput, error)
	ExecuteSQLQueryWithContext(volcengine.Context, *ExecuteSQLQueryInput, ...request.Option) (*ExecuteSQLQueryOutput, error)
	ExecuteSQLQueryRequest(*ExecuteSQLQueryInput) (*request.Request, *ExecuteSQLQueryOutput)

	GetExampleQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetExampleQueryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetExampleQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetExampleQuery(*GetExampleQueryInput) (*GetExampleQueryOutput, error)
	GetExampleQueryWithContext(volcengine.Context, *GetExampleQueryInput, ...request.Option) (*GetExampleQueryOutput, error)
	GetExampleQueryRequest(*GetExampleQueryInput) (*request.Request, *GetExampleQueryOutput)

	GetMultiAccountResourceCenterStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetMultiAccountResourceCenterStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetMultiAccountResourceCenterStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetMultiAccountResourceCenterStatus(*GetMultiAccountResourceCenterStatusInput) (*GetMultiAccountResourceCenterStatusOutput, error)
	GetMultiAccountResourceCenterStatusWithContext(volcengine.Context, *GetMultiAccountResourceCenterStatusInput, ...request.Option) (*GetMultiAccountResourceCenterStatusOutput, error)
	GetMultiAccountResourceCenterStatusRequest(*GetMultiAccountResourceCenterStatusInput) (*request.Request, *GetMultiAccountResourceCenterStatusOutput)

	GetMultiAccountResourceCountsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetMultiAccountResourceCountsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetMultiAccountResourceCountsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetMultiAccountResourceCounts(*GetMultiAccountResourceCountsInput) (*GetMultiAccountResourceCountsOutput, error)
	GetMultiAccountResourceCountsWithContext(volcengine.Context, *GetMultiAccountResourceCountsInput, ...request.Option) (*GetMultiAccountResourceCountsOutput, error)
	GetMultiAccountResourceCountsRequest(*GetMultiAccountResourceCountsInput) (*request.Request, *GetMultiAccountResourceCountsOutput)

	GetQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetQueryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetQuery(*GetQueryInput) (*GetQueryOutput, error)
	GetQueryWithContext(volcengine.Context, *GetQueryInput, ...request.Option) (*GetQueryOutput, error)
	GetQueryRequest(*GetQueryInput) (*request.Request, *GetQueryOutput)

	GetResourceCenterStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetResourceCenterStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetResourceCenterStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetResourceCenterStatus(*GetResourceCenterStatusInput) (*GetResourceCenterStatusOutput, error)
	GetResourceCenterStatusWithContext(volcengine.Context, *GetResourceCenterStatusInput, ...request.Option) (*GetResourceCenterStatusOutput, error)
	GetResourceCenterStatusRequest(*GetResourceCenterStatusInput) (*request.Request, *GetResourceCenterStatusOutput)

	GetResourceCountsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetResourceCountsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetResourceCountsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetResourceCounts(*GetResourceCountsInput) (*GetResourceCountsOutput, error)
	GetResourceCountsWithContext(volcengine.Context, *GetResourceCountsInput, ...request.Option) (*GetResourceCountsOutput, error)
	GetResourceCountsRequest(*GetResourceCountsInput) (*request.Request, *GetResourceCountsOutput)

	ListExampleQueriesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListExampleQueriesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListExampleQueriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListExampleQueries(*ListExampleQueriesInput) (*ListExampleQueriesOutput, error)
	ListExampleQueriesWithContext(volcengine.Context, *ListExampleQueriesInput, ...request.Option) (*ListExampleQueriesOutput, error)
	ListExampleQueriesRequest(*ListExampleQueriesInput) (*request.Request, *ListExampleQueriesOutput)

	ListQueriesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListQueriesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListQueriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListQueries(*ListQueriesInput) (*ListQueriesOutput, error)
	ListQueriesWithContext(volcengine.Context, *ListQueriesInput, ...request.Option) (*ListQueriesOutput, error)
	ListQueriesRequest(*ListQueriesInput) (*request.Request, *ListQueriesOutput)

	ListResourceTypesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListResourceTypesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListResourceTypesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListResourceTypes(*ListResourceTypesInput) (*ListResourceTypesOutput, error)
	ListResourceTypesWithContext(volcengine.Context, *ListResourceTypesInput, ...request.Option) (*ListResourceTypesOutput, error)
	ListResourceTypesRequest(*ListResourceTypesInput) (*request.Request, *ListResourceTypesOutput)

	SearchMultiAccountResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SearchMultiAccountResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SearchMultiAccountResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SearchMultiAccountResources(*SearchMultiAccountResourcesInput) (*SearchMultiAccountResourcesOutput, error)
	SearchMultiAccountResourcesWithContext(volcengine.Context, *SearchMultiAccountResourcesInput, ...request.Option) (*SearchMultiAccountResourcesOutput, error)
	SearchMultiAccountResourcesRequest(*SearchMultiAccountResourcesInput) (*request.Request, *SearchMultiAccountResourcesOutput)

	SearchResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SearchResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SearchResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SearchResources(*SearchResourcesInput) (*SearchResourcesOutput, error)
	SearchResourcesWithContext(volcengine.Context, *SearchResourcesInput, ...request.Option) (*SearchResourcesOutput, error)
	SearchResourcesRequest(*SearchResourcesInput) (*request.Request, *SearchResourcesOutput)

	UpdateQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateQueryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateQuery(*UpdateQueryInput) (*UpdateQueryOutput, error)
	UpdateQueryWithContext(volcengine.Context, *UpdateQueryInput, ...request.Option) (*UpdateQueryOutput, error)
	UpdateQueryRequest(*UpdateQueryInput) (*request.Request, *UpdateQueryOutput)
}

RESOURCECENTERAPI provides an interface to enable mocking the resourcecenter.RESOURCECENTER service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// RESOURCECENTER.
func myFunc(svc RESOURCECENTERAPI) bool {
    // Make svc.CreateQuery request
}

func main() {
    sess := session.New()
    svc := resourcecenter.New(sess)

    myFunc(svc)
}

type ResourceCountForGetMultiAccountResourceCountsOutput added in v1.2.28

type ResourceCountForGetMultiAccountResourceCountsOutput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	GroupName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceCountForGetMultiAccountResourceCountsOutput) GoString added in v1.2.28

GoString returns the string representation

func (*ResourceCountForGetMultiAccountResourceCountsOutput) SetCount added in v1.2.28

SetCount sets the Count field's value.

func (*ResourceCountForGetMultiAccountResourceCountsOutput) SetGroupName added in v1.2.28

SetGroupName sets the GroupName field's value.

func (ResourceCountForGetMultiAccountResourceCountsOutput) String added in v1.2.28

String returns the string representation

type ResourceCountForGetResourceCountsOutput

type ResourceCountForGetResourceCountsOutput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	GroupName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceCountForGetResourceCountsOutput) GoString

GoString returns the string representation

func (*ResourceCountForGetResourceCountsOutput) SetCount

SetCount sets the Count field's value.

func (*ResourceCountForGetResourceCountsOutput) SetGroupName

SetGroupName sets the GroupName field's value.

func (ResourceCountForGetResourceCountsOutput) String

String returns the string representation

type ResourceForSearchMultiAccountResourcesOutput added in v1.2.28

type ResourceForSearchMultiAccountResourcesOutput struct {
	AccountID *int64 `type:"int64" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Identifier *string `type:"string" json:",omitempty"`

	PrivateIpAddress []*string `type:"list" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	PublicIpAddress []*string `type:"list" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	ResourceID *string `type:"string" json:",omitempty"`

	ResourceName *string `type:"string" json:",omitempty"`

	ResourceType *string `type:"string" json:",omitempty"`

	Service *string `type:"string" json:",omitempty"`

	Tags []*TagForSearchMultiAccountResourcesOutput `type:"list" json:",omitempty"`

	TypeName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForSearchMultiAccountResourcesOutput) GoString added in v1.2.28

GoString returns the string representation

func (*ResourceForSearchMultiAccountResourcesOutput) SetAccountID added in v1.2.28

SetAccountID sets the AccountID field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetCreateTime added in v1.2.28

SetCreateTime sets the CreateTime field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetIdentifier added in v1.2.28

SetIdentifier sets the Identifier field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetPrivateIpAddress added in v1.2.28

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetProjectName added in v1.2.28

SetProjectName sets the ProjectName field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetPublicIpAddress added in v1.2.28

SetPublicIpAddress sets the PublicIpAddress field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetRegion added in v1.2.28

SetRegion sets the Region field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetResourceID added in v1.2.28

SetResourceID sets the ResourceID field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetResourceName added in v1.2.28

SetResourceName sets the ResourceName field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetResourceType added in v1.2.28

SetResourceType sets the ResourceType field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetService added in v1.2.28

SetService sets the Service field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetTags added in v1.2.28

SetTags sets the Tags field's value.

func (*ResourceForSearchMultiAccountResourcesOutput) SetTypeName added in v1.2.28

SetTypeName sets the TypeName field's value.

func (ResourceForSearchMultiAccountResourcesOutput) String added in v1.2.28

String returns the string representation

type ResourceForSearchResourcesOutput

type ResourceForSearchResourcesOutput struct {
	AccountID *int64 `type:"int64" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Identifier *string `type:"string" json:",omitempty"`

	PrivateIpAddress []*string `type:"list" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	PublicIpAddress []*string `type:"list" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	ResourceID *string `type:"string" json:",omitempty"`

	ResourceName *string `type:"string" json:",omitempty"`

	ResourceType *string `type:"string" json:",omitempty"`

	Service *string `type:"string" json:",omitempty"`

	Tags []*TagForSearchResourcesOutput `type:"list" json:",omitempty"`

	TypeName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForSearchResourcesOutput) GoString

GoString returns the string representation

func (*ResourceForSearchResourcesOutput) SetAccountID

SetAccountID sets the AccountID field's value.

func (*ResourceForSearchResourcesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ResourceForSearchResourcesOutput) SetIdentifier added in v1.2.28

SetIdentifier sets the Identifier field's value.

func (*ResourceForSearchResourcesOutput) SetPrivateIpAddress

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*ResourceForSearchResourcesOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*ResourceForSearchResourcesOutput) SetPublicIpAddress

SetPublicIpAddress sets the PublicIpAddress field's value.

func (*ResourceForSearchResourcesOutput) SetRegion

SetRegion sets the Region field's value.

func (*ResourceForSearchResourcesOutput) SetResourceID

SetResourceID sets the ResourceID field's value.

func (*ResourceForSearchResourcesOutput) SetResourceName

SetResourceName sets the ResourceName field's value.

func (*ResourceForSearchResourcesOutput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*ResourceForSearchResourcesOutput) SetService

SetService sets the Service field's value.

func (*ResourceForSearchResourcesOutput) SetTags

SetTags sets the Tags field's value.

func (*ResourceForSearchResourcesOutput) SetTypeName added in v1.2.28

SetTypeName sets the TypeName field's value.

func (ResourceForSearchResourcesOutput) String

String returns the string representation

type ResourceTypeForListResourceTypesOutput

type ResourceTypeForListResourceTypesOutput struct {
	ResourceType *string `type:"string" json:",omitempty"`

	ResourceTypeName *string `type:"string" json:",omitempty"`

	Service *string `type:"string" json:",omitempty"`

	ServiceName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceTypeForListResourceTypesOutput) GoString

GoString returns the string representation

func (*ResourceTypeForListResourceTypesOutput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*ResourceTypeForListResourceTypesOutput) SetResourceTypeName

SetResourceTypeName sets the ResourceTypeName field's value.

func (*ResourceTypeForListResourceTypesOutput) SetService

SetService sets the Service field's value.

func (*ResourceTypeForListResourceTypesOutput) SetServiceName

SetServiceName sets the ServiceName field's value.

func (ResourceTypeForListResourceTypesOutput) String

String returns the string representation

type ScopeForGetMultiAccountResourceCountsInput added in v1.2.28

type ScopeForGetMultiAccountResourceCountsInput struct {
	Accounts []*int64 `type:"list" json:",omitempty"`

	OrganizationID *string `type:"string" json:",omitempty"`

	OrganizationUnits []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ScopeForGetMultiAccountResourceCountsInput) GoString added in v1.2.28

GoString returns the string representation

func (*ScopeForGetMultiAccountResourceCountsInput) SetAccounts added in v1.2.28

SetAccounts sets the Accounts field's value.

func (*ScopeForGetMultiAccountResourceCountsInput) SetOrganizationID added in v1.2.28

SetOrganizationID sets the OrganizationID field's value.

func (*ScopeForGetMultiAccountResourceCountsInput) SetOrganizationUnits added in v1.2.28

SetOrganizationUnits sets the OrganizationUnits field's value.

func (ScopeForGetMultiAccountResourceCountsInput) String added in v1.2.28

String returns the string representation

type ScopeForSearchMultiAccountResourcesInput added in v1.2.28

type ScopeForSearchMultiAccountResourcesInput struct {
	Accounts []*int64 `type:"list" json:",omitempty"`

	OrganizationID *string `type:"string" json:",omitempty"`

	OrganizationUnits []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ScopeForSearchMultiAccountResourcesInput) GoString added in v1.2.28

GoString returns the string representation

func (*ScopeForSearchMultiAccountResourcesInput) SetAccounts added in v1.2.28

SetAccounts sets the Accounts field's value.

func (*ScopeForSearchMultiAccountResourcesInput) SetOrganizationID added in v1.2.28

SetOrganizationID sets the OrganizationID field's value.

func (*ScopeForSearchMultiAccountResourcesInput) SetOrganizationUnits added in v1.2.28

SetOrganizationUnits sets the OrganizationUnits field's value.

func (ScopeForSearchMultiAccountResourcesInput) String added in v1.2.28

String returns the string representation

type SearchMultiAccountResourcesInput added in v1.2.28

type SearchMultiAccountResourcesInput struct {
	Filter []*FilterForSearchMultiAccountResourcesInput `type:"list" json:",omitempty"`

	MaxResults *int32 `type:"int32" json:",omitempty"`

	NextToken *string `type:"string" json:",omitempty"`

	Scope *ScopeForSearchMultiAccountResourcesInput `type:"structure" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty"`

	SortOrder *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SearchMultiAccountResourcesInput) GoString added in v1.2.28

GoString returns the string representation

func (*SearchMultiAccountResourcesInput) SetFilter added in v1.2.28

SetFilter sets the Filter field's value.

func (*SearchMultiAccountResourcesInput) SetMaxResults added in v1.2.28

SetMaxResults sets the MaxResults field's value.

func (*SearchMultiAccountResourcesInput) SetNextToken added in v1.2.28

SetNextToken sets the NextToken field's value.

func (*SearchMultiAccountResourcesInput) SetScope added in v1.2.28

SetScope sets the Scope field's value.

func (*SearchMultiAccountResourcesInput) SetSortBy added in v1.2.28

SetSortBy sets the SortBy field's value.

func (*SearchMultiAccountResourcesInput) SetSortOrder added in v1.2.28

SetSortOrder sets the SortOrder field's value.

func (SearchMultiAccountResourcesInput) String added in v1.2.28

String returns the string representation

type SearchMultiAccountResourcesOutput added in v1.2.28

type SearchMultiAccountResourcesOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string" json:",omitempty"`

	Resources []*ResourceForSearchMultiAccountResourcesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SearchMultiAccountResourcesOutput) GoString added in v1.2.28

GoString returns the string representation

func (*SearchMultiAccountResourcesOutput) SetNextToken added in v1.2.28

SetNextToken sets the NextToken field's value.

func (*SearchMultiAccountResourcesOutput) SetResources added in v1.2.28

SetResources sets the Resources field's value.

func (SearchMultiAccountResourcesOutput) String added in v1.2.28

String returns the string representation

type SearchResourcesInput

type SearchResourcesInput struct {
	Filter []*FilterForSearchResourcesInput `type:"list" json:",omitempty"`

	MaxResults *int32 `type:"int32" json:",omitempty"`

	NextToken *string `type:"string" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForSearchResourcesInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForSearchResourcesInput"`
	// contains filtered or unexported fields
}

func (SearchResourcesInput) GoString

func (s SearchResourcesInput) GoString() string

GoString returns the string representation

func (*SearchResourcesInput) SetFilter

SetFilter sets the Filter field's value.

func (*SearchResourcesInput) SetMaxResults

func (s *SearchResourcesInput) SetMaxResults(v int32) *SearchResourcesInput

SetMaxResults sets the MaxResults field's value.

func (*SearchResourcesInput) SetNextToken

func (s *SearchResourcesInput) SetNextToken(v string) *SearchResourcesInput

SetNextToken sets the NextToken field's value.

func (*SearchResourcesInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*SearchResourcesInput) SetSortOrder

func (s *SearchResourcesInput) SetSortOrder(v string) *SearchResourcesInput

SetSortOrder sets the SortOrder field's value.

func (SearchResourcesInput) String

func (s SearchResourcesInput) String() string

String returns the string representation

type SearchResourcesOutput

type SearchResourcesOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string" json:",omitempty"`

	Resources []*ResourceForSearchResourcesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SearchResourcesOutput) GoString

func (s SearchResourcesOutput) GoString() string

GoString returns the string representation

func (*SearchResourcesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*SearchResourcesOutput) SetResources

SetResources sets the Resources field's value.

func (SearchResourcesOutput) String

func (s SearchResourcesOutput) String() string

String returns the string representation

type TagForSearchMultiAccountResourcesOutput added in v1.2.28

type TagForSearchMultiAccountResourcesOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForSearchMultiAccountResourcesOutput) GoString added in v1.2.28

GoString returns the string representation

func (*TagForSearchMultiAccountResourcesOutput) SetKey added in v1.2.28

SetKey sets the Key field's value.

func (*TagForSearchMultiAccountResourcesOutput) SetValue added in v1.2.28

SetValue sets the Value field's value.

func (TagForSearchMultiAccountResourcesOutput) String added in v1.2.28

String returns the string representation

type TagForSearchResourcesOutput

type TagForSearchResourcesOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForSearchResourcesOutput) GoString

func (s TagForSearchResourcesOutput) GoString() string

GoString returns the string representation

func (*TagForSearchResourcesOutput) SetKey

SetKey sets the Key field's value.

func (*TagForSearchResourcesOutput) SetValue

SetValue sets the Value field's value.

func (TagForSearchResourcesOutput) String

String returns the string representation

type UpdateQueryInput added in v1.2.28

type UpdateQueryInput struct {
	Description *string `type:"string" json:",omitempty"`

	Expression *string `type:"string" json:",omitempty"`

	// QueryID is a required field
	QueryID *int64 `type:"int64" json:",omitempty" required:"true"`

	QueryName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateQueryInput) GoString added in v1.2.28

func (s UpdateQueryInput) GoString() string

GoString returns the string representation

func (*UpdateQueryInput) SetDescription added in v1.2.28

func (s *UpdateQueryInput) SetDescription(v string) *UpdateQueryInput

SetDescription sets the Description field's value.

func (*UpdateQueryInput) SetExpression added in v1.2.28

func (s *UpdateQueryInput) SetExpression(v string) *UpdateQueryInput

SetExpression sets the Expression field's value.

func (*UpdateQueryInput) SetQueryID added in v1.2.28

func (s *UpdateQueryInput) SetQueryID(v int64) *UpdateQueryInput

SetQueryID sets the QueryID field's value.

func (*UpdateQueryInput) SetQueryName added in v1.2.28

func (s *UpdateQueryInput) SetQueryName(v string) *UpdateQueryInput

SetQueryName sets the QueryName field's value.

func (UpdateQueryInput) String added in v1.2.28

func (s UpdateQueryInput) String() string

String returns the string representation

func (*UpdateQueryInput) Validate added in v1.2.28

func (s *UpdateQueryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateQueryOutput added in v1.2.28

type UpdateQueryOutput struct {
	Metadata *response.ResponseMetadata

	CreatedTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Expression *string `type:"string" json:",omitempty"`

	QueryID *int64 `type:"int64" json:",omitempty"`

	QueryName *string `type:"string" json:",omitempty"`

	UpdatedTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateQueryOutput) GoString added in v1.2.28

func (s UpdateQueryOutput) GoString() string

GoString returns the string representation

func (*UpdateQueryOutput) SetCreatedTime added in v1.2.28

func (s *UpdateQueryOutput) SetCreatedTime(v string) *UpdateQueryOutput

SetCreatedTime sets the CreatedTime field's value.

func (*UpdateQueryOutput) SetDescription added in v1.2.28

func (s *UpdateQueryOutput) SetDescription(v string) *UpdateQueryOutput

SetDescription sets the Description field's value.

func (*UpdateQueryOutput) SetExpression added in v1.2.28

func (s *UpdateQueryOutput) SetExpression(v string) *UpdateQueryOutput

SetExpression sets the Expression field's value.

func (*UpdateQueryOutput) SetQueryID added in v1.2.28

func (s *UpdateQueryOutput) SetQueryID(v int64) *UpdateQueryOutput

SetQueryID sets the QueryID field's value.

func (*UpdateQueryOutput) SetQueryName added in v1.2.28

func (s *UpdateQueryOutput) SetQueryName(v string) *UpdateQueryOutput

SetQueryName sets the QueryName field's value.

func (*UpdateQueryOutput) SetUpdatedTime added in v1.2.28

func (s *UpdateQueryOutput) SetUpdatedTime(v string) *UpdateQueryOutput

SetUpdatedTime sets the UpdatedTime field's value.

func (UpdateQueryOutput) String added in v1.2.28

func (s UpdateQueryOutput) String() string

String returns the string representation

Jump to

Keyboard shortcuts

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