rocketmq

package
v1.0.172 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package rocketmqiface provides an interface to enable mocking the ROCKETMQ 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 (
	ServiceName = "rocketmq"  // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "rocketmq"  // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessKeysInfoForDescribeAccessKeysOutput

type AccessKeysInfoForDescribeAccessKeysOutput struct {
	AccessKey *string `type:"string" json:",omitempty"`

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

	Actived *bool `type:"boolean" json:",omitempty"`

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

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

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

func (AccessKeysInfoForDescribeAccessKeysOutput) GoString

GoString returns the string representation

func (*AccessKeysInfoForDescribeAccessKeysOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*AccessKeysInfoForDescribeAccessKeysOutput) SetAclConfigJson

SetAclConfigJson sets the AclConfigJson field's value.

func (*AccessKeysInfoForDescribeAccessKeysOutput) SetActived

SetActived sets the Actived field's value.

func (*AccessKeysInfoForDescribeAccessKeysOutput) SetAllAuthority

SetAllAuthority sets the AllAuthority field's value.

func (*AccessKeysInfoForDescribeAccessKeysOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*AccessKeysInfoForDescribeAccessKeysOutput) SetDescription

SetDescription sets the Description field's value.

func (AccessKeysInfoForDescribeAccessKeysOutput) String

String returns the string representation

type AccessPolicyForCreateTopicInput

type AccessPolicyForCreateTopicInput struct {
	AccessKey *string `min:"24" max:"24" type:"string" json:",omitempty"`

	Authority *string `min:"3" max:"4" type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AccessPolicyForCreateTopicInput) GoString

GoString returns the string representation

func (*AccessPolicyForCreateTopicInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*AccessPolicyForCreateTopicInput) SetAuthority

SetAuthority sets the Authority field's value.

func (AccessPolicyForCreateTopicInput) String

String returns the string representation

func (*AccessPolicyForCreateTopicInput) Validate

func (s *AccessPolicyForCreateTopicInput) Validate() error

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

type AccessPolicyForDescribeTopicAccessPoliciesOutput

type AccessPolicyForDescribeTopicAccessPoliciesOutput struct {
	AccessKey *string `min:"24" max:"24" type:"string" json:",omitempty"`

	Authority *string `min:"3" max:"4" type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AccessPolicyForDescribeTopicAccessPoliciesOutput) GoString

GoString returns the string representation

func (*AccessPolicyForDescribeTopicAccessPoliciesOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*AccessPolicyForDescribeTopicAccessPoliciesOutput) SetAuthority

SetAuthority sets the Authority field's value.

func (AccessPolicyForDescribeTopicAccessPoliciesOutput) String

String returns the string representation

type AccessPolicyForModifyAccessKeyAuthorityInput

type AccessPolicyForModifyAccessKeyAuthorityInput struct {
	Authority *string `min:"3" max:"4" type:"string" json:",omitempty"`

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

func (AccessPolicyForModifyAccessKeyAuthorityInput) GoString

GoString returns the string representation

func (*AccessPolicyForModifyAccessKeyAuthorityInput) SetAuthority

SetAuthority sets the Authority field's value.

func (*AccessPolicyForModifyAccessKeyAuthorityInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (AccessPolicyForModifyAccessKeyAuthorityInput) String

String returns the string representation

func (*AccessPolicyForModifyAccessKeyAuthorityInput) Validate

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

type AccessPolicyForModifyTopicAccessPoliciesInput

type AccessPolicyForModifyTopicAccessPoliciesInput struct {
	AccessKey *string `min:"24" max:"24" type:"string" json:",omitempty"`

	Authority *string `min:"3" max:"4" type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AccessPolicyForModifyTopicAccessPoliciesInput) GoString

GoString returns the string representation

func (*AccessPolicyForModifyTopicAccessPoliciesInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*AccessPolicyForModifyTopicAccessPoliciesInput) SetAuthority

SetAuthority sets the Authority field's value.

func (AccessPolicyForModifyTopicAccessPoliciesInput) String

String returns the string representation

func (*AccessPolicyForModifyTopicAccessPoliciesInput) Validate

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

type AddTagsToResourceInput

type AddTagsToResourceInput struct {
	InstanceIds []*string `type:"list" json:",omitempty"`

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

func (AddTagsToResourceInput) GoString

func (s AddTagsToResourceInput) GoString() string

GoString returns the string representation

func (*AddTagsToResourceInput) SetInstanceIds

func (s *AddTagsToResourceInput) SetInstanceIds(v []*string) *AddTagsToResourceInput

SetInstanceIds sets the InstanceIds field's value.

func (*AddTagsToResourceInput) SetTags

SetTags sets the Tags field's value.

func (AddTagsToResourceInput) String

func (s AddTagsToResourceInput) String() string

String returns the string representation

type AddTagsToResourceOutput

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

func (AddTagsToResourceOutput) GoString

func (s AddTagsToResourceOutput) GoString() string

GoString returns the string representation

func (AddTagsToResourceOutput) String

func (s AddTagsToResourceOutput) String() string

String returns the string representation

type AllowListForDescribeAllowListsOutput

type AllowListForDescribeAllowListsOutput struct {
	AllowListDesc *string `type:"string" json:",omitempty"`

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

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

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

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

	AssociatedInstanceNum *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AllowListForDescribeAllowListsOutput) GoString

GoString returns the string representation

func (*AllowListForDescribeAllowListsOutput) SetAllowListDesc

SetAllowListDesc sets the AllowListDesc field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListIPNum

SetAllowListIPNum sets the AllowListIPNum field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListId

SetAllowListId sets the AllowListId field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListName

SetAllowListName sets the AllowListName field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListType

SetAllowListType sets the AllowListType field's value.

func (*AllowListForDescribeAllowListsOutput) SetAssociatedInstanceNum

SetAssociatedInstanceNum sets the AssociatedInstanceNum field's value.

func (AllowListForDescribeAllowListsOutput) String

String returns the string representation

type AssociateAllowListInput

type AssociateAllowListInput struct {
	AllowListIds []*string `type:"list" json:",omitempty"`

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

func (AssociateAllowListInput) GoString

func (s AssociateAllowListInput) GoString() string

GoString returns the string representation

func (*AssociateAllowListInput) SetAllowListIds

func (s *AssociateAllowListInput) SetAllowListIds(v []*string) *AssociateAllowListInput

SetAllowListIds sets the AllowListIds field's value.

func (*AssociateAllowListInput) SetInstanceIds

func (s *AssociateAllowListInput) SetInstanceIds(v []*string) *AssociateAllowListInput

SetInstanceIds sets the InstanceIds field's value.

func (AssociateAllowListInput) String

func (s AssociateAllowListInput) String() string

String returns the string representation

type AssociateAllowListOutput

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

func (AssociateAllowListOutput) GoString

func (s AssociateAllowListOutput) GoString() string

GoString returns the string representation

func (AssociateAllowListOutput) String

func (s AssociateAllowListOutput) String() string

String returns the string representation

type AssociatedInstanceForDescribeAllowListDetailOutput

type AssociatedInstanceForDescribeAllowListDetailOutput struct {
	InstanceId *string `type:"string" json:",omitempty"`

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

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

func (AssociatedInstanceForDescribeAllowListDetailOutput) GoString

GoString returns the string representation

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetVPC

SetVPC sets the VPC field's value.

func (AssociatedInstanceForDescribeAllowListDetailOutput) String

String returns the string representation

type BasicInfoForDescribeInstanceDetailOutput

type BasicInfoForDescribeInstanceDetailOutput struct {
	AccountId *string `type:"string" json:",omitempty"`

	ApplyPrivateDNSToPublic *bool `type:"boolean" json:",omitempty"`

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

	ChargeDetail *ChargeDetailForDescribeInstanceDetailOutput `type:"structure" json:",omitempty"`

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

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

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

	EnableSSL *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

	Tags map[string]*string `type:"map" json:",omitempty"`

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

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

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

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

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

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

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

func (BasicInfoForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*BasicInfoForDescribeInstanceDetailOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetApplyPrivateDNSToPublic

SetApplyPrivateDNSToPublic sets the ApplyPrivateDNSToPublic field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetAvailableQueueNumber

SetAvailableQueueNumber sets the AvailableQueueNumber field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetChargeDetail

SetChargeDetail sets the ChargeDetail field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetComputeSpec

SetComputeSpec sets the ComputeSpec field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetEipId

SetEipId sets the EipId field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetEnableSSL

SetEnableSSL sets the EnableSSL field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetFileReservedTime

SetFileReservedTime sets the FileReservedTime field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetInstanceDescription

SetInstanceDescription sets the InstanceDescription field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetInstanceStatus

SetInstanceStatus sets the InstanceStatus field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetSSLMode

SetSSLMode sets the SSLMode field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetTags

SetTags sets the Tags field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetUsedGroupNumber

SetUsedGroupNumber sets the UsedGroupNumber field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetUsedQueueNumber

SetUsedQueueNumber sets the UsedQueueNumber field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetUsedStorageSpace

SetUsedStorageSpace sets the UsedStorageSpace field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetUsedTopicNumber

SetUsedTopicNumber sets the UsedTopicNumber field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetVersion

SetVersion sets the Version field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*BasicInfoForDescribeInstanceDetailOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (BasicInfoForDescribeInstanceDetailOutput) String

String returns the string representation

type ChargeDetailForDescribeInstanceDetailOutput

type ChargeDetailForDescribeInstanceDetailOutput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

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

func (ChargeDetailForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*ChargeDetailForDescribeInstanceDetailOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeDetailForDescribeInstanceDetailOutput) SetChargeExpireTime

SetChargeExpireTime sets the ChargeExpireTime field's value.

func (*ChargeDetailForDescribeInstanceDetailOutput) SetChargeStartTime

SetChargeStartTime sets the ChargeStartTime field's value.

func (*ChargeDetailForDescribeInstanceDetailOutput) SetChargeStatus

SetChargeStatus sets the ChargeStatus field's value.

func (*ChargeDetailForDescribeInstanceDetailOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeDetailForDescribeInstanceDetailOutput) SetOverdueReclaimTime

SetOverdueReclaimTime sets the OverdueReclaimTime field's value.

func (*ChargeDetailForDescribeInstanceDetailOutput) SetOverdueTime

SetOverdueTime sets the OverdueTime field's value.

func (*ChargeDetailForDescribeInstanceDetailOutput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeDetailForDescribeInstanceDetailOutput) String

String returns the string representation

type ChargeDetailForDescribeInstancesOutput

type ChargeDetailForDescribeInstancesOutput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

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

func (ChargeDetailForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*ChargeDetailForDescribeInstancesOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeDetailForDescribeInstancesOutput) SetChargeExpireTime

SetChargeExpireTime sets the ChargeExpireTime field's value.

func (*ChargeDetailForDescribeInstancesOutput) SetChargeStartTime

SetChargeStartTime sets the ChargeStartTime field's value.

func (*ChargeDetailForDescribeInstancesOutput) SetChargeStatus

SetChargeStatus sets the ChargeStatus field's value.

func (*ChargeDetailForDescribeInstancesOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeDetailForDescribeInstancesOutput) SetOverdueReclaimTime

SetOverdueReclaimTime sets the OverdueReclaimTime field's value.

func (*ChargeDetailForDescribeInstancesOutput) SetOverdueTime

SetOverdueTime sets the OverdueTime field's value.

func (*ChargeDetailForDescribeInstancesOutput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeDetailForDescribeInstancesOutput) String

String returns the string representation

type ChargeInfoForCreateInstanceInput

type ChargeInfoForCreateInstanceInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

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

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

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

func (ChargeInfoForCreateInstanceInput) GoString

GoString returns the string representation

func (*ChargeInfoForCreateInstanceInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForCreateInstanceInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForCreateInstanceInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeInfoForCreateInstanceInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForCreateInstanceInput) String

String returns the string representation

type ChargeInfoForModifyInstanceChargeTypeInput

type ChargeInfoForModifyInstanceChargeTypeInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

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

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

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

func (ChargeInfoForModifyInstanceChargeTypeInput) GoString

GoString returns the string representation

func (*ChargeInfoForModifyInstanceChargeTypeInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForModifyInstanceChargeTypeInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForModifyInstanceChargeTypeInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeInfoForModifyInstanceChargeTypeInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForModifyInstanceChargeTypeInput) String

String returns the string representation

type ConfigForGetInspectConfigOutput

type ConfigForGetInspectConfigOutput struct {
	Configurable *ConfigurableForGetInspectConfigOutput `type:"structure" json:",omitempty"`

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

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

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

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

func (ConfigForGetInspectConfigOutput) GoString

GoString returns the string representation

func (*ConfigForGetInspectConfigOutput) SetConfigurable

SetConfigurable sets the Configurable field's value.

func (*ConfigForGetInspectConfigOutput) SetDescribe

SetDescribe sets the Describe field's value.

func (*ConfigForGetInspectConfigOutput) SetInspectName

SetInspectName sets the InspectName field's value.

func (*ConfigForGetInspectConfigOutput) SetStartInspectTimeStamp

SetStartInspectTimeStamp sets the StartInspectTimeStamp field's value.

func (*ConfigForGetInspectConfigOutput) SetType

SetType sets the Type field's value.

func (ConfigForGetInspectConfigOutput) String

String returns the string representation

type ConfigurableForGetInspectConfigOutput

type ConfigurableForGetInspectConfigOutput struct {
	Enable *bool `type:"boolean" json:",omitempty"`

	Interval *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigurableForGetInspectConfigOutput) GoString

GoString returns the string representation

func (*ConfigurableForGetInspectConfigOutput) SetEnable

SetEnable sets the Enable field's value.

func (*ConfigurableForGetInspectConfigOutput) SetInterval

SetInterval sets the Interval field's value.

func (ConfigurableForGetInspectConfigOutput) String

String returns the string representation

type ConnectionInfoForDescribeInstanceDetailOutput

type ConnectionInfoForDescribeInstanceDetailOutput struct {
	EndpointAddressIP *string `type:"string" json:",omitempty"`

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

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

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

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

func (ConnectionInfoForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*ConnectionInfoForDescribeInstanceDetailOutput) SetEndpointAddressIP

SetEndpointAddressIP sets the EndpointAddressIP field's value.

func (*ConnectionInfoForDescribeInstanceDetailOutput) SetEndpointType

SetEndpointType sets the EndpointType field's value.

func (*ConnectionInfoForDescribeInstanceDetailOutput) SetInternalEndpoint

SetInternalEndpoint sets the InternalEndpoint field's value.

func (*ConnectionInfoForDescribeInstanceDetailOutput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (*ConnectionInfoForDescribeInstanceDetailOutput) SetPublicEndpoint

SetPublicEndpoint sets the PublicEndpoint field's value.

func (ConnectionInfoForDescribeInstanceDetailOutput) String

String returns the string representation

type ConsumedClientsInfoForDescribeConsumedClientsOutput

type ConsumedClientsInfoForDescribeConsumedClientsOutput struct {
	ClientAddress *string `type:"string" json:",omitempty"`

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

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

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

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

func (ConsumedClientsInfoForDescribeConsumedClientsOutput) GoString

GoString returns the string representation

func (*ConsumedClientsInfoForDescribeConsumedClientsOutput) SetClientAddress

SetClientAddress sets the ClientAddress field's value.

func (*ConsumedClientsInfoForDescribeConsumedClientsOutput) SetClientId

SetClientId sets the ClientId field's value.

func (*ConsumedClientsInfoForDescribeConsumedClientsOutput) SetDiff

SetDiff sets the Diff field's value.

func (*ConsumedClientsInfoForDescribeConsumedClientsOutput) SetLanguage

SetLanguage sets the Language field's value.

func (*ConsumedClientsInfoForDescribeConsumedClientsOutput) SetVersion

SetVersion sets the Version field's value.

func (ConsumedClientsInfoForDescribeConsumedClientsOutput) String

String returns the string representation

type ConsumedQueueInfoForDescribeConsumedTopicDetailOutput

type ConsumedQueueInfoForDescribeConsumedTopicDetailOutput struct {
	ConsumeOffset *int32 `type:"int32" json:",omitempty"`

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

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

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

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

func (ConsumedQueueInfoForDescribeConsumedTopicDetailOutput) GoString

GoString returns the string representation

func (*ConsumedQueueInfoForDescribeConsumedTopicDetailOutput) SetConsumeOffset

SetConsumeOffset sets the ConsumeOffset field's value.

func (*ConsumedQueueInfoForDescribeConsumedTopicDetailOutput) SetDiffCount

SetDiffCount sets the DiffCount field's value.

func (*ConsumedQueueInfoForDescribeConsumedTopicDetailOutput) SetEndOffset

SetEndOffset sets the EndOffset field's value.

func (*ConsumedQueueInfoForDescribeConsumedTopicDetailOutput) SetLastTimeStamp

SetLastTimeStamp sets the LastTimeStamp field's value.

func (*ConsumedQueueInfoForDescribeConsumedTopicDetailOutput) SetQueueId

SetQueueId sets the QueueId field's value.

func (ConsumedQueueInfoForDescribeConsumedTopicDetailOutput) String

String returns the string representation

type ConsumedTopicsInfoForDescribeConsumedTopicsOutput

type ConsumedTopicsInfoForDescribeConsumedTopicsOutput struct {
	QueueNum *int32 `type:"int32" json:",omitempty"`

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

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

func (ConsumedTopicsInfoForDescribeConsumedTopicsOutput) GoString

GoString returns the string representation

func (*ConsumedTopicsInfoForDescribeConsumedTopicsOutput) SetQueueNum

SetQueueNum sets the QueueNum field's value.

func (*ConsumedTopicsInfoForDescribeConsumedTopicsOutput) SetSubString

SetSubString sets the SubString field's value.

func (*ConsumedTopicsInfoForDescribeConsumedTopicsOutput) SetTopicName

SetTopicName sets the TopicName field's value.

func (ConsumedTopicsInfoForDescribeConsumedTopicsOutput) String

String returns the string representation

type CreateAccessKeyInput

type CreateAccessKeyInput struct {

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

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

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

func (CreateAccessKeyInput) GoString

func (s CreateAccessKeyInput) GoString() string

GoString returns the string representation

func (*CreateAccessKeyInput) SetAllAuthority

func (s *CreateAccessKeyInput) SetAllAuthority(v string) *CreateAccessKeyInput

SetAllAuthority sets the AllAuthority field's value.

func (*CreateAccessKeyInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateAccessKeyInput) SetInstanceId

func (s *CreateAccessKeyInput) SetInstanceId(v string) *CreateAccessKeyInput

SetInstanceId sets the InstanceId field's value.

func (CreateAccessKeyInput) String

func (s CreateAccessKeyInput) String() string

String returns the string representation

func (*CreateAccessKeyInput) Validate

func (s *CreateAccessKeyInput) Validate() error

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

type CreateAccessKeyOutput

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

func (CreateAccessKeyOutput) GoString

func (s CreateAccessKeyOutput) GoString() string

GoString returns the string representation

func (CreateAccessKeyOutput) String

func (s CreateAccessKeyOutput) String() string

String returns the string representation

type CreateAllowListInput

type CreateAllowListInput struct {

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

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

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

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

func (CreateAllowListInput) GoString

func (s CreateAllowListInput) GoString() string

GoString returns the string representation

func (*CreateAllowListInput) SetAllowList

func (s *CreateAllowListInput) SetAllowList(v string) *CreateAllowListInput

SetAllowList sets the AllowList field's value.

func (*CreateAllowListInput) SetAllowListDesc

func (s *CreateAllowListInput) SetAllowListDesc(v string) *CreateAllowListInput

SetAllowListDesc sets the AllowListDesc field's value.

func (*CreateAllowListInput) SetAllowListName

func (s *CreateAllowListInput) SetAllowListName(v string) *CreateAllowListInput

SetAllowListName sets the AllowListName field's value.

func (*CreateAllowListInput) SetAllowListType

func (s *CreateAllowListInput) SetAllowListType(v string) *CreateAllowListInput

SetAllowListType sets the AllowListType field's value.

func (CreateAllowListInput) String

func (s CreateAllowListInput) String() string

String returns the string representation

func (*CreateAllowListInput) Validate

func (s *CreateAllowListInput) Validate() error

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

type CreateAllowListOutput

type CreateAllowListOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateAllowListOutput) GoString

func (s CreateAllowListOutput) GoString() string

GoString returns the string representation

func (*CreateAllowListOutput) SetAllowListId

func (s *CreateAllowListOutput) SetAllowListId(v string) *CreateAllowListOutput

SetAllowListId sets the AllowListId field's value.

func (CreateAllowListOutput) String

func (s CreateAllowListOutput) String() string

String returns the string representation

type CreateGroupInput

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

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

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

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

func (CreateGroupInput) GoString

func (s CreateGroupInput) GoString() string

GoString returns the string representation

func (*CreateGroupInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateGroupInput) SetGroupId

func (s *CreateGroupInput) SetGroupId(v string) *CreateGroupInput

SetGroupId sets the GroupId field's value.

func (*CreateGroupInput) SetGroupType

func (s *CreateGroupInput) SetGroupType(v string) *CreateGroupInput

SetGroupType sets the GroupType field's value.

func (*CreateGroupInput) SetInstanceId

func (s *CreateGroupInput) SetInstanceId(v string) *CreateGroupInput

SetInstanceId sets the InstanceId field's value.

func (CreateGroupInput) String

func (s CreateGroupInput) String() string

String returns the string representation

func (*CreateGroupInput) Validate

func (s *CreateGroupInput) Validate() error

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

type CreateGroupOutput

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

func (CreateGroupOutput) GoString

func (s CreateGroupOutput) GoString() string

GoString returns the string representation

func (CreateGroupOutput) String

func (s CreateGroupOutput) String() string

String returns the string representation

type CreateInstanceInput

type CreateInstanceInput struct {
	AllowListIds []*string `type:"list" json:",omitempty"`

	ChargeInfo *ChargeInfoForCreateInstanceInput `type:"structure" json:",omitempty"`

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

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

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

	EnableSSL *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

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

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

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

	Tags map[string]*string `type:"map" json:",omitempty"`

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

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

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

func (CreateInstanceInput) GoString

func (s CreateInstanceInput) GoString() string

GoString returns the string representation

func (*CreateInstanceInput) SetAllowListIds

func (s *CreateInstanceInput) SetAllowListIds(v []*string) *CreateInstanceInput

SetAllowListIds sets the AllowListIds field's value.

func (*CreateInstanceInput) SetChargeInfo

SetChargeInfo sets the ChargeInfo field's value.

func (*CreateInstanceInput) SetClientToken

func (s *CreateInstanceInput) SetClientToken(v string) *CreateInstanceInput

SetClientToken sets the ClientToken field's value.

func (*CreateInstanceInput) SetComputeSpec

func (s *CreateInstanceInput) SetComputeSpec(v string) *CreateInstanceInput

SetComputeSpec sets the ComputeSpec field's value.

func (*CreateInstanceInput) SetEipId

SetEipId sets the EipId field's value.

func (*CreateInstanceInput) SetEnableSSL

func (s *CreateInstanceInput) SetEnableSSL(v bool) *CreateInstanceInput

SetEnableSSL sets the EnableSSL field's value.

func (*CreateInstanceInput) SetFileReservedTime

func (s *CreateInstanceInput) SetFileReservedTime(v int32) *CreateInstanceInput

SetFileReservedTime sets the FileReservedTime field's value.

func (*CreateInstanceInput) SetIPVersionType

func (s *CreateInstanceInput) SetIPVersionType(v string) *CreateInstanceInput

SetIPVersionType sets the IPVersionType field's value.

func (*CreateInstanceInput) SetInstanceDescription

func (s *CreateInstanceInput) SetInstanceDescription(v string) *CreateInstanceInput

SetInstanceDescription sets the InstanceDescription field's value.

func (*CreateInstanceInput) SetInstanceName

func (s *CreateInstanceInput) SetInstanceName(v string) *CreateInstanceInput

SetInstanceName sets the InstanceName field's value.

func (*CreateInstanceInput) SetNetworkTypes

func (s *CreateInstanceInput) SetNetworkTypes(v string) *CreateInstanceInput

SetNetworkTypes sets the NetworkTypes field's value.

func (*CreateInstanceInput) SetProjectName

func (s *CreateInstanceInput) SetProjectName(v string) *CreateInstanceInput

SetProjectName sets the ProjectName field's value.

func (*CreateInstanceInput) SetSSLMode

SetSSLMode sets the SSLMode field's value.

func (*CreateInstanceInput) SetStorageSpace

func (s *CreateInstanceInput) SetStorageSpace(v int32) *CreateInstanceInput

SetStorageSpace sets the StorageSpace field's value.

func (*CreateInstanceInput) SetSubnetId

func (s *CreateInstanceInput) SetSubnetId(v string) *CreateInstanceInput

SetSubnetId sets the SubnetId field's value.

func (*CreateInstanceInput) SetTags

SetTags sets the Tags field's value.

func (*CreateInstanceInput) SetVersion

SetVersion sets the Version field's value.

func (*CreateInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*CreateInstanceInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (CreateInstanceInput) String

func (s CreateInstanceInput) String() string

String returns the string representation

func (*CreateInstanceInput) Validate

func (s *CreateInstanceInput) Validate() error

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

type CreateInstanceOutput

type CreateInstanceOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (CreateInstanceOutput) GoString

func (s CreateInstanceOutput) GoString() string

GoString returns the string representation

func (*CreateInstanceOutput) SetInstanceId

func (s *CreateInstanceOutput) SetInstanceId(v string) *CreateInstanceOutput

SetInstanceId sets the InstanceId field's value.

func (*CreateInstanceOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (CreateInstanceOutput) String

func (s CreateInstanceOutput) String() string

String returns the string representation

type CreatePublicAddressInput

type CreatePublicAddressInput struct {

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

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

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

func (CreatePublicAddressInput) GoString

func (s CreatePublicAddressInput) GoString() string

GoString returns the string representation

func (*CreatePublicAddressInput) SetEipId

SetEipId sets the EipId field's value.

func (*CreatePublicAddressInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*CreatePublicAddressInput) SetSSLMode

SetSSLMode sets the SSLMode field's value.

func (CreatePublicAddressInput) String

func (s CreatePublicAddressInput) String() string

String returns the string representation

func (*CreatePublicAddressInput) Validate

func (s *CreatePublicAddressInput) Validate() error

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

type CreatePublicAddressOutput

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

func (CreatePublicAddressOutput) GoString

func (s CreatePublicAddressOutput) GoString() string

GoString returns the string representation

func (CreatePublicAddressOutput) String

func (s CreatePublicAddressOutput) String() string

String returns the string representation

type CreateTopicInput

type CreateTopicInput struct {
	AccessPolicies []*AccessPolicyForCreateTopicInput `type:"list" json:",omitempty"`

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

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

	// MessageType is a required field
	MessageType *int32 `max:"4" type:"int32" json:",omitempty" required:"true"`

	// QueueNumber is a required field
	QueueNumber *int32 `min:"1" max:"120" type:"int32" json:",omitempty" required:"true"`

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

func (CreateTopicInput) GoString

func (s CreateTopicInput) GoString() string

GoString returns the string representation

func (*CreateTopicInput) SetAccessPolicies

SetAccessPolicies sets the AccessPolicies field's value.

func (*CreateTopicInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateTopicInput) SetInstanceId

func (s *CreateTopicInput) SetInstanceId(v string) *CreateTopicInput

SetInstanceId sets the InstanceId field's value.

func (*CreateTopicInput) SetMessageType

func (s *CreateTopicInput) SetMessageType(v int32) *CreateTopicInput

SetMessageType sets the MessageType field's value.

func (*CreateTopicInput) SetQueueNumber

func (s *CreateTopicInput) SetQueueNumber(v int32) *CreateTopicInput

SetQueueNumber sets the QueueNumber field's value.

func (*CreateTopicInput) SetTopicName

func (s *CreateTopicInput) SetTopicName(v string) *CreateTopicInput

SetTopicName sets the TopicName field's value.

func (CreateTopicInput) String

func (s CreateTopicInput) String() string

String returns the string representation

func (*CreateTopicInput) Validate

func (s *CreateTopicInput) Validate() error

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

type CreateTopicOutput

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

func (CreateTopicOutput) GoString

func (s CreateTopicOutput) GoString() string

GoString returns the string representation

func (CreateTopicOutput) String

func (s CreateTopicOutput) String() string

String returns the string representation

type DLQMessageInfoForQueryDLQMessageByIdOutput

type DLQMessageInfoForQueryDLQMessageByIdOutput struct {
	CreateTimestamp *int64 `type:"int64" json:",omitempty"`

	IsExist *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

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

func (DLQMessageInfoForQueryDLQMessageByIdOutput) GoString

GoString returns the string representation

func (*DLQMessageInfoForQueryDLQMessageByIdOutput) SetCreateTimestamp

SetCreateTimestamp sets the CreateTimestamp field's value.

func (*DLQMessageInfoForQueryDLQMessageByIdOutput) SetIsExist

SetIsExist sets the IsExist field's value.

func (*DLQMessageInfoForQueryDLQMessageByIdOutput) SetMessageId

SetMessageId sets the MessageId field's value.

func (*DLQMessageInfoForQueryDLQMessageByIdOutput) SetMessageKey

SetMessageKey sets the MessageKey field's value.

func (*DLQMessageInfoForQueryDLQMessageByIdOutput) SetMessageSize

SetMessageSize sets the MessageSize field's value.

func (*DLQMessageInfoForQueryDLQMessageByIdOutput) SetProducerHost

SetProducerHost sets the ProducerHost field's value.

func (*DLQMessageInfoForQueryDLQMessageByIdOutput) SetReconsumeTimes

SetReconsumeTimes sets the ReconsumeTimes field's value.

func (*DLQMessageInfoForQueryDLQMessageByIdOutput) SetStoreTimestamp

SetStoreTimestamp sets the StoreTimestamp field's value.

func (*DLQMessageInfoForQueryDLQMessageByIdOutput) SetTag

SetTag sets the Tag field's value.

func (DLQMessageInfoForQueryDLQMessageByIdOutput) String

String returns the string representation

type DLQMessageListForQueryDLQMessageByGroupIdOutput

type DLQMessageListForQueryDLQMessageByGroupIdOutput struct {
	CreateTimestamp *int64 `type:"int64" json:",omitempty"`

	IsExist *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

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

func (DLQMessageListForQueryDLQMessageByGroupIdOutput) GoString

GoString returns the string representation

func (*DLQMessageListForQueryDLQMessageByGroupIdOutput) SetCreateTimestamp

SetCreateTimestamp sets the CreateTimestamp field's value.

func (*DLQMessageListForQueryDLQMessageByGroupIdOutput) SetIsExist

SetIsExist sets the IsExist field's value.

func (*DLQMessageListForQueryDLQMessageByGroupIdOutput) SetMessageId

SetMessageId sets the MessageId field's value.

func (*DLQMessageListForQueryDLQMessageByGroupIdOutput) SetMessageKey

SetMessageKey sets the MessageKey field's value.

func (*DLQMessageListForQueryDLQMessageByGroupIdOutput) SetMessageSize

SetMessageSize sets the MessageSize field's value.

func (*DLQMessageListForQueryDLQMessageByGroupIdOutput) SetProducerHost

SetProducerHost sets the ProducerHost field's value.

func (*DLQMessageListForQueryDLQMessageByGroupIdOutput) SetReconsumeTimes

SetReconsumeTimes sets the ReconsumeTimes field's value.

func (*DLQMessageListForQueryDLQMessageByGroupIdOutput) SetStoreTimestamp

SetStoreTimestamp sets the StoreTimestamp field's value.

func (*DLQMessageListForQueryDLQMessageByGroupIdOutput) SetTag

SetTag sets the Tag field's value.

func (DLQMessageListForQueryDLQMessageByGroupIdOutput) String

String returns the string representation

type DeleteAccessKeyInput

type DeleteAccessKeyInput struct {

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

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

func (DeleteAccessKeyInput) GoString

func (s DeleteAccessKeyInput) GoString() string

GoString returns the string representation

func (*DeleteAccessKeyInput) SetAccessKey

func (s *DeleteAccessKeyInput) SetAccessKey(v string) *DeleteAccessKeyInput

SetAccessKey sets the AccessKey field's value.

func (*DeleteAccessKeyInput) SetInstanceId

func (s *DeleteAccessKeyInput) SetInstanceId(v string) *DeleteAccessKeyInput

SetInstanceId sets the InstanceId field's value.

func (DeleteAccessKeyInput) String

func (s DeleteAccessKeyInput) String() string

String returns the string representation

func (*DeleteAccessKeyInput) Validate

func (s *DeleteAccessKeyInput) Validate() error

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

type DeleteAccessKeyOutput

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

func (DeleteAccessKeyOutput) GoString

func (s DeleteAccessKeyOutput) GoString() string

GoString returns the string representation

func (DeleteAccessKeyOutput) String

func (s DeleteAccessKeyOutput) String() string

String returns the string representation

type DeleteAllowListInput

type DeleteAllowListInput struct {

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

func (DeleteAllowListInput) GoString

func (s DeleteAllowListInput) GoString() string

GoString returns the string representation

func (*DeleteAllowListInput) SetAllowListId

func (s *DeleteAllowListInput) SetAllowListId(v string) *DeleteAllowListInput

SetAllowListId sets the AllowListId field's value.

func (DeleteAllowListInput) String

func (s DeleteAllowListInput) String() string

String returns the string representation

func (*DeleteAllowListInput) Validate

func (s *DeleteAllowListInput) Validate() error

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

type DeleteAllowListOutput

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

func (DeleteAllowListOutput) GoString

func (s DeleteAllowListOutput) GoString() string

GoString returns the string representation

func (DeleteAllowListOutput) String

func (s DeleteAllowListOutput) String() string

String returns the string representation

type DeleteGroupInput

type DeleteGroupInput struct {

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

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

func (DeleteGroupInput) GoString

func (s DeleteGroupInput) GoString() string

GoString returns the string representation

func (*DeleteGroupInput) SetGroupId

func (s *DeleteGroupInput) SetGroupId(v string) *DeleteGroupInput

SetGroupId sets the GroupId field's value.

func (*DeleteGroupInput) SetInstanceId

func (s *DeleteGroupInput) SetInstanceId(v string) *DeleteGroupInput

SetInstanceId sets the InstanceId field's value.

func (DeleteGroupInput) String

func (s DeleteGroupInput) String() string

String returns the string representation

func (*DeleteGroupInput) Validate

func (s *DeleteGroupInput) Validate() error

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

type DeleteGroupOutput

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

func (DeleteGroupOutput) GoString

func (s DeleteGroupOutput) GoString() string

GoString returns the string representation

func (DeleteGroupOutput) String

func (s DeleteGroupOutput) String() string

String returns the string representation

type DeleteGroupsInput

type DeleteGroupsInput struct {
	GroupsId []*string `type:"list" json:",omitempty"`

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

func (DeleteGroupsInput) GoString

func (s DeleteGroupsInput) GoString() string

GoString returns the string representation

func (*DeleteGroupsInput) SetGroupsId

func (s *DeleteGroupsInput) SetGroupsId(v []*string) *DeleteGroupsInput

SetGroupsId sets the GroupsId field's value.

func (*DeleteGroupsInput) SetInstanceId

func (s *DeleteGroupsInput) SetInstanceId(v string) *DeleteGroupsInput

SetInstanceId sets the InstanceId field's value.

func (DeleteGroupsInput) String

func (s DeleteGroupsInput) String() string

String returns the string representation

func (*DeleteGroupsInput) Validate

func (s *DeleteGroupsInput) Validate() error

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

type DeleteGroupsOutput

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

func (DeleteGroupsOutput) GoString

func (s DeleteGroupsOutput) GoString() string

GoString returns the string representation

func (DeleteGroupsOutput) String

func (s DeleteGroupsOutput) String() string

String returns the string representation

type DeleteInstanceInput

type DeleteInstanceInput struct {

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

func (DeleteInstanceInput) GoString

func (s DeleteInstanceInput) GoString() string

GoString returns the string representation

func (*DeleteInstanceInput) SetInstanceId

func (s *DeleteInstanceInput) SetInstanceId(v string) *DeleteInstanceInput

SetInstanceId sets the InstanceId field's value.

func (DeleteInstanceInput) String

func (s DeleteInstanceInput) String() string

String returns the string representation

func (*DeleteInstanceInput) Validate

func (s *DeleteInstanceInput) Validate() error

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

type DeleteInstanceOutput

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

func (DeleteInstanceOutput) GoString

func (s DeleteInstanceOutput) GoString() string

GoString returns the string representation

func (DeleteInstanceOutput) String

func (s DeleteInstanceOutput) String() string

String returns the string representation

type DeletePublicAddressInput

type DeletePublicAddressInput struct {

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

func (DeletePublicAddressInput) GoString

func (s DeletePublicAddressInput) GoString() string

GoString returns the string representation

func (*DeletePublicAddressInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DeletePublicAddressInput) String

func (s DeletePublicAddressInput) String() string

String returns the string representation

func (*DeletePublicAddressInput) Validate

func (s *DeletePublicAddressInput) Validate() error

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

type DeletePublicAddressOutput

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

func (DeletePublicAddressOutput) GoString

func (s DeletePublicAddressOutput) GoString() string

GoString returns the string representation

func (DeletePublicAddressOutput) String

func (s DeletePublicAddressOutput) String() string

String returns the string representation

type DeleteTopicInput

type DeleteTopicInput struct {

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

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

func (DeleteTopicInput) GoString

func (s DeleteTopicInput) GoString() string

GoString returns the string representation

func (*DeleteTopicInput) SetInstanceId

func (s *DeleteTopicInput) SetInstanceId(v string) *DeleteTopicInput

SetInstanceId sets the InstanceId field's value.

func (*DeleteTopicInput) SetTopicName

func (s *DeleteTopicInput) SetTopicName(v string) *DeleteTopicInput

SetTopicName sets the TopicName field's value.

func (DeleteTopicInput) String

func (s DeleteTopicInput) String() string

String returns the string representation

func (*DeleteTopicInput) Validate

func (s *DeleteTopicInput) Validate() error

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

type DeleteTopicOutput

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

func (DeleteTopicOutput) GoString

func (s DeleteTopicOutput) GoString() string

GoString returns the string representation

func (DeleteTopicOutput) String

func (s DeleteTopicOutput) String() string

String returns the string representation

type DescribeAccessKeyDetailInput

type DescribeAccessKeyDetailInput struct {

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

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

func (DescribeAccessKeyDetailInput) GoString

func (s DescribeAccessKeyDetailInput) GoString() string

GoString returns the string representation

func (*DescribeAccessKeyDetailInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*DescribeAccessKeyDetailInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeAccessKeyDetailInput) String

String returns the string representation

func (*DescribeAccessKeyDetailInput) Validate

func (s *DescribeAccessKeyDetailInput) Validate() error

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

type DescribeAccessKeyDetailOutput

type DescribeAccessKeyDetailOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

func (DescribeAccessKeyDetailOutput) GoString

GoString returns the string representation

func (*DescribeAccessKeyDetailOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*DescribeAccessKeyDetailOutput) SetAllAuthority

SetAllAuthority sets the AllAuthority field's value.

func (*DescribeAccessKeyDetailOutput) SetDescription

SetDescription sets the Description field's value.

func (*DescribeAccessKeyDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeAccessKeyDetailOutput) SetTopicPermissions

SetTopicPermissions sets the TopicPermissions field's value.

func (DescribeAccessKeyDetailOutput) String

String returns the string representation

type DescribeAccessKeysInput

type DescribeAccessKeysInput struct {
	AccessKey *string `type:"string" json:",omitempty"`

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

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

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

func (DescribeAccessKeysInput) GoString

func (s DescribeAccessKeysInput) GoString() string

GoString returns the string representation

func (*DescribeAccessKeysInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*DescribeAccessKeysInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeAccessKeysInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeAccessKeysInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (DescribeAccessKeysInput) String

func (s DescribeAccessKeysInput) String() string

String returns the string representation

func (*DescribeAccessKeysInput) Validate

func (s *DescribeAccessKeysInput) Validate() error

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

type DescribeAccessKeysOutput

type DescribeAccessKeysOutput struct {
	Metadata *response.ResponseMetadata

	AccessKeysInfo []*AccessKeysInfoForDescribeAccessKeysOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeAccessKeysOutput) GoString

func (s DescribeAccessKeysOutput) GoString() string

GoString returns the string representation

func (*DescribeAccessKeysOutput) SetAccessKeysInfo

SetAccessKeysInfo sets the AccessKeysInfo field's value.

func (*DescribeAccessKeysOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeAccessKeysOutput) String

func (s DescribeAccessKeysOutput) String() string

String returns the string representation

type DescribeAllowListDetailInput

type DescribeAllowListDetailInput struct {

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

func (DescribeAllowListDetailInput) GoString

func (s DescribeAllowListDetailInput) GoString() string

GoString returns the string representation

func (*DescribeAllowListDetailInput) SetAllowListId

SetAllowListId sets the AllowListId field's value.

func (DescribeAllowListDetailInput) String

String returns the string representation

func (*DescribeAllowListDetailInput) Validate

func (s *DescribeAllowListDetailInput) Validate() error

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

type DescribeAllowListDetailOutput

type DescribeAllowListDetailOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

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

func (DescribeAllowListDetailOutput) GoString

GoString returns the string representation

func (*DescribeAllowListDetailOutput) SetAllowList

SetAllowList sets the AllowList field's value.

func (*DescribeAllowListDetailOutput) SetAllowListDesc

SetAllowListDesc sets the AllowListDesc field's value.

func (*DescribeAllowListDetailOutput) SetAllowListId

SetAllowListId sets the AllowListId field's value.

func (*DescribeAllowListDetailOutput) SetAllowListName

SetAllowListName sets the AllowListName field's value.

func (*DescribeAllowListDetailOutput) SetAllowListType

SetAllowListType sets the AllowListType field's value.

func (*DescribeAllowListDetailOutput) SetAssociatedInstances

SetAssociatedInstances sets the AssociatedInstances field's value.

func (DescribeAllowListDetailOutput) String

String returns the string representation

type DescribeAllowListsInput

type DescribeAllowListsInput struct {

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

func (DescribeAllowListsInput) GoString

func (s DescribeAllowListsInput) GoString() string

GoString returns the string representation

func (*DescribeAllowListsInput) SetRegionID

SetRegionID sets the RegionID field's value.

func (DescribeAllowListsInput) String

func (s DescribeAllowListsInput) String() string

String returns the string representation

func (*DescribeAllowListsInput) Validate

func (s *DescribeAllowListsInput) Validate() error

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

type DescribeAllowListsOutput

type DescribeAllowListsOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeAllowListsOutput) GoString

func (s DescribeAllowListsOutput) GoString() string

GoString returns the string representation

func (*DescribeAllowListsOutput) SetAllowLists

SetAllowLists sets the AllowLists field's value.

func (DescribeAllowListsOutput) String

func (s DescribeAllowListsOutput) String() string

String returns the string representation

type DescribeAvailabilityZonesInput

type DescribeAvailabilityZonesInput struct {

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

func (DescribeAvailabilityZonesInput) GoString

GoString returns the string representation

func (*DescribeAvailabilityZonesInput) SetRegionId

SetRegionId sets the RegionId field's value.

func (DescribeAvailabilityZonesInput) String

String returns the string representation

func (*DescribeAvailabilityZonesInput) Validate

func (s *DescribeAvailabilityZonesInput) Validate() error

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

type DescribeAvailabilityZonesOutput

type DescribeAvailabilityZonesOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DescribeAvailabilityZonesOutput) GoString

GoString returns the string representation

func (*DescribeAvailabilityZonesOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*DescribeAvailabilityZonesOutput) SetZones

SetZones sets the Zones field's value.

func (DescribeAvailabilityZonesOutput) String

String returns the string representation

type DescribeConsumedClientsInput

type DescribeConsumedClientsInput struct {

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

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

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

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

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

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

func (DescribeConsumedClientsInput) GoString

func (s DescribeConsumedClientsInput) GoString() string

GoString returns the string representation

func (*DescribeConsumedClientsInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*DescribeConsumedClientsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeConsumedClientsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeConsumedClientsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeConsumedClientsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*DescribeConsumedClientsInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (DescribeConsumedClientsInput) String

String returns the string representation

func (*DescribeConsumedClientsInput) Validate

func (s *DescribeConsumedClientsInput) Validate() error

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

type DescribeConsumedClientsOutput

type DescribeConsumedClientsOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DescribeConsumedClientsOutput) GoString

GoString returns the string representation

func (*DescribeConsumedClientsOutput) SetConnectionCount

SetConnectionCount sets the ConnectionCount field's value.

func (*DescribeConsumedClientsOutput) SetConsumedClientsInfo

SetConsumedClientsInfo sets the ConsumedClientsInfo field's value.

func (DescribeConsumedClientsOutput) String

String returns the string representation

type DescribeConsumedTopicDetailInput

type DescribeConsumedTopicDetailInput struct {

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

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

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

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

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

func (DescribeConsumedTopicDetailInput) GoString

GoString returns the string representation

func (*DescribeConsumedTopicDetailInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*DescribeConsumedTopicDetailInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeConsumedTopicDetailInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeConsumedTopicDetailInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeConsumedTopicDetailInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (DescribeConsumedTopicDetailInput) String

String returns the string representation

func (*DescribeConsumedTopicDetailInput) Validate

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

type DescribeConsumedTopicDetailOutput

type DescribeConsumedTopicDetailOutput struct {
	Metadata *response.ResponseMetadata

	ConsumedQueueInfo []*ConsumedQueueInfoForDescribeConsumedTopicDetailOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeConsumedTopicDetailOutput) GoString

GoString returns the string representation

func (*DescribeConsumedTopicDetailOutput) SetConsumedQueueInfo

SetConsumedQueueInfo sets the ConsumedQueueInfo field's value.

func (*DescribeConsumedTopicDetailOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeConsumedTopicDetailOutput) String

String returns the string representation

type DescribeConsumedTopicsInput

type DescribeConsumedTopicsInput struct {

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

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

	NeedRetryTopic *bool `type:"boolean" json:",omitempty"`

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

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

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

func (DescribeConsumedTopicsInput) GoString

func (s DescribeConsumedTopicsInput) GoString() string

GoString returns the string representation

func (*DescribeConsumedTopicsInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*DescribeConsumedTopicsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeConsumedTopicsInput) SetNeedRetryTopic

SetNeedRetryTopic sets the NeedRetryTopic field's value.

func (*DescribeConsumedTopicsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeConsumedTopicsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeConsumedTopicsInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (DescribeConsumedTopicsInput) String

String returns the string representation

func (*DescribeConsumedTopicsInput) Validate

func (s *DescribeConsumedTopicsInput) Validate() error

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

type DescribeConsumedTopicsOutput

type DescribeConsumedTopicsOutput struct {
	Metadata *response.ResponseMetadata

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

	ConsumedTopicsInfo []*ConsumedTopicsInfoForDescribeConsumedTopicsOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeConsumedTopicsOutput) GoString

func (s DescribeConsumedTopicsOutput) GoString() string

GoString returns the string representation

func (*DescribeConsumedTopicsOutput) SetAccumulation

SetAccumulation sets the Accumulation field's value.

func (*DescribeConsumedTopicsOutput) SetConsumedTopicsInfo

SetConsumedTopicsInfo sets the ConsumedTopicsInfo field's value.

func (*DescribeConsumedTopicsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeConsumedTopicsOutput) String

String returns the string representation

type DescribeGroupsDetailInput

type DescribeGroupsDetailInput struct {

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

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

func (DescribeGroupsDetailInput) GoString

func (s DescribeGroupsDetailInput) GoString() string

GoString returns the string representation

func (*DescribeGroupsDetailInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*DescribeGroupsDetailInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeGroupsDetailInput) String

func (s DescribeGroupsDetailInput) String() string

String returns the string representation

func (*DescribeGroupsDetailInput) Validate

func (s *DescribeGroupsDetailInput) Validate() error

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

type DescribeGroupsDetailOutput

type DescribeGroupsDetailOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

	IsSubSame *bool `type:"boolean" json:",omitempty"`

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

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

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

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

	TotalDiff *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeGroupsDetailOutput) GoString

func (s DescribeGroupsDetailOutput) GoString() string

GoString returns the string representation

func (*DescribeGroupsDetailOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*DescribeGroupsDetailOutput) SetDescription

SetDescription sets the Description field's value.

func (*DescribeGroupsDetailOutput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*DescribeGroupsDetailOutput) SetGroupType

SetGroupType sets the GroupType field's value.

func (*DescribeGroupsDetailOutput) SetIsSubSame

SetIsSubSame sets the IsSubSame field's value.

func (*DescribeGroupsDetailOutput) SetMessageDelayTime

SetMessageDelayTime sets the MessageDelayTime field's value.

func (*DescribeGroupsDetailOutput) SetMessageModel

SetMessageModel sets the MessageModel field's value.

func (*DescribeGroupsDetailOutput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeGroupsDetailOutput) SetTotalConsumedRate

func (s *DescribeGroupsDetailOutput) SetTotalConsumedRate(v string) *DescribeGroupsDetailOutput

SetTotalConsumedRate sets the TotalConsumedRate field's value.

func (*DescribeGroupsDetailOutput) SetTotalDiff

SetTotalDiff sets the TotalDiff field's value.

func (DescribeGroupsDetailOutput) String

String returns the string representation

type DescribeGroupsInput

type DescribeGroupsInput struct {
	GroupId *string `type:"string" json:",omitempty"`

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

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

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

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

func (DescribeGroupsInput) GoString

func (s DescribeGroupsInput) GoString() string

GoString returns the string representation

func (*DescribeGroupsInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*DescribeGroupsInput) SetGroupType

func (s *DescribeGroupsInput) SetGroupType(v string) *DescribeGroupsInput

SetGroupType sets the GroupType field's value.

func (*DescribeGroupsInput) SetInstanceId

func (s *DescribeGroupsInput) SetInstanceId(v string) *DescribeGroupsInput

SetInstanceId sets the InstanceId field's value.

func (*DescribeGroupsInput) SetPageNumber

func (s *DescribeGroupsInput) SetPageNumber(v int32) *DescribeGroupsInput

SetPageNumber sets the PageNumber field's value.

func (*DescribeGroupsInput) SetPageSize

func (s *DescribeGroupsInput) SetPageSize(v int32) *DescribeGroupsInput

SetPageSize sets the PageSize field's value.

func (DescribeGroupsInput) String

func (s DescribeGroupsInput) String() string

String returns the string representation

func (*DescribeGroupsInput) Validate

func (s *DescribeGroupsInput) Validate() error

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

type DescribeGroupsOutput

type DescribeGroupsOutput struct {
	Metadata *response.ResponseMetadata

	GroupsInfo []*GroupsInfoForDescribeGroupsOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeGroupsOutput) GoString

func (s DescribeGroupsOutput) GoString() string

GoString returns the string representation

func (*DescribeGroupsOutput) SetGroupsInfo

SetGroupsInfo sets the GroupsInfo field's value.

func (*DescribeGroupsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeGroupsOutput) String

func (s DescribeGroupsOutput) String() string

String returns the string representation

type DescribeInstanceDetailInput

type DescribeInstanceDetailInput struct {

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

func (DescribeInstanceDetailInput) GoString

func (s DescribeInstanceDetailInput) GoString() string

GoString returns the string representation

func (*DescribeInstanceDetailInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeInstanceDetailInput) String

String returns the string representation

func (*DescribeInstanceDetailInput) Validate

func (s *DescribeInstanceDetailInput) Validate() error

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

type DescribeInstanceDetailOutput

type DescribeInstanceDetailOutput struct {
	Metadata *response.ResponseMetadata

	BasicInfo *BasicInfoForDescribeInstanceDetailOutput `type:"structure" json:",omitempty"`

	ChargeDetail *ChargeDetailForDescribeInstanceDetailOutput `type:"structure" json:",omitempty"`

	ConnectionInfo []*ConnectionInfoForDescribeInstanceDetailOutput `type:"list" json:",omitempty"`

	FileReservedTime *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeInstanceDetailOutput) GoString

func (s DescribeInstanceDetailOutput) GoString() string

GoString returns the string representation

func (*DescribeInstanceDetailOutput) SetBasicInfo

SetBasicInfo sets the BasicInfo field's value.

func (*DescribeInstanceDetailOutput) SetChargeDetail

SetChargeDetail sets the ChargeDetail field's value.

func (*DescribeInstanceDetailOutput) SetConnectionInfo

SetConnectionInfo sets the ConnectionInfo field's value.

func (*DescribeInstanceDetailOutput) SetFileReservedTime

SetFileReservedTime sets the FileReservedTime field's value.

func (DescribeInstanceDetailOutput) String

String returns the string representation

type DescribeInstancesInput

type DescribeInstancesInput struct {
	ChargeType *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

	Tags map[string][]*string `type:"map" json:",omitempty"`

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

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

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

func (DescribeInstancesInput) GoString

func (s DescribeInstancesInput) GoString() string

GoString returns the string representation

func (*DescribeInstancesInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*DescribeInstancesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeInstancesInput) SetInstanceName

func (s *DescribeInstancesInput) SetInstanceName(v string) *DescribeInstancesInput

SetInstanceName sets the InstanceName field's value.

func (*DescribeInstancesInput) SetInstanceStatus

func (s *DescribeInstancesInput) SetInstanceStatus(v string) *DescribeInstancesInput

SetInstanceStatus sets the InstanceStatus field's value.

func (*DescribeInstancesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeInstancesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeInstancesInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*DescribeInstancesInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*DescribeInstancesInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*DescribeInstancesInput) SetSpec

SetSpec sets the Spec field's value.

func (*DescribeInstancesInput) SetTags

SetTags sets the Tags field's value.

func (*DescribeInstancesInput) SetVersion

SetVersion sets the Version field's value.

func (*DescribeInstancesInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*DescribeInstancesInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DescribeInstancesInput) String

func (s DescribeInstancesInput) String() string

String returns the string representation

func (*DescribeInstancesInput) Validate

func (s *DescribeInstancesInput) Validate() error

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

type DescribeInstancesOutput

type DescribeInstancesOutput struct {
	Metadata *response.ResponseMetadata

	InstancesInfo []*InstancesInfoForDescribeInstancesOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeInstancesOutput) GoString

func (s DescribeInstancesOutput) GoString() string

GoString returns the string representation

func (*DescribeInstancesOutput) SetInstancesInfo

SetInstancesInfo sets the InstancesInfo field's value.

func (*DescribeInstancesOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeInstancesOutput) String

func (s DescribeInstancesOutput) String() string

String returns the string representation

type DescribeRegionsInput

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

func (DescribeRegionsInput) GoString

func (s DescribeRegionsInput) GoString() string

GoString returns the string representation

func (DescribeRegionsInput) String

func (s DescribeRegionsInput) String() string

String returns the string representation

type DescribeRegionsOutput

type DescribeRegionsOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeRegionsOutput) GoString

func (s DescribeRegionsOutput) GoString() string

GoString returns the string representation

func (*DescribeRegionsOutput) SetRegions

SetRegions sets the Regions field's value.

func (DescribeRegionsOutput) String

func (s DescribeRegionsOutput) String() string

String returns the string representation

type DescribeSecretKeyInput

type DescribeSecretKeyInput struct {

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

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

func (DescribeSecretKeyInput) GoString

func (s DescribeSecretKeyInput) GoString() string

GoString returns the string representation

func (*DescribeSecretKeyInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*DescribeSecretKeyInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeSecretKeyInput) String

func (s DescribeSecretKeyInput) String() string

String returns the string representation

func (*DescribeSecretKeyInput) Validate

func (s *DescribeSecretKeyInput) Validate() error

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

type DescribeSecretKeyOutput

type DescribeSecretKeyOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DescribeSecretKeyOutput) GoString

func (s DescribeSecretKeyOutput) GoString() string

GoString returns the string representation

func (*DescribeSecretKeyOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*DescribeSecretKeyOutput) SetSecretKey

SetSecretKey sets the SecretKey field's value.

func (DescribeSecretKeyOutput) String

func (s DescribeSecretKeyOutput) String() string

String returns the string representation

type DescribeTagsByResourceInput

type DescribeTagsByResourceInput struct {
	InstanceIds []*string `type:"list" json:",omitempty"`

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

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

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

func (DescribeTagsByResourceInput) GoString

func (s DescribeTagsByResourceInput) GoString() string

GoString returns the string representation

func (*DescribeTagsByResourceInput) SetInstanceIds

SetInstanceIds sets the InstanceIds field's value.

func (*DescribeTagsByResourceInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTagsByResourceInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTagsByResourceInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (DescribeTagsByResourceInput) String

String returns the string representation

func (*DescribeTagsByResourceInput) Validate

func (s *DescribeTagsByResourceInput) Validate() error

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

type DescribeTagsByResourceOutput

type DescribeTagsByResourceOutput struct {
	Metadata *response.ResponseMetadata

	TagResources []*TagResourceForDescribeTagsByResourceOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeTagsByResourceOutput) GoString

func (s DescribeTagsByResourceOutput) GoString() string

GoString returns the string representation

func (*DescribeTagsByResourceOutput) SetTagResources

SetTagResources sets the TagResources field's value.

func (*DescribeTagsByResourceOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeTagsByResourceOutput) String

String returns the string representation

type DescribeTopicAccessPoliciesInput

type DescribeTopicAccessPoliciesInput struct {
	AccessKey *string `type:"string" json:",omitempty"`

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

	// PageNumber is a required field
	PageNumber *int32 `min:"1" type:"int32" json:",omitempty" required:"true"`

	// PageSize is a required field
	PageSize *int32 `min:"1" max:"100" type:"int32" json:",omitempty" required:"true"`

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

func (DescribeTopicAccessPoliciesInput) GoString

GoString returns the string representation

func (*DescribeTopicAccessPoliciesInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*DescribeTopicAccessPoliciesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeTopicAccessPoliciesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTopicAccessPoliciesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTopicAccessPoliciesInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (DescribeTopicAccessPoliciesInput) String

String returns the string representation

func (*DescribeTopicAccessPoliciesInput) Validate

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

type DescribeTopicAccessPoliciesOutput

type DescribeTopicAccessPoliciesOutput struct {
	Metadata *response.ResponseMetadata

	AccessPolicies []*AccessPolicyForDescribeTopicAccessPoliciesOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeTopicAccessPoliciesOutput) GoString

GoString returns the string representation

func (*DescribeTopicAccessPoliciesOutput) SetAccessPolicies

SetAccessPolicies sets the AccessPolicies field's value.

func (*DescribeTopicAccessPoliciesOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeTopicAccessPoliciesOutput) String

String returns the string representation

type DescribeTopicGroupsInput

type DescribeTopicGroupsInput struct {
	GroupIds []*string `type:"list" json:",omitempty"`

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

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

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

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

func (DescribeTopicGroupsInput) GoString

func (s DescribeTopicGroupsInput) GoString() string

GoString returns the string representation

func (*DescribeTopicGroupsInput) SetGroupIds

SetGroupIds sets the GroupIds field's value.

func (*DescribeTopicGroupsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeTopicGroupsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTopicGroupsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTopicGroupsInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (DescribeTopicGroupsInput) String

func (s DescribeTopicGroupsInput) String() string

String returns the string representation

func (*DescribeTopicGroupsInput) Validate

func (s *DescribeTopicGroupsInput) Validate() error

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

type DescribeTopicGroupsOutput

type DescribeTopicGroupsOutput struct {
	Metadata *response.ResponseMetadata

	GroupsInfo []*GroupsInfoForDescribeTopicGroupsOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeTopicGroupsOutput) GoString

func (s DescribeTopicGroupsOutput) GoString() string

GoString returns the string representation

func (*DescribeTopicGroupsOutput) SetGroupsInfo

SetGroupsInfo sets the GroupsInfo field's value.

func (*DescribeTopicGroupsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeTopicGroupsOutput) String

func (s DescribeTopicGroupsOutput) String() string

String returns the string representation

type DescribeTopicQueueInput

type DescribeTopicQueueInput struct {

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

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

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

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

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

func (DescribeTopicQueueInput) GoString

func (s DescribeTopicQueueInput) GoString() string

GoString returns the string representation

func (*DescribeTopicQueueInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeTopicQueueInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTopicQueueInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTopicQueueInput) SetQueueIds

SetQueueIds sets the QueueIds field's value.

func (*DescribeTopicQueueInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (DescribeTopicQueueInput) String

func (s DescribeTopicQueueInput) String() string

String returns the string representation

func (*DescribeTopicQueueInput) Validate

func (s *DescribeTopicQueueInput) Validate() error

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

type DescribeTopicQueueOutput

type DescribeTopicQueueOutput struct {
	Metadata *response.ResponseMetadata

	QueuesInfo []*QueuesInfoForDescribeTopicQueueOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeTopicQueueOutput) GoString

func (s DescribeTopicQueueOutput) GoString() string

GoString returns the string representation

func (*DescribeTopicQueueOutput) SetQueuesInfo

SetQueuesInfo sets the QueuesInfo field's value.

func (*DescribeTopicQueueOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeTopicQueueOutput) String

func (s DescribeTopicQueueOutput) String() string

String returns the string representation

type DescribeTopicsInput

type DescribeTopicsInput struct {

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

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

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

	// PageSize is a required field
	PageSize *int32 `min:"1" max:"100" type:"int32" json:",omitempty" required:"true"`

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

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

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

func (DescribeTopicsInput) GoString

func (s DescribeTopicsInput) GoString() string

GoString returns the string representation

func (*DescribeTopicsInput) SetInstanceId

func (s *DescribeTopicsInput) SetInstanceId(v string) *DescribeTopicsInput

SetInstanceId sets the InstanceId field's value.

func (*DescribeTopicsInput) SetMessageType

func (s *DescribeTopicsInput) SetMessageType(v int32) *DescribeTopicsInput

SetMessageType sets the MessageType field's value.

func (*DescribeTopicsInput) SetPageNumber

func (s *DescribeTopicsInput) SetPageNumber(v int32) *DescribeTopicsInput

SetPageNumber sets the PageNumber field's value.

func (*DescribeTopicsInput) SetPageSize

func (s *DescribeTopicsInput) SetPageSize(v int32) *DescribeTopicsInput

SetPageSize sets the PageSize field's value.

func (*DescribeTopicsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*DescribeTopicsInput) SetSortOrder

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

SetSortOrder sets the SortOrder field's value.

func (*DescribeTopicsInput) SetTopicName

func (s *DescribeTopicsInput) SetTopicName(v string) *DescribeTopicsInput

SetTopicName sets the TopicName field's value.

func (DescribeTopicsInput) String

func (s DescribeTopicsInput) String() string

String returns the string representation

func (*DescribeTopicsInput) Validate

func (s *DescribeTopicsInput) Validate() error

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

type DescribeTopicsOutput

type DescribeTopicsOutput struct {
	Metadata *response.ResponseMetadata

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

	TopicsInfo []*TopicsInfoForDescribeTopicsOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeTopicsOutput) GoString

func (s DescribeTopicsOutput) GoString() string

GoString returns the string representation

func (*DescribeTopicsOutput) SetInstanceId

func (s *DescribeTopicsOutput) SetInstanceId(v string) *DescribeTopicsOutput

SetInstanceId sets the InstanceId field's value.

func (*DescribeTopicsOutput) SetTopicsInfo

SetTopicsInfo sets the TopicsInfo field's value.

func (*DescribeTopicsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeTopicsOutput) String

func (s DescribeTopicsOutput) String() string

String returns the string representation

type DisassociateAllowListInput

type DisassociateAllowListInput struct {
	AllowListIds []*string `type:"list" json:",omitempty"`

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

func (DisassociateAllowListInput) GoString

func (s DisassociateAllowListInput) GoString() string

GoString returns the string representation

func (*DisassociateAllowListInput) SetAllowListIds

SetAllowListIds sets the AllowListIds field's value.

func (*DisassociateAllowListInput) SetInstanceIds

SetInstanceIds sets the InstanceIds field's value.

func (DisassociateAllowListInput) String

String returns the string representation

type DisassociateAllowListOutput

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

func (DisassociateAllowListOutput) GoString

func (s DisassociateAllowListOutput) GoString() string

GoString returns the string representation

func (DisassociateAllowListOutput) String

String returns the string representation

type EnableInstanceInspectInput

type EnableInstanceInspectInput struct {

	// Enable is a required field
	Enable *bool `type:"boolean" json:",omitempty" required:"true"`

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

func (EnableInstanceInspectInput) GoString

func (s EnableInstanceInspectInput) GoString() string

GoString returns the string representation

func (*EnableInstanceInspectInput) SetEnable

SetEnable sets the Enable field's value.

func (*EnableInstanceInspectInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (EnableInstanceInspectInput) String

String returns the string representation

func (*EnableInstanceInspectInput) Validate

func (s *EnableInstanceInspectInput) Validate() error

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

type EnableInstanceInspectOutput

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

func (EnableInstanceInspectOutput) GoString

func (s EnableInstanceInspectOutput) GoString() string

GoString returns the string representation

func (EnableInstanceInspectOutput) String

String returns the string representation

type GetInspectConfigInput

type GetInspectConfigInput struct {
	Filters map[string]*string `type:"map" json:",omitempty"`

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

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

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

func (GetInspectConfigInput) GoString

func (s GetInspectConfigInput) GoString() string

GoString returns the string representation

func (*GetInspectConfigInput) SetFilters

SetFilters sets the Filters field's value.

func (*GetInspectConfigInput) SetInstanceId

func (s *GetInspectConfigInput) SetInstanceId(v string) *GetInspectConfigInput

SetInstanceId sets the InstanceId field's value.

func (*GetInspectConfigInput) SetPageNumber

func (s *GetInspectConfigInput) SetPageNumber(v int32) *GetInspectConfigInput

SetPageNumber sets the PageNumber field's value.

func (*GetInspectConfigInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (GetInspectConfigInput) String

func (s GetInspectConfigInput) String() string

String returns the string representation

func (*GetInspectConfigInput) Validate

func (s *GetInspectConfigInput) Validate() error

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

type GetInspectConfigOutput

type GetInspectConfigOutput struct {
	Metadata *response.ResponseMetadata

	Configs []*ConfigForGetInspectConfigOutput `type:"list" json:",omitempty"`

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

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

	TriggerLimit *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetInspectConfigOutput) GoString

func (s GetInspectConfigOutput) GoString() string

GoString returns the string representation

func (*GetInspectConfigOutput) SetConfigs

SetConfigs sets the Configs field's value.

func (*GetInspectConfigOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*GetInspectConfigOutput) SetTotal

SetTotal sets the Total field's value.

func (*GetInspectConfigOutput) SetTriggerLimit

func (s *GetInspectConfigOutput) SetTriggerLimit(v int32) *GetInspectConfigOutput

SetTriggerLimit sets the TriggerLimit field's value.

func (GetInspectConfigOutput) String

func (s GetInspectConfigOutput) String() string

String returns the string representation

type GetInstanceInspectResultInput

type GetInstanceInspectResultInput struct {

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

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

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

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

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

func (GetInstanceInspectResultInput) GoString

GoString returns the string representation

func (*GetInstanceInspectResultInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*GetInstanceInspectResultInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*GetInstanceInspectResultInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*GetInstanceInspectResultInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*GetInstanceInspectResultInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (GetInstanceInspectResultInput) String

String returns the string representation

func (*GetInstanceInspectResultInput) Validate

func (s *GetInstanceInspectResultInput) Validate() error

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

type GetInstanceInspectResultOutput

type GetInstanceInspectResultOutput struct {
	Metadata *response.ResponseMetadata

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

	Results []*ResultForGetInstanceInspectResultOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetInstanceInspectResultOutput) GoString

GoString returns the string representation

func (*GetInstanceInspectResultOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*GetInstanceInspectResultOutput) SetResults

SetResults sets the Results field's value.

func (*GetInstanceInspectResultOutput) SetTotal

SetTotal sets the Total field's value.

func (GetInstanceInspectResultOutput) String

String returns the string representation

type GroupsInfoForDescribeGroupsOutput

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

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

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

func (GroupsInfoForDescribeGroupsOutput) GoString

GoString returns the string representation

func (*GroupsInfoForDescribeGroupsOutput) SetDescription

SetDescription sets the Description field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetGroupType

SetGroupType sets the GroupType field's value.

func (GroupsInfoForDescribeGroupsOutput) String

String returns the string representation

type GroupsInfoForDescribeTopicGroupsOutput

type GroupsInfoForDescribeTopicGroupsOutput struct {
	GroupId *string `type:"string" json:",omitempty"`

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

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

func (GroupsInfoForDescribeTopicGroupsOutput) GoString

GoString returns the string representation

func (*GroupsInfoForDescribeTopicGroupsOutput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*GroupsInfoForDescribeTopicGroupsOutput) SetMessageModel

SetMessageModel sets the MessageModel field's value.

func (*GroupsInfoForDescribeTopicGroupsOutput) SetSubString

SetSubString sets the SubString field's value.

func (GroupsInfoForDescribeTopicGroupsOutput) String

String returns the string representation

type InstancesInfoForDescribeInstancesOutput

type InstancesInfoForDescribeInstancesOutput struct {
	AccountId *string `type:"string" json:",omitempty"`

	ApplyPrivateDNSToPublic *bool `type:"boolean" json:",omitempty"`

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

	ChargeDetail *ChargeDetailForDescribeInstancesOutput `type:"structure" json:",omitempty"`

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

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

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

	EnableSSL *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

	Tags map[string]*string `type:"map" json:",omitempty"`

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

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

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

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

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

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

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

func (InstancesInfoForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*InstancesInfoForDescribeInstancesOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetApplyPrivateDNSToPublic

SetApplyPrivateDNSToPublic sets the ApplyPrivateDNSToPublic field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetAvailableQueueNumber

SetAvailableQueueNumber sets the AvailableQueueNumber field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetChargeDetail

SetChargeDetail sets the ChargeDetail field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetComputeSpec

SetComputeSpec sets the ComputeSpec field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetEipId

SetEipId sets the EipId field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetEnableSSL

SetEnableSSL sets the EnableSSL field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetFileReservedTime

SetFileReservedTime sets the FileReservedTime field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetInstanceDescription

SetInstanceDescription sets the InstanceDescription field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetInstanceStatus

SetInstanceStatus sets the InstanceStatus field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetSSLMode

SetSSLMode sets the SSLMode field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetTags

SetTags sets the Tags field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetUsedGroupNumber

SetUsedGroupNumber sets the UsedGroupNumber field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetUsedQueueNumber

SetUsedQueueNumber sets the UsedQueueNumber field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetUsedStorageSpace

SetUsedStorageSpace sets the UsedStorageSpace field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetUsedTopicNumber

SetUsedTopicNumber sets the UsedTopicNumber field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetVersion

SetVersion sets the Version field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (InstancesInfoForDescribeInstancesOutput) String

String returns the string representation

type ManualProcessResultInput

type ManualProcessResultInput struct {

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

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

func (ManualProcessResultInput) GoString

func (s ManualProcessResultInput) GoString() string

GoString returns the string representation

func (*ManualProcessResultInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ManualProcessResultInput) SetResultId

SetResultId sets the ResultId field's value.

func (ManualProcessResultInput) String

func (s ManualProcessResultInput) String() string

String returns the string representation

func (*ManualProcessResultInput) Validate

func (s *ManualProcessResultInput) Validate() error

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

type ManualProcessResultOutput

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

func (ManualProcessResultOutput) GoString

func (s ManualProcessResultOutput) GoString() string

GoString returns the string representation

func (ManualProcessResultOutput) String

func (s ManualProcessResultOutput) String() string

String returns the string representation

type ManualTriggerInspectInput

type ManualTriggerInspectInput struct {

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

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

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

func (ManualTriggerInspectInput) GoString

func (s ManualTriggerInspectInput) GoString() string

GoString returns the string representation

func (*ManualTriggerInspectInput) SetInspectName

SetInspectName sets the InspectName field's value.

func (*ManualTriggerInspectInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ManualTriggerInspectInput) SetType

SetType sets the Type field's value.

func (ManualTriggerInspectInput) String

func (s ManualTriggerInspectInput) String() string

String returns the string representation

func (*ManualTriggerInspectInput) Validate

func (s *ManualTriggerInspectInput) Validate() error

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

type ManualTriggerInspectOutput

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

func (ManualTriggerInspectOutput) GoString

func (s ManualTriggerInspectOutput) GoString() string

GoString returns the string representation

func (ManualTriggerInspectOutput) String

String returns the string representation

type MessageInfoForQueryMessageByMsgIdOutput

type MessageInfoForQueryMessageByMsgIdOutput struct {
	Body *string `type:"string" json:",omitempty"`

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

	IsExist *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

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

func (MessageInfoForQueryMessageByMsgIdOutput) GoString

GoString returns the string representation

func (*MessageInfoForQueryMessageByMsgIdOutput) SetBody

SetBody sets the Body field's value.

func (*MessageInfoForQueryMessageByMsgIdOutput) SetCreateTimestamp

SetCreateTimestamp sets the CreateTimestamp field's value.

func (*MessageInfoForQueryMessageByMsgIdOutput) SetIsExist

SetIsExist sets the IsExist field's value.

func (*MessageInfoForQueryMessageByMsgIdOutput) SetMessageId

SetMessageId sets the MessageId field's value.

func (*MessageInfoForQueryMessageByMsgIdOutput) SetMessageKey

SetMessageKey sets the MessageKey field's value.

func (*MessageInfoForQueryMessageByMsgIdOutput) SetMessageSize

SetMessageSize sets the MessageSize field's value.

func (*MessageInfoForQueryMessageByMsgIdOutput) SetProducerHost

SetProducerHost sets the ProducerHost field's value.

func (*MessageInfoForQueryMessageByMsgIdOutput) SetStoreTimestamp

SetStoreTimestamp sets the StoreTimestamp field's value.

func (*MessageInfoForQueryMessageByMsgIdOutput) SetTag

SetTag sets the Tag field's value.

func (*MessageInfoForQueryMessageByMsgIdOutput) SetTopicName

SetTopicName sets the TopicName field's value.

func (MessageInfoForQueryMessageByMsgIdOutput) String

String returns the string representation

type MessageListForQueryMessageByMsgKeyOutput

type MessageListForQueryMessageByMsgKeyOutput struct {
	Body *string `type:"string" json:",omitempty"`

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

	IsExist *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

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

func (MessageListForQueryMessageByMsgKeyOutput) GoString

GoString returns the string representation

func (*MessageListForQueryMessageByMsgKeyOutput) SetBody

SetBody sets the Body field's value.

func (*MessageListForQueryMessageByMsgKeyOutput) SetCreateTimestamp

SetCreateTimestamp sets the CreateTimestamp field's value.

func (*MessageListForQueryMessageByMsgKeyOutput) SetIsExist

SetIsExist sets the IsExist field's value.

func (*MessageListForQueryMessageByMsgKeyOutput) SetMessageId

SetMessageId sets the MessageId field's value.

func (*MessageListForQueryMessageByMsgKeyOutput) SetMessageKey

SetMessageKey sets the MessageKey field's value.

func (*MessageListForQueryMessageByMsgKeyOutput) SetMessageSize

SetMessageSize sets the MessageSize field's value.

func (*MessageListForQueryMessageByMsgKeyOutput) SetProducerHost

SetProducerHost sets the ProducerHost field's value.

func (*MessageListForQueryMessageByMsgKeyOutput) SetStoreTimestamp

SetStoreTimestamp sets the StoreTimestamp field's value.

func (*MessageListForQueryMessageByMsgKeyOutput) SetTag

SetTag sets the Tag field's value.

func (*MessageListForQueryMessageByMsgKeyOutput) SetTopicName

SetTopicName sets the TopicName field's value.

func (MessageListForQueryMessageByMsgKeyOutput) String

String returns the string representation

type MessageListForQueryMessageByTimestampOutput

type MessageListForQueryMessageByTimestampOutput struct {
	Body *string `type:"string" json:",omitempty"`

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

	IsExist *bool `type:"boolean" json:",omitempty"`

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

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

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

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

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

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

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

func (MessageListForQueryMessageByTimestampOutput) GoString

GoString returns the string representation

func (*MessageListForQueryMessageByTimestampOutput) SetBody

SetBody sets the Body field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetCreateTimestamp

SetCreateTimestamp sets the CreateTimestamp field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetIsExist

SetIsExist sets the IsExist field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetMessageId

SetMessageId sets the MessageId field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetMessageKey

SetMessageKey sets the MessageKey field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetMessageSize

SetMessageSize sets the MessageSize field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetProducerHost

SetProducerHost sets the ProducerHost field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetStoreTimestamp

SetStoreTimestamp sets the StoreTimestamp field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetTag

SetTag sets the Tag field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetTopicName

SetTopicName sets the TopicName field's value.

func (MessageListForQueryMessageByTimestampOutput) String

String returns the string representation

type MessageSendInput

type MessageSendInput struct {

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

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

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

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

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

func (MessageSendInput) GoString

func (s MessageSendInput) GoString() string

GoString returns the string representation

func (*MessageSendInput) SetBody

func (s *MessageSendInput) SetBody(v string) *MessageSendInput

SetBody sets the Body field's value.

func (*MessageSendInput) SetInstanceId

func (s *MessageSendInput) SetInstanceId(v string) *MessageSendInput

SetInstanceId sets the InstanceId field's value.

func (*MessageSendInput) SetKey

SetKey sets the Key field's value.

func (*MessageSendInput) SetTag

SetTag sets the Tag field's value.

func (*MessageSendInput) SetTopic

func (s *MessageSendInput) SetTopic(v string) *MessageSendInput

SetTopic sets the Topic field's value.

func (MessageSendInput) String

func (s MessageSendInput) String() string

String returns the string representation

func (*MessageSendInput) Validate

func (s *MessageSendInput) Validate() error

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

type MessageSendOutput

type MessageSendOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

func (MessageSendOutput) GoString

func (s MessageSendOutput) GoString() string

GoString returns the string representation

func (*MessageSendOutput) SetMsgId

func (s *MessageSendOutput) SetMsgId(v string) *MessageSendOutput

SetMsgId sets the MsgId field's value.

func (*MessageSendOutput) SetOffsetMsgId

func (s *MessageSendOutput) SetOffsetMsgId(v string) *MessageSendOutput

SetOffsetMsgId sets the OffsetMsgId field's value.

func (*MessageSendOutput) SetQeueueOffset

func (s *MessageSendOutput) SetQeueueOffset(v int32) *MessageSendOutput

SetQeueueOffset sets the QeueueOffset field's value.

func (*MessageSendOutput) SetSendStatus

func (s *MessageSendOutput) SetSendStatus(v string) *MessageSendOutput

SetSendStatus sets the SendStatus field's value.

func (MessageSendOutput) String

func (s MessageSendOutput) String() string

String returns the string representation

type ModifyAccessKeyAllAuthorityInput

type ModifyAccessKeyAllAuthorityInput struct {

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

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

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

func (ModifyAccessKeyAllAuthorityInput) GoString

GoString returns the string representation

func (*ModifyAccessKeyAllAuthorityInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*ModifyAccessKeyAllAuthorityInput) SetAllAuthority

SetAllAuthority sets the AllAuthority field's value.

func (*ModifyAccessKeyAllAuthorityInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (ModifyAccessKeyAllAuthorityInput) String

String returns the string representation

func (*ModifyAccessKeyAllAuthorityInput) Validate

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

type ModifyAccessKeyAllAuthorityOutput

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

func (ModifyAccessKeyAllAuthorityOutput) GoString

GoString returns the string representation

func (ModifyAccessKeyAllAuthorityOutput) String

String returns the string representation

type ModifyAccessKeyAuthorityInput

type ModifyAccessKeyAuthorityInput struct {

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

	AccessPolicies []*AccessPolicyForModifyAccessKeyAuthorityInput `type:"list" json:",omitempty"`

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

func (ModifyAccessKeyAuthorityInput) GoString

GoString returns the string representation

func (*ModifyAccessKeyAuthorityInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*ModifyAccessKeyAuthorityInput) SetAccessPolicies

SetAccessPolicies sets the AccessPolicies field's value.

func (*ModifyAccessKeyAuthorityInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (ModifyAccessKeyAuthorityInput) String

String returns the string representation

func (*ModifyAccessKeyAuthorityInput) Validate

func (s *ModifyAccessKeyAuthorityInput) Validate() error

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

type ModifyAccessKeyAuthorityOutput

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

func (ModifyAccessKeyAuthorityOutput) GoString

GoString returns the string representation

func (ModifyAccessKeyAuthorityOutput) String

String returns the string representation

type ModifyAllowListInput

type ModifyAllowListInput struct {
	AllowList *string `type:"string" json:",omitempty"`

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

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

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

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

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

func (ModifyAllowListInput) GoString

func (s ModifyAllowListInput) GoString() string

GoString returns the string representation

func (*ModifyAllowListInput) SetAllowList

func (s *ModifyAllowListInput) SetAllowList(v string) *ModifyAllowListInput

SetAllowList sets the AllowList field's value.

func (*ModifyAllowListInput) SetAllowListDesc

func (s *ModifyAllowListInput) SetAllowListDesc(v string) *ModifyAllowListInput

SetAllowListDesc sets the AllowListDesc field's value.

func (*ModifyAllowListInput) SetAllowListId

func (s *ModifyAllowListInput) SetAllowListId(v string) *ModifyAllowListInput

SetAllowListId sets the AllowListId field's value.

func (*ModifyAllowListInput) SetAllowListName

func (s *ModifyAllowListInput) SetAllowListName(v string) *ModifyAllowListInput

SetAllowListName sets the AllowListName field's value.

func (*ModifyAllowListInput) SetApplyDBInstanceNum

func (s *ModifyAllowListInput) SetApplyDBInstanceNum(v int32) *ModifyAllowListInput

SetApplyDBInstanceNum sets the ApplyDBInstanceNum field's value.

func (*ModifyAllowListInput) SetModifyMode

func (s *ModifyAllowListInput) SetModifyMode(v string) *ModifyAllowListInput

SetModifyMode sets the ModifyMode field's value.

func (ModifyAllowListInput) String

func (s ModifyAllowListInput) String() string

String returns the string representation

func (*ModifyAllowListInput) Validate

func (s *ModifyAllowListInput) Validate() error

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

type ModifyAllowListOutput

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

func (ModifyAllowListOutput) GoString

func (s ModifyAllowListOutput) GoString() string

GoString returns the string representation

func (ModifyAllowListOutput) String

func (s ModifyAllowListOutput) String() string

String returns the string representation

type ModifyInstanceAttributesInput

type ModifyInstanceAttributesInput struct {
	InstanceDescription *string `type:"string" json:",omitempty"`

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

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

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

func (ModifyInstanceAttributesInput) GoString

GoString returns the string representation

func (*ModifyInstanceAttributesInput) SetInstanceDescription

SetInstanceDescription sets the InstanceDescription field's value.

func (*ModifyInstanceAttributesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyInstanceAttributesInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*ModifyInstanceAttributesInput) SetProductInfo

SetProductInfo sets the ProductInfo field's value.

func (ModifyInstanceAttributesInput) String

String returns the string representation

func (*ModifyInstanceAttributesInput) Validate

func (s *ModifyInstanceAttributesInput) Validate() error

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

type ModifyInstanceAttributesOutput

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

func (ModifyInstanceAttributesOutput) GoString

GoString returns the string representation

func (ModifyInstanceAttributesOutput) String

String returns the string representation

type ModifyInstanceChargeTypeInput

type ModifyInstanceChargeTypeInput struct {
	ChargeInfo *ChargeInfoForModifyInstanceChargeTypeInput `type:"structure" json:",omitempty"`

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

func (ModifyInstanceChargeTypeInput) GoString

GoString returns the string representation

func (*ModifyInstanceChargeTypeInput) SetChargeInfo

SetChargeInfo sets the ChargeInfo field's value.

func (*ModifyInstanceChargeTypeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (ModifyInstanceChargeTypeInput) String

String returns the string representation

func (*ModifyInstanceChargeTypeInput) Validate

func (s *ModifyInstanceChargeTypeInput) Validate() error

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

type ModifyInstanceChargeTypeOutput

type ModifyInstanceChargeTypeOutput struct {
	Metadata *response.ResponseMetadata

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

func (ModifyInstanceChargeTypeOutput) GoString

GoString returns the string representation

func (*ModifyInstanceChargeTypeOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (ModifyInstanceChargeTypeOutput) String

String returns the string representation

type ModifyInstanceSpecInput

type ModifyInstanceSpecInput struct {
	AutoScaleQueue *bool `type:"boolean" json:",omitempty"`

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

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

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

	StorageSpace *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyInstanceSpecInput) GoString

func (s ModifyInstanceSpecInput) GoString() string

GoString returns the string representation

func (*ModifyInstanceSpecInput) SetAutoScaleQueue

func (s *ModifyInstanceSpecInput) SetAutoScaleQueue(v bool) *ModifyInstanceSpecInput

SetAutoScaleQueue sets the AutoScaleQueue field's value.

func (*ModifyInstanceSpecInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*ModifyInstanceSpecInput) SetComputeSpec

SetComputeSpec sets the ComputeSpec field's value.

func (*ModifyInstanceSpecInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyInstanceSpecInput) SetStorageSpace

func (s *ModifyInstanceSpecInput) SetStorageSpace(v int32) *ModifyInstanceSpecInput

SetStorageSpace sets the StorageSpace field's value.

func (ModifyInstanceSpecInput) String

func (s ModifyInstanceSpecInput) String() string

String returns the string representation

func (*ModifyInstanceSpecInput) Validate

func (s *ModifyInstanceSpecInput) Validate() error

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

type ModifyInstanceSpecOutput

type ModifyInstanceSpecOutput struct {
	Metadata *response.ResponseMetadata

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

func (ModifyInstanceSpecOutput) GoString

func (s ModifyInstanceSpecOutput) GoString() string

GoString returns the string representation

func (*ModifyInstanceSpecOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (ModifyInstanceSpecOutput) String

func (s ModifyInstanceSpecOutput) String() string

String returns the string representation

type ModifyTopicAccessPoliciesInput

type ModifyTopicAccessPoliciesInput struct {
	AccessPolicies []*AccessPolicyForModifyTopicAccessPoliciesInput `type:"list" json:",omitempty"`

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

	// TopicName is a required field
	TopicName *string `min:"3" max:"64" type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyTopicAccessPoliciesInput) GoString

GoString returns the string representation

func (*ModifyTopicAccessPoliciesInput) SetAccessPolicies

SetAccessPolicies sets the AccessPolicies field's value.

func (*ModifyTopicAccessPoliciesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyTopicAccessPoliciesInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (ModifyTopicAccessPoliciesInput) String

String returns the string representation

func (*ModifyTopicAccessPoliciesInput) Validate

func (s *ModifyTopicAccessPoliciesInput) Validate() error

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

type ModifyTopicAccessPoliciesOutput

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

func (ModifyTopicAccessPoliciesOutput) GoString

GoString returns the string representation

func (ModifyTopicAccessPoliciesOutput) String

String returns the string representation

type ProductInfoForModifyInstanceAttributesInput

type ProductInfoForModifyInstanceAttributesInput struct {
	SendReceiveRatio *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProductInfoForModifyInstanceAttributesInput) GoString

GoString returns the string representation

func (*ProductInfoForModifyInstanceAttributesInput) SetSendReceiveRatio

SetSendReceiveRatio sets the SendReceiveRatio field's value.

func (ProductInfoForModifyInstanceAttributesInput) String

String returns the string representation

type QueryDLQMessageByGroupIdInput

type QueryDLQMessageByGroupIdInput struct {

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

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

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

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

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

	Refresh *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueryDLQMessageByGroupIdInput) GoString

GoString returns the string representation

func (*QueryDLQMessageByGroupIdInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*QueryDLQMessageByGroupIdInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*QueryDLQMessageByGroupIdInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*QueryDLQMessageByGroupIdInput) SetQueryEndTimestamp

SetQueryEndTimestamp sets the QueryEndTimestamp field's value.

func (*QueryDLQMessageByGroupIdInput) SetQueryStartTimestamp

SetQueryStartTimestamp sets the QueryStartTimestamp field's value.

func (*QueryDLQMessageByGroupIdInput) SetRefresh

SetRefresh sets the Refresh field's value.

func (QueryDLQMessageByGroupIdInput) String

String returns the string representation

func (*QueryDLQMessageByGroupIdInput) Validate

func (s *QueryDLQMessageByGroupIdInput) Validate() error

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

type QueryDLQMessageByGroupIdOutput

type QueryDLQMessageByGroupIdOutput struct {
	Metadata *response.ResponseMetadata

	DLQMessageList []*DLQMessageListForQueryDLQMessageByGroupIdOutput `type:"list" json:",omitempty"`

	HasMoreMessage *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueryDLQMessageByGroupIdOutput) GoString

GoString returns the string representation

func (*QueryDLQMessageByGroupIdOutput) SetDLQMessageList

SetDLQMessageList sets the DLQMessageList field's value.

func (*QueryDLQMessageByGroupIdOutput) SetHasMoreMessage

SetHasMoreMessage sets the HasMoreMessage field's value.

func (QueryDLQMessageByGroupIdOutput) String

String returns the string representation

type QueryDLQMessageByIdInput

type QueryDLQMessageByIdInput struct {

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

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

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

func (QueryDLQMessageByIdInput) GoString

func (s QueryDLQMessageByIdInput) GoString() string

GoString returns the string representation

func (*QueryDLQMessageByIdInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*QueryDLQMessageByIdInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*QueryDLQMessageByIdInput) SetMessageId

SetMessageId sets the MessageId field's value.

func (QueryDLQMessageByIdInput) String

func (s QueryDLQMessageByIdInput) String() string

String returns the string representation

func (*QueryDLQMessageByIdInput) Validate

func (s *QueryDLQMessageByIdInput) Validate() error

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

type QueryDLQMessageByIdOutput

type QueryDLQMessageByIdOutput struct {
	Metadata *response.ResponseMetadata

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

func (QueryDLQMessageByIdOutput) GoString

func (s QueryDLQMessageByIdOutput) GoString() string

GoString returns the string representation

func (*QueryDLQMessageByIdOutput) SetDLQMessageInfo

SetDLQMessageInfo sets the DLQMessageInfo field's value.

func (QueryDLQMessageByIdOutput) String

func (s QueryDLQMessageByIdOutput) String() string

String returns the string representation

type QueryMessageByMsgIdInput

type QueryMessageByMsgIdInput struct {

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

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

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

func (QueryMessageByMsgIdInput) GoString

func (s QueryMessageByMsgIdInput) GoString() string

GoString returns the string representation

func (*QueryMessageByMsgIdInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*QueryMessageByMsgIdInput) SetMessageId

SetMessageId sets the MessageId field's value.

func (*QueryMessageByMsgIdInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (QueryMessageByMsgIdInput) String

func (s QueryMessageByMsgIdInput) String() string

String returns the string representation

func (*QueryMessageByMsgIdInput) Validate

func (s *QueryMessageByMsgIdInput) Validate() error

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

type QueryMessageByMsgIdOutput

type QueryMessageByMsgIdOutput struct {
	Metadata *response.ResponseMetadata

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

func (QueryMessageByMsgIdOutput) GoString

func (s QueryMessageByMsgIdOutput) GoString() string

GoString returns the string representation

func (*QueryMessageByMsgIdOutput) SetMessageInfo

SetMessageInfo sets the MessageInfo field's value.

func (QueryMessageByMsgIdOutput) String

func (s QueryMessageByMsgIdOutput) String() string

String returns the string representation

type QueryMessageByMsgKeyInput

type QueryMessageByMsgKeyInput struct {

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

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

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

func (QueryMessageByMsgKeyInput) GoString

func (s QueryMessageByMsgKeyInput) GoString() string

GoString returns the string representation

func (*QueryMessageByMsgKeyInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*QueryMessageByMsgKeyInput) SetMessageKey

SetMessageKey sets the MessageKey field's value.

func (*QueryMessageByMsgKeyInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (QueryMessageByMsgKeyInput) String

func (s QueryMessageByMsgKeyInput) String() string

String returns the string representation

func (*QueryMessageByMsgKeyInput) Validate

func (s *QueryMessageByMsgKeyInput) Validate() error

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

type QueryMessageByMsgKeyOutput

type QueryMessageByMsgKeyOutput struct {
	Metadata *response.ResponseMetadata

	HasMoreMessage *bool `type:"boolean" json:",omitempty"`

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

func (QueryMessageByMsgKeyOutput) GoString

func (s QueryMessageByMsgKeyOutput) GoString() string

GoString returns the string representation

func (*QueryMessageByMsgKeyOutput) SetHasMoreMessage

SetHasMoreMessage sets the HasMoreMessage field's value.

func (*QueryMessageByMsgKeyOutput) SetMessageList

SetMessageList sets the MessageList field's value.

func (QueryMessageByMsgKeyOutput) String

String returns the string representation

type QueryMessageByTimestampInput

type QueryMessageByTimestampInput struct {

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

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

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

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

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

func (QueryMessageByTimestampInput) GoString

func (s QueryMessageByTimestampInput) GoString() string

GoString returns the string representation

func (*QueryMessageByTimestampInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*QueryMessageByTimestampInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*QueryMessageByTimestampInput) SetQueryEndTimestamp

SetQueryEndTimestamp sets the QueryEndTimestamp field's value.

func (*QueryMessageByTimestampInput) SetQueryStartTimestamp

SetQueryStartTimestamp sets the QueryStartTimestamp field's value.

func (*QueryMessageByTimestampInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (QueryMessageByTimestampInput) String

String returns the string representation

func (*QueryMessageByTimestampInput) Validate

func (s *QueryMessageByTimestampInput) Validate() error

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

type QueryMessageByTimestampOutput

type QueryMessageByTimestampOutput struct {
	Metadata *response.ResponseMetadata

	HasMoreMessage *bool `type:"boolean" json:",omitempty"`

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

func (QueryMessageByTimestampOutput) GoString

GoString returns the string representation

func (*QueryMessageByTimestampOutput) SetHasMoreMessage

SetHasMoreMessage sets the HasMoreMessage field's value.

func (*QueryMessageByTimestampOutput) SetMessageList

SetMessageList sets the MessageList field's value.

func (QueryMessageByTimestampOutput) String

String returns the string representation

type QueuesInfoForDescribeTopicQueueOutput

type QueuesInfoForDescribeTopicQueueOutput struct {
	EndOffset *int32 `type:"int32" json:",omitempty"`

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

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

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

	StartOffset *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueuesInfoForDescribeTopicQueueOutput) GoString

GoString returns the string representation

func (*QueuesInfoForDescribeTopicQueueOutput) SetEndOffset

SetEndOffset sets the EndOffset field's value.

func (*QueuesInfoForDescribeTopicQueueOutput) SetLastUpdateTimestamp

SetLastUpdateTimestamp sets the LastUpdateTimestamp field's value.

func (*QueuesInfoForDescribeTopicQueueOutput) SetMessageCount

SetMessageCount sets the MessageCount field's value.

func (*QueuesInfoForDescribeTopicQueueOutput) SetQueueId

SetQueueId sets the QueueId field's value.

func (*QueuesInfoForDescribeTopicQueueOutput) SetStartOffset

SetStartOffset sets the StartOffset field's value.

func (QueuesInfoForDescribeTopicQueueOutput) String

String returns the string representation

type ROCKETMQ

type ROCKETMQ struct {
	*client.Client
}

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

ROCKETMQ 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 (*ROCKETMQ) AddTagsToResource

func (c *ROCKETMQ) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)

AddTagsToResource API operation for ROCKETMQ.

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

func (*ROCKETMQ) AddTagsToResourceCommon

func (c *ROCKETMQ) AddTagsToResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AddTagsToResourceCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) AddTagsToResourceCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) AddTagsToResourceCommonWithContext

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

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

See AddTagsToResourceCommon 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 (*ROCKETMQ) AddTagsToResourceRequest

func (c *ROCKETMQ) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)

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

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

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

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

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

func (*ROCKETMQ) AddTagsToResourceWithContext

func (c *ROCKETMQ) AddTagsToResourceWithContext(ctx volcengine.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)

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

See AddTagsToResource 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 (*ROCKETMQ) AssociateAllowList

func (c *ROCKETMQ) AssociateAllowList(input *AssociateAllowListInput) (*AssociateAllowListOutput, error)

AssociateAllowList API operation for ROCKETMQ.

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

func (*ROCKETMQ) AssociateAllowListCommon

func (c *ROCKETMQ) AssociateAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AssociateAllowListCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) AssociateAllowListCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) AssociateAllowListCommonWithContext

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

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

See AssociateAllowListCommon 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 (*ROCKETMQ) AssociateAllowListRequest

func (c *ROCKETMQ) AssociateAllowListRequest(input *AssociateAllowListInput) (req *request.Request, output *AssociateAllowListOutput)

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

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

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

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

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

func (*ROCKETMQ) AssociateAllowListWithContext

func (c *ROCKETMQ) AssociateAllowListWithContext(ctx volcengine.Context, input *AssociateAllowListInput, opts ...request.Option) (*AssociateAllowListOutput, error)

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

See AssociateAllowList 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 (*ROCKETMQ) CreateAccessKey

func (c *ROCKETMQ) CreateAccessKey(input *CreateAccessKeyInput) (*CreateAccessKeyOutput, error)

CreateAccessKey API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreateAccessKeyCommon

func (c *ROCKETMQ) CreateAccessKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateAccessKeyCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreateAccessKeyCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) CreateAccessKeyCommonWithContext

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

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

See CreateAccessKeyCommon 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 (*ROCKETMQ) CreateAccessKeyRequest

func (c *ROCKETMQ) CreateAccessKeyRequest(input *CreateAccessKeyInput) (req *request.Request, output *CreateAccessKeyOutput)

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

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

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

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

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

func (*ROCKETMQ) CreateAccessKeyWithContext

func (c *ROCKETMQ) CreateAccessKeyWithContext(ctx volcengine.Context, input *CreateAccessKeyInput, opts ...request.Option) (*CreateAccessKeyOutput, error)

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

See CreateAccessKey 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 (*ROCKETMQ) CreateAllowList

func (c *ROCKETMQ) CreateAllowList(input *CreateAllowListInput) (*CreateAllowListOutput, error)

CreateAllowList API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreateAllowListCommon

func (c *ROCKETMQ) CreateAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateAllowListCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreateAllowListCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) CreateAllowListCommonWithContext

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

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

See CreateAllowListCommon 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 (*ROCKETMQ) CreateAllowListRequest

func (c *ROCKETMQ) CreateAllowListRequest(input *CreateAllowListInput) (req *request.Request, output *CreateAllowListOutput)

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

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

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

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

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

func (*ROCKETMQ) CreateAllowListWithContext

func (c *ROCKETMQ) CreateAllowListWithContext(ctx volcengine.Context, input *CreateAllowListInput, opts ...request.Option) (*CreateAllowListOutput, error)

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

See CreateAllowList 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 (*ROCKETMQ) CreateGroup

func (c *ROCKETMQ) CreateGroup(input *CreateGroupInput) (*CreateGroupOutput, error)

CreateGroup API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreateGroupCommon

func (c *ROCKETMQ) CreateGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateGroupCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreateGroupCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) CreateGroupCommonWithContext

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

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

See CreateGroupCommon 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 (*ROCKETMQ) CreateGroupRequest

func (c *ROCKETMQ) CreateGroupRequest(input *CreateGroupInput) (req *request.Request, output *CreateGroupOutput)

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

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

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

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

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

func (*ROCKETMQ) CreateGroupWithContext

func (c *ROCKETMQ) CreateGroupWithContext(ctx volcengine.Context, input *CreateGroupInput, opts ...request.Option) (*CreateGroupOutput, error)

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

See CreateGroup 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 (*ROCKETMQ) CreateInstance

func (c *ROCKETMQ) CreateInstance(input *CreateInstanceInput) (*CreateInstanceOutput, error)

CreateInstance API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreateInstanceCommon

func (c *ROCKETMQ) CreateInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateInstanceCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreateInstanceCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) CreateInstanceCommonWithContext

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

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

See CreateInstanceCommon 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 (*ROCKETMQ) CreateInstanceRequest

func (c *ROCKETMQ) CreateInstanceRequest(input *CreateInstanceInput) (req *request.Request, output *CreateInstanceOutput)

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

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

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

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

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

func (*ROCKETMQ) CreateInstanceWithContext

func (c *ROCKETMQ) CreateInstanceWithContext(ctx volcengine.Context, input *CreateInstanceInput, opts ...request.Option) (*CreateInstanceOutput, error)

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

See CreateInstance 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 (*ROCKETMQ) CreatePublicAddress

func (c *ROCKETMQ) CreatePublicAddress(input *CreatePublicAddressInput) (*CreatePublicAddressOutput, error)

CreatePublicAddress API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreatePublicAddressCommon

func (c *ROCKETMQ) CreatePublicAddressCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreatePublicAddressCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreatePublicAddressCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) CreatePublicAddressCommonWithContext

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

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

See CreatePublicAddressCommon 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 (*ROCKETMQ) CreatePublicAddressRequest

func (c *ROCKETMQ) CreatePublicAddressRequest(input *CreatePublicAddressInput) (req *request.Request, output *CreatePublicAddressOutput)

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

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

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

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

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

func (*ROCKETMQ) CreatePublicAddressWithContext

func (c *ROCKETMQ) CreatePublicAddressWithContext(ctx volcengine.Context, input *CreatePublicAddressInput, opts ...request.Option) (*CreatePublicAddressOutput, error)

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

See CreatePublicAddress 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 (*ROCKETMQ) CreateTopic

func (c *ROCKETMQ) CreateTopic(input *CreateTopicInput) (*CreateTopicOutput, error)

CreateTopic API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreateTopicCommon

func (c *ROCKETMQ) CreateTopicCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTopicCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) CreateTopicCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) CreateTopicCommonWithContext

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

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

See CreateTopicCommon 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 (*ROCKETMQ) CreateTopicRequest

func (c *ROCKETMQ) CreateTopicRequest(input *CreateTopicInput) (req *request.Request, output *CreateTopicOutput)

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

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

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

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

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

func (*ROCKETMQ) CreateTopicWithContext

func (c *ROCKETMQ) CreateTopicWithContext(ctx volcengine.Context, input *CreateTopicInput, opts ...request.Option) (*CreateTopicOutput, error)

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

See CreateTopic 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 (*ROCKETMQ) DeleteAccessKey

func (c *ROCKETMQ) DeleteAccessKey(input *DeleteAccessKeyInput) (*DeleteAccessKeyOutput, error)

DeleteAccessKey API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteAccessKeyCommon

func (c *ROCKETMQ) DeleteAccessKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteAccessKeyCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteAccessKeyCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DeleteAccessKeyCommonWithContext

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

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

See DeleteAccessKeyCommon 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 (*ROCKETMQ) DeleteAccessKeyRequest

func (c *ROCKETMQ) DeleteAccessKeyRequest(input *DeleteAccessKeyInput) (req *request.Request, output *DeleteAccessKeyOutput)

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

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

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

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

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

func (*ROCKETMQ) DeleteAccessKeyWithContext

func (c *ROCKETMQ) DeleteAccessKeyWithContext(ctx volcengine.Context, input *DeleteAccessKeyInput, opts ...request.Option) (*DeleteAccessKeyOutput, error)

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

See DeleteAccessKey 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 (*ROCKETMQ) DeleteAllowList

func (c *ROCKETMQ) DeleteAllowList(input *DeleteAllowListInput) (*DeleteAllowListOutput, error)

DeleteAllowList API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteAllowListCommon

func (c *ROCKETMQ) DeleteAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteAllowListCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteAllowListCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DeleteAllowListCommonWithContext

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

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

See DeleteAllowListCommon 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 (*ROCKETMQ) DeleteAllowListRequest

func (c *ROCKETMQ) DeleteAllowListRequest(input *DeleteAllowListInput) (req *request.Request, output *DeleteAllowListOutput)

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

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

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

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

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

func (*ROCKETMQ) DeleteAllowListWithContext

func (c *ROCKETMQ) DeleteAllowListWithContext(ctx volcengine.Context, input *DeleteAllowListInput, opts ...request.Option) (*DeleteAllowListOutput, error)

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

See DeleteAllowList 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 (*ROCKETMQ) DeleteGroup

func (c *ROCKETMQ) DeleteGroup(input *DeleteGroupInput) (*DeleteGroupOutput, error)

DeleteGroup API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteGroupCommon

func (c *ROCKETMQ) DeleteGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteGroupCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteGroupCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DeleteGroupCommonWithContext

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

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

See DeleteGroupCommon 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 (*ROCKETMQ) DeleteGroupRequest

func (c *ROCKETMQ) DeleteGroupRequest(input *DeleteGroupInput) (req *request.Request, output *DeleteGroupOutput)

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

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

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

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

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

func (*ROCKETMQ) DeleteGroupWithContext

func (c *ROCKETMQ) DeleteGroupWithContext(ctx volcengine.Context, input *DeleteGroupInput, opts ...request.Option) (*DeleteGroupOutput, error)

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

See DeleteGroup 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 (*ROCKETMQ) DeleteGroups

func (c *ROCKETMQ) DeleteGroups(input *DeleteGroupsInput) (*DeleteGroupsOutput, error)

DeleteGroups API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteGroupsCommon

func (c *ROCKETMQ) DeleteGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteGroupsCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteGroupsCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DeleteGroupsCommonWithContext

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

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

See DeleteGroupsCommon 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 (*ROCKETMQ) DeleteGroupsRequest

func (c *ROCKETMQ) DeleteGroupsRequest(input *DeleteGroupsInput) (req *request.Request, output *DeleteGroupsOutput)

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

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

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

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

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

func (*ROCKETMQ) DeleteGroupsWithContext

func (c *ROCKETMQ) DeleteGroupsWithContext(ctx volcengine.Context, input *DeleteGroupsInput, opts ...request.Option) (*DeleteGroupsOutput, error)

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

See DeleteGroups 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 (*ROCKETMQ) DeleteInstance

func (c *ROCKETMQ) DeleteInstance(input *DeleteInstanceInput) (*DeleteInstanceOutput, error)

DeleteInstance API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteInstanceCommon

func (c *ROCKETMQ) DeleteInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteInstanceCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteInstanceCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DeleteInstanceCommonWithContext

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

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

See DeleteInstanceCommon 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 (*ROCKETMQ) DeleteInstanceRequest

func (c *ROCKETMQ) DeleteInstanceRequest(input *DeleteInstanceInput) (req *request.Request, output *DeleteInstanceOutput)

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

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

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

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

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

func (*ROCKETMQ) DeleteInstanceWithContext

func (c *ROCKETMQ) DeleteInstanceWithContext(ctx volcengine.Context, input *DeleteInstanceInput, opts ...request.Option) (*DeleteInstanceOutput, error)

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

See DeleteInstance 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 (*ROCKETMQ) DeletePublicAddress

func (c *ROCKETMQ) DeletePublicAddress(input *DeletePublicAddressInput) (*DeletePublicAddressOutput, error)

DeletePublicAddress API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeletePublicAddressCommon

func (c *ROCKETMQ) DeletePublicAddressCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeletePublicAddressCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeletePublicAddressCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DeletePublicAddressCommonWithContext

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

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

See DeletePublicAddressCommon 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 (*ROCKETMQ) DeletePublicAddressRequest

func (c *ROCKETMQ) DeletePublicAddressRequest(input *DeletePublicAddressInput) (req *request.Request, output *DeletePublicAddressOutput)

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

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

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

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

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

func (*ROCKETMQ) DeletePublicAddressWithContext

func (c *ROCKETMQ) DeletePublicAddressWithContext(ctx volcengine.Context, input *DeletePublicAddressInput, opts ...request.Option) (*DeletePublicAddressOutput, error)

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

See DeletePublicAddress 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 (*ROCKETMQ) DeleteTopic

func (c *ROCKETMQ) DeleteTopic(input *DeleteTopicInput) (*DeleteTopicOutput, error)

DeleteTopic API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteTopicCommon

func (c *ROCKETMQ) DeleteTopicCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTopicCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DeleteTopicCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DeleteTopicCommonWithContext

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

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

See DeleteTopicCommon 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 (*ROCKETMQ) DeleteTopicRequest

func (c *ROCKETMQ) DeleteTopicRequest(input *DeleteTopicInput) (req *request.Request, output *DeleteTopicOutput)

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

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

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

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

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

func (*ROCKETMQ) DeleteTopicWithContext

func (c *ROCKETMQ) DeleteTopicWithContext(ctx volcengine.Context, input *DeleteTopicInput, opts ...request.Option) (*DeleteTopicOutput, error)

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

See DeleteTopic 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 (*ROCKETMQ) DescribeAccessKeyDetail

func (c *ROCKETMQ) DescribeAccessKeyDetail(input *DescribeAccessKeyDetailInput) (*DescribeAccessKeyDetailOutput, error)

DescribeAccessKeyDetail API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeAccessKeyDetailCommon

func (c *ROCKETMQ) DescribeAccessKeyDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAccessKeyDetailCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeAccessKeyDetailCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DescribeAccessKeyDetailCommonWithContext

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

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

See DescribeAccessKeyDetailCommon 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 (*ROCKETMQ) DescribeAccessKeyDetailRequest

func (c *ROCKETMQ) DescribeAccessKeyDetailRequest(input *DescribeAccessKeyDetailInput) (req *request.Request, output *DescribeAccessKeyDetailOutput)

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

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

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

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

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

func (*ROCKETMQ) DescribeAccessKeyDetailWithContext

func (c *ROCKETMQ) DescribeAccessKeyDetailWithContext(ctx volcengine.Context, input *DescribeAccessKeyDetailInput, opts ...request.Option) (*DescribeAccessKeyDetailOutput, error)

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

See DescribeAccessKeyDetail 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 (*ROCKETMQ) DescribeAccessKeys

func (c *ROCKETMQ) DescribeAccessKeys(input *DescribeAccessKeysInput) (*DescribeAccessKeysOutput, error)

DescribeAccessKeys API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeAccessKeysCommon

func (c *ROCKETMQ) DescribeAccessKeysCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAccessKeysCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeAccessKeysCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DescribeAccessKeysCommonWithContext

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

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

See DescribeAccessKeysCommon 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 (*ROCKETMQ) DescribeAccessKeysRequest

func (c *ROCKETMQ) DescribeAccessKeysRequest(input *DescribeAccessKeysInput) (req *request.Request, output *DescribeAccessKeysOutput)

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

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

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

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

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

func (*ROCKETMQ) DescribeAccessKeysWithContext

func (c *ROCKETMQ) DescribeAccessKeysWithContext(ctx volcengine.Context, input *DescribeAccessKeysInput, opts ...request.Option) (*DescribeAccessKeysOutput, error)

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

See DescribeAccessKeys 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 (*ROCKETMQ) DescribeAllowListDetail

func (c *ROCKETMQ) DescribeAllowListDetail(input *DescribeAllowListDetailInput) (*DescribeAllowListDetailOutput, error)

DescribeAllowListDetail API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeAllowListDetailCommon

func (c *ROCKETMQ) DescribeAllowListDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAllowListDetailCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeAllowListDetailCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DescribeAllowListDetailCommonWithContext

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

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

See DescribeAllowListDetailCommon 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 (*ROCKETMQ) DescribeAllowListDetailRequest

func (c *ROCKETMQ) DescribeAllowListDetailRequest(input *DescribeAllowListDetailInput) (req *request.Request, output *DescribeAllowListDetailOutput)

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

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

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

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

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

func (*ROCKETMQ) DescribeAllowListDetailWithContext

func (c *ROCKETMQ) DescribeAllowListDetailWithContext(ctx volcengine.Context, input *DescribeAllowListDetailInput, opts ...request.Option) (*DescribeAllowListDetailOutput, error)

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

See DescribeAllowListDetail 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 (*ROCKETMQ) DescribeAllowLists

func (c *ROCKETMQ) DescribeAllowLists(input *DescribeAllowListsInput) (*DescribeAllowListsOutput, error)

DescribeAllowLists API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeAllowListsCommon

func (c *ROCKETMQ) DescribeAllowListsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAllowListsCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeAllowListsCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DescribeAllowListsCommonWithContext

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

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

See DescribeAllowListsCommon 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 (*ROCKETMQ) DescribeAllowListsRequest

func (c *ROCKETMQ) DescribeAllowListsRequest(input *DescribeAllowListsInput) (req *request.Request, output *DescribeAllowListsOutput)

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

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

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

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

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

func (*ROCKETMQ) DescribeAllowListsWithContext

func (c *ROCKETMQ) DescribeAllowListsWithContext(ctx volcengine.Context, input *DescribeAllowListsInput, opts ...request.Option) (*DescribeAllowListsOutput, error)

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

See DescribeAllowLists 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 (*ROCKETMQ) DescribeAvailabilityZones

func (c *ROCKETMQ) DescribeAvailabilityZones(input *DescribeAvailabilityZonesInput) (*DescribeAvailabilityZonesOutput, error)

DescribeAvailabilityZones API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeAvailabilityZonesCommon

func (c *ROCKETMQ) DescribeAvailabilityZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAvailabilityZonesCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeAvailabilityZonesCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DescribeAvailabilityZonesCommonWithContext

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

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

See DescribeAvailabilityZonesCommon 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 (*ROCKETMQ) DescribeAvailabilityZonesRequest

func (c *ROCKETMQ) DescribeAvailabilityZonesRequest(input *DescribeAvailabilityZonesInput) (req *request.Request, output *DescribeAvailabilityZonesOutput)

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

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

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

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

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

func (*ROCKETMQ) DescribeAvailabilityZonesWithContext

func (c *ROCKETMQ) DescribeAvailabilityZonesWithContext(ctx volcengine.Context, input *DescribeAvailabilityZonesInput, opts ...request.Option) (*DescribeAvailabilityZonesOutput, error)

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

See DescribeAvailabilityZones 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 (*ROCKETMQ) DescribeConsumedClients

func (c *ROCKETMQ) DescribeConsumedClients(input *DescribeConsumedClientsInput) (*DescribeConsumedClientsOutput, error)

DescribeConsumedClients API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeConsumedClientsCommon

func (c *ROCKETMQ) DescribeConsumedClientsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeConsumedClientsCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeConsumedClientsCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DescribeConsumedClientsCommonWithContext

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

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

See DescribeConsumedClientsCommon 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 (*ROCKETMQ) DescribeConsumedClientsRequest

func (c *ROCKETMQ) DescribeConsumedClientsRequest(input *DescribeConsumedClientsInput) (req *request.Request, output *DescribeConsumedClientsOutput)

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

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

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

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

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

func (*ROCKETMQ) DescribeConsumedClientsWithContext

func (c *ROCKETMQ) DescribeConsumedClientsWithContext(ctx volcengine.Context, input *DescribeConsumedClientsInput, opts ...request.Option) (*DescribeConsumedClientsOutput, error)

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

See DescribeConsumedClients 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 (*ROCKETMQ) DescribeConsumedTopicDetail

func (c *ROCKETMQ) DescribeConsumedTopicDetail(input *DescribeConsumedTopicDetailInput) (*DescribeConsumedTopicDetailOutput, error)

DescribeConsumedTopicDetail API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeConsumedTopicDetailCommon

func (c *ROCKETMQ) DescribeConsumedTopicDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeConsumedTopicDetailCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeConsumedTopicDetailCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DescribeConsumedTopicDetailCommonWithContext

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

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

See DescribeConsumedTopicDetailCommon 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 (*ROCKETMQ) DescribeConsumedTopicDetailRequest

func (c *ROCKETMQ) DescribeConsumedTopicDetailRequest(input *DescribeConsumedTopicDetailInput) (req *request.Request, output *DescribeConsumedTopicDetailOutput)

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

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

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

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

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

func (*ROCKETMQ) DescribeConsumedTopicDetailWithContext

func (c *ROCKETMQ) DescribeConsumedTopicDetailWithContext(ctx volcengine.Context, input *DescribeConsumedTopicDetailInput, opts ...request.Option) (*DescribeConsumedTopicDetailOutput, error)

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

See DescribeConsumedTopicDetail 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 (*ROCKETMQ) DescribeConsumedTopics

func (c *ROCKETMQ) DescribeConsumedTopics(input *DescribeConsumedTopicsInput) (*DescribeConsumedTopicsOutput, error)

DescribeConsumedTopics API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeConsumedTopicsCommon

func (c *ROCKETMQ) DescribeConsumedTopicsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeConsumedTopicsCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeConsumedTopicsCommonRequest

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

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

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

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

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

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

func (*ROCKETMQ) DescribeConsumedTopicsCommonWithContext

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

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

See DescribeConsumedTopicsCommon 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 (*ROCKETMQ) DescribeConsumedTopicsRequest

func (c *ROCKETMQ) DescribeConsumedTopicsRequest(input *DescribeConsumedTopicsInput) (req *request.Request, output *DescribeConsumedTopicsOutput)

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

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

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

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

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

func (*ROCKETMQ) DescribeConsumedTopicsWithContext

func (c *ROCKETMQ) DescribeConsumedTopicsWithContext(ctx volcengine.Context, input *DescribeConsumedTopicsInput, opts ...request.Option) (*DescribeConsumedTopicsOutput, error)

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

See DescribeConsumedTopics 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 (*ROCKETMQ) DescribeGroups

func (c *ROCKETMQ) DescribeGroups(input *DescribeGroupsInput) (*DescribeGroupsOutput, error)

DescribeGroups API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeGroupsCommon

func (c *ROCKETMQ) DescribeGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeGroupsCommon API operation for ROCKETMQ.

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

func (*ROCKETMQ) DescribeGroupsCommonRequest

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

DescribeGroupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeGroupsCommon operation. The "output" return value will be populated with the DescribeGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeGroupsCommon Send returns without error.

See DescribeGroupsCommon for more information on using the DescribeGroupsCommon API call, and error handling.

// Example sending a request using the DescribeGroupsCommonRequest method.
req, resp := client.DescribeGroupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeGroupsCommonWithContext

func (c *ROCKETMQ) DescribeGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeGroupsCommonWithContext is the same as DescribeGroupsCommon with the addition of the ability to pass a context and additional request options.

See DescribeGroupsCommon 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 (*ROCKETMQ) DescribeGroupsDetail

func (c *ROCKETMQ) DescribeGroupsDetail(input *DescribeGroupsDetailInput) (*DescribeGroupsDetailOutput, error)

DescribeGroupsDetail API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeGroupsDetail for usage and error information.

func (*ROCKETMQ) DescribeGroupsDetailCommon

func (c *ROCKETMQ) DescribeGroupsDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeGroupsDetailCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeGroupsDetailCommon for usage and error information.

func (*ROCKETMQ) DescribeGroupsDetailCommonRequest

func (c *ROCKETMQ) DescribeGroupsDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeGroupsDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeGroupsDetailCommon operation. The "output" return value will be populated with the DescribeGroupsDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeGroupsDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeGroupsDetailCommon Send returns without error.

See DescribeGroupsDetailCommon for more information on using the DescribeGroupsDetailCommon API call, and error handling.

// Example sending a request using the DescribeGroupsDetailCommonRequest method.
req, resp := client.DescribeGroupsDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeGroupsDetailCommonWithContext

func (c *ROCKETMQ) DescribeGroupsDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeGroupsDetailCommonWithContext is the same as DescribeGroupsDetailCommon with the addition of the ability to pass a context and additional request options.

See DescribeGroupsDetailCommon 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 (*ROCKETMQ) DescribeGroupsDetailRequest

func (c *ROCKETMQ) DescribeGroupsDetailRequest(input *DescribeGroupsDetailInput) (req *request.Request, output *DescribeGroupsDetailOutput)

DescribeGroupsDetailRequest generates a "volcengine/request.Request" representing the client's request for the DescribeGroupsDetail operation. The "output" return value will be populated with the DescribeGroupsDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeGroupsDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeGroupsDetailCommon Send returns without error.

See DescribeGroupsDetail for more information on using the DescribeGroupsDetail API call, and error handling.

// Example sending a request using the DescribeGroupsDetailRequest method.
req, resp := client.DescribeGroupsDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeGroupsDetailWithContext

func (c *ROCKETMQ) DescribeGroupsDetailWithContext(ctx volcengine.Context, input *DescribeGroupsDetailInput, opts ...request.Option) (*DescribeGroupsDetailOutput, error)

DescribeGroupsDetailWithContext is the same as DescribeGroupsDetail with the addition of the ability to pass a context and additional request options.

See DescribeGroupsDetail 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 (*ROCKETMQ) DescribeGroupsRequest

func (c *ROCKETMQ) DescribeGroupsRequest(input *DescribeGroupsInput) (req *request.Request, output *DescribeGroupsOutput)

DescribeGroupsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeGroups operation. The "output" return value will be populated with the DescribeGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeGroupsCommon Send returns without error.

See DescribeGroups for more information on using the DescribeGroups API call, and error handling.

// Example sending a request using the DescribeGroupsRequest method.
req, resp := client.DescribeGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeGroupsWithContext

func (c *ROCKETMQ) DescribeGroupsWithContext(ctx volcengine.Context, input *DescribeGroupsInput, opts ...request.Option) (*DescribeGroupsOutput, error)

DescribeGroupsWithContext is the same as DescribeGroups with the addition of the ability to pass a context and additional request options.

See DescribeGroups 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 (*ROCKETMQ) DescribeInstanceDetail

func (c *ROCKETMQ) DescribeInstanceDetail(input *DescribeInstanceDetailInput) (*DescribeInstanceDetailOutput, error)

DescribeInstanceDetail API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeInstanceDetail for usage and error information.

func (*ROCKETMQ) DescribeInstanceDetailCommon

func (c *ROCKETMQ) DescribeInstanceDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeInstanceDetailCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeInstanceDetailCommon for usage and error information.

func (*ROCKETMQ) DescribeInstanceDetailCommonRequest

func (c *ROCKETMQ) DescribeInstanceDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeInstanceDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeInstanceDetailCommon operation. The "output" return value will be populated with the DescribeInstanceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstanceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstanceDetailCommon Send returns without error.

See DescribeInstanceDetailCommon for more information on using the DescribeInstanceDetailCommon API call, and error handling.

// Example sending a request using the DescribeInstanceDetailCommonRequest method.
req, resp := client.DescribeInstanceDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeInstanceDetailCommonWithContext

func (c *ROCKETMQ) DescribeInstanceDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeInstanceDetailCommonWithContext is the same as DescribeInstanceDetailCommon with the addition of the ability to pass a context and additional request options.

See DescribeInstanceDetailCommon 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 (*ROCKETMQ) DescribeInstanceDetailRequest

func (c *ROCKETMQ) DescribeInstanceDetailRequest(input *DescribeInstanceDetailInput) (req *request.Request, output *DescribeInstanceDetailOutput)

DescribeInstanceDetailRequest generates a "volcengine/request.Request" representing the client's request for the DescribeInstanceDetail operation. The "output" return value will be populated with the DescribeInstanceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstanceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstanceDetailCommon Send returns without error.

See DescribeInstanceDetail for more information on using the DescribeInstanceDetail API call, and error handling.

// Example sending a request using the DescribeInstanceDetailRequest method.
req, resp := client.DescribeInstanceDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeInstanceDetailWithContext

func (c *ROCKETMQ) DescribeInstanceDetailWithContext(ctx volcengine.Context, input *DescribeInstanceDetailInput, opts ...request.Option) (*DescribeInstanceDetailOutput, error)

DescribeInstanceDetailWithContext is the same as DescribeInstanceDetail with the addition of the ability to pass a context and additional request options.

See DescribeInstanceDetail 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 (*ROCKETMQ) DescribeInstances

func (c *ROCKETMQ) DescribeInstances(input *DescribeInstancesInput) (*DescribeInstancesOutput, error)

DescribeInstances API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeInstances for usage and error information.

func (*ROCKETMQ) DescribeInstancesCommon

func (c *ROCKETMQ) DescribeInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeInstancesCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeInstancesCommon for usage and error information.

func (*ROCKETMQ) DescribeInstancesCommonRequest

func (c *ROCKETMQ) DescribeInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeInstancesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeInstancesCommon operation. The "output" return value will be populated with the DescribeInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstancesCommon Send returns without error.

See DescribeInstancesCommon for more information on using the DescribeInstancesCommon API call, and error handling.

// Example sending a request using the DescribeInstancesCommonRequest method.
req, resp := client.DescribeInstancesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeInstancesCommonWithContext

func (c *ROCKETMQ) DescribeInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeInstancesCommonWithContext is the same as DescribeInstancesCommon with the addition of the ability to pass a context and additional request options.

See DescribeInstancesCommon 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 (*ROCKETMQ) DescribeInstancesRequest

func (c *ROCKETMQ) DescribeInstancesRequest(input *DescribeInstancesInput) (req *request.Request, output *DescribeInstancesOutput)

DescribeInstancesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeInstances operation. The "output" return value will be populated with the DescribeInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstancesCommon Send returns without error.

See DescribeInstances for more information on using the DescribeInstances API call, and error handling.

// Example sending a request using the DescribeInstancesRequest method.
req, resp := client.DescribeInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeInstancesWithContext

func (c *ROCKETMQ) DescribeInstancesWithContext(ctx volcengine.Context, input *DescribeInstancesInput, opts ...request.Option) (*DescribeInstancesOutput, error)

DescribeInstancesWithContext is the same as DescribeInstances with the addition of the ability to pass a context and additional request options.

See DescribeInstances 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 (*ROCKETMQ) DescribeRegions

func (c *ROCKETMQ) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)

DescribeRegions API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeRegions for usage and error information.

func (*ROCKETMQ) DescribeRegionsCommon

func (c *ROCKETMQ) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeRegionsCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeRegionsCommon for usage and error information.

func (*ROCKETMQ) DescribeRegionsCommonRequest

func (c *ROCKETMQ) DescribeRegionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeRegionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRegionsCommon operation. The "output" return value will be populated with the DescribeRegionsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRegionsCommon Send returns without error.

See DescribeRegionsCommon for more information on using the DescribeRegionsCommon API call, and error handling.

// Example sending a request using the DescribeRegionsCommonRequest method.
req, resp := client.DescribeRegionsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeRegionsCommonWithContext

func (c *ROCKETMQ) DescribeRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeRegionsCommonWithContext is the same as DescribeRegionsCommon with the addition of the ability to pass a context and additional request options.

See DescribeRegionsCommon 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 (*ROCKETMQ) DescribeRegionsRequest

func (c *ROCKETMQ) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)

DescribeRegionsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRegions operation. The "output" return value will be populated with the DescribeRegionsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRegionsCommon Send returns without error.

See DescribeRegions for more information on using the DescribeRegions API call, and error handling.

// Example sending a request using the DescribeRegionsRequest method.
req, resp := client.DescribeRegionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeRegionsWithContext

func (c *ROCKETMQ) DescribeRegionsWithContext(ctx volcengine.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)

DescribeRegionsWithContext is the same as DescribeRegions with the addition of the ability to pass a context and additional request options.

See DescribeRegions 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 (*ROCKETMQ) DescribeSecretKey

func (c *ROCKETMQ) DescribeSecretKey(input *DescribeSecretKeyInput) (*DescribeSecretKeyOutput, error)

DescribeSecretKey API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeSecretKey for usage and error information.

func (*ROCKETMQ) DescribeSecretKeyCommon

func (c *ROCKETMQ) DescribeSecretKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeSecretKeyCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeSecretKeyCommon for usage and error information.

func (*ROCKETMQ) DescribeSecretKeyCommonRequest

func (c *ROCKETMQ) DescribeSecretKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeSecretKeyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSecretKeyCommon operation. The "output" return value will be populated with the DescribeSecretKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeSecretKeyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSecretKeyCommon Send returns without error.

See DescribeSecretKeyCommon for more information on using the DescribeSecretKeyCommon API call, and error handling.

// Example sending a request using the DescribeSecretKeyCommonRequest method.
req, resp := client.DescribeSecretKeyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeSecretKeyCommonWithContext

func (c *ROCKETMQ) DescribeSecretKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeSecretKeyCommonWithContext is the same as DescribeSecretKeyCommon with the addition of the ability to pass a context and additional request options.

See DescribeSecretKeyCommon 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 (*ROCKETMQ) DescribeSecretKeyRequest

func (c *ROCKETMQ) DescribeSecretKeyRequest(input *DescribeSecretKeyInput) (req *request.Request, output *DescribeSecretKeyOutput)

DescribeSecretKeyRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSecretKey operation. The "output" return value will be populated with the DescribeSecretKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeSecretKeyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSecretKeyCommon Send returns without error.

See DescribeSecretKey for more information on using the DescribeSecretKey API call, and error handling.

// Example sending a request using the DescribeSecretKeyRequest method.
req, resp := client.DescribeSecretKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeSecretKeyWithContext

func (c *ROCKETMQ) DescribeSecretKeyWithContext(ctx volcengine.Context, input *DescribeSecretKeyInput, opts ...request.Option) (*DescribeSecretKeyOutput, error)

DescribeSecretKeyWithContext is the same as DescribeSecretKey with the addition of the ability to pass a context and additional request options.

See DescribeSecretKey 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 (*ROCKETMQ) DescribeTagsByResource

func (c *ROCKETMQ) DescribeTagsByResource(input *DescribeTagsByResourceInput) (*DescribeTagsByResourceOutput, error)

DescribeTagsByResource API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeTagsByResource for usage and error information.

func (*ROCKETMQ) DescribeTagsByResourceCommon

func (c *ROCKETMQ) DescribeTagsByResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTagsByResourceCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeTagsByResourceCommon for usage and error information.

func (*ROCKETMQ) DescribeTagsByResourceCommonRequest

func (c *ROCKETMQ) DescribeTagsByResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTagsByResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTagsByResourceCommon operation. The "output" return value will be populated with the DescribeTagsByResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTagsByResourceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTagsByResourceCommon Send returns without error.

See DescribeTagsByResourceCommon for more information on using the DescribeTagsByResourceCommon API call, and error handling.

// Example sending a request using the DescribeTagsByResourceCommonRequest method.
req, resp := client.DescribeTagsByResourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeTagsByResourceCommonWithContext

func (c *ROCKETMQ) DescribeTagsByResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTagsByResourceCommonWithContext is the same as DescribeTagsByResourceCommon with the addition of the ability to pass a context and additional request options.

See DescribeTagsByResourceCommon 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 (*ROCKETMQ) DescribeTagsByResourceRequest

func (c *ROCKETMQ) DescribeTagsByResourceRequest(input *DescribeTagsByResourceInput) (req *request.Request, output *DescribeTagsByResourceOutput)

DescribeTagsByResourceRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTagsByResource operation. The "output" return value will be populated with the DescribeTagsByResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTagsByResourceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTagsByResourceCommon Send returns without error.

See DescribeTagsByResource for more information on using the DescribeTagsByResource API call, and error handling.

// Example sending a request using the DescribeTagsByResourceRequest method.
req, resp := client.DescribeTagsByResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeTagsByResourceWithContext

func (c *ROCKETMQ) DescribeTagsByResourceWithContext(ctx volcengine.Context, input *DescribeTagsByResourceInput, opts ...request.Option) (*DescribeTagsByResourceOutput, error)

DescribeTagsByResourceWithContext is the same as DescribeTagsByResource with the addition of the ability to pass a context and additional request options.

See DescribeTagsByResource 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 (*ROCKETMQ) DescribeTopicAccessPolicies

func (c *ROCKETMQ) DescribeTopicAccessPolicies(input *DescribeTopicAccessPoliciesInput) (*DescribeTopicAccessPoliciesOutput, error)

DescribeTopicAccessPolicies API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeTopicAccessPolicies for usage and error information.

func (*ROCKETMQ) DescribeTopicAccessPoliciesCommon

func (c *ROCKETMQ) DescribeTopicAccessPoliciesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTopicAccessPoliciesCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeTopicAccessPoliciesCommon for usage and error information.

func (*ROCKETMQ) DescribeTopicAccessPoliciesCommonRequest

func (c *ROCKETMQ) DescribeTopicAccessPoliciesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTopicAccessPoliciesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTopicAccessPoliciesCommon operation. The "output" return value will be populated with the DescribeTopicAccessPoliciesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTopicAccessPoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTopicAccessPoliciesCommon Send returns without error.

See DescribeTopicAccessPoliciesCommon for more information on using the DescribeTopicAccessPoliciesCommon API call, and error handling.

// Example sending a request using the DescribeTopicAccessPoliciesCommonRequest method.
req, resp := client.DescribeTopicAccessPoliciesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeTopicAccessPoliciesCommonWithContext

func (c *ROCKETMQ) DescribeTopicAccessPoliciesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTopicAccessPoliciesCommonWithContext is the same as DescribeTopicAccessPoliciesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTopicAccessPoliciesCommon 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 (*ROCKETMQ) DescribeTopicAccessPoliciesRequest

func (c *ROCKETMQ) DescribeTopicAccessPoliciesRequest(input *DescribeTopicAccessPoliciesInput) (req *request.Request, output *DescribeTopicAccessPoliciesOutput)

DescribeTopicAccessPoliciesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTopicAccessPolicies operation. The "output" return value will be populated with the DescribeTopicAccessPoliciesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTopicAccessPoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTopicAccessPoliciesCommon Send returns without error.

See DescribeTopicAccessPolicies for more information on using the DescribeTopicAccessPolicies API call, and error handling.

// Example sending a request using the DescribeTopicAccessPoliciesRequest method.
req, resp := client.DescribeTopicAccessPoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeTopicAccessPoliciesWithContext

func (c *ROCKETMQ) DescribeTopicAccessPoliciesWithContext(ctx volcengine.Context, input *DescribeTopicAccessPoliciesInput, opts ...request.Option) (*DescribeTopicAccessPoliciesOutput, error)

DescribeTopicAccessPoliciesWithContext is the same as DescribeTopicAccessPolicies with the addition of the ability to pass a context and additional request options.

See DescribeTopicAccessPolicies 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 (*ROCKETMQ) DescribeTopicGroups

func (c *ROCKETMQ) DescribeTopicGroups(input *DescribeTopicGroupsInput) (*DescribeTopicGroupsOutput, error)

DescribeTopicGroups API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeTopicGroups for usage and error information.

func (*ROCKETMQ) DescribeTopicGroupsCommon

func (c *ROCKETMQ) DescribeTopicGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTopicGroupsCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeTopicGroupsCommon for usage and error information.

func (*ROCKETMQ) DescribeTopicGroupsCommonRequest

func (c *ROCKETMQ) DescribeTopicGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTopicGroupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTopicGroupsCommon operation. The "output" return value will be populated with the DescribeTopicGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTopicGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTopicGroupsCommon Send returns without error.

See DescribeTopicGroupsCommon for more information on using the DescribeTopicGroupsCommon API call, and error handling.

// Example sending a request using the DescribeTopicGroupsCommonRequest method.
req, resp := client.DescribeTopicGroupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeTopicGroupsCommonWithContext

func (c *ROCKETMQ) DescribeTopicGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTopicGroupsCommonWithContext is the same as DescribeTopicGroupsCommon with the addition of the ability to pass a context and additional request options.

See DescribeTopicGroupsCommon 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 (*ROCKETMQ) DescribeTopicGroupsRequest

func (c *ROCKETMQ) DescribeTopicGroupsRequest(input *DescribeTopicGroupsInput) (req *request.Request, output *DescribeTopicGroupsOutput)

DescribeTopicGroupsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTopicGroups operation. The "output" return value will be populated with the DescribeTopicGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTopicGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTopicGroupsCommon Send returns without error.

See DescribeTopicGroups for more information on using the DescribeTopicGroups API call, and error handling.

// Example sending a request using the DescribeTopicGroupsRequest method.
req, resp := client.DescribeTopicGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeTopicGroupsWithContext

func (c *ROCKETMQ) DescribeTopicGroupsWithContext(ctx volcengine.Context, input *DescribeTopicGroupsInput, opts ...request.Option) (*DescribeTopicGroupsOutput, error)

DescribeTopicGroupsWithContext is the same as DescribeTopicGroups with the addition of the ability to pass a context and additional request options.

See DescribeTopicGroups 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 (*ROCKETMQ) DescribeTopicQueue

func (c *ROCKETMQ) DescribeTopicQueue(input *DescribeTopicQueueInput) (*DescribeTopicQueueOutput, error)

DescribeTopicQueue API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeTopicQueue for usage and error information.

func (*ROCKETMQ) DescribeTopicQueueCommon

func (c *ROCKETMQ) DescribeTopicQueueCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTopicQueueCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeTopicQueueCommon for usage and error information.

func (*ROCKETMQ) DescribeTopicQueueCommonRequest

func (c *ROCKETMQ) DescribeTopicQueueCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTopicQueueCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTopicQueueCommon operation. The "output" return value will be populated with the DescribeTopicQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTopicQueueCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTopicQueueCommon Send returns without error.

See DescribeTopicQueueCommon for more information on using the DescribeTopicQueueCommon API call, and error handling.

// Example sending a request using the DescribeTopicQueueCommonRequest method.
req, resp := client.DescribeTopicQueueCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeTopicQueueCommonWithContext

func (c *ROCKETMQ) DescribeTopicQueueCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTopicQueueCommonWithContext is the same as DescribeTopicQueueCommon with the addition of the ability to pass a context and additional request options.

See DescribeTopicQueueCommon 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 (*ROCKETMQ) DescribeTopicQueueRequest

func (c *ROCKETMQ) DescribeTopicQueueRequest(input *DescribeTopicQueueInput) (req *request.Request, output *DescribeTopicQueueOutput)

DescribeTopicQueueRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTopicQueue operation. The "output" return value will be populated with the DescribeTopicQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTopicQueueCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTopicQueueCommon Send returns without error.

See DescribeTopicQueue for more information on using the DescribeTopicQueue API call, and error handling.

// Example sending a request using the DescribeTopicQueueRequest method.
req, resp := client.DescribeTopicQueueRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeTopicQueueWithContext

func (c *ROCKETMQ) DescribeTopicQueueWithContext(ctx volcengine.Context, input *DescribeTopicQueueInput, opts ...request.Option) (*DescribeTopicQueueOutput, error)

DescribeTopicQueueWithContext is the same as DescribeTopicQueue with the addition of the ability to pass a context and additional request options.

See DescribeTopicQueue 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 (*ROCKETMQ) DescribeTopics

func (c *ROCKETMQ) DescribeTopics(input *DescribeTopicsInput) (*DescribeTopicsOutput, error)

DescribeTopics API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeTopics for usage and error information.

func (*ROCKETMQ) DescribeTopicsCommon

func (c *ROCKETMQ) DescribeTopicsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTopicsCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation DescribeTopicsCommon for usage and error information.

func (*ROCKETMQ) DescribeTopicsCommonRequest

func (c *ROCKETMQ) DescribeTopicsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTopicsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTopicsCommon operation. The "output" return value will be populated with the DescribeTopicsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTopicsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTopicsCommon Send returns without error.

See DescribeTopicsCommon for more information on using the DescribeTopicsCommon API call, and error handling.

// Example sending a request using the DescribeTopicsCommonRequest method.
req, resp := client.DescribeTopicsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeTopicsCommonWithContext

func (c *ROCKETMQ) DescribeTopicsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTopicsCommonWithContext is the same as DescribeTopicsCommon with the addition of the ability to pass a context and additional request options.

See DescribeTopicsCommon 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 (*ROCKETMQ) DescribeTopicsRequest

func (c *ROCKETMQ) DescribeTopicsRequest(input *DescribeTopicsInput) (req *request.Request, output *DescribeTopicsOutput)

DescribeTopicsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTopics operation. The "output" return value will be populated with the DescribeTopicsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTopicsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTopicsCommon Send returns without error.

See DescribeTopics for more information on using the DescribeTopics API call, and error handling.

// Example sending a request using the DescribeTopicsRequest method.
req, resp := client.DescribeTopicsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DescribeTopicsWithContext

func (c *ROCKETMQ) DescribeTopicsWithContext(ctx volcengine.Context, input *DescribeTopicsInput, opts ...request.Option) (*DescribeTopicsOutput, error)

DescribeTopicsWithContext is the same as DescribeTopics with the addition of the ability to pass a context and additional request options.

See DescribeTopics 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 (*ROCKETMQ) DisassociateAllowList

func (c *ROCKETMQ) DisassociateAllowList(input *DisassociateAllowListInput) (*DisassociateAllowListOutput, error)

DisassociateAllowList API operation for ROCKETMQ.

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 ROCKETMQ's API operation DisassociateAllowList for usage and error information.

func (*ROCKETMQ) DisassociateAllowListCommon

func (c *ROCKETMQ) DisassociateAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DisassociateAllowListCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation DisassociateAllowListCommon for usage and error information.

func (*ROCKETMQ) DisassociateAllowListCommonRequest

func (c *ROCKETMQ) DisassociateAllowListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DisassociateAllowListCommonRequest generates a "volcengine/request.Request" representing the client's request for the DisassociateAllowListCommon operation. The "output" return value will be populated with the DisassociateAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned DisassociateAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after DisassociateAllowListCommon Send returns without error.

See DisassociateAllowListCommon for more information on using the DisassociateAllowListCommon API call, and error handling.

// Example sending a request using the DisassociateAllowListCommonRequest method.
req, resp := client.DisassociateAllowListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DisassociateAllowListCommonWithContext

func (c *ROCKETMQ) DisassociateAllowListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DisassociateAllowListCommonWithContext is the same as DisassociateAllowListCommon with the addition of the ability to pass a context and additional request options.

See DisassociateAllowListCommon 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 (*ROCKETMQ) DisassociateAllowListRequest

func (c *ROCKETMQ) DisassociateAllowListRequest(input *DisassociateAllowListInput) (req *request.Request, output *DisassociateAllowListOutput)

DisassociateAllowListRequest generates a "volcengine/request.Request" representing the client's request for the DisassociateAllowList operation. The "output" return value will be populated with the DisassociateAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned DisassociateAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after DisassociateAllowListCommon Send returns without error.

See DisassociateAllowList for more information on using the DisassociateAllowList API call, and error handling.

// Example sending a request using the DisassociateAllowListRequest method.
req, resp := client.DisassociateAllowListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) DisassociateAllowListWithContext

func (c *ROCKETMQ) DisassociateAllowListWithContext(ctx volcengine.Context, input *DisassociateAllowListInput, opts ...request.Option) (*DisassociateAllowListOutput, error)

DisassociateAllowListWithContext is the same as DisassociateAllowList with the addition of the ability to pass a context and additional request options.

See DisassociateAllowList 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 (*ROCKETMQ) EnableInstanceInspect

func (c *ROCKETMQ) EnableInstanceInspect(input *EnableInstanceInspectInput) (*EnableInstanceInspectOutput, error)

EnableInstanceInspect API operation for ROCKETMQ.

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 ROCKETMQ's API operation EnableInstanceInspect for usage and error information.

func (*ROCKETMQ) EnableInstanceInspectCommon

func (c *ROCKETMQ) EnableInstanceInspectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

EnableInstanceInspectCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation EnableInstanceInspectCommon for usage and error information.

func (*ROCKETMQ) EnableInstanceInspectCommonRequest

func (c *ROCKETMQ) EnableInstanceInspectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

EnableInstanceInspectCommonRequest generates a "volcengine/request.Request" representing the client's request for the EnableInstanceInspectCommon operation. The "output" return value will be populated with the EnableInstanceInspectCommon request's response once the request completes successfully.

Use "Send" method on the returned EnableInstanceInspectCommon Request to send the API call to the service. the "output" return value is not valid until after EnableInstanceInspectCommon Send returns without error.

See EnableInstanceInspectCommon for more information on using the EnableInstanceInspectCommon API call, and error handling.

// Example sending a request using the EnableInstanceInspectCommonRequest method.
req, resp := client.EnableInstanceInspectCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) EnableInstanceInspectCommonWithContext

func (c *ROCKETMQ) EnableInstanceInspectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

EnableInstanceInspectCommonWithContext is the same as EnableInstanceInspectCommon with the addition of the ability to pass a context and additional request options.

See EnableInstanceInspectCommon 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 (*ROCKETMQ) EnableInstanceInspectRequest

func (c *ROCKETMQ) EnableInstanceInspectRequest(input *EnableInstanceInspectInput) (req *request.Request, output *EnableInstanceInspectOutput)

EnableInstanceInspectRequest generates a "volcengine/request.Request" representing the client's request for the EnableInstanceInspect operation. The "output" return value will be populated with the EnableInstanceInspectCommon request's response once the request completes successfully.

Use "Send" method on the returned EnableInstanceInspectCommon Request to send the API call to the service. the "output" return value is not valid until after EnableInstanceInspectCommon Send returns without error.

See EnableInstanceInspect for more information on using the EnableInstanceInspect API call, and error handling.

// Example sending a request using the EnableInstanceInspectRequest method.
req, resp := client.EnableInstanceInspectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) EnableInstanceInspectWithContext

func (c *ROCKETMQ) EnableInstanceInspectWithContext(ctx volcengine.Context, input *EnableInstanceInspectInput, opts ...request.Option) (*EnableInstanceInspectOutput, error)

EnableInstanceInspectWithContext is the same as EnableInstanceInspect with the addition of the ability to pass a context and additional request options.

See EnableInstanceInspect 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 (*ROCKETMQ) GetInspectConfig

func (c *ROCKETMQ) GetInspectConfig(input *GetInspectConfigInput) (*GetInspectConfigOutput, error)

GetInspectConfig API operation for ROCKETMQ.

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 ROCKETMQ's API operation GetInspectConfig for usage and error information.

func (*ROCKETMQ) GetInspectConfigCommon

func (c *ROCKETMQ) GetInspectConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetInspectConfigCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation GetInspectConfigCommon for usage and error information.

func (*ROCKETMQ) GetInspectConfigCommonRequest

func (c *ROCKETMQ) GetInspectConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetInspectConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetInspectConfigCommon operation. The "output" return value will be populated with the GetInspectConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned GetInspectConfigCommon Request to send the API call to the service. the "output" return value is not valid until after GetInspectConfigCommon Send returns without error.

See GetInspectConfigCommon for more information on using the GetInspectConfigCommon API call, and error handling.

// Example sending a request using the GetInspectConfigCommonRequest method.
req, resp := client.GetInspectConfigCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) GetInspectConfigCommonWithContext

func (c *ROCKETMQ) GetInspectConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetInspectConfigCommonWithContext is the same as GetInspectConfigCommon with the addition of the ability to pass a context and additional request options.

See GetInspectConfigCommon 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 (*ROCKETMQ) GetInspectConfigRequest

func (c *ROCKETMQ) GetInspectConfigRequest(input *GetInspectConfigInput) (req *request.Request, output *GetInspectConfigOutput)

GetInspectConfigRequest generates a "volcengine/request.Request" representing the client's request for the GetInspectConfig operation. The "output" return value will be populated with the GetInspectConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned GetInspectConfigCommon Request to send the API call to the service. the "output" return value is not valid until after GetInspectConfigCommon Send returns without error.

See GetInspectConfig for more information on using the GetInspectConfig API call, and error handling.

// Example sending a request using the GetInspectConfigRequest method.
req, resp := client.GetInspectConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) GetInspectConfigWithContext

func (c *ROCKETMQ) GetInspectConfigWithContext(ctx volcengine.Context, input *GetInspectConfigInput, opts ...request.Option) (*GetInspectConfigOutput, error)

GetInspectConfigWithContext is the same as GetInspectConfig with the addition of the ability to pass a context and additional request options.

See GetInspectConfig 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 (*ROCKETMQ) GetInstanceInspectResult

func (c *ROCKETMQ) GetInstanceInspectResult(input *GetInstanceInspectResultInput) (*GetInstanceInspectResultOutput, error)

GetInstanceInspectResult API operation for ROCKETMQ.

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 ROCKETMQ's API operation GetInstanceInspectResult for usage and error information.

func (*ROCKETMQ) GetInstanceInspectResultCommon

func (c *ROCKETMQ) GetInstanceInspectResultCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetInstanceInspectResultCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation GetInstanceInspectResultCommon for usage and error information.

func (*ROCKETMQ) GetInstanceInspectResultCommonRequest

func (c *ROCKETMQ) GetInstanceInspectResultCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetInstanceInspectResultCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetInstanceInspectResultCommon operation. The "output" return value will be populated with the GetInstanceInspectResultCommon request's response once the request completes successfully.

Use "Send" method on the returned GetInstanceInspectResultCommon Request to send the API call to the service. the "output" return value is not valid until after GetInstanceInspectResultCommon Send returns without error.

See GetInstanceInspectResultCommon for more information on using the GetInstanceInspectResultCommon API call, and error handling.

// Example sending a request using the GetInstanceInspectResultCommonRequest method.
req, resp := client.GetInstanceInspectResultCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) GetInstanceInspectResultCommonWithContext

func (c *ROCKETMQ) GetInstanceInspectResultCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetInstanceInspectResultCommonWithContext is the same as GetInstanceInspectResultCommon with the addition of the ability to pass a context and additional request options.

See GetInstanceInspectResultCommon 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 (*ROCKETMQ) GetInstanceInspectResultRequest

func (c *ROCKETMQ) GetInstanceInspectResultRequest(input *GetInstanceInspectResultInput) (req *request.Request, output *GetInstanceInspectResultOutput)

GetInstanceInspectResultRequest generates a "volcengine/request.Request" representing the client's request for the GetInstanceInspectResult operation. The "output" return value will be populated with the GetInstanceInspectResultCommon request's response once the request completes successfully.

Use "Send" method on the returned GetInstanceInspectResultCommon Request to send the API call to the service. the "output" return value is not valid until after GetInstanceInspectResultCommon Send returns without error.

See GetInstanceInspectResult for more information on using the GetInstanceInspectResult API call, and error handling.

// Example sending a request using the GetInstanceInspectResultRequest method.
req, resp := client.GetInstanceInspectResultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) GetInstanceInspectResultWithContext

func (c *ROCKETMQ) GetInstanceInspectResultWithContext(ctx volcengine.Context, input *GetInstanceInspectResultInput, opts ...request.Option) (*GetInstanceInspectResultOutput, error)

GetInstanceInspectResultWithContext is the same as GetInstanceInspectResult with the addition of the ability to pass a context and additional request options.

See GetInstanceInspectResult 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 (*ROCKETMQ) ManualProcessResult

func (c *ROCKETMQ) ManualProcessResult(input *ManualProcessResultInput) (*ManualProcessResultOutput, error)

ManualProcessResult API operation for ROCKETMQ.

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 ROCKETMQ's API operation ManualProcessResult for usage and error information.

func (*ROCKETMQ) ManualProcessResultCommon

func (c *ROCKETMQ) ManualProcessResultCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ManualProcessResultCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation ManualProcessResultCommon for usage and error information.

func (*ROCKETMQ) ManualProcessResultCommonRequest

func (c *ROCKETMQ) ManualProcessResultCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ManualProcessResultCommonRequest generates a "volcengine/request.Request" representing the client's request for the ManualProcessResultCommon operation. The "output" return value will be populated with the ManualProcessResultCommon request's response once the request completes successfully.

Use "Send" method on the returned ManualProcessResultCommon Request to send the API call to the service. the "output" return value is not valid until after ManualProcessResultCommon Send returns without error.

See ManualProcessResultCommon for more information on using the ManualProcessResultCommon API call, and error handling.

// Example sending a request using the ManualProcessResultCommonRequest method.
req, resp := client.ManualProcessResultCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ManualProcessResultCommonWithContext

func (c *ROCKETMQ) ManualProcessResultCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ManualProcessResultCommonWithContext is the same as ManualProcessResultCommon with the addition of the ability to pass a context and additional request options.

See ManualProcessResultCommon 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 (*ROCKETMQ) ManualProcessResultRequest

func (c *ROCKETMQ) ManualProcessResultRequest(input *ManualProcessResultInput) (req *request.Request, output *ManualProcessResultOutput)

ManualProcessResultRequest generates a "volcengine/request.Request" representing the client's request for the ManualProcessResult operation. The "output" return value will be populated with the ManualProcessResultCommon request's response once the request completes successfully.

Use "Send" method on the returned ManualProcessResultCommon Request to send the API call to the service. the "output" return value is not valid until after ManualProcessResultCommon Send returns without error.

See ManualProcessResult for more information on using the ManualProcessResult API call, and error handling.

// Example sending a request using the ManualProcessResultRequest method.
req, resp := client.ManualProcessResultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ManualProcessResultWithContext

func (c *ROCKETMQ) ManualProcessResultWithContext(ctx volcengine.Context, input *ManualProcessResultInput, opts ...request.Option) (*ManualProcessResultOutput, error)

ManualProcessResultWithContext is the same as ManualProcessResult with the addition of the ability to pass a context and additional request options.

See ManualProcessResult 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 (*ROCKETMQ) ManualTriggerInspect

func (c *ROCKETMQ) ManualTriggerInspect(input *ManualTriggerInspectInput) (*ManualTriggerInspectOutput, error)

ManualTriggerInspect API operation for ROCKETMQ.

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 ROCKETMQ's API operation ManualTriggerInspect for usage and error information.

func (*ROCKETMQ) ManualTriggerInspectCommon

func (c *ROCKETMQ) ManualTriggerInspectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ManualTriggerInspectCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation ManualTriggerInspectCommon for usage and error information.

func (*ROCKETMQ) ManualTriggerInspectCommonRequest

func (c *ROCKETMQ) ManualTriggerInspectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ManualTriggerInspectCommonRequest generates a "volcengine/request.Request" representing the client's request for the ManualTriggerInspectCommon operation. The "output" return value will be populated with the ManualTriggerInspectCommon request's response once the request completes successfully.

Use "Send" method on the returned ManualTriggerInspectCommon Request to send the API call to the service. the "output" return value is not valid until after ManualTriggerInspectCommon Send returns without error.

See ManualTriggerInspectCommon for more information on using the ManualTriggerInspectCommon API call, and error handling.

// Example sending a request using the ManualTriggerInspectCommonRequest method.
req, resp := client.ManualTriggerInspectCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ManualTriggerInspectCommonWithContext

func (c *ROCKETMQ) ManualTriggerInspectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ManualTriggerInspectCommonWithContext is the same as ManualTriggerInspectCommon with the addition of the ability to pass a context and additional request options.

See ManualTriggerInspectCommon 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 (*ROCKETMQ) ManualTriggerInspectRequest

func (c *ROCKETMQ) ManualTriggerInspectRequest(input *ManualTriggerInspectInput) (req *request.Request, output *ManualTriggerInspectOutput)

ManualTriggerInspectRequest generates a "volcengine/request.Request" representing the client's request for the ManualTriggerInspect operation. The "output" return value will be populated with the ManualTriggerInspectCommon request's response once the request completes successfully.

Use "Send" method on the returned ManualTriggerInspectCommon Request to send the API call to the service. the "output" return value is not valid until after ManualTriggerInspectCommon Send returns without error.

See ManualTriggerInspect for more information on using the ManualTriggerInspect API call, and error handling.

// Example sending a request using the ManualTriggerInspectRequest method.
req, resp := client.ManualTriggerInspectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ManualTriggerInspectWithContext

func (c *ROCKETMQ) ManualTriggerInspectWithContext(ctx volcengine.Context, input *ManualTriggerInspectInput, opts ...request.Option) (*ManualTriggerInspectOutput, error)

ManualTriggerInspectWithContext is the same as ManualTriggerInspect with the addition of the ability to pass a context and additional request options.

See ManualTriggerInspect 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 (*ROCKETMQ) MessageSend

func (c *ROCKETMQ) MessageSend(input *MessageSendInput) (*MessageSendOutput, error)

MessageSend API operation for ROCKETMQ.

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 ROCKETMQ's API operation MessageSend for usage and error information.

func (*ROCKETMQ) MessageSendCommon

func (c *ROCKETMQ) MessageSendCommon(input *map[string]interface{}) (*map[string]interface{}, error)

MessageSendCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation MessageSendCommon for usage and error information.

func (*ROCKETMQ) MessageSendCommonRequest

func (c *ROCKETMQ) MessageSendCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

MessageSendCommonRequest generates a "volcengine/request.Request" representing the client's request for the MessageSendCommon operation. The "output" return value will be populated with the MessageSendCommon request's response once the request completes successfully.

Use "Send" method on the returned MessageSendCommon Request to send the API call to the service. the "output" return value is not valid until after MessageSendCommon Send returns without error.

See MessageSendCommon for more information on using the MessageSendCommon API call, and error handling.

// Example sending a request using the MessageSendCommonRequest method.
req, resp := client.MessageSendCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) MessageSendCommonWithContext

func (c *ROCKETMQ) MessageSendCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

MessageSendCommonWithContext is the same as MessageSendCommon with the addition of the ability to pass a context and additional request options.

See MessageSendCommon 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 (*ROCKETMQ) MessageSendRequest

func (c *ROCKETMQ) MessageSendRequest(input *MessageSendInput) (req *request.Request, output *MessageSendOutput)

MessageSendRequest generates a "volcengine/request.Request" representing the client's request for the MessageSend operation. The "output" return value will be populated with the MessageSendCommon request's response once the request completes successfully.

Use "Send" method on the returned MessageSendCommon Request to send the API call to the service. the "output" return value is not valid until after MessageSendCommon Send returns without error.

See MessageSend for more information on using the MessageSend API call, and error handling.

// Example sending a request using the MessageSendRequest method.
req, resp := client.MessageSendRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) MessageSendWithContext

func (c *ROCKETMQ) MessageSendWithContext(ctx volcengine.Context, input *MessageSendInput, opts ...request.Option) (*MessageSendOutput, error)

MessageSendWithContext is the same as MessageSend with the addition of the ability to pass a context and additional request options.

See MessageSend 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 (*ROCKETMQ) ModifyAccessKeyAllAuthority

func (c *ROCKETMQ) ModifyAccessKeyAllAuthority(input *ModifyAccessKeyAllAuthorityInput) (*ModifyAccessKeyAllAuthorityOutput, error)

ModifyAccessKeyAllAuthority API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyAccessKeyAllAuthority for usage and error information.

func (*ROCKETMQ) ModifyAccessKeyAllAuthorityCommon

func (c *ROCKETMQ) ModifyAccessKeyAllAuthorityCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyAccessKeyAllAuthorityCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyAccessKeyAllAuthorityCommon for usage and error information.

func (*ROCKETMQ) ModifyAccessKeyAllAuthorityCommonRequest

func (c *ROCKETMQ) ModifyAccessKeyAllAuthorityCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyAccessKeyAllAuthorityCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAccessKeyAllAuthorityCommon operation. The "output" return value will be populated with the ModifyAccessKeyAllAuthorityCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyAccessKeyAllAuthorityCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAccessKeyAllAuthorityCommon Send returns without error.

See ModifyAccessKeyAllAuthorityCommon for more information on using the ModifyAccessKeyAllAuthorityCommon API call, and error handling.

// Example sending a request using the ModifyAccessKeyAllAuthorityCommonRequest method.
req, resp := client.ModifyAccessKeyAllAuthorityCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyAccessKeyAllAuthorityCommonWithContext

func (c *ROCKETMQ) ModifyAccessKeyAllAuthorityCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyAccessKeyAllAuthorityCommonWithContext is the same as ModifyAccessKeyAllAuthorityCommon with the addition of the ability to pass a context and additional request options.

See ModifyAccessKeyAllAuthorityCommon 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 (*ROCKETMQ) ModifyAccessKeyAllAuthorityRequest

func (c *ROCKETMQ) ModifyAccessKeyAllAuthorityRequest(input *ModifyAccessKeyAllAuthorityInput) (req *request.Request, output *ModifyAccessKeyAllAuthorityOutput)

ModifyAccessKeyAllAuthorityRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAccessKeyAllAuthority operation. The "output" return value will be populated with the ModifyAccessKeyAllAuthorityCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyAccessKeyAllAuthorityCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAccessKeyAllAuthorityCommon Send returns without error.

See ModifyAccessKeyAllAuthority for more information on using the ModifyAccessKeyAllAuthority API call, and error handling.

// Example sending a request using the ModifyAccessKeyAllAuthorityRequest method.
req, resp := client.ModifyAccessKeyAllAuthorityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyAccessKeyAllAuthorityWithContext

func (c *ROCKETMQ) ModifyAccessKeyAllAuthorityWithContext(ctx volcengine.Context, input *ModifyAccessKeyAllAuthorityInput, opts ...request.Option) (*ModifyAccessKeyAllAuthorityOutput, error)

ModifyAccessKeyAllAuthorityWithContext is the same as ModifyAccessKeyAllAuthority with the addition of the ability to pass a context and additional request options.

See ModifyAccessKeyAllAuthority 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 (*ROCKETMQ) ModifyAccessKeyAuthority

func (c *ROCKETMQ) ModifyAccessKeyAuthority(input *ModifyAccessKeyAuthorityInput) (*ModifyAccessKeyAuthorityOutput, error)

ModifyAccessKeyAuthority API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyAccessKeyAuthority for usage and error information.

func (*ROCKETMQ) ModifyAccessKeyAuthorityCommon

func (c *ROCKETMQ) ModifyAccessKeyAuthorityCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyAccessKeyAuthorityCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyAccessKeyAuthorityCommon for usage and error information.

func (*ROCKETMQ) ModifyAccessKeyAuthorityCommonRequest

func (c *ROCKETMQ) ModifyAccessKeyAuthorityCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyAccessKeyAuthorityCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAccessKeyAuthorityCommon operation. The "output" return value will be populated with the ModifyAccessKeyAuthorityCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyAccessKeyAuthorityCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAccessKeyAuthorityCommon Send returns without error.

See ModifyAccessKeyAuthorityCommon for more information on using the ModifyAccessKeyAuthorityCommon API call, and error handling.

// Example sending a request using the ModifyAccessKeyAuthorityCommonRequest method.
req, resp := client.ModifyAccessKeyAuthorityCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyAccessKeyAuthorityCommonWithContext

func (c *ROCKETMQ) ModifyAccessKeyAuthorityCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyAccessKeyAuthorityCommonWithContext is the same as ModifyAccessKeyAuthorityCommon with the addition of the ability to pass a context and additional request options.

See ModifyAccessKeyAuthorityCommon 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 (*ROCKETMQ) ModifyAccessKeyAuthorityRequest

func (c *ROCKETMQ) ModifyAccessKeyAuthorityRequest(input *ModifyAccessKeyAuthorityInput) (req *request.Request, output *ModifyAccessKeyAuthorityOutput)

ModifyAccessKeyAuthorityRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAccessKeyAuthority operation. The "output" return value will be populated with the ModifyAccessKeyAuthorityCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyAccessKeyAuthorityCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAccessKeyAuthorityCommon Send returns without error.

See ModifyAccessKeyAuthority for more information on using the ModifyAccessKeyAuthority API call, and error handling.

// Example sending a request using the ModifyAccessKeyAuthorityRequest method.
req, resp := client.ModifyAccessKeyAuthorityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyAccessKeyAuthorityWithContext

func (c *ROCKETMQ) ModifyAccessKeyAuthorityWithContext(ctx volcengine.Context, input *ModifyAccessKeyAuthorityInput, opts ...request.Option) (*ModifyAccessKeyAuthorityOutput, error)

ModifyAccessKeyAuthorityWithContext is the same as ModifyAccessKeyAuthority with the addition of the ability to pass a context and additional request options.

See ModifyAccessKeyAuthority 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 (*ROCKETMQ) ModifyAllowList

func (c *ROCKETMQ) ModifyAllowList(input *ModifyAllowListInput) (*ModifyAllowListOutput, error)

ModifyAllowList API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyAllowList for usage and error information.

func (*ROCKETMQ) ModifyAllowListCommon

func (c *ROCKETMQ) ModifyAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyAllowListCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyAllowListCommon for usage and error information.

func (*ROCKETMQ) ModifyAllowListCommonRequest

func (c *ROCKETMQ) ModifyAllowListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyAllowListCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAllowListCommon operation. The "output" return value will be populated with the ModifyAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAllowListCommon Send returns without error.

See ModifyAllowListCommon for more information on using the ModifyAllowListCommon API call, and error handling.

// Example sending a request using the ModifyAllowListCommonRequest method.
req, resp := client.ModifyAllowListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyAllowListCommonWithContext

func (c *ROCKETMQ) ModifyAllowListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyAllowListCommonWithContext is the same as ModifyAllowListCommon with the addition of the ability to pass a context and additional request options.

See ModifyAllowListCommon 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 (*ROCKETMQ) ModifyAllowListRequest

func (c *ROCKETMQ) ModifyAllowListRequest(input *ModifyAllowListInput) (req *request.Request, output *ModifyAllowListOutput)

ModifyAllowListRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAllowList operation. The "output" return value will be populated with the ModifyAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAllowListCommon Send returns without error.

See ModifyAllowList for more information on using the ModifyAllowList API call, and error handling.

// Example sending a request using the ModifyAllowListRequest method.
req, resp := client.ModifyAllowListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyAllowListWithContext

func (c *ROCKETMQ) ModifyAllowListWithContext(ctx volcengine.Context, input *ModifyAllowListInput, opts ...request.Option) (*ModifyAllowListOutput, error)

ModifyAllowListWithContext is the same as ModifyAllowList with the addition of the ability to pass a context and additional request options.

See ModifyAllowList 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 (*ROCKETMQ) ModifyInstanceAttributes

func (c *ROCKETMQ) ModifyInstanceAttributes(input *ModifyInstanceAttributesInput) (*ModifyInstanceAttributesOutput, error)

ModifyInstanceAttributes API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyInstanceAttributes for usage and error information.

func (*ROCKETMQ) ModifyInstanceAttributesCommon

func (c *ROCKETMQ) ModifyInstanceAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyInstanceAttributesCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyInstanceAttributesCommon for usage and error information.

func (*ROCKETMQ) ModifyInstanceAttributesCommonRequest

func (c *ROCKETMQ) ModifyInstanceAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyInstanceAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyInstanceAttributesCommon operation. The "output" return value will be populated with the ModifyInstanceAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyInstanceAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyInstanceAttributesCommon Send returns without error.

See ModifyInstanceAttributesCommon for more information on using the ModifyInstanceAttributesCommon API call, and error handling.

// Example sending a request using the ModifyInstanceAttributesCommonRequest method.
req, resp := client.ModifyInstanceAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyInstanceAttributesCommonWithContext

func (c *ROCKETMQ) ModifyInstanceAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyInstanceAttributesCommonWithContext is the same as ModifyInstanceAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyInstanceAttributesCommon 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 (*ROCKETMQ) ModifyInstanceAttributesRequest

func (c *ROCKETMQ) ModifyInstanceAttributesRequest(input *ModifyInstanceAttributesInput) (req *request.Request, output *ModifyInstanceAttributesOutput)

ModifyInstanceAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyInstanceAttributes operation. The "output" return value will be populated with the ModifyInstanceAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyInstanceAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyInstanceAttributesCommon Send returns without error.

See ModifyInstanceAttributes for more information on using the ModifyInstanceAttributes API call, and error handling.

// Example sending a request using the ModifyInstanceAttributesRequest method.
req, resp := client.ModifyInstanceAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyInstanceAttributesWithContext

func (c *ROCKETMQ) ModifyInstanceAttributesWithContext(ctx volcengine.Context, input *ModifyInstanceAttributesInput, opts ...request.Option) (*ModifyInstanceAttributesOutput, error)

ModifyInstanceAttributesWithContext is the same as ModifyInstanceAttributes with the addition of the ability to pass a context and additional request options.

See ModifyInstanceAttributes 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 (*ROCKETMQ) ModifyInstanceChargeType

func (c *ROCKETMQ) ModifyInstanceChargeType(input *ModifyInstanceChargeTypeInput) (*ModifyInstanceChargeTypeOutput, error)

ModifyInstanceChargeType API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyInstanceChargeType for usage and error information.

func (*ROCKETMQ) ModifyInstanceChargeTypeCommon

func (c *ROCKETMQ) ModifyInstanceChargeTypeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyInstanceChargeTypeCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyInstanceChargeTypeCommon for usage and error information.

func (*ROCKETMQ) ModifyInstanceChargeTypeCommonRequest

func (c *ROCKETMQ) ModifyInstanceChargeTypeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyInstanceChargeTypeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyInstanceChargeTypeCommon operation. The "output" return value will be populated with the ModifyInstanceChargeTypeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyInstanceChargeTypeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyInstanceChargeTypeCommon Send returns without error.

See ModifyInstanceChargeTypeCommon for more information on using the ModifyInstanceChargeTypeCommon API call, and error handling.

// Example sending a request using the ModifyInstanceChargeTypeCommonRequest method.
req, resp := client.ModifyInstanceChargeTypeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyInstanceChargeTypeCommonWithContext

func (c *ROCKETMQ) ModifyInstanceChargeTypeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyInstanceChargeTypeCommonWithContext is the same as ModifyInstanceChargeTypeCommon with the addition of the ability to pass a context and additional request options.

See ModifyInstanceChargeTypeCommon 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 (*ROCKETMQ) ModifyInstanceChargeTypeRequest

func (c *ROCKETMQ) ModifyInstanceChargeTypeRequest(input *ModifyInstanceChargeTypeInput) (req *request.Request, output *ModifyInstanceChargeTypeOutput)

ModifyInstanceChargeTypeRequest generates a "volcengine/request.Request" representing the client's request for the ModifyInstanceChargeType operation. The "output" return value will be populated with the ModifyInstanceChargeTypeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyInstanceChargeTypeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyInstanceChargeTypeCommon Send returns without error.

See ModifyInstanceChargeType for more information on using the ModifyInstanceChargeType API call, and error handling.

// Example sending a request using the ModifyInstanceChargeTypeRequest method.
req, resp := client.ModifyInstanceChargeTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyInstanceChargeTypeWithContext

func (c *ROCKETMQ) ModifyInstanceChargeTypeWithContext(ctx volcengine.Context, input *ModifyInstanceChargeTypeInput, opts ...request.Option) (*ModifyInstanceChargeTypeOutput, error)

ModifyInstanceChargeTypeWithContext is the same as ModifyInstanceChargeType with the addition of the ability to pass a context and additional request options.

See ModifyInstanceChargeType 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 (*ROCKETMQ) ModifyInstanceSpec

func (c *ROCKETMQ) ModifyInstanceSpec(input *ModifyInstanceSpecInput) (*ModifyInstanceSpecOutput, error)

ModifyInstanceSpec API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyInstanceSpec for usage and error information.

func (*ROCKETMQ) ModifyInstanceSpecCommon

func (c *ROCKETMQ) ModifyInstanceSpecCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyInstanceSpecCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyInstanceSpecCommon for usage and error information.

func (*ROCKETMQ) ModifyInstanceSpecCommonRequest

func (c *ROCKETMQ) ModifyInstanceSpecCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyInstanceSpecCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyInstanceSpecCommon operation. The "output" return value will be populated with the ModifyInstanceSpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyInstanceSpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyInstanceSpecCommon Send returns without error.

See ModifyInstanceSpecCommon for more information on using the ModifyInstanceSpecCommon API call, and error handling.

// Example sending a request using the ModifyInstanceSpecCommonRequest method.
req, resp := client.ModifyInstanceSpecCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyInstanceSpecCommonWithContext

func (c *ROCKETMQ) ModifyInstanceSpecCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyInstanceSpecCommonWithContext is the same as ModifyInstanceSpecCommon with the addition of the ability to pass a context and additional request options.

See ModifyInstanceSpecCommon 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 (*ROCKETMQ) ModifyInstanceSpecRequest

func (c *ROCKETMQ) ModifyInstanceSpecRequest(input *ModifyInstanceSpecInput) (req *request.Request, output *ModifyInstanceSpecOutput)

ModifyInstanceSpecRequest generates a "volcengine/request.Request" representing the client's request for the ModifyInstanceSpec operation. The "output" return value will be populated with the ModifyInstanceSpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyInstanceSpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyInstanceSpecCommon Send returns without error.

See ModifyInstanceSpec for more information on using the ModifyInstanceSpec API call, and error handling.

// Example sending a request using the ModifyInstanceSpecRequest method.
req, resp := client.ModifyInstanceSpecRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyInstanceSpecWithContext

func (c *ROCKETMQ) ModifyInstanceSpecWithContext(ctx volcengine.Context, input *ModifyInstanceSpecInput, opts ...request.Option) (*ModifyInstanceSpecOutput, error)

ModifyInstanceSpecWithContext is the same as ModifyInstanceSpec with the addition of the ability to pass a context and additional request options.

See ModifyInstanceSpec 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 (*ROCKETMQ) ModifyTopicAccessPolicies

func (c *ROCKETMQ) ModifyTopicAccessPolicies(input *ModifyTopicAccessPoliciesInput) (*ModifyTopicAccessPoliciesOutput, error)

ModifyTopicAccessPolicies API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyTopicAccessPolicies for usage and error information.

func (*ROCKETMQ) ModifyTopicAccessPoliciesCommon

func (c *ROCKETMQ) ModifyTopicAccessPoliciesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTopicAccessPoliciesCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation ModifyTopicAccessPoliciesCommon for usage and error information.

func (*ROCKETMQ) ModifyTopicAccessPoliciesCommonRequest

func (c *ROCKETMQ) ModifyTopicAccessPoliciesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTopicAccessPoliciesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTopicAccessPoliciesCommon operation. The "output" return value will be populated with the ModifyTopicAccessPoliciesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTopicAccessPoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTopicAccessPoliciesCommon Send returns without error.

See ModifyTopicAccessPoliciesCommon for more information on using the ModifyTopicAccessPoliciesCommon API call, and error handling.

// Example sending a request using the ModifyTopicAccessPoliciesCommonRequest method.
req, resp := client.ModifyTopicAccessPoliciesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyTopicAccessPoliciesCommonWithContext

func (c *ROCKETMQ) ModifyTopicAccessPoliciesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTopicAccessPoliciesCommonWithContext is the same as ModifyTopicAccessPoliciesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTopicAccessPoliciesCommon 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 (*ROCKETMQ) ModifyTopicAccessPoliciesRequest

func (c *ROCKETMQ) ModifyTopicAccessPoliciesRequest(input *ModifyTopicAccessPoliciesInput) (req *request.Request, output *ModifyTopicAccessPoliciesOutput)

ModifyTopicAccessPoliciesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTopicAccessPolicies operation. The "output" return value will be populated with the ModifyTopicAccessPoliciesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTopicAccessPoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTopicAccessPoliciesCommon Send returns without error.

See ModifyTopicAccessPolicies for more information on using the ModifyTopicAccessPolicies API call, and error handling.

// Example sending a request using the ModifyTopicAccessPoliciesRequest method.
req, resp := client.ModifyTopicAccessPoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ModifyTopicAccessPoliciesWithContext

func (c *ROCKETMQ) ModifyTopicAccessPoliciesWithContext(ctx volcengine.Context, input *ModifyTopicAccessPoliciesInput, opts ...request.Option) (*ModifyTopicAccessPoliciesOutput, error)

ModifyTopicAccessPoliciesWithContext is the same as ModifyTopicAccessPolicies with the addition of the ability to pass a context and additional request options.

See ModifyTopicAccessPolicies 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 (*ROCKETMQ) QueryDLQMessageByGroupId

func (c *ROCKETMQ) QueryDLQMessageByGroupId(input *QueryDLQMessageByGroupIdInput) (*QueryDLQMessageByGroupIdOutput, error)

QueryDLQMessageByGroupId API operation for ROCKETMQ.

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 ROCKETMQ's API operation QueryDLQMessageByGroupId for usage and error information.

func (*ROCKETMQ) QueryDLQMessageByGroupIdCommon

func (c *ROCKETMQ) QueryDLQMessageByGroupIdCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryDLQMessageByGroupIdCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation QueryDLQMessageByGroupIdCommon for usage and error information.

func (*ROCKETMQ) QueryDLQMessageByGroupIdCommonRequest

func (c *ROCKETMQ) QueryDLQMessageByGroupIdCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryDLQMessageByGroupIdCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryDLQMessageByGroupIdCommon operation. The "output" return value will be populated with the QueryDLQMessageByGroupIdCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryDLQMessageByGroupIdCommon Request to send the API call to the service. the "output" return value is not valid until after QueryDLQMessageByGroupIdCommon Send returns without error.

See QueryDLQMessageByGroupIdCommon for more information on using the QueryDLQMessageByGroupIdCommon API call, and error handling.

// Example sending a request using the QueryDLQMessageByGroupIdCommonRequest method.
req, resp := client.QueryDLQMessageByGroupIdCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) QueryDLQMessageByGroupIdCommonWithContext

func (c *ROCKETMQ) QueryDLQMessageByGroupIdCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryDLQMessageByGroupIdCommonWithContext is the same as QueryDLQMessageByGroupIdCommon with the addition of the ability to pass a context and additional request options.

See QueryDLQMessageByGroupIdCommon 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 (*ROCKETMQ) QueryDLQMessageByGroupIdRequest

func (c *ROCKETMQ) QueryDLQMessageByGroupIdRequest(input *QueryDLQMessageByGroupIdInput) (req *request.Request, output *QueryDLQMessageByGroupIdOutput)

QueryDLQMessageByGroupIdRequest generates a "volcengine/request.Request" representing the client's request for the QueryDLQMessageByGroupId operation. The "output" return value will be populated with the QueryDLQMessageByGroupIdCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryDLQMessageByGroupIdCommon Request to send the API call to the service. the "output" return value is not valid until after QueryDLQMessageByGroupIdCommon Send returns without error.

See QueryDLQMessageByGroupId for more information on using the QueryDLQMessageByGroupId API call, and error handling.

// Example sending a request using the QueryDLQMessageByGroupIdRequest method.
req, resp := client.QueryDLQMessageByGroupIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) QueryDLQMessageByGroupIdWithContext

func (c *ROCKETMQ) QueryDLQMessageByGroupIdWithContext(ctx volcengine.Context, input *QueryDLQMessageByGroupIdInput, opts ...request.Option) (*QueryDLQMessageByGroupIdOutput, error)

QueryDLQMessageByGroupIdWithContext is the same as QueryDLQMessageByGroupId with the addition of the ability to pass a context and additional request options.

See QueryDLQMessageByGroupId 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 (*ROCKETMQ) QueryDLQMessageById

func (c *ROCKETMQ) QueryDLQMessageById(input *QueryDLQMessageByIdInput) (*QueryDLQMessageByIdOutput, error)

QueryDLQMessageById API operation for ROCKETMQ.

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 ROCKETMQ's API operation QueryDLQMessageById for usage and error information.

func (*ROCKETMQ) QueryDLQMessageByIdCommon

func (c *ROCKETMQ) QueryDLQMessageByIdCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryDLQMessageByIdCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation QueryDLQMessageByIdCommon for usage and error information.

func (*ROCKETMQ) QueryDLQMessageByIdCommonRequest

func (c *ROCKETMQ) QueryDLQMessageByIdCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryDLQMessageByIdCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryDLQMessageByIdCommon operation. The "output" return value will be populated with the QueryDLQMessageByIdCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryDLQMessageByIdCommon Request to send the API call to the service. the "output" return value is not valid until after QueryDLQMessageByIdCommon Send returns without error.

See QueryDLQMessageByIdCommon for more information on using the QueryDLQMessageByIdCommon API call, and error handling.

// Example sending a request using the QueryDLQMessageByIdCommonRequest method.
req, resp := client.QueryDLQMessageByIdCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) QueryDLQMessageByIdCommonWithContext

func (c *ROCKETMQ) QueryDLQMessageByIdCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryDLQMessageByIdCommonWithContext is the same as QueryDLQMessageByIdCommon with the addition of the ability to pass a context and additional request options.

See QueryDLQMessageByIdCommon 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 (*ROCKETMQ) QueryDLQMessageByIdRequest

func (c *ROCKETMQ) QueryDLQMessageByIdRequest(input *QueryDLQMessageByIdInput) (req *request.Request, output *QueryDLQMessageByIdOutput)

QueryDLQMessageByIdRequest generates a "volcengine/request.Request" representing the client's request for the QueryDLQMessageById operation. The "output" return value will be populated with the QueryDLQMessageByIdCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryDLQMessageByIdCommon Request to send the API call to the service. the "output" return value is not valid until after QueryDLQMessageByIdCommon Send returns without error.

See QueryDLQMessageById for more information on using the QueryDLQMessageById API call, and error handling.

// Example sending a request using the QueryDLQMessageByIdRequest method.
req, resp := client.QueryDLQMessageByIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) QueryDLQMessageByIdWithContext

func (c *ROCKETMQ) QueryDLQMessageByIdWithContext(ctx volcengine.Context, input *QueryDLQMessageByIdInput, opts ...request.Option) (*QueryDLQMessageByIdOutput, error)

QueryDLQMessageByIdWithContext is the same as QueryDLQMessageById with the addition of the ability to pass a context and additional request options.

See QueryDLQMessageById 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 (*ROCKETMQ) QueryMessageByMsgId

func (c *ROCKETMQ) QueryMessageByMsgId(input *QueryMessageByMsgIdInput) (*QueryMessageByMsgIdOutput, error)

QueryMessageByMsgId API operation for ROCKETMQ.

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 ROCKETMQ's API operation QueryMessageByMsgId for usage and error information.

func (*ROCKETMQ) QueryMessageByMsgIdCommon

func (c *ROCKETMQ) QueryMessageByMsgIdCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryMessageByMsgIdCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation QueryMessageByMsgIdCommon for usage and error information.

func (*ROCKETMQ) QueryMessageByMsgIdCommonRequest

func (c *ROCKETMQ) QueryMessageByMsgIdCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryMessageByMsgIdCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryMessageByMsgIdCommon operation. The "output" return value will be populated with the QueryMessageByMsgIdCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryMessageByMsgIdCommon Request to send the API call to the service. the "output" return value is not valid until after QueryMessageByMsgIdCommon Send returns without error.

See QueryMessageByMsgIdCommon for more information on using the QueryMessageByMsgIdCommon API call, and error handling.

// Example sending a request using the QueryMessageByMsgIdCommonRequest method.
req, resp := client.QueryMessageByMsgIdCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) QueryMessageByMsgIdCommonWithContext

func (c *ROCKETMQ) QueryMessageByMsgIdCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryMessageByMsgIdCommonWithContext is the same as QueryMessageByMsgIdCommon with the addition of the ability to pass a context and additional request options.

See QueryMessageByMsgIdCommon 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 (*ROCKETMQ) QueryMessageByMsgIdRequest

func (c *ROCKETMQ) QueryMessageByMsgIdRequest(input *QueryMessageByMsgIdInput) (req *request.Request, output *QueryMessageByMsgIdOutput)

QueryMessageByMsgIdRequest generates a "volcengine/request.Request" representing the client's request for the QueryMessageByMsgId operation. The "output" return value will be populated with the QueryMessageByMsgIdCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryMessageByMsgIdCommon Request to send the API call to the service. the "output" return value is not valid until after QueryMessageByMsgIdCommon Send returns without error.

See QueryMessageByMsgId for more information on using the QueryMessageByMsgId API call, and error handling.

// Example sending a request using the QueryMessageByMsgIdRequest method.
req, resp := client.QueryMessageByMsgIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) QueryMessageByMsgIdWithContext

func (c *ROCKETMQ) QueryMessageByMsgIdWithContext(ctx volcengine.Context, input *QueryMessageByMsgIdInput, opts ...request.Option) (*QueryMessageByMsgIdOutput, error)

QueryMessageByMsgIdWithContext is the same as QueryMessageByMsgId with the addition of the ability to pass a context and additional request options.

See QueryMessageByMsgId 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 (*ROCKETMQ) QueryMessageByMsgKey

func (c *ROCKETMQ) QueryMessageByMsgKey(input *QueryMessageByMsgKeyInput) (*QueryMessageByMsgKeyOutput, error)

QueryMessageByMsgKey API operation for ROCKETMQ.

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 ROCKETMQ's API operation QueryMessageByMsgKey for usage and error information.

func (*ROCKETMQ) QueryMessageByMsgKeyCommon

func (c *ROCKETMQ) QueryMessageByMsgKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryMessageByMsgKeyCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation QueryMessageByMsgKeyCommon for usage and error information.

func (*ROCKETMQ) QueryMessageByMsgKeyCommonRequest

func (c *ROCKETMQ) QueryMessageByMsgKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryMessageByMsgKeyCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryMessageByMsgKeyCommon operation. The "output" return value will be populated with the QueryMessageByMsgKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryMessageByMsgKeyCommon Request to send the API call to the service. the "output" return value is not valid until after QueryMessageByMsgKeyCommon Send returns without error.

See QueryMessageByMsgKeyCommon for more information on using the QueryMessageByMsgKeyCommon API call, and error handling.

// Example sending a request using the QueryMessageByMsgKeyCommonRequest method.
req, resp := client.QueryMessageByMsgKeyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) QueryMessageByMsgKeyCommonWithContext

func (c *ROCKETMQ) QueryMessageByMsgKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryMessageByMsgKeyCommonWithContext is the same as QueryMessageByMsgKeyCommon with the addition of the ability to pass a context and additional request options.

See QueryMessageByMsgKeyCommon 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 (*ROCKETMQ) QueryMessageByMsgKeyRequest

func (c *ROCKETMQ) QueryMessageByMsgKeyRequest(input *QueryMessageByMsgKeyInput) (req *request.Request, output *QueryMessageByMsgKeyOutput)

QueryMessageByMsgKeyRequest generates a "volcengine/request.Request" representing the client's request for the QueryMessageByMsgKey operation. The "output" return value will be populated with the QueryMessageByMsgKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryMessageByMsgKeyCommon Request to send the API call to the service. the "output" return value is not valid until after QueryMessageByMsgKeyCommon Send returns without error.

See QueryMessageByMsgKey for more information on using the QueryMessageByMsgKey API call, and error handling.

// Example sending a request using the QueryMessageByMsgKeyRequest method.
req, resp := client.QueryMessageByMsgKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) QueryMessageByMsgKeyWithContext

func (c *ROCKETMQ) QueryMessageByMsgKeyWithContext(ctx volcengine.Context, input *QueryMessageByMsgKeyInput, opts ...request.Option) (*QueryMessageByMsgKeyOutput, error)

QueryMessageByMsgKeyWithContext is the same as QueryMessageByMsgKey with the addition of the ability to pass a context and additional request options.

See QueryMessageByMsgKey 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 (*ROCKETMQ) QueryMessageByTimestamp

func (c *ROCKETMQ) QueryMessageByTimestamp(input *QueryMessageByTimestampInput) (*QueryMessageByTimestampOutput, error)

QueryMessageByTimestamp API operation for ROCKETMQ.

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 ROCKETMQ's API operation QueryMessageByTimestamp for usage and error information.

func (*ROCKETMQ) QueryMessageByTimestampCommon

func (c *ROCKETMQ) QueryMessageByTimestampCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryMessageByTimestampCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation QueryMessageByTimestampCommon for usage and error information.

func (*ROCKETMQ) QueryMessageByTimestampCommonRequest

func (c *ROCKETMQ) QueryMessageByTimestampCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryMessageByTimestampCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryMessageByTimestampCommon operation. The "output" return value will be populated with the QueryMessageByTimestampCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryMessageByTimestampCommon Request to send the API call to the service. the "output" return value is not valid until after QueryMessageByTimestampCommon Send returns without error.

See QueryMessageByTimestampCommon for more information on using the QueryMessageByTimestampCommon API call, and error handling.

// Example sending a request using the QueryMessageByTimestampCommonRequest method.
req, resp := client.QueryMessageByTimestampCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) QueryMessageByTimestampCommonWithContext

func (c *ROCKETMQ) QueryMessageByTimestampCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryMessageByTimestampCommonWithContext is the same as QueryMessageByTimestampCommon with the addition of the ability to pass a context and additional request options.

See QueryMessageByTimestampCommon 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 (*ROCKETMQ) QueryMessageByTimestampRequest

func (c *ROCKETMQ) QueryMessageByTimestampRequest(input *QueryMessageByTimestampInput) (req *request.Request, output *QueryMessageByTimestampOutput)

QueryMessageByTimestampRequest generates a "volcengine/request.Request" representing the client's request for the QueryMessageByTimestamp operation. The "output" return value will be populated with the QueryMessageByTimestampCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryMessageByTimestampCommon Request to send the API call to the service. the "output" return value is not valid until after QueryMessageByTimestampCommon Send returns without error.

See QueryMessageByTimestamp for more information on using the QueryMessageByTimestamp API call, and error handling.

// Example sending a request using the QueryMessageByTimestampRequest method.
req, resp := client.QueryMessageByTimestampRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) QueryMessageByTimestampWithContext

func (c *ROCKETMQ) QueryMessageByTimestampWithContext(ctx volcengine.Context, input *QueryMessageByTimestampInput, opts ...request.Option) (*QueryMessageByTimestampOutput, error)

QueryMessageByTimestampWithContext is the same as QueryMessageByTimestamp with the addition of the ability to pass a context and additional request options.

See QueryMessageByTimestamp 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 (*ROCKETMQ) RemoveTagsFromResource

func (c *ROCKETMQ) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource API operation for ROCKETMQ.

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 ROCKETMQ's API operation RemoveTagsFromResource for usage and error information.

func (*ROCKETMQ) RemoveTagsFromResourceCommon

func (c *ROCKETMQ) RemoveTagsFromResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RemoveTagsFromResourceCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation RemoveTagsFromResourceCommon for usage and error information.

func (*ROCKETMQ) RemoveTagsFromResourceCommonRequest

func (c *ROCKETMQ) RemoveTagsFromResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RemoveTagsFromResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RemoveTagsFromResourceCommon operation. The "output" return value will be populated with the RemoveTagsFromResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned RemoveTagsFromResourceCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveTagsFromResourceCommon Send returns without error.

See RemoveTagsFromResourceCommon for more information on using the RemoveTagsFromResourceCommon API call, and error handling.

// Example sending a request using the RemoveTagsFromResourceCommonRequest method.
req, resp := client.RemoveTagsFromResourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) RemoveTagsFromResourceCommonWithContext

func (c *ROCKETMQ) RemoveTagsFromResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RemoveTagsFromResourceCommonWithContext is the same as RemoveTagsFromResourceCommon with the addition of the ability to pass a context and additional request options.

See RemoveTagsFromResourceCommon 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 (*ROCKETMQ) RemoveTagsFromResourceRequest

func (c *ROCKETMQ) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest generates a "volcengine/request.Request" representing the client's request for the RemoveTagsFromResource operation. The "output" return value will be populated with the RemoveTagsFromResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned RemoveTagsFromResourceCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveTagsFromResourceCommon Send returns without error.

See RemoveTagsFromResource for more information on using the RemoveTagsFromResource API call, and error handling.

// Example sending a request using the RemoveTagsFromResourceRequest method.
req, resp := client.RemoveTagsFromResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) RemoveTagsFromResourceWithContext

func (c *ROCKETMQ) RemoveTagsFromResourceWithContext(ctx volcengine.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResourceWithContext is the same as RemoveTagsFromResource with the addition of the ability to pass a context and additional request options.

See RemoveTagsFromResource 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 (*ROCKETMQ) ResendDLQMessageById

func (c *ROCKETMQ) ResendDLQMessageById(input *ResendDLQMessageByIdInput) (*ResendDLQMessageByIdOutput, error)

ResendDLQMessageById API operation for ROCKETMQ.

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 ROCKETMQ's API operation ResendDLQMessageById for usage and error information.

func (*ROCKETMQ) ResendDLQMessageByIdCommon

func (c *ROCKETMQ) ResendDLQMessageByIdCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResendDLQMessageByIdCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation ResendDLQMessageByIdCommon for usage and error information.

func (*ROCKETMQ) ResendDLQMessageByIdCommonRequest

func (c *ROCKETMQ) ResendDLQMessageByIdCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResendDLQMessageByIdCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResendDLQMessageByIdCommon operation. The "output" return value will be populated with the ResendDLQMessageByIdCommon request's response once the request completes successfully.

Use "Send" method on the returned ResendDLQMessageByIdCommon Request to send the API call to the service. the "output" return value is not valid until after ResendDLQMessageByIdCommon Send returns without error.

See ResendDLQMessageByIdCommon for more information on using the ResendDLQMessageByIdCommon API call, and error handling.

// Example sending a request using the ResendDLQMessageByIdCommonRequest method.
req, resp := client.ResendDLQMessageByIdCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ResendDLQMessageByIdCommonWithContext

func (c *ROCKETMQ) ResendDLQMessageByIdCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResendDLQMessageByIdCommonWithContext is the same as ResendDLQMessageByIdCommon with the addition of the ability to pass a context and additional request options.

See ResendDLQMessageByIdCommon 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 (*ROCKETMQ) ResendDLQMessageByIdRequest

func (c *ROCKETMQ) ResendDLQMessageByIdRequest(input *ResendDLQMessageByIdInput) (req *request.Request, output *ResendDLQMessageByIdOutput)

ResendDLQMessageByIdRequest generates a "volcengine/request.Request" representing the client's request for the ResendDLQMessageById operation. The "output" return value will be populated with the ResendDLQMessageByIdCommon request's response once the request completes successfully.

Use "Send" method on the returned ResendDLQMessageByIdCommon Request to send the API call to the service. the "output" return value is not valid until after ResendDLQMessageByIdCommon Send returns without error.

See ResendDLQMessageById for more information on using the ResendDLQMessageById API call, and error handling.

// Example sending a request using the ResendDLQMessageByIdRequest method.
req, resp := client.ResendDLQMessageByIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ResendDLQMessageByIdWithContext

func (c *ROCKETMQ) ResendDLQMessageByIdWithContext(ctx volcengine.Context, input *ResendDLQMessageByIdInput, opts ...request.Option) (*ResendDLQMessageByIdOutput, error)

ResendDLQMessageByIdWithContext is the same as ResendDLQMessageById with the addition of the ability to pass a context and additional request options.

See ResendDLQMessageById 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 (*ROCKETMQ) ResetConsumedOffsets

func (c *ROCKETMQ) ResetConsumedOffsets(input *ResetConsumedOffsetsInput) (*ResetConsumedOffsetsOutput, error)

ResetConsumedOffsets API operation for ROCKETMQ.

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 ROCKETMQ's API operation ResetConsumedOffsets for usage and error information.

func (*ROCKETMQ) ResetConsumedOffsetsCommon

func (c *ROCKETMQ) ResetConsumedOffsetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResetConsumedOffsetsCommon API operation for ROCKETMQ.

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 ROCKETMQ's API operation ResetConsumedOffsetsCommon for usage and error information.

func (*ROCKETMQ) ResetConsumedOffsetsCommonRequest

func (c *ROCKETMQ) ResetConsumedOffsetsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResetConsumedOffsetsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResetConsumedOffsetsCommon operation. The "output" return value will be populated with the ResetConsumedOffsetsCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetConsumedOffsetsCommon Request to send the API call to the service. the "output" return value is not valid until after ResetConsumedOffsetsCommon Send returns without error.

See ResetConsumedOffsetsCommon for more information on using the ResetConsumedOffsetsCommon API call, and error handling.

// Example sending a request using the ResetConsumedOffsetsCommonRequest method.
req, resp := client.ResetConsumedOffsetsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ResetConsumedOffsetsCommonWithContext

func (c *ROCKETMQ) ResetConsumedOffsetsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResetConsumedOffsetsCommonWithContext is the same as ResetConsumedOffsetsCommon with the addition of the ability to pass a context and additional request options.

See ResetConsumedOffsetsCommon 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 (*ROCKETMQ) ResetConsumedOffsetsRequest

func (c *ROCKETMQ) ResetConsumedOffsetsRequest(input *ResetConsumedOffsetsInput) (req *request.Request, output *ResetConsumedOffsetsOutput)

ResetConsumedOffsetsRequest generates a "volcengine/request.Request" representing the client's request for the ResetConsumedOffsets operation. The "output" return value will be populated with the ResetConsumedOffsetsCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetConsumedOffsetsCommon Request to send the API call to the service. the "output" return value is not valid until after ResetConsumedOffsetsCommon Send returns without error.

See ResetConsumedOffsets for more information on using the ResetConsumedOffsets API call, and error handling.

// Example sending a request using the ResetConsumedOffsetsRequest method.
req, resp := client.ResetConsumedOffsetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ROCKETMQ) ResetConsumedOffsetsWithContext

func (c *ROCKETMQ) ResetConsumedOffsetsWithContext(ctx volcengine.Context, input *ResetConsumedOffsetsInput, opts ...request.Option) (*ResetConsumedOffsetsOutput, error)

ResetConsumedOffsetsWithContext is the same as ResetConsumedOffsets with the addition of the ability to pass a context and additional request options.

See ResetConsumedOffsets 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 ROCKETMQAPI

type ROCKETMQAPI interface {
	AddTagsToResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddTagsToResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddTagsToResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddTagsToResource(*AddTagsToResourceInput) (*AddTagsToResourceOutput, error)
	AddTagsToResourceWithContext(volcengine.Context, *AddTagsToResourceInput, ...request.Option) (*AddTagsToResourceOutput, error)
	AddTagsToResourceRequest(*AddTagsToResourceInput) (*request.Request, *AddTagsToResourceOutput)

	AssociateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AssociateAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AssociateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AssociateAllowList(*AssociateAllowListInput) (*AssociateAllowListOutput, error)
	AssociateAllowListWithContext(volcengine.Context, *AssociateAllowListInput, ...request.Option) (*AssociateAllowListOutput, error)
	AssociateAllowListRequest(*AssociateAllowListInput) (*request.Request, *AssociateAllowListOutput)

	CreateAccessKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAccessKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAccessKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAccessKey(*CreateAccessKeyInput) (*CreateAccessKeyOutput, error)
	CreateAccessKeyWithContext(volcengine.Context, *CreateAccessKeyInput, ...request.Option) (*CreateAccessKeyOutput, error)
	CreateAccessKeyRequest(*CreateAccessKeyInput) (*request.Request, *CreateAccessKeyOutput)

	CreateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAllowList(*CreateAllowListInput) (*CreateAllowListOutput, error)
	CreateAllowListWithContext(volcengine.Context, *CreateAllowListInput, ...request.Option) (*CreateAllowListOutput, error)
	CreateAllowListRequest(*CreateAllowListInput) (*request.Request, *CreateAllowListOutput)

	CreateGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateGroup(*CreateGroupInput) (*CreateGroupOutput, error)
	CreateGroupWithContext(volcengine.Context, *CreateGroupInput, ...request.Option) (*CreateGroupOutput, error)
	CreateGroupRequest(*CreateGroupInput) (*request.Request, *CreateGroupOutput)

	CreateInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateInstance(*CreateInstanceInput) (*CreateInstanceOutput, error)
	CreateInstanceWithContext(volcengine.Context, *CreateInstanceInput, ...request.Option) (*CreateInstanceOutput, error)
	CreateInstanceRequest(*CreateInstanceInput) (*request.Request, *CreateInstanceOutput)

	CreatePublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePublicAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePublicAddress(*CreatePublicAddressInput) (*CreatePublicAddressOutput, error)
	CreatePublicAddressWithContext(volcengine.Context, *CreatePublicAddressInput, ...request.Option) (*CreatePublicAddressOutput, error)
	CreatePublicAddressRequest(*CreatePublicAddressInput) (*request.Request, *CreatePublicAddressOutput)

	CreateTopicCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTopicCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTopicCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTopic(*CreateTopicInput) (*CreateTopicOutput, error)
	CreateTopicWithContext(volcengine.Context, *CreateTopicInput, ...request.Option) (*CreateTopicOutput, error)
	CreateTopicRequest(*CreateTopicInput) (*request.Request, *CreateTopicOutput)

	DeleteAccessKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAccessKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAccessKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAccessKey(*DeleteAccessKeyInput) (*DeleteAccessKeyOutput, error)
	DeleteAccessKeyWithContext(volcengine.Context, *DeleteAccessKeyInput, ...request.Option) (*DeleteAccessKeyOutput, error)
	DeleteAccessKeyRequest(*DeleteAccessKeyInput) (*request.Request, *DeleteAccessKeyOutput)

	DeleteAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAllowList(*DeleteAllowListInput) (*DeleteAllowListOutput, error)
	DeleteAllowListWithContext(volcengine.Context, *DeleteAllowListInput, ...request.Option) (*DeleteAllowListOutput, error)
	DeleteAllowListRequest(*DeleteAllowListInput) (*request.Request, *DeleteAllowListOutput)

	DeleteGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteGroup(*DeleteGroupInput) (*DeleteGroupOutput, error)
	DeleteGroupWithContext(volcengine.Context, *DeleteGroupInput, ...request.Option) (*DeleteGroupOutput, error)
	DeleteGroupRequest(*DeleteGroupInput) (*request.Request, *DeleteGroupOutput)

	DeleteGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteGroups(*DeleteGroupsInput) (*DeleteGroupsOutput, error)
	DeleteGroupsWithContext(volcengine.Context, *DeleteGroupsInput, ...request.Option) (*DeleteGroupsOutput, error)
	DeleteGroupsRequest(*DeleteGroupsInput) (*request.Request, *DeleteGroupsOutput)

	DeleteInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteInstance(*DeleteInstanceInput) (*DeleteInstanceOutput, error)
	DeleteInstanceWithContext(volcengine.Context, *DeleteInstanceInput, ...request.Option) (*DeleteInstanceOutput, error)
	DeleteInstanceRequest(*DeleteInstanceInput) (*request.Request, *DeleteInstanceOutput)

	DeletePublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeletePublicAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeletePublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeletePublicAddress(*DeletePublicAddressInput) (*DeletePublicAddressOutput, error)
	DeletePublicAddressWithContext(volcengine.Context, *DeletePublicAddressInput, ...request.Option) (*DeletePublicAddressOutput, error)
	DeletePublicAddressRequest(*DeletePublicAddressInput) (*request.Request, *DeletePublicAddressOutput)

	DeleteTopicCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTopicCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTopicCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTopic(*DeleteTopicInput) (*DeleteTopicOutput, error)
	DeleteTopicWithContext(volcengine.Context, *DeleteTopicInput, ...request.Option) (*DeleteTopicOutput, error)
	DeleteTopicRequest(*DeleteTopicInput) (*request.Request, *DeleteTopicOutput)

	DescribeAccessKeyDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAccessKeyDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAccessKeyDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAccessKeyDetail(*DescribeAccessKeyDetailInput) (*DescribeAccessKeyDetailOutput, error)
	DescribeAccessKeyDetailWithContext(volcengine.Context, *DescribeAccessKeyDetailInput, ...request.Option) (*DescribeAccessKeyDetailOutput, error)
	DescribeAccessKeyDetailRequest(*DescribeAccessKeyDetailInput) (*request.Request, *DescribeAccessKeyDetailOutput)

	DescribeAccessKeysCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAccessKeysCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAccessKeysCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAccessKeys(*DescribeAccessKeysInput) (*DescribeAccessKeysOutput, error)
	DescribeAccessKeysWithContext(volcengine.Context, *DescribeAccessKeysInput, ...request.Option) (*DescribeAccessKeysOutput, error)
	DescribeAccessKeysRequest(*DescribeAccessKeysInput) (*request.Request, *DescribeAccessKeysOutput)

	DescribeAllowListDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAllowListDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAllowListDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAllowListDetail(*DescribeAllowListDetailInput) (*DescribeAllowListDetailOutput, error)
	DescribeAllowListDetailWithContext(volcengine.Context, *DescribeAllowListDetailInput, ...request.Option) (*DescribeAllowListDetailOutput, error)
	DescribeAllowListDetailRequest(*DescribeAllowListDetailInput) (*request.Request, *DescribeAllowListDetailOutput)

	DescribeAllowListsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAllowListsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAllowListsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAllowLists(*DescribeAllowListsInput) (*DescribeAllowListsOutput, error)
	DescribeAllowListsWithContext(volcengine.Context, *DescribeAllowListsInput, ...request.Option) (*DescribeAllowListsOutput, error)
	DescribeAllowListsRequest(*DescribeAllowListsInput) (*request.Request, *DescribeAllowListsOutput)

	DescribeAvailabilityZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAvailabilityZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAvailabilityZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAvailabilityZones(*DescribeAvailabilityZonesInput) (*DescribeAvailabilityZonesOutput, error)
	DescribeAvailabilityZonesWithContext(volcengine.Context, *DescribeAvailabilityZonesInput, ...request.Option) (*DescribeAvailabilityZonesOutput, error)
	DescribeAvailabilityZonesRequest(*DescribeAvailabilityZonesInput) (*request.Request, *DescribeAvailabilityZonesOutput)

	DescribeConsumedClientsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeConsumedClientsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeConsumedClientsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeConsumedClients(*DescribeConsumedClientsInput) (*DescribeConsumedClientsOutput, error)
	DescribeConsumedClientsWithContext(volcengine.Context, *DescribeConsumedClientsInput, ...request.Option) (*DescribeConsumedClientsOutput, error)
	DescribeConsumedClientsRequest(*DescribeConsumedClientsInput) (*request.Request, *DescribeConsumedClientsOutput)

	DescribeConsumedTopicDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeConsumedTopicDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeConsumedTopicDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeConsumedTopicDetail(*DescribeConsumedTopicDetailInput) (*DescribeConsumedTopicDetailOutput, error)
	DescribeConsumedTopicDetailWithContext(volcengine.Context, *DescribeConsumedTopicDetailInput, ...request.Option) (*DescribeConsumedTopicDetailOutput, error)
	DescribeConsumedTopicDetailRequest(*DescribeConsumedTopicDetailInput) (*request.Request, *DescribeConsumedTopicDetailOutput)

	DescribeConsumedTopicsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeConsumedTopicsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeConsumedTopicsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeConsumedTopics(*DescribeConsumedTopicsInput) (*DescribeConsumedTopicsOutput, error)
	DescribeConsumedTopicsWithContext(volcengine.Context, *DescribeConsumedTopicsInput, ...request.Option) (*DescribeConsumedTopicsOutput, error)
	DescribeConsumedTopicsRequest(*DescribeConsumedTopicsInput) (*request.Request, *DescribeConsumedTopicsOutput)

	DescribeGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeGroups(*DescribeGroupsInput) (*DescribeGroupsOutput, error)
	DescribeGroupsWithContext(volcengine.Context, *DescribeGroupsInput, ...request.Option) (*DescribeGroupsOutput, error)
	DescribeGroupsRequest(*DescribeGroupsInput) (*request.Request, *DescribeGroupsOutput)

	DescribeGroupsDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeGroupsDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeGroupsDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeGroupsDetail(*DescribeGroupsDetailInput) (*DescribeGroupsDetailOutput, error)
	DescribeGroupsDetailWithContext(volcengine.Context, *DescribeGroupsDetailInput, ...request.Option) (*DescribeGroupsDetailOutput, error)
	DescribeGroupsDetailRequest(*DescribeGroupsDetailInput) (*request.Request, *DescribeGroupsDetailOutput)

	DescribeInstanceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeInstanceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeInstanceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeInstanceDetail(*DescribeInstanceDetailInput) (*DescribeInstanceDetailOutput, error)
	DescribeInstanceDetailWithContext(volcengine.Context, *DescribeInstanceDetailInput, ...request.Option) (*DescribeInstanceDetailOutput, error)
	DescribeInstanceDetailRequest(*DescribeInstanceDetailInput) (*request.Request, *DescribeInstanceDetailOutput)

	DescribeInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeInstances(*DescribeInstancesInput) (*DescribeInstancesOutput, error)
	DescribeInstancesWithContext(volcengine.Context, *DescribeInstancesInput, ...request.Option) (*DescribeInstancesOutput, error)
	DescribeInstancesRequest(*DescribeInstancesInput) (*request.Request, *DescribeInstancesOutput)

	DescribeRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeRegionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeRegions(*DescribeRegionsInput) (*DescribeRegionsOutput, error)
	DescribeRegionsWithContext(volcengine.Context, *DescribeRegionsInput, ...request.Option) (*DescribeRegionsOutput, error)
	DescribeRegionsRequest(*DescribeRegionsInput) (*request.Request, *DescribeRegionsOutput)

	DescribeSecretKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeSecretKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeSecretKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeSecretKey(*DescribeSecretKeyInput) (*DescribeSecretKeyOutput, error)
	DescribeSecretKeyWithContext(volcengine.Context, *DescribeSecretKeyInput, ...request.Option) (*DescribeSecretKeyOutput, error)
	DescribeSecretKeyRequest(*DescribeSecretKeyInput) (*request.Request, *DescribeSecretKeyOutput)

	DescribeTagsByResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTagsByResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTagsByResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTagsByResource(*DescribeTagsByResourceInput) (*DescribeTagsByResourceOutput, error)
	DescribeTagsByResourceWithContext(volcengine.Context, *DescribeTagsByResourceInput, ...request.Option) (*DescribeTagsByResourceOutput, error)
	DescribeTagsByResourceRequest(*DescribeTagsByResourceInput) (*request.Request, *DescribeTagsByResourceOutput)

	DescribeTopicAccessPoliciesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicAccessPoliciesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicAccessPoliciesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopicAccessPolicies(*DescribeTopicAccessPoliciesInput) (*DescribeTopicAccessPoliciesOutput, error)
	DescribeTopicAccessPoliciesWithContext(volcengine.Context, *DescribeTopicAccessPoliciesInput, ...request.Option) (*DescribeTopicAccessPoliciesOutput, error)
	DescribeTopicAccessPoliciesRequest(*DescribeTopicAccessPoliciesInput) (*request.Request, *DescribeTopicAccessPoliciesOutput)

	DescribeTopicGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopicGroups(*DescribeTopicGroupsInput) (*DescribeTopicGroupsOutput, error)
	DescribeTopicGroupsWithContext(volcengine.Context, *DescribeTopicGroupsInput, ...request.Option) (*DescribeTopicGroupsOutput, error)
	DescribeTopicGroupsRequest(*DescribeTopicGroupsInput) (*request.Request, *DescribeTopicGroupsOutput)

	DescribeTopicQueueCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicQueueCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicQueueCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopicQueue(*DescribeTopicQueueInput) (*DescribeTopicQueueOutput, error)
	DescribeTopicQueueWithContext(volcengine.Context, *DescribeTopicQueueInput, ...request.Option) (*DescribeTopicQueueOutput, error)
	DescribeTopicQueueRequest(*DescribeTopicQueueInput) (*request.Request, *DescribeTopicQueueOutput)

	DescribeTopicsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopics(*DescribeTopicsInput) (*DescribeTopicsOutput, error)
	DescribeTopicsWithContext(volcengine.Context, *DescribeTopicsInput, ...request.Option) (*DescribeTopicsOutput, error)
	DescribeTopicsRequest(*DescribeTopicsInput) (*request.Request, *DescribeTopicsOutput)

	DisassociateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DisassociateAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DisassociateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DisassociateAllowList(*DisassociateAllowListInput) (*DisassociateAllowListOutput, error)
	DisassociateAllowListWithContext(volcengine.Context, *DisassociateAllowListInput, ...request.Option) (*DisassociateAllowListOutput, error)
	DisassociateAllowListRequest(*DisassociateAllowListInput) (*request.Request, *DisassociateAllowListOutput)

	EnableInstanceInspectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	EnableInstanceInspectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	EnableInstanceInspectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	EnableInstanceInspect(*EnableInstanceInspectInput) (*EnableInstanceInspectOutput, error)
	EnableInstanceInspectWithContext(volcengine.Context, *EnableInstanceInspectInput, ...request.Option) (*EnableInstanceInspectOutput, error)
	EnableInstanceInspectRequest(*EnableInstanceInspectInput) (*request.Request, *EnableInstanceInspectOutput)

	GetInspectConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetInspectConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetInspectConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetInspectConfig(*GetInspectConfigInput) (*GetInspectConfigOutput, error)
	GetInspectConfigWithContext(volcengine.Context, *GetInspectConfigInput, ...request.Option) (*GetInspectConfigOutput, error)
	GetInspectConfigRequest(*GetInspectConfigInput) (*request.Request, *GetInspectConfigOutput)

	GetInstanceInspectResultCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetInstanceInspectResultCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetInstanceInspectResultCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetInstanceInspectResult(*GetInstanceInspectResultInput) (*GetInstanceInspectResultOutput, error)
	GetInstanceInspectResultWithContext(volcengine.Context, *GetInstanceInspectResultInput, ...request.Option) (*GetInstanceInspectResultOutput, error)
	GetInstanceInspectResultRequest(*GetInstanceInspectResultInput) (*request.Request, *GetInstanceInspectResultOutput)

	ManualProcessResultCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ManualProcessResultCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ManualProcessResultCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ManualProcessResult(*ManualProcessResultInput) (*ManualProcessResultOutput, error)
	ManualProcessResultWithContext(volcengine.Context, *ManualProcessResultInput, ...request.Option) (*ManualProcessResultOutput, error)
	ManualProcessResultRequest(*ManualProcessResultInput) (*request.Request, *ManualProcessResultOutput)

	ManualTriggerInspectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ManualTriggerInspectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ManualTriggerInspectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ManualTriggerInspect(*ManualTriggerInspectInput) (*ManualTriggerInspectOutput, error)
	ManualTriggerInspectWithContext(volcengine.Context, *ManualTriggerInspectInput, ...request.Option) (*ManualTriggerInspectOutput, error)
	ManualTriggerInspectRequest(*ManualTriggerInspectInput) (*request.Request, *ManualTriggerInspectOutput)

	MessageSendCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MessageSendCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MessageSendCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MessageSend(*MessageSendInput) (*MessageSendOutput, error)
	MessageSendWithContext(volcengine.Context, *MessageSendInput, ...request.Option) (*MessageSendOutput, error)
	MessageSendRequest(*MessageSendInput) (*request.Request, *MessageSendOutput)

	ModifyAccessKeyAllAuthorityCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyAccessKeyAllAuthorityCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyAccessKeyAllAuthorityCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyAccessKeyAllAuthority(*ModifyAccessKeyAllAuthorityInput) (*ModifyAccessKeyAllAuthorityOutput, error)
	ModifyAccessKeyAllAuthorityWithContext(volcengine.Context, *ModifyAccessKeyAllAuthorityInput, ...request.Option) (*ModifyAccessKeyAllAuthorityOutput, error)
	ModifyAccessKeyAllAuthorityRequest(*ModifyAccessKeyAllAuthorityInput) (*request.Request, *ModifyAccessKeyAllAuthorityOutput)

	ModifyAccessKeyAuthorityCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyAccessKeyAuthorityCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyAccessKeyAuthorityCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyAccessKeyAuthority(*ModifyAccessKeyAuthorityInput) (*ModifyAccessKeyAuthorityOutput, error)
	ModifyAccessKeyAuthorityWithContext(volcengine.Context, *ModifyAccessKeyAuthorityInput, ...request.Option) (*ModifyAccessKeyAuthorityOutput, error)
	ModifyAccessKeyAuthorityRequest(*ModifyAccessKeyAuthorityInput) (*request.Request, *ModifyAccessKeyAuthorityOutput)

	ModifyAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyAllowList(*ModifyAllowListInput) (*ModifyAllowListOutput, error)
	ModifyAllowListWithContext(volcengine.Context, *ModifyAllowListInput, ...request.Option) (*ModifyAllowListOutput, error)
	ModifyAllowListRequest(*ModifyAllowListInput) (*request.Request, *ModifyAllowListOutput)

	ModifyInstanceAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceAttributes(*ModifyInstanceAttributesInput) (*ModifyInstanceAttributesOutput, error)
	ModifyInstanceAttributesWithContext(volcengine.Context, *ModifyInstanceAttributesInput, ...request.Option) (*ModifyInstanceAttributesOutput, error)
	ModifyInstanceAttributesRequest(*ModifyInstanceAttributesInput) (*request.Request, *ModifyInstanceAttributesOutput)

	ModifyInstanceChargeTypeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceChargeTypeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceChargeTypeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceChargeType(*ModifyInstanceChargeTypeInput) (*ModifyInstanceChargeTypeOutput, error)
	ModifyInstanceChargeTypeWithContext(volcengine.Context, *ModifyInstanceChargeTypeInput, ...request.Option) (*ModifyInstanceChargeTypeOutput, error)
	ModifyInstanceChargeTypeRequest(*ModifyInstanceChargeTypeInput) (*request.Request, *ModifyInstanceChargeTypeOutput)

	ModifyInstanceSpecCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceSpecCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceSpecCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceSpec(*ModifyInstanceSpecInput) (*ModifyInstanceSpecOutput, error)
	ModifyInstanceSpecWithContext(volcengine.Context, *ModifyInstanceSpecInput, ...request.Option) (*ModifyInstanceSpecOutput, error)
	ModifyInstanceSpecRequest(*ModifyInstanceSpecInput) (*request.Request, *ModifyInstanceSpecOutput)

	ModifyTopicAccessPoliciesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTopicAccessPoliciesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTopicAccessPoliciesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTopicAccessPolicies(*ModifyTopicAccessPoliciesInput) (*ModifyTopicAccessPoliciesOutput, error)
	ModifyTopicAccessPoliciesWithContext(volcengine.Context, *ModifyTopicAccessPoliciesInput, ...request.Option) (*ModifyTopicAccessPoliciesOutput, error)
	ModifyTopicAccessPoliciesRequest(*ModifyTopicAccessPoliciesInput) (*request.Request, *ModifyTopicAccessPoliciesOutput)

	QueryDLQMessageByGroupIdCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryDLQMessageByGroupIdCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryDLQMessageByGroupIdCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryDLQMessageByGroupId(*QueryDLQMessageByGroupIdInput) (*QueryDLQMessageByGroupIdOutput, error)
	QueryDLQMessageByGroupIdWithContext(volcengine.Context, *QueryDLQMessageByGroupIdInput, ...request.Option) (*QueryDLQMessageByGroupIdOutput, error)
	QueryDLQMessageByGroupIdRequest(*QueryDLQMessageByGroupIdInput) (*request.Request, *QueryDLQMessageByGroupIdOutput)

	QueryDLQMessageByIdCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryDLQMessageByIdCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryDLQMessageByIdCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryDLQMessageById(*QueryDLQMessageByIdInput) (*QueryDLQMessageByIdOutput, error)
	QueryDLQMessageByIdWithContext(volcengine.Context, *QueryDLQMessageByIdInput, ...request.Option) (*QueryDLQMessageByIdOutput, error)
	QueryDLQMessageByIdRequest(*QueryDLQMessageByIdInput) (*request.Request, *QueryDLQMessageByIdOutput)

	QueryMessageByMsgIdCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryMessageByMsgIdCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryMessageByMsgIdCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryMessageByMsgId(*QueryMessageByMsgIdInput) (*QueryMessageByMsgIdOutput, error)
	QueryMessageByMsgIdWithContext(volcengine.Context, *QueryMessageByMsgIdInput, ...request.Option) (*QueryMessageByMsgIdOutput, error)
	QueryMessageByMsgIdRequest(*QueryMessageByMsgIdInput) (*request.Request, *QueryMessageByMsgIdOutput)

	QueryMessageByMsgKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryMessageByMsgKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryMessageByMsgKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryMessageByMsgKey(*QueryMessageByMsgKeyInput) (*QueryMessageByMsgKeyOutput, error)
	QueryMessageByMsgKeyWithContext(volcengine.Context, *QueryMessageByMsgKeyInput, ...request.Option) (*QueryMessageByMsgKeyOutput, error)
	QueryMessageByMsgKeyRequest(*QueryMessageByMsgKeyInput) (*request.Request, *QueryMessageByMsgKeyOutput)

	QueryMessageByTimestampCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryMessageByTimestampCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryMessageByTimestampCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryMessageByTimestamp(*QueryMessageByTimestampInput) (*QueryMessageByTimestampOutput, error)
	QueryMessageByTimestampWithContext(volcengine.Context, *QueryMessageByTimestampInput, ...request.Option) (*QueryMessageByTimestampOutput, error)
	QueryMessageByTimestampRequest(*QueryMessageByTimestampInput) (*request.Request, *QueryMessageByTimestampOutput)

	RemoveTagsFromResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RemoveTagsFromResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RemoveTagsFromResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RemoveTagsFromResource(*RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
	RemoveTagsFromResourceWithContext(volcengine.Context, *RemoveTagsFromResourceInput, ...request.Option) (*RemoveTagsFromResourceOutput, error)
	RemoveTagsFromResourceRequest(*RemoveTagsFromResourceInput) (*request.Request, *RemoveTagsFromResourceOutput)

	ResendDLQMessageByIdCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResendDLQMessageByIdCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResendDLQMessageByIdCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResendDLQMessageById(*ResendDLQMessageByIdInput) (*ResendDLQMessageByIdOutput, error)
	ResendDLQMessageByIdWithContext(volcengine.Context, *ResendDLQMessageByIdInput, ...request.Option) (*ResendDLQMessageByIdOutput, error)
	ResendDLQMessageByIdRequest(*ResendDLQMessageByIdInput) (*request.Request, *ResendDLQMessageByIdOutput)

	ResetConsumedOffsetsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResetConsumedOffsetsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResetConsumedOffsetsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResetConsumedOffsets(*ResetConsumedOffsetsInput) (*ResetConsumedOffsetsOutput, error)
	ResetConsumedOffsetsWithContext(volcengine.Context, *ResetConsumedOffsetsInput, ...request.Option) (*ResetConsumedOffsetsOutput, error)
	ResetConsumedOffsetsRequest(*ResetConsumedOffsetsInput) (*request.Request, *ResetConsumedOffsetsOutput)
}

ROCKETMQAPI provides an interface to enable mocking the rocketmq.ROCKETMQ service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// ROCKETMQ.
func myFunc(svc ROCKETMQAPI) bool {
    // Make svc.AddTagsToResource request
}

func main() {
    sess := session.New()
    svc := rocketmq.New(sess)

    myFunc(svc)
}

type RegionForDescribeRegionsOutput

type RegionForDescribeRegionsOutput struct {
	Description *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	RegionName *string `type:"string" json:",omitempty"`

	RegionStatus *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RegionForDescribeRegionsOutput) GoString

GoString returns the string representation

func (*RegionForDescribeRegionsOutput) SetDescription

SetDescription sets the Description field's value.

func (*RegionForDescribeRegionsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*RegionForDescribeRegionsOutput) SetRegionName

SetRegionName sets the RegionName field's value.

func (*RegionForDescribeRegionsOutput) SetRegionStatus

SetRegionStatus sets the RegionStatus field's value.

func (RegionForDescribeRegionsOutput) String

String returns the string representation

type RemoveTagsFromResourceInput

type RemoveTagsFromResourceInput struct {
	All *bool `type:"boolean" json:",omitempty"`

	InstanceIds []*string `type:"list" json:",omitempty"`

	TagKeys []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RemoveTagsFromResourceInput) GoString

func (s RemoveTagsFromResourceInput) GoString() string

GoString returns the string representation

func (*RemoveTagsFromResourceInput) SetAll

SetAll sets the All field's value.

func (*RemoveTagsFromResourceInput) SetInstanceIds

SetInstanceIds sets the InstanceIds field's value.

func (*RemoveTagsFromResourceInput) SetTagKeys

SetTagKeys sets the TagKeys field's value.

func (RemoveTagsFromResourceInput) String

String returns the string representation

type RemoveTagsFromResourceOutput

type RemoveTagsFromResourceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RemoveTagsFromResourceOutput) GoString

func (s RemoveTagsFromResourceOutput) GoString() string

GoString returns the string representation

func (RemoveTagsFromResourceOutput) String

String returns the string representation

type ResendDLQMessageByIdInput

type ResendDLQMessageByIdInput struct {

	// GroupId is a required field
	GroupId *string `type:"string" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	MessageIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResendDLQMessageByIdInput) GoString

func (s ResendDLQMessageByIdInput) GoString() string

GoString returns the string representation

func (*ResendDLQMessageByIdInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*ResendDLQMessageByIdInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ResendDLQMessageByIdInput) SetMessageIds

SetMessageIds sets the MessageIds field's value.

func (ResendDLQMessageByIdInput) String

func (s ResendDLQMessageByIdInput) String() string

String returns the string representation

func (*ResendDLQMessageByIdInput) Validate

func (s *ResendDLQMessageByIdInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResendDLQMessageByIdOutput

type ResendDLQMessageByIdOutput struct {
	Metadata *response.ResponseMetadata

	ResendResult []*ResendResultForResendDLQMessageByIdOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResendDLQMessageByIdOutput) GoString

func (s ResendDLQMessageByIdOutput) GoString() string

GoString returns the string representation

func (*ResendDLQMessageByIdOutput) SetResendResult

SetResendResult sets the ResendResult field's value.

func (ResendDLQMessageByIdOutput) String

String returns the string representation

type ResendResultForResendDLQMessageByIdOutput

type ResendResultForResendDLQMessageByIdOutput struct {
	MessageId *string `type:"string" json:",omitempty"`

	Success *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResendResultForResendDLQMessageByIdOutput) GoString

GoString returns the string representation

func (*ResendResultForResendDLQMessageByIdOutput) SetMessageId

SetMessageId sets the MessageId field's value.

func (*ResendResultForResendDLQMessageByIdOutput) SetSuccess

SetSuccess sets the Success field's value.

func (ResendResultForResendDLQMessageByIdOutput) String

String returns the string representation

type ResetConsumedOffsetsInput

type ResetConsumedOffsetsInput struct {

	// GroupId is a required field
	GroupId *string `type:"string" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	ResetTimestamp *int64 `type:"int64" json:",omitempty"`

	ResetType *string `type:"string" json:",omitempty"`

	// TopicName is a required field
	TopicName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ResetConsumedOffsetsInput) GoString

func (s ResetConsumedOffsetsInput) GoString() string

GoString returns the string representation

func (*ResetConsumedOffsetsInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*ResetConsumedOffsetsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ResetConsumedOffsetsInput) SetResetTimestamp

SetResetTimestamp sets the ResetTimestamp field's value.

func (*ResetConsumedOffsetsInput) SetResetType

SetResetType sets the ResetType field's value.

func (*ResetConsumedOffsetsInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (ResetConsumedOffsetsInput) String

func (s ResetConsumedOffsetsInput) String() string

String returns the string representation

func (*ResetConsumedOffsetsInput) Validate

func (s *ResetConsumedOffsetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResetConsumedOffsetsOutput

type ResetConsumedOffsetsOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ResetConsumedOffsetsOutput) GoString

func (s ResetConsumedOffsetsOutput) GoString() string

GoString returns the string representation

func (ResetConsumedOffsetsOutput) String

String returns the string representation

type ResultForGetInstanceInspectResultOutput

type ResultForGetInstanceInspectResultOutput struct {
	Describe *string `type:"string" json:",omitempty"`

	InspectName *string `type:"string" json:",omitempty"`

	Level *string `type:"string" json:",omitempty"`

	Resource []*string `type:"list" json:",omitempty"`

	ResultId *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	Suggestion []*string `type:"list" json:",omitempty"`

	TimeStamp *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResultForGetInstanceInspectResultOutput) GoString

GoString returns the string representation

func (*ResultForGetInstanceInspectResultOutput) SetDescribe

SetDescribe sets the Describe field's value.

func (*ResultForGetInstanceInspectResultOutput) SetInspectName

SetInspectName sets the InspectName field's value.

func (*ResultForGetInstanceInspectResultOutput) SetLevel

SetLevel sets the Level field's value.

func (*ResultForGetInstanceInspectResultOutput) SetResource

SetResource sets the Resource field's value.

func (*ResultForGetInstanceInspectResultOutput) SetResultId

SetResultId sets the ResultId field's value.

func (*ResultForGetInstanceInspectResultOutput) SetStatus

SetStatus sets the Status field's value.

func (*ResultForGetInstanceInspectResultOutput) SetSuggestion

SetSuggestion sets the Suggestion field's value.

func (*ResultForGetInstanceInspectResultOutput) SetTimeStamp

SetTimeStamp sets the TimeStamp field's value.

func (*ResultForGetInstanceInspectResultOutput) SetType

SetType sets the Type field's value.

func (ResultForGetInstanceInspectResultOutput) String

String returns the string representation

type TagFilterForDescribeTagsByResourceInput

type TagFilterForDescribeTagsByResourceInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeTagsByResourceInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeTagsByResourceInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeTagsByResourceInput) SetValue

SetValue sets the Value field's value.

func (TagFilterForDescribeTagsByResourceInput) String

String returns the string representation

type TagForAddTagsToResourceInput

type TagForAddTagsToResourceInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForAddTagsToResourceInput) GoString

func (s TagForAddTagsToResourceInput) GoString() string

GoString returns the string representation

func (*TagForAddTagsToResourceInput) SetKey

SetKey sets the Key field's value.

func (*TagForAddTagsToResourceInput) SetValue

SetValue sets the Value field's value.

func (TagForAddTagsToResourceInput) String

String returns the string representation

type TagResourceForDescribeTagsByResourceOutput

type TagResourceForDescribeTagsByResourceOutput struct {
	InstanceId *string `type:"string" json:",omitempty"`

	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagResourceForDescribeTagsByResourceOutput) GoString

GoString returns the string representation

func (*TagResourceForDescribeTagsByResourceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*TagResourceForDescribeTagsByResourceOutput) SetKey

SetKey sets the Key field's value.

func (*TagResourceForDescribeTagsByResourceOutput) SetValue

SetValue sets the Value field's value.

func (TagResourceForDescribeTagsByResourceOutput) String

String returns the string representation

type TopicPermissionForDescribeAccessKeyDetailOutput

type TopicPermissionForDescribeAccessKeyDetailOutput struct {
	Permission *string `type:"string" json:",omitempty"`

	TopicName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TopicPermissionForDescribeAccessKeyDetailOutput) GoString

GoString returns the string representation

func (*TopicPermissionForDescribeAccessKeyDetailOutput) SetPermission

SetPermission sets the Permission field's value.

func (*TopicPermissionForDescribeAccessKeyDetailOutput) SetTopicName

SetTopicName sets the TopicName field's value.

func (TopicPermissionForDescribeAccessKeyDetailOutput) String

String returns the string representation

type TopicsInfoForDescribeTopicsOutput

type TopicsInfoForDescribeTopicsOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	MessageType *int32 `type:"int32" json:",omitempty"`

	QueueNumber *int32 `type:"int32" json:",omitempty"`

	TopicName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TopicsInfoForDescribeTopicsOutput) GoString

GoString returns the string representation

func (*TopicsInfoForDescribeTopicsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetDescription

SetDescription sets the Description field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetMessageType

SetMessageType sets the MessageType field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetQueueNumber

SetQueueNumber sets the QueueNumber field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetTopicName

SetTopicName sets the TopicName field's value.

func (TopicsInfoForDescribeTopicsOutput) String

String returns the string representation

type ZoneForDescribeAvailabilityZonesOutput

type ZoneForDescribeAvailabilityZonesOutput struct {
	Description *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`

	ZoneName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneForDescribeAvailabilityZonesOutput) GoString

GoString returns the string representation

func (*ZoneForDescribeAvailabilityZonesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ZoneForDescribeAvailabilityZonesOutput) SetStatus

SetStatus sets the Status field's value.

func (*ZoneForDescribeAvailabilityZonesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*ZoneForDescribeAvailabilityZonesOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (ZoneForDescribeAvailabilityZonesOutput) String

String returns the string representation

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL