kafka

package
v1.0.31 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package kafkaiface provides an interface to enable mocking the KAFKA 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 (
	// EnumOfCleanupPolicyListForCreateTopicInputDelete is a EnumOfCleanupPolicyListForCreateTopicInput enum value
	EnumOfCleanupPolicyListForCreateTopicInputDelete = "delete"

	// EnumOfCleanupPolicyListForCreateTopicInputCompact is a EnumOfCleanupPolicyListForCreateTopicInput enum value
	EnumOfCleanupPolicyListForCreateTopicInputCompact = "compact"
)
View Source
const (
	ServiceName = "kafka"     // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "kafka"     // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessPolicyForCreateTopicInput

type AccessPolicyForCreateTopicInput struct {
	AccessPolicy *string `type:"string" json:",omitempty"`

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

func (AccessPolicyForCreateTopicInput) GoString

GoString returns the string representation

func (*AccessPolicyForCreateTopicInput) SetAccessPolicy

SetAccessPolicy sets the AccessPolicy field's value.

func (*AccessPolicyForCreateTopicInput) SetUserName

SetUserName sets the UserName field's value.

func (AccessPolicyForCreateTopicInput) String

String returns the string representation

type AccessPolicyForDescribeTopicAccessPoliciesOutput

type AccessPolicyForDescribeTopicAccessPoliciesOutput struct {
	AccessPolicy *string `type:"string" json:",omitempty"`

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

func (AccessPolicyForDescribeTopicAccessPoliciesOutput) GoString

GoString returns the string representation

func (*AccessPolicyForDescribeTopicAccessPoliciesOutput) SetAccessPolicy

SetAccessPolicy sets the AccessPolicy field's value.

func (*AccessPolicyForDescribeTopicAccessPoliciesOutput) SetUserName

SetUserName sets the UserName field's value.

func (AccessPolicyForDescribeTopicAccessPoliciesOutput) String

String returns the string representation

type AccessPolicyForModifyTopicAccessPoliciesInput

type AccessPolicyForModifyTopicAccessPoliciesInput struct {
	AccessPolicy *string `type:"string" json:",omitempty"`

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

func (AccessPolicyForModifyTopicAccessPoliciesInput) GoString

GoString returns the string representation

func (*AccessPolicyForModifyTopicAccessPoliciesInput) SetAccessPolicy

SetAccessPolicy sets the AccessPolicy field's value.

func (*AccessPolicyForModifyTopicAccessPoliciesInput) SetUserName

SetUserName sets the UserName field's value.

func (AccessPolicyForModifyTopicAccessPoliciesInput) String

String returns the string representation

type AclForDescribeAclsOutput

type AclForDescribeAclsOutput struct {
	AccessPolicy *string `type:"string" json:",omitempty"`

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

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

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

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

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

func (AclForDescribeAclsOutput) GoString

func (s AclForDescribeAclsOutput) GoString() string

GoString returns the string representation

func (*AclForDescribeAclsOutput) SetAccessPolicy

SetAccessPolicy sets the AccessPolicy field's value.

func (*AclForDescribeAclsOutput) SetIp

SetIp sets the Ip field's value.

func (*AclForDescribeAclsOutput) SetPatternType

SetPatternType sets the PatternType field's value.

func (*AclForDescribeAclsOutput) SetResource

SetResource sets the Resource field's value.

func (*AclForDescribeAclsOutput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*AclForDescribeAclsOutput) SetUserName

SetUserName sets the UserName field's value.

func (AclForDescribeAclsOutput) String

func (s AclForDescribeAclsOutput) String() string

String returns the string representation

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"`

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

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

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

	AssociatedInstanceNum *int32 `type:"int32" 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) SetAllowListId

SetAllowListId sets the AllowListId field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListIpNum

SetAllowListIpNum sets the AllowListIpNum field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListName

SetAllowListName sets the AllowListName 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"`
	// 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) String

String returns the string representation

type BasicInstanceInfoForDescribeInstanceDetailOutput

type BasicInstanceInfoForDescribeInstanceDetailOutput struct {
	AccountId *string `type:"string" 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"`

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

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

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

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

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

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

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

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

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

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

	TagInfos []*TagInfoForDescribeInstanceDetailOutput `type:"list" json:",omitempty"`

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

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

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

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

	UsedPartitionNumber *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 (BasicInstanceInfoForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetChargeDetail

SetChargeDetail sets the ChargeDetail field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetComputeSpec

SetComputeSpec sets the ComputeSpec field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetEipId

SetEipId sets the EipId field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetInstanceDescription

SetInstanceDescription sets the InstanceDescription field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetInstanceStatus

SetInstanceStatus sets the InstanceStatus field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetPrivateDomainOnPublic

SetPrivateDomainOnPublic sets the PrivateDomainOnPublic field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetTagInfos

SetTagInfos sets the TagInfos field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetTags

SetTags sets the Tags field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetUsableGroupNumber

SetUsableGroupNumber sets the UsableGroupNumber field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetUsablePartitionNumber

SetUsablePartitionNumber sets the UsablePartitionNumber field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetUsedGroupNumber

SetUsedGroupNumber sets the UsedGroupNumber field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetUsedPartitionNumber

SetUsedPartitionNumber sets the UsedPartitionNumber field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetUsedStorageSpace

SetUsedStorageSpace sets the UsedStorageSpace field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetUsedTopicNumber

SetUsedTopicNumber sets the UsedTopicNumber field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetVersion

SetVersion sets the Version field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*BasicInstanceInfoForDescribeInstanceDetailOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (BasicInstanceInfoForDescribeInstanceDetailOutput) 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 ConnectionInfoForDescribeInstanceDetailOutput

type ConnectionInfoForDescribeInstanceDetailOutput struct {
	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) 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 ConsumedPartitionsInfoForDescribeConsumedPartitionsOutput

type ConsumedPartitionsInfoForDescribeConsumedPartitionsOutput struct {
	Accumulation *int64 `type:"int64" json:",omitempty"`

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

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

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

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

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

func (ConsumedPartitionsInfoForDescribeConsumedPartitionsOutput) GoString

GoString returns the string representation

func (*ConsumedPartitionsInfoForDescribeConsumedPartitionsOutput) SetAccumulation

SetAccumulation sets the Accumulation field's value.

func (*ConsumedPartitionsInfoForDescribeConsumedPartitionsOutput) SetConsumedClient

SetConsumedClient sets the ConsumedClient field's value.

func (*ConsumedPartitionsInfoForDescribeConsumedPartitionsOutput) SetConsumedOffset

SetConsumedOffset sets the ConsumedOffset field's value.

func (*ConsumedPartitionsInfoForDescribeConsumedPartitionsOutput) SetEndOffset

SetEndOffset sets the EndOffset field's value.

func (*ConsumedPartitionsInfoForDescribeConsumedPartitionsOutput) SetPartitionId

SetPartitionId sets the PartitionId field's value.

func (*ConsumedPartitionsInfoForDescribeConsumedPartitionsOutput) SetStartOffset

SetStartOffset sets the StartOffset field's value.

func (ConsumedPartitionsInfoForDescribeConsumedPartitionsOutput) String

String returns the string representation

type ConsumedTopicsInfoForDescribeConsumedTopicsOutput

type ConsumedTopicsInfoForDescribeConsumedTopicsOutput struct {
	Accumulation *int64 `type:"int64" json:",omitempty"`

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

func (ConsumedTopicsInfoForDescribeConsumedTopicsOutput) GoString

GoString returns the string representation

func (*ConsumedTopicsInfoForDescribeConsumedTopicsOutput) SetAccumulation

SetAccumulation sets the Accumulation field's value.

func (*ConsumedTopicsInfoForDescribeConsumedTopicsOutput) SetTopicName

SetTopicName sets the TopicName field's value.

func (ConsumedTopicsInfoForDescribeConsumedTopicsOutput) String

String returns the string representation

type CreateAclInput

type CreateAclInput struct {

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

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

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

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

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

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

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

func (CreateAclInput) GoString

func (s CreateAclInput) GoString() string

GoString returns the string representation

func (*CreateAclInput) SetAccessPolicy

func (s *CreateAclInput) SetAccessPolicy(v string) *CreateAclInput

SetAccessPolicy sets the AccessPolicy field's value.

func (*CreateAclInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*CreateAclInput) SetIp

func (s *CreateAclInput) SetIp(v string) *CreateAclInput

SetIp sets the Ip field's value.

func (*CreateAclInput) SetPatternType

func (s *CreateAclInput) SetPatternType(v string) *CreateAclInput

SetPatternType sets the PatternType field's value.

func (*CreateAclInput) SetResource

func (s *CreateAclInput) SetResource(v string) *CreateAclInput

SetResource sets the Resource field's value.

func (*CreateAclInput) SetResourceType

func (s *CreateAclInput) SetResourceType(v string) *CreateAclInput

SetResourceType sets the ResourceType field's value.

func (*CreateAclInput) SetUserName

func (s *CreateAclInput) SetUserName(v string) *CreateAclInput

SetUserName sets the UserName field's value.

func (CreateAclInput) String

func (s CreateAclInput) String() string

String returns the string representation

func (*CreateAclInput) Validate

func (s *CreateAclInput) Validate() error

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

type CreateAclOutput

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

func (CreateAclOutput) GoString

func (s CreateAclOutput) GoString() string

GoString returns the string representation

func (CreateAclOutput) String

func (s CreateAclOutput) 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"`

	ProjectName *string `type:"string" json:",omitempty"`
	// 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) SetProjectName

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

SetProjectName sets the ProjectName 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"`

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

	Tags []*TagForCreateGroupInput `type:"list" json:",omitempty"`
	// 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) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*CreateGroupInput) SetTags

SetTags sets the Tags 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 {
	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"`

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

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

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

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

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

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

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

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

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

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

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

	UserPassword *string `type:"string" 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) 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) 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) SetIpWhiteList

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

SetIpWhiteList sets the IpWhiteList field's value.

func (*CreateInstanceInput) SetParameters

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

SetParameters sets the Parameters field's value.

func (*CreateInstanceInput) SetPartitionNumber

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

SetPartitionNumber sets the PartitionNumber field's value.

func (*CreateInstanceInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*CreateInstanceInput) SetStorageSpace

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

SetStorageSpace sets the StorageSpace field's value.

func (*CreateInstanceInput) SetStorageType

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

SetStorageType sets the StorageType 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) SetUserName

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

SetUserName sets the UserName field's value.

func (*CreateInstanceInput) SetUserPassword

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

SetUserPassword sets the UserPassword 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 CreateMigrateSubTasksInput

type CreateMigrateSubTasksInput struct {
	Items []*ItemForCreateMigrateSubTasksInput `type:"list" json:",omitempty"`

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

func (CreateMigrateSubTasksInput) GoString

func (s CreateMigrateSubTasksInput) GoString() string

GoString returns the string representation

func (*CreateMigrateSubTasksInput) SetItems

SetItems sets the Items field's value.

func (*CreateMigrateSubTasksInput) SetTaskId

SetTaskId sets the TaskId field's value.

func (CreateMigrateSubTasksInput) String

String returns the string representation

func (*CreateMigrateSubTasksInput) Validate

func (s *CreateMigrateSubTasksInput) Validate() error

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

type CreateMigrateSubTasksOutput

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

func (CreateMigrateSubTasksOutput) GoString

func (s CreateMigrateSubTasksOutput) GoString() string

GoString returns the string representation

func (CreateMigrateSubTasksOutput) 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"`
	// 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) 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"`

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

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

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

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

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

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

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

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

	// TopicName is a required field
	TopicName *string `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) SetAllAuthority

func (s *CreateTopicInput) SetAllAuthority(v bool) *CreateTopicInput

SetAllAuthority sets the AllAuthority field's value.

func (*CreateTopicInput) SetCleanupPolicy

func (s *CreateTopicInput) SetCleanupPolicy(v []*string) *CreateTopicInput

SetCleanupPolicy sets the CleanupPolicy 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) SetParameters

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

SetParameters sets the Parameters field's value.

func (*CreateTopicInput) SetPartitionNumber

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

SetPartitionNumber sets the PartitionNumber field's value.

func (*CreateTopicInput) SetReplicaNumber

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

SetReplicaNumber sets the ReplicaNumber field's value.

func (*CreateTopicInput) SetTags

SetTags sets the Tags 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 CreateUserInput

type CreateUserInput struct {

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

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

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

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

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

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

func (CreateUserInput) GoString

func (s CreateUserInput) GoString() string

GoString returns the string representation

func (*CreateUserInput) SetAllAuthority

func (s *CreateUserInput) SetAllAuthority(v bool) *CreateUserInput

SetAllAuthority sets the AllAuthority field's value.

func (*CreateUserInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateUserInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*CreateUserInput) SetPasswordType

func (s *CreateUserInput) SetPasswordType(v string) *CreateUserInput

SetPasswordType sets the PasswordType field's value.

func (*CreateUserInput) SetUserName

func (s *CreateUserInput) SetUserName(v string) *CreateUserInput

SetUserName sets the UserName field's value.

func (*CreateUserInput) SetUserPassword

func (s *CreateUserInput) SetUserPassword(v string) *CreateUserInput

SetUserPassword sets the UserPassword field's value.

func (CreateUserInput) String

func (s CreateUserInput) String() string

String returns the string representation

func (*CreateUserInput) Validate

func (s *CreateUserInput) Validate() error

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

type CreateUserOutput

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

func (CreateUserOutput) GoString

func (s CreateUserOutput) GoString() string

GoString returns the string representation

func (CreateUserOutput) String

func (s CreateUserOutput) String() string

String returns the string representation

type DeleteAclInput

type DeleteAclInput struct {

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

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

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

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

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

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

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

func (DeleteAclInput) GoString

func (s DeleteAclInput) GoString() string

GoString returns the string representation

func (*DeleteAclInput) SetAccessPolicy

func (s *DeleteAclInput) SetAccessPolicy(v string) *DeleteAclInput

SetAccessPolicy sets the AccessPolicy field's value.

func (*DeleteAclInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*DeleteAclInput) SetIp

func (s *DeleteAclInput) SetIp(v string) *DeleteAclInput

SetIp sets the Ip field's value.

func (*DeleteAclInput) SetPatternType

func (s *DeleteAclInput) SetPatternType(v string) *DeleteAclInput

SetPatternType sets the PatternType field's value.

func (*DeleteAclInput) SetResource

func (s *DeleteAclInput) SetResource(v string) *DeleteAclInput

SetResource sets the Resource field's value.

func (*DeleteAclInput) SetResourceType

func (s *DeleteAclInput) SetResourceType(v string) *DeleteAclInput

SetResourceType sets the ResourceType field's value.

func (*DeleteAclInput) SetUserName

func (s *DeleteAclInput) SetUserName(v string) *DeleteAclInput

SetUserName sets the UserName field's value.

func (DeleteAclInput) String

func (s DeleteAclInput) String() string

String returns the string representation

func (*DeleteAclInput) Validate

func (s *DeleteAclInput) Validate() error

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

type DeleteAclOutput

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

func (DeleteAclOutput) GoString

func (s DeleteAclOutput) GoString() string

GoString returns the string representation

func (DeleteAclOutput) String

func (s DeleteAclOutput) 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 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 DeletePrivateDomainFromPublicInput

type DeletePrivateDomainFromPublicInput struct {

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

func (DeletePrivateDomainFromPublicInput) GoString

GoString returns the string representation

func (*DeletePrivateDomainFromPublicInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DeletePrivateDomainFromPublicInput) String

String returns the string representation

func (*DeletePrivateDomainFromPublicInput) Validate

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

type DeletePrivateDomainFromPublicOutput

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

func (DeletePrivateDomainFromPublicOutput) GoString

GoString returns the string representation

func (DeletePrivateDomainFromPublicOutput) 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 DeleteUserInput

type DeleteUserInput struct {

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

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

func (DeleteUserInput) GoString

func (s DeleteUserInput) GoString() string

GoString returns the string representation

func (*DeleteUserInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*DeleteUserInput) SetUserName

func (s *DeleteUserInput) SetUserName(v string) *DeleteUserInput

SetUserName sets the UserName field's value.

func (DeleteUserInput) String

func (s DeleteUserInput) String() string

String returns the string representation

func (*DeleteUserInput) Validate

func (s *DeleteUserInput) Validate() error

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

type DeleteUserOutput

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

func (DeleteUserOutput) GoString

func (s DeleteUserOutput) GoString() string

GoString returns the string representation

func (DeleteUserOutput) String

func (s DeleteUserOutput) String() string

String returns the string representation

type DescribeAclsInput

type DescribeAclsInput struct {
	AccessPolicy *string `type:"string" json:",omitempty"`

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

	Ip *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"`

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

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

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

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

func (DescribeAclsInput) GoString

func (s DescribeAclsInput) GoString() string

GoString returns the string representation

func (*DescribeAclsInput) SetAccessPolicy

func (s *DescribeAclsInput) SetAccessPolicy(v string) *DescribeAclsInput

SetAccessPolicy sets the AccessPolicy field's value.

func (*DescribeAclsInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*DescribeAclsInput) SetIp

SetIp sets the Ip field's value.

func (*DescribeAclsInput) SetPageNumber

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

SetPageNumber sets the PageNumber field's value.

func (*DescribeAclsInput) SetPageSize

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

SetPageSize sets the PageSize field's value.

func (*DescribeAclsInput) SetPatternType

func (s *DescribeAclsInput) SetPatternType(v string) *DescribeAclsInput

SetPatternType sets the PatternType field's value.

func (*DescribeAclsInput) SetResource

func (s *DescribeAclsInput) SetResource(v string) *DescribeAclsInput

SetResource sets the Resource field's value.

func (*DescribeAclsInput) SetResourceType

func (s *DescribeAclsInput) SetResourceType(v string) *DescribeAclsInput

SetResourceType sets the ResourceType field's value.

func (*DescribeAclsInput) SetUserName

func (s *DescribeAclsInput) SetUserName(v string) *DescribeAclsInput

SetUserName sets the UserName field's value.

func (DescribeAclsInput) String

func (s DescribeAclsInput) String() string

String returns the string representation

func (*DescribeAclsInput) Validate

func (s *DescribeAclsInput) Validate() error

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

type DescribeAclsOutput

type DescribeAclsOutput struct {
	Metadata *response.ResponseMetadata

	Acls []*AclForDescribeAclsOutput `type:"list" json:",omitempty"`

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

func (DescribeAclsOutput) GoString

func (s DescribeAclsOutput) GoString() string

GoString returns the string representation

func (*DescribeAclsOutput) SetAcls

SetAcls sets the Acls field's value.

func (*DescribeAclsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeAclsOutput) String

func (s DescribeAclsOutput) 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"`

	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) SetAssociatedInstances

SetAssociatedInstances sets the AssociatedInstances field's value.

func (DescribeAllowListDetailOutput) String

String returns the string representation

type DescribeAllowListsInput

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

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

	// 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) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeAllowListsInput) SetProjectName

SetProjectName sets the ProjectName field's value.

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 DescribeConsumedPartitionsInput

type DescribeConsumedPartitionsInput 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 (DescribeConsumedPartitionsInput) GoString

GoString returns the string representation

func (*DescribeConsumedPartitionsInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*DescribeConsumedPartitionsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeConsumedPartitionsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeConsumedPartitionsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeConsumedPartitionsInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (DescribeConsumedPartitionsInput) String

String returns the string representation

func (*DescribeConsumedPartitionsInput) Validate

func (s *DescribeConsumedPartitionsInput) Validate() error

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

type DescribeConsumedPartitionsOutput

type DescribeConsumedPartitionsOutput struct {
	Metadata *response.ResponseMetadata

	ConsumedPartitionsInfo []*ConsumedPartitionsInfoForDescribeConsumedPartitionsOutput `type:"list" json:",omitempty"`

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

func (DescribeConsumedPartitionsOutput) GoString

GoString returns the string representation

func (*DescribeConsumedPartitionsOutput) SetConsumedPartitionsInfo

SetConsumedPartitionsInfo sets the ConsumedPartitionsInfo field's value.

func (*DescribeConsumedPartitionsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeConsumedPartitionsOutput) 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"`

	// 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) 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 DescribeGroupsInput

type DescribeGroupsInput struct {
	GroupId *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"`

	TagFilters []*TagFilterForDescribeGroupsInput `type:"list" json:",omitempty"`

	Topic *string `type:"string" json:",omitempty"`
	// 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) 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) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeGroupsInput) SetTopic

SetTopic sets the Topic 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

	BasicInstanceInfo *BasicInstanceInfoForDescribeInstanceDetailOutput `type:"structure" json:",omitempty"`

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

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

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

func (DescribeInstanceDetailOutput) GoString

func (s DescribeInstanceDetailOutput) GoString() string

GoString returns the string representation

func (*DescribeInstanceDetailOutput) SetBasicInstanceInfo

SetBasicInstanceInfo sets the BasicInstanceInfo 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) SetParameters

SetParameters sets the Parameters field's value.

func (DescribeInstanceDetailOutput) String

String returns the string representation

type DescribeInstancesInput

type DescribeInstancesInput struct {
	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"`

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

	TagFilters []*TagFilterForDescribeInstancesInput `type:"list" json:",omitempty"`

	Tags map[string][]*string `type:"map" 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) 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) SetProject

SetProject sets the Project field's value.

func (*DescribeInstancesInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeInstancesInput) SetTags

SetTags sets the Tags 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 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 {

	// 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"`

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

func (DescribeTopicAccessPoliciesInput) GoString

GoString returns the string representation

func (*DescribeTopicAccessPoliciesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeTopicAccessPoliciesInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (*DescribeTopicAccessPoliciesInput) SetUserName

SetUserName sets the UserName 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"`

	AllAuthority *bool `type:"boolean" 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) SetAllAuthority

SetAllAuthority sets the AllAuthority field's value.

func (DescribeTopicAccessPoliciesOutput) String

String returns the string representation

type DescribeTopicParametersInput

type DescribeTopicParametersInput 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 (DescribeTopicParametersInput) GoString

func (s DescribeTopicParametersInput) GoString() string

GoString returns the string representation

func (*DescribeTopicParametersInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeTopicParametersInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (DescribeTopicParametersInput) String

String returns the string representation

func (*DescribeTopicParametersInput) Validate

func (s *DescribeTopicParametersInput) Validate() error

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

type DescribeTopicParametersOutput

type DescribeTopicParametersOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeTopicParametersOutput) GoString

GoString returns the string representation

func (*DescribeTopicParametersOutput) SetParameters

SetParameters sets the Parameters field's value.

func (DescribeTopicParametersOutput) String

String returns the string representation

type DescribeTopicPartitionsInput

type DescribeTopicPartitionsInput 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"`

	PartitionIds []*int32 `type:"list" json:",omitempty"`

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

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

func (DescribeTopicPartitionsInput) GoString

func (s DescribeTopicPartitionsInput) GoString() string

GoString returns the string representation

func (*DescribeTopicPartitionsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeTopicPartitionsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTopicPartitionsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTopicPartitionsInput) SetPartitionIds

SetPartitionIds sets the PartitionIds field's value.

func (*DescribeTopicPartitionsInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (*DescribeTopicPartitionsInput) SetUnderInsyncOnly

SetUnderInsyncOnly sets the UnderInsyncOnly field's value.

func (DescribeTopicPartitionsInput) String

String returns the string representation

func (*DescribeTopicPartitionsInput) Validate

func (s *DescribeTopicPartitionsInput) Validate() error

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

type DescribeTopicPartitionsOutput

type DescribeTopicPartitionsOutput struct {
	Metadata *response.ResponseMetadata

	PartitionsInfo []*PartitionsInfoForDescribeTopicPartitionsOutput `type:"list" json:",omitempty"`

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

func (DescribeTopicPartitionsOutput) GoString

GoString returns the string representation

func (*DescribeTopicPartitionsOutput) SetPartitionsInfo

SetPartitionsInfo sets the PartitionsInfo field's value.

func (*DescribeTopicPartitionsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeTopicPartitionsOutput) String

String returns the string representation

type DescribeTopicsInput

type DescribeTopicsInput 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"`

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

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

	TagFilters []*TagFilterForDescribeTopicsInput `type:"list" 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) 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) SetPartitionNumber

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

SetPartitionNumber sets the PartitionNumber field's value.

func (*DescribeTopicsInput) SetReplicaNumber

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

SetReplicaNumber sets the ReplicaNumber field's value.

func (*DescribeTopicsInput) SetTagFilters

SetTagFilters sets the TagFilters 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 DescribeUsersInput

type DescribeUsersInput 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"`

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

func (DescribeUsersInput) GoString

func (s DescribeUsersInput) GoString() string

GoString returns the string representation

func (*DescribeUsersInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*DescribeUsersInput) SetPageNumber

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

SetPageNumber sets the PageNumber field's value.

func (*DescribeUsersInput) SetPageSize

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

SetPageSize sets the PageSize field's value.

func (*DescribeUsersInput) SetUserName

func (s *DescribeUsersInput) SetUserName(v string) *DescribeUsersInput

SetUserName sets the UserName field's value.

func (DescribeUsersInput) String

func (s DescribeUsersInput) String() string

String returns the string representation

func (*DescribeUsersInput) Validate

func (s *DescribeUsersInput) Validate() error

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

type DescribeUsersOutput

type DescribeUsersOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DescribeUsersOutput) GoString

func (s DescribeUsersOutput) GoString() string

GoString returns the string representation

func (*DescribeUsersOutput) SetTotal

SetTotal sets the Total field's value.

func (*DescribeUsersOutput) SetUsersInfo

SetUsersInfo sets the UsersInfo field's value.

func (DescribeUsersOutput) String

func (s DescribeUsersOutput) 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 GroupsInfoForDescribeGroupsOutput

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

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

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

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

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

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

func (GroupsInfoForDescribeGroupsOutput) GoString

GoString returns the string representation

func (*GroupsInfoForDescribeGroupsOutput) SetBalanceAlgorithm

SetBalanceAlgorithm sets the BalanceAlgorithm field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetDescription

SetDescription sets the Description field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetProtocolType

SetProtocolType sets the ProtocolType field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetState

SetState sets the State field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetTags

SetTags sets the Tags field's value.

func (GroupsInfoForDescribeGroupsOutput) String

String returns the string representation

type InstancesInfoForDescribeInstancesOutput

type InstancesInfoForDescribeInstancesOutput struct {
	AccountId *string `type:"string" 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"`

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

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

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

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

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

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

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

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

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

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

	TagInfos []*TagInfoForDescribeInstancesOutput `type:"list" json:",omitempty"`

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

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

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

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

	UsedPartitionNumber *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) 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) 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) SetPrivateDomainOnPublic

SetPrivateDomainOnPublic sets the PrivateDomainOnPublic 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) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetTagInfos

SetTagInfos sets the TagInfos field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetTags

SetTags sets the Tags field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetUsableGroupNumber

SetUsableGroupNumber sets the UsableGroupNumber field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetUsablePartitionNumber

SetUsablePartitionNumber sets the UsablePartitionNumber field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetUsedGroupNumber

SetUsedGroupNumber sets the UsedGroupNumber field's value.

func (*InstancesInfoForDescribeInstancesOutput) SetUsedPartitionNumber

SetUsedPartitionNumber sets the UsedPartitionNumber 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 ItemForCreateMigrateSubTasksInput

type ItemForCreateMigrateSubTasksInput struct {
	Config *string `type:"string" json:",omitempty"`

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

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

func (ItemForCreateMigrateSubTasksInput) GoString

GoString returns the string representation

func (*ItemForCreateMigrateSubTasksInput) SetConfig

SetConfig sets the Config field's value.

func (*ItemForCreateMigrateSubTasksInput) SetName

SetName sets the Name field's value.

func (*ItemForCreateMigrateSubTasksInput) SetType

SetType sets the Type field's value.

func (ItemForCreateMigrateSubTasksInput) String

String returns the string representation

type ItemForVerifyMigrateSubTasksInput

type ItemForVerifyMigrateSubTasksInput struct {
	Config *string `type:"string" json:",omitempty"`

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

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

func (ItemForVerifyMigrateSubTasksInput) GoString

GoString returns the string representation

func (*ItemForVerifyMigrateSubTasksInput) SetConfig

SetConfig sets the Config field's value.

func (*ItemForVerifyMigrateSubTasksInput) SetName

SetName sets the Name field's value.

func (*ItemForVerifyMigrateSubTasksInput) SetType

SetType sets the Type field's value.

func (ItemForVerifyMigrateSubTasksInput) String

String returns the string representation

type KAFKA

type KAFKA struct {
	*client.Client
}

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

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

func New

func New(p client.ConfigProvider, cfgs ...*byteplus.Config) *KAFKA

New create int can support ssl or region locate set

func (*KAFKA) AddTagsToResource

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

AddTagsToResource API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation AddTagsToResource for usage and error information.

func (*KAFKA) AddTagsToResourceCommon

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

AddTagsToResourceCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation AddTagsToResourceCommon for usage and error information.

func (*KAFKA) AddTagsToResourceCommonRequest

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

AddTagsToResourceCommonRequest generates a "byteplus/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 (*KAFKA) AddTagsToResourceCommonWithContext

func (c *KAFKA) AddTagsToResourceCommonWithContext(ctx byteplus.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 (*KAFKA) AddTagsToResourceRequest

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

AddTagsToResourceRequest generates a "byteplus/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 (*KAFKA) AddTagsToResourceWithContext

func (c *KAFKA) AddTagsToResourceWithContext(ctx byteplus.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 (*KAFKA) AssociateAllowList

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

AssociateAllowList API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation AssociateAllowList for usage and error information.

func (*KAFKA) AssociateAllowListCommon

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

AssociateAllowListCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation AssociateAllowListCommon for usage and error information.

func (*KAFKA) AssociateAllowListCommonRequest

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

AssociateAllowListCommonRequest generates a "byteplus/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 (*KAFKA) AssociateAllowListCommonWithContext

func (c *KAFKA) AssociateAllowListCommonWithContext(ctx byteplus.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 (*KAFKA) AssociateAllowListRequest

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

AssociateAllowListRequest generates a "byteplus/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 (*KAFKA) AssociateAllowListWithContext

func (c *KAFKA) AssociateAllowListWithContext(ctx byteplus.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 (*KAFKA) CreateAcl

func (c *KAFKA) CreateAcl(input *CreateAclInput) (*CreateAclOutput, error)

CreateAcl API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateAcl for usage and error information.

func (*KAFKA) CreateAclCommon

func (c *KAFKA) CreateAclCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateAclCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateAclCommon for usage and error information.

func (*KAFKA) CreateAclCommonRequest

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

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

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

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

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

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

func (*KAFKA) CreateAclCommonWithContext

func (c *KAFKA) CreateAclCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateAclCommon 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 (*KAFKA) CreateAclRequest

func (c *KAFKA) CreateAclRequest(input *CreateAclInput) (req *request.Request, output *CreateAclOutput)

CreateAclRequest generates a "byteplus/request.Request" representing the client's request for the CreateAcl operation. The "output" return value will be populated with the CreateAclCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) CreateAclWithContext

func (c *KAFKA) CreateAclWithContext(ctx byteplus.Context, input *CreateAclInput, opts ...request.Option) (*CreateAclOutput, error)

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

See CreateAcl 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 (*KAFKA) CreateAllowList

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

CreateAllowList API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateAllowList for usage and error information.

func (*KAFKA) CreateAllowListCommon

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

CreateAllowListCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateAllowListCommon for usage and error information.

func (*KAFKA) CreateAllowListCommonRequest

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

CreateAllowListCommonRequest generates a "byteplus/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 (*KAFKA) CreateAllowListCommonWithContext

func (c *KAFKA) CreateAllowListCommonWithContext(ctx byteplus.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 (*KAFKA) CreateAllowListRequest

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

CreateAllowListRequest generates a "byteplus/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 (*KAFKA) CreateAllowListWithContext

func (c *KAFKA) CreateAllowListWithContext(ctx byteplus.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 (*KAFKA) CreateGroup

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

CreateGroup API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateGroup for usage and error information.

func (*KAFKA) CreateGroupCommon

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

CreateGroupCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateGroupCommon for usage and error information.

func (*KAFKA) CreateGroupCommonRequest

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

CreateGroupCommonRequest generates a "byteplus/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 (*KAFKA) CreateGroupCommonWithContext

func (c *KAFKA) CreateGroupCommonWithContext(ctx byteplus.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 (*KAFKA) CreateGroupRequest

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

CreateGroupRequest generates a "byteplus/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 (*KAFKA) CreateGroupWithContext

func (c *KAFKA) CreateGroupWithContext(ctx byteplus.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 (*KAFKA) CreateInstance

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

CreateInstance API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateInstance for usage and error information.

func (*KAFKA) CreateInstanceCommon

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

CreateInstanceCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateInstanceCommon for usage and error information.

func (*KAFKA) CreateInstanceCommonRequest

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

CreateInstanceCommonRequest generates a "byteplus/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 (*KAFKA) CreateInstanceCommonWithContext

func (c *KAFKA) CreateInstanceCommonWithContext(ctx byteplus.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 (*KAFKA) CreateInstanceRequest

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

CreateInstanceRequest generates a "byteplus/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 (*KAFKA) CreateInstanceWithContext

func (c *KAFKA) CreateInstanceWithContext(ctx byteplus.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 (*KAFKA) CreateMigrateSubTasks

func (c *KAFKA) CreateMigrateSubTasks(input *CreateMigrateSubTasksInput) (*CreateMigrateSubTasksOutput, error)

CreateMigrateSubTasks API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateMigrateSubTasks for usage and error information.

func (*KAFKA) CreateMigrateSubTasksCommon

func (c *KAFKA) CreateMigrateSubTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateMigrateSubTasksCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateMigrateSubTasksCommon for usage and error information.

func (*KAFKA) CreateMigrateSubTasksCommonRequest

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

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

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

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

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

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

func (*KAFKA) CreateMigrateSubTasksCommonWithContext

func (c *KAFKA) CreateMigrateSubTasksCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateMigrateSubTasksCommon 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 (*KAFKA) CreateMigrateSubTasksRequest

func (c *KAFKA) CreateMigrateSubTasksRequest(input *CreateMigrateSubTasksInput) (req *request.Request, output *CreateMigrateSubTasksOutput)

CreateMigrateSubTasksRequest generates a "byteplus/request.Request" representing the client's request for the CreateMigrateSubTasks operation. The "output" return value will be populated with the CreateMigrateSubTasksCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) CreateMigrateSubTasksWithContext

func (c *KAFKA) CreateMigrateSubTasksWithContext(ctx byteplus.Context, input *CreateMigrateSubTasksInput, opts ...request.Option) (*CreateMigrateSubTasksOutput, error)

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

See CreateMigrateSubTasks 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 (*KAFKA) CreatePublicAddress

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

CreatePublicAddress API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreatePublicAddress for usage and error information.

func (*KAFKA) CreatePublicAddressCommon

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

CreatePublicAddressCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreatePublicAddressCommon for usage and error information.

func (*KAFKA) CreatePublicAddressCommonRequest

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

CreatePublicAddressCommonRequest generates a "byteplus/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 (*KAFKA) CreatePublicAddressCommonWithContext

func (c *KAFKA) CreatePublicAddressCommonWithContext(ctx byteplus.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 (*KAFKA) CreatePublicAddressRequest

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

CreatePublicAddressRequest generates a "byteplus/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 (*KAFKA) CreatePublicAddressWithContext

func (c *KAFKA) CreatePublicAddressWithContext(ctx byteplus.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 (*KAFKA) CreateTopic

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

CreateTopic API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateTopic for usage and error information.

func (*KAFKA) CreateTopicCommon

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

CreateTopicCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateTopicCommon for usage and error information.

func (*KAFKA) CreateTopicCommonRequest

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

CreateTopicCommonRequest generates a "byteplus/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 (*KAFKA) CreateTopicCommonWithContext

func (c *KAFKA) CreateTopicCommonWithContext(ctx byteplus.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 (*KAFKA) CreateTopicRequest

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

CreateTopicRequest generates a "byteplus/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 (*KAFKA) CreateTopicWithContext

func (c *KAFKA) CreateTopicWithContext(ctx byteplus.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 (*KAFKA) CreateUser

func (c *KAFKA) CreateUser(input *CreateUserInput) (*CreateUserOutput, error)

CreateUser API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateUser for usage and error information.

func (*KAFKA) CreateUserCommon

func (c *KAFKA) CreateUserCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateUserCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation CreateUserCommon for usage and error information.

func (*KAFKA) CreateUserCommonRequest

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

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

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

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

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

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

func (*KAFKA) CreateUserCommonWithContext

func (c *KAFKA) CreateUserCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateUserCommon 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 (*KAFKA) CreateUserRequest

func (c *KAFKA) CreateUserRequest(input *CreateUserInput) (req *request.Request, output *CreateUserOutput)

CreateUserRequest generates a "byteplus/request.Request" representing the client's request for the CreateUser operation. The "output" return value will be populated with the CreateUserCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) CreateUserWithContext

func (c *KAFKA) CreateUserWithContext(ctx byteplus.Context, input *CreateUserInput, opts ...request.Option) (*CreateUserOutput, error)

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

See CreateUser 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 (*KAFKA) DeleteAcl

func (c *KAFKA) DeleteAcl(input *DeleteAclInput) (*DeleteAclOutput, error)

DeleteAcl API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteAcl for usage and error information.

func (*KAFKA) DeleteAclCommon

func (c *KAFKA) DeleteAclCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteAclCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteAclCommon for usage and error information.

func (*KAFKA) DeleteAclCommonRequest

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

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

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

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

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

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

func (*KAFKA) DeleteAclCommonWithContext

func (c *KAFKA) DeleteAclCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeleteAclCommon 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 (*KAFKA) DeleteAclRequest

func (c *KAFKA) DeleteAclRequest(input *DeleteAclInput) (req *request.Request, output *DeleteAclOutput)

DeleteAclRequest generates a "byteplus/request.Request" representing the client's request for the DeleteAcl operation. The "output" return value will be populated with the DeleteAclCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DeleteAclWithContext

func (c *KAFKA) DeleteAclWithContext(ctx byteplus.Context, input *DeleteAclInput, opts ...request.Option) (*DeleteAclOutput, error)

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

See DeleteAcl 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 (*KAFKA) DeleteAllowList

func (c *KAFKA) DeleteAllowList(input *DeleteAllowListInput) (*DeleteAllowListOutput, error)

DeleteAllowList API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteAllowList for usage and error information.

func (*KAFKA) DeleteAllowListCommon

func (c *KAFKA) DeleteAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteAllowListCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteAllowListCommon for usage and error information.

func (*KAFKA) DeleteAllowListCommonRequest

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

DeleteAllowListCommonRequest generates a "byteplus/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 (*KAFKA) DeleteAllowListCommonWithContext

func (c *KAFKA) DeleteAllowListCommonWithContext(ctx byteplus.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 (*KAFKA) DeleteAllowListRequest

func (c *KAFKA) DeleteAllowListRequest(input *DeleteAllowListInput) (req *request.Request, output *DeleteAllowListOutput)

DeleteAllowListRequest generates a "byteplus/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 (*KAFKA) DeleteAllowListWithContext

func (c *KAFKA) DeleteAllowListWithContext(ctx byteplus.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 (*KAFKA) DeleteGroup

func (c *KAFKA) DeleteGroup(input *DeleteGroupInput) (*DeleteGroupOutput, error)

DeleteGroup API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteGroup for usage and error information.

func (*KAFKA) DeleteGroupCommon

func (c *KAFKA) DeleteGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteGroupCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteGroupCommon for usage and error information.

func (*KAFKA) DeleteGroupCommonRequest

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

DeleteGroupCommonRequest generates a "byteplus/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 (*KAFKA) DeleteGroupCommonWithContext

func (c *KAFKA) DeleteGroupCommonWithContext(ctx byteplus.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 (*KAFKA) DeleteGroupRequest

func (c *KAFKA) DeleteGroupRequest(input *DeleteGroupInput) (req *request.Request, output *DeleteGroupOutput)

DeleteGroupRequest generates a "byteplus/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 (*KAFKA) DeleteGroupWithContext

func (c *KAFKA) DeleteGroupWithContext(ctx byteplus.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 (*KAFKA) DeleteInstance

func (c *KAFKA) DeleteInstance(input *DeleteInstanceInput) (*DeleteInstanceOutput, error)

DeleteInstance API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteInstance for usage and error information.

func (*KAFKA) DeleteInstanceCommon

func (c *KAFKA) DeleteInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteInstanceCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteInstanceCommon for usage and error information.

func (*KAFKA) DeleteInstanceCommonRequest

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

DeleteInstanceCommonRequest generates a "byteplus/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 (*KAFKA) DeleteInstanceCommonWithContext

func (c *KAFKA) DeleteInstanceCommonWithContext(ctx byteplus.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 (*KAFKA) DeleteInstanceRequest

func (c *KAFKA) DeleteInstanceRequest(input *DeleteInstanceInput) (req *request.Request, output *DeleteInstanceOutput)

DeleteInstanceRequest generates a "byteplus/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 (*KAFKA) DeleteInstanceWithContext

func (c *KAFKA) DeleteInstanceWithContext(ctx byteplus.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 (*KAFKA) DeletePrivateDomainFromPublic

func (c *KAFKA) DeletePrivateDomainFromPublic(input *DeletePrivateDomainFromPublicInput) (*DeletePrivateDomainFromPublicOutput, error)

DeletePrivateDomainFromPublic API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeletePrivateDomainFromPublic for usage and error information.

func (*KAFKA) DeletePrivateDomainFromPublicCommon

func (c *KAFKA) DeletePrivateDomainFromPublicCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeletePrivateDomainFromPublicCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeletePrivateDomainFromPublicCommon for usage and error information.

func (*KAFKA) DeletePrivateDomainFromPublicCommonRequest

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

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

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

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

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

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

func (*KAFKA) DeletePrivateDomainFromPublicCommonWithContext

func (c *KAFKA) DeletePrivateDomainFromPublicCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeletePrivateDomainFromPublicCommon 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 (*KAFKA) DeletePrivateDomainFromPublicRequest

func (c *KAFKA) DeletePrivateDomainFromPublicRequest(input *DeletePrivateDomainFromPublicInput) (req *request.Request, output *DeletePrivateDomainFromPublicOutput)

DeletePrivateDomainFromPublicRequest generates a "byteplus/request.Request" representing the client's request for the DeletePrivateDomainFromPublic operation. The "output" return value will be populated with the DeletePrivateDomainFromPublicCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DeletePrivateDomainFromPublicWithContext

func (c *KAFKA) DeletePrivateDomainFromPublicWithContext(ctx byteplus.Context, input *DeletePrivateDomainFromPublicInput, opts ...request.Option) (*DeletePrivateDomainFromPublicOutput, error)

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

See DeletePrivateDomainFromPublic 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 (*KAFKA) DeletePublicAddress

func (c *KAFKA) DeletePublicAddress(input *DeletePublicAddressInput) (*DeletePublicAddressOutput, error)

DeletePublicAddress API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeletePublicAddress for usage and error information.

func (*KAFKA) DeletePublicAddressCommon

func (c *KAFKA) DeletePublicAddressCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeletePublicAddressCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeletePublicAddressCommon for usage and error information.

func (*KAFKA) DeletePublicAddressCommonRequest

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

DeletePublicAddressCommonRequest generates a "byteplus/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 (*KAFKA) DeletePublicAddressCommonWithContext

func (c *KAFKA) DeletePublicAddressCommonWithContext(ctx byteplus.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 (*KAFKA) DeletePublicAddressRequest

func (c *KAFKA) DeletePublicAddressRequest(input *DeletePublicAddressInput) (req *request.Request, output *DeletePublicAddressOutput)

DeletePublicAddressRequest generates a "byteplus/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 (*KAFKA) DeletePublicAddressWithContext

func (c *KAFKA) DeletePublicAddressWithContext(ctx byteplus.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 (*KAFKA) DeleteTopic

func (c *KAFKA) DeleteTopic(input *DeleteTopicInput) (*DeleteTopicOutput, error)

DeleteTopic API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteTopic for usage and error information.

func (*KAFKA) DeleteTopicCommon

func (c *KAFKA) DeleteTopicCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTopicCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteTopicCommon for usage and error information.

func (*KAFKA) DeleteTopicCommonRequest

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

DeleteTopicCommonRequest generates a "byteplus/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 (*KAFKA) DeleteTopicCommonWithContext

func (c *KAFKA) DeleteTopicCommonWithContext(ctx byteplus.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 (*KAFKA) DeleteTopicRequest

func (c *KAFKA) DeleteTopicRequest(input *DeleteTopicInput) (req *request.Request, output *DeleteTopicOutput)

DeleteTopicRequest generates a "byteplus/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 (*KAFKA) DeleteTopicWithContext

func (c *KAFKA) DeleteTopicWithContext(ctx byteplus.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 (*KAFKA) DeleteUser

func (c *KAFKA) DeleteUser(input *DeleteUserInput) (*DeleteUserOutput, error)

DeleteUser API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteUser for usage and error information.

func (*KAFKA) DeleteUserCommon

func (c *KAFKA) DeleteUserCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteUserCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DeleteUserCommon for usage and error information.

func (*KAFKA) DeleteUserCommonRequest

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

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

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

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

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

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

func (*KAFKA) DeleteUserCommonWithContext

func (c *KAFKA) DeleteUserCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeleteUserCommon 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 (*KAFKA) DeleteUserRequest

func (c *KAFKA) DeleteUserRequest(input *DeleteUserInput) (req *request.Request, output *DeleteUserOutput)

DeleteUserRequest generates a "byteplus/request.Request" representing the client's request for the DeleteUser operation. The "output" return value will be populated with the DeleteUserCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DeleteUserWithContext

func (c *KAFKA) DeleteUserWithContext(ctx byteplus.Context, input *DeleteUserInput, opts ...request.Option) (*DeleteUserOutput, error)

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

See DeleteUser 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 (*KAFKA) DescribeAcls

func (c *KAFKA) DescribeAcls(input *DescribeAclsInput) (*DescribeAclsOutput, error)

DescribeAcls API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeAcls for usage and error information.

func (*KAFKA) DescribeAclsCommon

func (c *KAFKA) DescribeAclsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAclsCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeAclsCommon for usage and error information.

func (*KAFKA) DescribeAclsCommonRequest

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

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

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

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

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

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

func (*KAFKA) DescribeAclsCommonWithContext

func (c *KAFKA) DescribeAclsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeAclsCommon 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 (*KAFKA) DescribeAclsRequest

func (c *KAFKA) DescribeAclsRequest(input *DescribeAclsInput) (req *request.Request, output *DescribeAclsOutput)

DescribeAclsRequest generates a "byteplus/request.Request" representing the client's request for the DescribeAcls operation. The "output" return value will be populated with the DescribeAclsCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeAclsWithContext

func (c *KAFKA) DescribeAclsWithContext(ctx byteplus.Context, input *DescribeAclsInput, opts ...request.Option) (*DescribeAclsOutput, error)

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

See DescribeAcls 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 (*KAFKA) DescribeAllowListDetail

func (c *KAFKA) DescribeAllowListDetail(input *DescribeAllowListDetailInput) (*DescribeAllowListDetailOutput, error)

DescribeAllowListDetail API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeAllowListDetail for usage and error information.

func (*KAFKA) DescribeAllowListDetailCommon

func (c *KAFKA) DescribeAllowListDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAllowListDetailCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeAllowListDetailCommon for usage and error information.

func (*KAFKA) DescribeAllowListDetailCommonRequest

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

DescribeAllowListDetailCommonRequest generates a "byteplus/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 (*KAFKA) DescribeAllowListDetailCommonWithContext

func (c *KAFKA) DescribeAllowListDetailCommonWithContext(ctx byteplus.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 (*KAFKA) DescribeAllowListDetailRequest

func (c *KAFKA) DescribeAllowListDetailRequest(input *DescribeAllowListDetailInput) (req *request.Request, output *DescribeAllowListDetailOutput)

DescribeAllowListDetailRequest generates a "byteplus/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 (*KAFKA) DescribeAllowListDetailWithContext

func (c *KAFKA) DescribeAllowListDetailWithContext(ctx byteplus.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 (*KAFKA) DescribeAllowLists

func (c *KAFKA) DescribeAllowLists(input *DescribeAllowListsInput) (*DescribeAllowListsOutput, error)

DescribeAllowLists API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeAllowLists for usage and error information.

func (*KAFKA) DescribeAllowListsCommon

func (c *KAFKA) DescribeAllowListsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAllowListsCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeAllowListsCommon for usage and error information.

func (*KAFKA) DescribeAllowListsCommonRequest

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

DescribeAllowListsCommonRequest generates a "byteplus/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 (*KAFKA) DescribeAllowListsCommonWithContext

func (c *KAFKA) DescribeAllowListsCommonWithContext(ctx byteplus.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 (*KAFKA) DescribeAllowListsRequest

func (c *KAFKA) DescribeAllowListsRequest(input *DescribeAllowListsInput) (req *request.Request, output *DescribeAllowListsOutput)

DescribeAllowListsRequest generates a "byteplus/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 (*KAFKA) DescribeAllowListsWithContext

func (c *KAFKA) DescribeAllowListsWithContext(ctx byteplus.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 (*KAFKA) DescribeAvailabilityZones

func (c *KAFKA) DescribeAvailabilityZones(input *DescribeAvailabilityZonesInput) (*DescribeAvailabilityZonesOutput, error)

DescribeAvailabilityZones API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeAvailabilityZones for usage and error information.

func (*KAFKA) DescribeAvailabilityZonesCommon

func (c *KAFKA) DescribeAvailabilityZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAvailabilityZonesCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeAvailabilityZonesCommon for usage and error information.

func (*KAFKA) DescribeAvailabilityZonesCommonRequest

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

DescribeAvailabilityZonesCommonRequest generates a "byteplus/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 (*KAFKA) DescribeAvailabilityZonesCommonWithContext

func (c *KAFKA) DescribeAvailabilityZonesCommonWithContext(ctx byteplus.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 (*KAFKA) DescribeAvailabilityZonesRequest

func (c *KAFKA) DescribeAvailabilityZonesRequest(input *DescribeAvailabilityZonesInput) (req *request.Request, output *DescribeAvailabilityZonesOutput)

DescribeAvailabilityZonesRequest generates a "byteplus/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 (*KAFKA) DescribeAvailabilityZonesWithContext

func (c *KAFKA) DescribeAvailabilityZonesWithContext(ctx byteplus.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 (*KAFKA) DescribeConsumedPartitions

func (c *KAFKA) DescribeConsumedPartitions(input *DescribeConsumedPartitionsInput) (*DescribeConsumedPartitionsOutput, error)

DescribeConsumedPartitions API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeConsumedPartitions for usage and error information.

func (*KAFKA) DescribeConsumedPartitionsCommon

func (c *KAFKA) DescribeConsumedPartitionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeConsumedPartitionsCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeConsumedPartitionsCommon for usage and error information.

func (*KAFKA) DescribeConsumedPartitionsCommonRequest

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

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

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

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

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

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

func (*KAFKA) DescribeConsumedPartitionsCommonWithContext

func (c *KAFKA) DescribeConsumedPartitionsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeConsumedPartitionsCommon 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 (*KAFKA) DescribeConsumedPartitionsRequest

func (c *KAFKA) DescribeConsumedPartitionsRequest(input *DescribeConsumedPartitionsInput) (req *request.Request, output *DescribeConsumedPartitionsOutput)

DescribeConsumedPartitionsRequest generates a "byteplus/request.Request" representing the client's request for the DescribeConsumedPartitions operation. The "output" return value will be populated with the DescribeConsumedPartitionsCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeConsumedPartitionsWithContext

func (c *KAFKA) DescribeConsumedPartitionsWithContext(ctx byteplus.Context, input *DescribeConsumedPartitionsInput, opts ...request.Option) (*DescribeConsumedPartitionsOutput, error)

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

See DescribeConsumedPartitions 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 (*KAFKA) DescribeConsumedTopics

func (c *KAFKA) DescribeConsumedTopics(input *DescribeConsumedTopicsInput) (*DescribeConsumedTopicsOutput, error)

DescribeConsumedTopics API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeConsumedTopics for usage and error information.

func (*KAFKA) DescribeConsumedTopicsCommon

func (c *KAFKA) DescribeConsumedTopicsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeConsumedTopicsCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeConsumedTopicsCommon for usage and error information.

func (*KAFKA) DescribeConsumedTopicsCommonRequest

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

DescribeConsumedTopicsCommonRequest generates a "byteplus/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 (*KAFKA) DescribeConsumedTopicsCommonWithContext

func (c *KAFKA) DescribeConsumedTopicsCommonWithContext(ctx byteplus.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 (*KAFKA) DescribeConsumedTopicsRequest

func (c *KAFKA) DescribeConsumedTopicsRequest(input *DescribeConsumedTopicsInput) (req *request.Request, output *DescribeConsumedTopicsOutput)

DescribeConsumedTopicsRequest generates a "byteplus/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 (*KAFKA) DescribeConsumedTopicsWithContext

func (c *KAFKA) DescribeConsumedTopicsWithContext(ctx byteplus.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 (*KAFKA) DescribeGroups

func (c *KAFKA) DescribeGroups(input *DescribeGroupsInput) (*DescribeGroupsOutput, error)

DescribeGroups API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeGroups for usage and error information.

func (*KAFKA) DescribeGroupsCommon

func (c *KAFKA) DescribeGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeGroupsCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeGroupsCommon for usage and error information.

func (*KAFKA) DescribeGroupsCommonRequest

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

DescribeGroupsCommonRequest generates a "byteplus/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 (*KAFKA) DescribeGroupsCommonWithContext

func (c *KAFKA) DescribeGroupsCommonWithContext(ctx byteplus.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 (*KAFKA) DescribeGroupsRequest

func (c *KAFKA) DescribeGroupsRequest(input *DescribeGroupsInput) (req *request.Request, output *DescribeGroupsOutput)

DescribeGroupsRequest generates a "byteplus/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 (*KAFKA) DescribeGroupsWithContext

func (c *KAFKA) DescribeGroupsWithContext(ctx byteplus.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 (*KAFKA) DescribeInstanceDetail

func (c *KAFKA) DescribeInstanceDetail(input *DescribeInstanceDetailInput) (*DescribeInstanceDetailOutput, error)

DescribeInstanceDetail API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeInstanceDetail for usage and error information.

func (*KAFKA) DescribeInstanceDetailCommon

func (c *KAFKA) DescribeInstanceDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeInstanceDetailCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeInstanceDetailCommon for usage and error information.

func (*KAFKA) DescribeInstanceDetailCommonRequest

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

DescribeInstanceDetailCommonRequest generates a "byteplus/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 (*KAFKA) DescribeInstanceDetailCommonWithContext

func (c *KAFKA) DescribeInstanceDetailCommonWithContext(ctx byteplus.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 (*KAFKA) DescribeInstanceDetailRequest

func (c *KAFKA) DescribeInstanceDetailRequest(input *DescribeInstanceDetailInput) (req *request.Request, output *DescribeInstanceDetailOutput)

DescribeInstanceDetailRequest generates a "byteplus/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 (*KAFKA) DescribeInstanceDetailWithContext

func (c *KAFKA) DescribeInstanceDetailWithContext(ctx byteplus.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 (*KAFKA) DescribeInstances

func (c *KAFKA) DescribeInstances(input *DescribeInstancesInput) (*DescribeInstancesOutput, error)

DescribeInstances API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeInstances for usage and error information.

func (*KAFKA) DescribeInstancesCommon

func (c *KAFKA) DescribeInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeInstancesCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeInstancesCommon for usage and error information.

func (*KAFKA) DescribeInstancesCommonRequest

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

DescribeInstancesCommonRequest generates a "byteplus/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 (*KAFKA) DescribeInstancesCommonWithContext

func (c *KAFKA) DescribeInstancesCommonWithContext(ctx byteplus.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 (*KAFKA) DescribeInstancesRequest

func (c *KAFKA) DescribeInstancesRequest(input *DescribeInstancesInput) (req *request.Request, output *DescribeInstancesOutput)

DescribeInstancesRequest generates a "byteplus/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 (*KAFKA) DescribeInstancesWithContext

func (c *KAFKA) DescribeInstancesWithContext(ctx byteplus.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 (*KAFKA) DescribeRegions

func (c *KAFKA) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)

DescribeRegions API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeRegions for usage and error information.

func (*KAFKA) DescribeRegionsCommon

func (c *KAFKA) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeRegionsCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeRegionsCommon for usage and error information.

func (*KAFKA) DescribeRegionsCommonRequest

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

DescribeRegionsCommonRequest generates a "byteplus/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 (*KAFKA) DescribeRegionsCommonWithContext

func (c *KAFKA) DescribeRegionsCommonWithContext(ctx byteplus.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 (*KAFKA) DescribeRegionsRequest

func (c *KAFKA) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)

DescribeRegionsRequest generates a "byteplus/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 (*KAFKA) DescribeRegionsWithContext

func (c *KAFKA) DescribeRegionsWithContext(ctx byteplus.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 (*KAFKA) DescribeTagsByResource

func (c *KAFKA) DescribeTagsByResource(input *DescribeTagsByResourceInput) (*DescribeTagsByResourceOutput, error)

DescribeTagsByResource API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeTagsByResource for usage and error information.

func (*KAFKA) DescribeTagsByResourceCommon

func (c *KAFKA) DescribeTagsByResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTagsByResourceCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeTagsByResourceCommon for usage and error information.

func (*KAFKA) DescribeTagsByResourceCommonRequest

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

DescribeTagsByResourceCommonRequest generates a "byteplus/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 (*KAFKA) DescribeTagsByResourceCommonWithContext

func (c *KAFKA) DescribeTagsByResourceCommonWithContext(ctx byteplus.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 (*KAFKA) DescribeTagsByResourceRequest

func (c *KAFKA) DescribeTagsByResourceRequest(input *DescribeTagsByResourceInput) (req *request.Request, output *DescribeTagsByResourceOutput)

DescribeTagsByResourceRequest generates a "byteplus/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 (*KAFKA) DescribeTagsByResourceWithContext

func (c *KAFKA) DescribeTagsByResourceWithContext(ctx byteplus.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 (*KAFKA) DescribeTopicAccessPolicies

func (c *KAFKA) DescribeTopicAccessPolicies(input *DescribeTopicAccessPoliciesInput) (*DescribeTopicAccessPoliciesOutput, error)

DescribeTopicAccessPolicies API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeTopicAccessPolicies for usage and error information.

func (*KAFKA) DescribeTopicAccessPoliciesCommon

func (c *KAFKA) DescribeTopicAccessPoliciesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTopicAccessPoliciesCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeTopicAccessPoliciesCommon for usage and error information.

func (*KAFKA) DescribeTopicAccessPoliciesCommonRequest

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

DescribeTopicAccessPoliciesCommonRequest generates a "byteplus/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 (*KAFKA) DescribeTopicAccessPoliciesCommonWithContext

func (c *KAFKA) DescribeTopicAccessPoliciesCommonWithContext(ctx byteplus.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 (*KAFKA) DescribeTopicAccessPoliciesRequest

func (c *KAFKA) DescribeTopicAccessPoliciesRequest(input *DescribeTopicAccessPoliciesInput) (req *request.Request, output *DescribeTopicAccessPoliciesOutput)

DescribeTopicAccessPoliciesRequest generates a "byteplus/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 (*KAFKA) DescribeTopicAccessPoliciesWithContext

func (c *KAFKA) DescribeTopicAccessPoliciesWithContext(ctx byteplus.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 (*KAFKA) DescribeTopicParameters

func (c *KAFKA) DescribeTopicParameters(input *DescribeTopicParametersInput) (*DescribeTopicParametersOutput, error)

DescribeTopicParameters API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeTopicParameters for usage and error information.

func (*KAFKA) DescribeTopicParametersCommon

func (c *KAFKA) DescribeTopicParametersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTopicParametersCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeTopicParametersCommon for usage and error information.

func (*KAFKA) DescribeTopicParametersCommonRequest

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

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

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

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

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

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

func (*KAFKA) DescribeTopicParametersCommonWithContext

func (c *KAFKA) DescribeTopicParametersCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeTopicParametersCommon 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 (*KAFKA) DescribeTopicParametersRequest

func (c *KAFKA) DescribeTopicParametersRequest(input *DescribeTopicParametersInput) (req *request.Request, output *DescribeTopicParametersOutput)

DescribeTopicParametersRequest generates a "byteplus/request.Request" representing the client's request for the DescribeTopicParameters operation. The "output" return value will be populated with the DescribeTopicParametersCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeTopicParametersWithContext

func (c *KAFKA) DescribeTopicParametersWithContext(ctx byteplus.Context, input *DescribeTopicParametersInput, opts ...request.Option) (*DescribeTopicParametersOutput, error)

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

See DescribeTopicParameters 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 (*KAFKA) DescribeTopicPartitions

func (c *KAFKA) DescribeTopicPartitions(input *DescribeTopicPartitionsInput) (*DescribeTopicPartitionsOutput, error)

DescribeTopicPartitions API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeTopicPartitions for usage and error information.

func (*KAFKA) DescribeTopicPartitionsCommon

func (c *KAFKA) DescribeTopicPartitionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTopicPartitionsCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeTopicPartitionsCommon for usage and error information.

func (*KAFKA) DescribeTopicPartitionsCommonRequest

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

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

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

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

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

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

func (*KAFKA) DescribeTopicPartitionsCommonWithContext

func (c *KAFKA) DescribeTopicPartitionsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeTopicPartitionsCommon 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 (*KAFKA) DescribeTopicPartitionsRequest

func (c *KAFKA) DescribeTopicPartitionsRequest(input *DescribeTopicPartitionsInput) (req *request.Request, output *DescribeTopicPartitionsOutput)

DescribeTopicPartitionsRequest generates a "byteplus/request.Request" representing the client's request for the DescribeTopicPartitions operation. The "output" return value will be populated with the DescribeTopicPartitionsCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeTopicPartitionsWithContext

func (c *KAFKA) DescribeTopicPartitionsWithContext(ctx byteplus.Context, input *DescribeTopicPartitionsInput, opts ...request.Option) (*DescribeTopicPartitionsOutput, error)

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

See DescribeTopicPartitions 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 (*KAFKA) DescribeTopics

func (c *KAFKA) DescribeTopics(input *DescribeTopicsInput) (*DescribeTopicsOutput, error)

DescribeTopics API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeTopics for usage and error information.

func (*KAFKA) DescribeTopicsCommon

func (c *KAFKA) DescribeTopicsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTopicsCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeTopicsCommon for usage and error information.

func (*KAFKA) DescribeTopicsCommonRequest

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

DescribeTopicsCommonRequest generates a "byteplus/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 (*KAFKA) DescribeTopicsCommonWithContext

func (c *KAFKA) DescribeTopicsCommonWithContext(ctx byteplus.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 (*KAFKA) DescribeTopicsRequest

func (c *KAFKA) DescribeTopicsRequest(input *DescribeTopicsInput) (req *request.Request, output *DescribeTopicsOutput)

DescribeTopicsRequest generates a "byteplus/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 (*KAFKA) DescribeTopicsWithContext

func (c *KAFKA) DescribeTopicsWithContext(ctx byteplus.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 (*KAFKA) DescribeUsers

func (c *KAFKA) DescribeUsers(input *DescribeUsersInput) (*DescribeUsersOutput, error)

DescribeUsers API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeUsers for usage and error information.

func (*KAFKA) DescribeUsersCommon

func (c *KAFKA) DescribeUsersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeUsersCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DescribeUsersCommon for usage and error information.

func (*KAFKA) DescribeUsersCommonRequest

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

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

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

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

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

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

func (*KAFKA) DescribeUsersCommonWithContext

func (c *KAFKA) DescribeUsersCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeUsersCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KAFKA) DescribeUsersRequest

func (c *KAFKA) DescribeUsersRequest(input *DescribeUsersInput) (req *request.Request, output *DescribeUsersOutput)

DescribeUsersRequest generates a "byteplus/request.Request" representing the client's request for the DescribeUsers operation. The "output" return value will be populated with the DescribeUsersCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeUsersWithContext

func (c *KAFKA) DescribeUsersWithContext(ctx byteplus.Context, input *DescribeUsersInput, opts ...request.Option) (*DescribeUsersOutput, error)

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

See DescribeUsers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KAFKA) DisassociateAllowList

func (c *KAFKA) DisassociateAllowList(input *DisassociateAllowListInput) (*DisassociateAllowListOutput, error)

DisassociateAllowList API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DisassociateAllowList for usage and error information.

func (*KAFKA) DisassociateAllowListCommon

func (c *KAFKA) DisassociateAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DisassociateAllowListCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation DisassociateAllowListCommon for usage and error information.

func (*KAFKA) DisassociateAllowListCommonRequest

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

DisassociateAllowListCommonRequest generates a "byteplus/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 (*KAFKA) DisassociateAllowListCommonWithContext

func (c *KAFKA) DisassociateAllowListCommonWithContext(ctx byteplus.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 (*KAFKA) DisassociateAllowListRequest

func (c *KAFKA) DisassociateAllowListRequest(input *DisassociateAllowListInput) (req *request.Request, output *DisassociateAllowListOutput)

DisassociateAllowListRequest generates a "byteplus/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 (*KAFKA) DisassociateAllowListWithContext

func (c *KAFKA) DisassociateAllowListWithContext(ctx byteplus.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 (*KAFKA) ModifyAllowList

func (c *KAFKA) ModifyAllowList(input *ModifyAllowListInput) (*ModifyAllowListOutput, error)

ModifyAllowList API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyAllowList for usage and error information.

func (*KAFKA) ModifyAllowListCommon

func (c *KAFKA) ModifyAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyAllowListCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyAllowListCommon for usage and error information.

func (*KAFKA) ModifyAllowListCommonRequest

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

ModifyAllowListCommonRequest generates a "byteplus/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 (*KAFKA) ModifyAllowListCommonWithContext

func (c *KAFKA) ModifyAllowListCommonWithContext(ctx byteplus.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 (*KAFKA) ModifyAllowListRequest

func (c *KAFKA) ModifyAllowListRequest(input *ModifyAllowListInput) (req *request.Request, output *ModifyAllowListOutput)

ModifyAllowListRequest generates a "byteplus/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 (*KAFKA) ModifyAllowListWithContext

func (c *KAFKA) ModifyAllowListWithContext(ctx byteplus.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 (*KAFKA) ModifyGroup

func (c *KAFKA) ModifyGroup(input *ModifyGroupInput) (*ModifyGroupOutput, error)

ModifyGroup API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyGroup for usage and error information.

func (*KAFKA) ModifyGroupCommon

func (c *KAFKA) ModifyGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyGroupCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyGroupCommon for usage and error information.

func (*KAFKA) ModifyGroupCommonRequest

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

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

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

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

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

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

func (*KAFKA) ModifyGroupCommonWithContext

func (c *KAFKA) ModifyGroupCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See ModifyGroupCommon 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 (*KAFKA) ModifyGroupRequest

func (c *KAFKA) ModifyGroupRequest(input *ModifyGroupInput) (req *request.Request, output *ModifyGroupOutput)

ModifyGroupRequest generates a "byteplus/request.Request" representing the client's request for the ModifyGroup operation. The "output" return value will be populated with the ModifyGroupCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) ModifyGroupWithContext

func (c *KAFKA) ModifyGroupWithContext(ctx byteplus.Context, input *ModifyGroupInput, opts ...request.Option) (*ModifyGroupOutput, error)

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

See ModifyGroup 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 (*KAFKA) ModifyInstanceAttributes

func (c *KAFKA) ModifyInstanceAttributes(input *ModifyInstanceAttributesInput) (*ModifyInstanceAttributesOutput, error)

ModifyInstanceAttributes API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyInstanceAttributes for usage and error information.

func (*KAFKA) ModifyInstanceAttributesCommon

func (c *KAFKA) ModifyInstanceAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyInstanceAttributesCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyInstanceAttributesCommon for usage and error information.

func (*KAFKA) ModifyInstanceAttributesCommonRequest

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

ModifyInstanceAttributesCommonRequest generates a "byteplus/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 (*KAFKA) ModifyInstanceAttributesCommonWithContext

func (c *KAFKA) ModifyInstanceAttributesCommonWithContext(ctx byteplus.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 (*KAFKA) ModifyInstanceAttributesRequest

func (c *KAFKA) ModifyInstanceAttributesRequest(input *ModifyInstanceAttributesInput) (req *request.Request, output *ModifyInstanceAttributesOutput)

ModifyInstanceAttributesRequest generates a "byteplus/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 (*KAFKA) ModifyInstanceAttributesWithContext

func (c *KAFKA) ModifyInstanceAttributesWithContext(ctx byteplus.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 (*KAFKA) ModifyInstanceChargeType

func (c *KAFKA) ModifyInstanceChargeType(input *ModifyInstanceChargeTypeInput) (*ModifyInstanceChargeTypeOutput, error)

ModifyInstanceChargeType API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyInstanceChargeType for usage and error information.

func (*KAFKA) ModifyInstanceChargeTypeCommon

func (c *KAFKA) ModifyInstanceChargeTypeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyInstanceChargeTypeCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyInstanceChargeTypeCommon for usage and error information.

func (*KAFKA) ModifyInstanceChargeTypeCommonRequest

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

ModifyInstanceChargeTypeCommonRequest generates a "byteplus/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 (*KAFKA) ModifyInstanceChargeTypeCommonWithContext

func (c *KAFKA) ModifyInstanceChargeTypeCommonWithContext(ctx byteplus.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 (*KAFKA) ModifyInstanceChargeTypeRequest

func (c *KAFKA) ModifyInstanceChargeTypeRequest(input *ModifyInstanceChargeTypeInput) (req *request.Request, output *ModifyInstanceChargeTypeOutput)

ModifyInstanceChargeTypeRequest generates a "byteplus/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 (*KAFKA) ModifyInstanceChargeTypeWithContext

func (c *KAFKA) ModifyInstanceChargeTypeWithContext(ctx byteplus.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 (*KAFKA) ModifyInstanceParameters

func (c *KAFKA) ModifyInstanceParameters(input *ModifyInstanceParametersInput) (*ModifyInstanceParametersOutput, error)

ModifyInstanceParameters API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyInstanceParameters for usage and error information.

func (*KAFKA) ModifyInstanceParametersCommon

func (c *KAFKA) ModifyInstanceParametersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyInstanceParametersCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyInstanceParametersCommon for usage and error information.

func (*KAFKA) ModifyInstanceParametersCommonRequest

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

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

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

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

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

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

func (*KAFKA) ModifyInstanceParametersCommonWithContext

func (c *KAFKA) ModifyInstanceParametersCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See ModifyInstanceParametersCommon 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 (*KAFKA) ModifyInstanceParametersRequest

func (c *KAFKA) ModifyInstanceParametersRequest(input *ModifyInstanceParametersInput) (req *request.Request, output *ModifyInstanceParametersOutput)

ModifyInstanceParametersRequest generates a "byteplus/request.Request" representing the client's request for the ModifyInstanceParameters operation. The "output" return value will be populated with the ModifyInstanceParametersCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) ModifyInstanceParametersWithContext

func (c *KAFKA) ModifyInstanceParametersWithContext(ctx byteplus.Context, input *ModifyInstanceParametersInput, opts ...request.Option) (*ModifyInstanceParametersOutput, error)

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

See ModifyInstanceParameters 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 (*KAFKA) ModifyInstanceSpec

func (c *KAFKA) ModifyInstanceSpec(input *ModifyInstanceSpecInput) (*ModifyInstanceSpecOutput, error)

ModifyInstanceSpec API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyInstanceSpec for usage and error information.

func (*KAFKA) ModifyInstanceSpecCommon

func (c *KAFKA) ModifyInstanceSpecCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyInstanceSpecCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyInstanceSpecCommon for usage and error information.

func (*KAFKA) ModifyInstanceSpecCommonRequest

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

ModifyInstanceSpecCommonRequest generates a "byteplus/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 (*KAFKA) ModifyInstanceSpecCommonWithContext

func (c *KAFKA) ModifyInstanceSpecCommonWithContext(ctx byteplus.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 (*KAFKA) ModifyInstanceSpecRequest

func (c *KAFKA) ModifyInstanceSpecRequest(input *ModifyInstanceSpecInput) (req *request.Request, output *ModifyInstanceSpecOutput)

ModifyInstanceSpecRequest generates a "byteplus/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 (*KAFKA) ModifyInstanceSpecWithContext

func (c *KAFKA) ModifyInstanceSpecWithContext(ctx byteplus.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 (*KAFKA) ModifyTopicAccessPolicies

func (c *KAFKA) ModifyTopicAccessPolicies(input *ModifyTopicAccessPoliciesInput) (*ModifyTopicAccessPoliciesOutput, error)

ModifyTopicAccessPolicies API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyTopicAccessPolicies for usage and error information.

func (*KAFKA) ModifyTopicAccessPoliciesCommon

func (c *KAFKA) ModifyTopicAccessPoliciesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTopicAccessPoliciesCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyTopicAccessPoliciesCommon for usage and error information.

func (*KAFKA) ModifyTopicAccessPoliciesCommonRequest

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

ModifyTopicAccessPoliciesCommonRequest generates a "byteplus/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 (*KAFKA) ModifyTopicAccessPoliciesCommonWithContext

func (c *KAFKA) ModifyTopicAccessPoliciesCommonWithContext(ctx byteplus.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 (*KAFKA) ModifyTopicAccessPoliciesRequest

func (c *KAFKA) ModifyTopicAccessPoliciesRequest(input *ModifyTopicAccessPoliciesInput) (req *request.Request, output *ModifyTopicAccessPoliciesOutput)

ModifyTopicAccessPoliciesRequest generates a "byteplus/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 (*KAFKA) ModifyTopicAccessPoliciesWithContext

func (c *KAFKA) ModifyTopicAccessPoliciesWithContext(ctx byteplus.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 (*KAFKA) ModifyTopicAttributes

func (c *KAFKA) ModifyTopicAttributes(input *ModifyTopicAttributesInput) (*ModifyTopicAttributesOutput, error)

ModifyTopicAttributes API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyTopicAttributes for usage and error information.

func (*KAFKA) ModifyTopicAttributesCommon

func (c *KAFKA) ModifyTopicAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTopicAttributesCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyTopicAttributesCommon for usage and error information.

func (*KAFKA) ModifyTopicAttributesCommonRequest

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

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

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

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

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

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

func (*KAFKA) ModifyTopicAttributesCommonWithContext

func (c *KAFKA) ModifyTopicAttributesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See ModifyTopicAttributesCommon 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 (*KAFKA) ModifyTopicAttributesRequest

func (c *KAFKA) ModifyTopicAttributesRequest(input *ModifyTopicAttributesInput) (req *request.Request, output *ModifyTopicAttributesOutput)

ModifyTopicAttributesRequest generates a "byteplus/request.Request" representing the client's request for the ModifyTopicAttributes operation. The "output" return value will be populated with the ModifyTopicAttributesCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) ModifyTopicAttributesWithContext

func (c *KAFKA) ModifyTopicAttributesWithContext(ctx byteplus.Context, input *ModifyTopicAttributesInput, opts ...request.Option) (*ModifyTopicAttributesOutput, error)

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

See ModifyTopicAttributes 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 (*KAFKA) ModifyTopicParameters

func (c *KAFKA) ModifyTopicParameters(input *ModifyTopicParametersInput) (*ModifyTopicParametersOutput, error)

ModifyTopicParameters API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyTopicParameters for usage and error information.

func (*KAFKA) ModifyTopicParametersCommon

func (c *KAFKA) ModifyTopicParametersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTopicParametersCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyTopicParametersCommon for usage and error information.

func (*KAFKA) ModifyTopicParametersCommonRequest

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

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

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

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

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

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

func (*KAFKA) ModifyTopicParametersCommonWithContext

func (c *KAFKA) ModifyTopicParametersCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See ModifyTopicParametersCommon 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 (*KAFKA) ModifyTopicParametersRequest

func (c *KAFKA) ModifyTopicParametersRequest(input *ModifyTopicParametersInput) (req *request.Request, output *ModifyTopicParametersOutput)

ModifyTopicParametersRequest generates a "byteplus/request.Request" representing the client's request for the ModifyTopicParameters operation. The "output" return value will be populated with the ModifyTopicParametersCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) ModifyTopicParametersWithContext

func (c *KAFKA) ModifyTopicParametersWithContext(ctx byteplus.Context, input *ModifyTopicParametersInput, opts ...request.Option) (*ModifyTopicParametersOutput, error)

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

See ModifyTopicParameters 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 (*KAFKA) ModifyUserAuthority

func (c *KAFKA) ModifyUserAuthority(input *ModifyUserAuthorityInput) (*ModifyUserAuthorityOutput, error)

ModifyUserAuthority API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyUserAuthority for usage and error information.

func (*KAFKA) ModifyUserAuthorityCommon

func (c *KAFKA) ModifyUserAuthorityCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyUserAuthorityCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyUserAuthorityCommon for usage and error information.

func (*KAFKA) ModifyUserAuthorityCommonRequest

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

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

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

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

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

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

func (*KAFKA) ModifyUserAuthorityCommonWithContext

func (c *KAFKA) ModifyUserAuthorityCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See ModifyUserAuthorityCommon 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 (*KAFKA) ModifyUserAuthorityRequest

func (c *KAFKA) ModifyUserAuthorityRequest(input *ModifyUserAuthorityInput) (req *request.Request, output *ModifyUserAuthorityOutput)

ModifyUserAuthorityRequest generates a "byteplus/request.Request" representing the client's request for the ModifyUserAuthority operation. The "output" return value will be populated with the ModifyUserAuthorityCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) ModifyUserAuthorityWithContext

func (c *KAFKA) ModifyUserAuthorityWithContext(ctx byteplus.Context, input *ModifyUserAuthorityInput, opts ...request.Option) (*ModifyUserAuthorityOutput, error)

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

See ModifyUserAuthority 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 (*KAFKA) ModifyUserPassword

func (c *KAFKA) ModifyUserPassword(input *ModifyUserPasswordInput) (*ModifyUserPasswordOutput, error)

ModifyUserPassword API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyUserPassword for usage and error information.

func (*KAFKA) ModifyUserPasswordCommon

func (c *KAFKA) ModifyUserPasswordCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyUserPasswordCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ModifyUserPasswordCommon for usage and error information.

func (*KAFKA) ModifyUserPasswordCommonRequest

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

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

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

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

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

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

func (*KAFKA) ModifyUserPasswordCommonWithContext

func (c *KAFKA) ModifyUserPasswordCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See ModifyUserPasswordCommon 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 (*KAFKA) ModifyUserPasswordRequest

func (c *KAFKA) ModifyUserPasswordRequest(input *ModifyUserPasswordInput) (req *request.Request, output *ModifyUserPasswordOutput)

ModifyUserPasswordRequest generates a "byteplus/request.Request" representing the client's request for the ModifyUserPassword operation. The "output" return value will be populated with the ModifyUserPasswordCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) ModifyUserPasswordWithContext

func (c *KAFKA) ModifyUserPasswordWithContext(ctx byteplus.Context, input *ModifyUserPasswordInput, opts ...request.Option) (*ModifyUserPasswordOutput, error)

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

See ModifyUserPassword 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 (*KAFKA) PublishPrivateDomainToPublic

func (c *KAFKA) PublishPrivateDomainToPublic(input *PublishPrivateDomainToPublicInput) (*PublishPrivateDomainToPublicOutput, error)

PublishPrivateDomainToPublic API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation PublishPrivateDomainToPublic for usage and error information.

func (*KAFKA) PublishPrivateDomainToPublicCommon

func (c *KAFKA) PublishPrivateDomainToPublicCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PublishPrivateDomainToPublicCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation PublishPrivateDomainToPublicCommon for usage and error information.

func (*KAFKA) PublishPrivateDomainToPublicCommonRequest

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

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

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

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

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

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

func (*KAFKA) PublishPrivateDomainToPublicCommonWithContext

func (c *KAFKA) PublishPrivateDomainToPublicCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See PublishPrivateDomainToPublicCommon 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 (*KAFKA) PublishPrivateDomainToPublicRequest

func (c *KAFKA) PublishPrivateDomainToPublicRequest(input *PublishPrivateDomainToPublicInput) (req *request.Request, output *PublishPrivateDomainToPublicOutput)

PublishPrivateDomainToPublicRequest generates a "byteplus/request.Request" representing the client's request for the PublishPrivateDomainToPublic operation. The "output" return value will be populated with the PublishPrivateDomainToPublicCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) PublishPrivateDomainToPublicWithContext

func (c *KAFKA) PublishPrivateDomainToPublicWithContext(ctx byteplus.Context, input *PublishPrivateDomainToPublicInput, opts ...request.Option) (*PublishPrivateDomainToPublicOutput, error)

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

See PublishPrivateDomainToPublic 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 (*KAFKA) QueryMessageByOffsets

func (c *KAFKA) QueryMessageByOffsets(input *QueryMessageByOffsetsInput) (*QueryMessageByOffsetsOutput, error)

QueryMessageByOffsets API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation QueryMessageByOffsets for usage and error information.

func (*KAFKA) QueryMessageByOffsetsCommon

func (c *KAFKA) QueryMessageByOffsetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryMessageByOffsetsCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation QueryMessageByOffsetsCommon for usage and error information.

func (*KAFKA) QueryMessageByOffsetsCommonRequest

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

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

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

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

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

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

func (*KAFKA) QueryMessageByOffsetsCommonWithContext

func (c *KAFKA) QueryMessageByOffsetsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See QueryMessageByOffsetsCommon 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 (*KAFKA) QueryMessageByOffsetsRequest

func (c *KAFKA) QueryMessageByOffsetsRequest(input *QueryMessageByOffsetsInput) (req *request.Request, output *QueryMessageByOffsetsOutput)

QueryMessageByOffsetsRequest generates a "byteplus/request.Request" representing the client's request for the QueryMessageByOffsets operation. The "output" return value will be populated with the QueryMessageByOffsetsCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) QueryMessageByOffsetsWithContext

func (c *KAFKA) QueryMessageByOffsetsWithContext(ctx byteplus.Context, input *QueryMessageByOffsetsInput, opts ...request.Option) (*QueryMessageByOffsetsOutput, error)

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

See QueryMessageByOffsets 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 (*KAFKA) QueryMessageByTimestamp

func (c *KAFKA) QueryMessageByTimestamp(input *QueryMessageByTimestampInput) (*QueryMessageByTimestampOutput, error)

QueryMessageByTimestamp API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation QueryMessageByTimestamp for usage and error information.

func (*KAFKA) QueryMessageByTimestampCommon

func (c *KAFKA) QueryMessageByTimestampCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryMessageByTimestampCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation QueryMessageByTimestampCommon for usage and error information.

func (*KAFKA) QueryMessageByTimestampCommonRequest

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

QueryMessageByTimestampCommonRequest generates a "byteplus/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 (*KAFKA) QueryMessageByTimestampCommonWithContext

func (c *KAFKA) QueryMessageByTimestampCommonWithContext(ctx byteplus.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 (*KAFKA) QueryMessageByTimestampRequest

func (c *KAFKA) QueryMessageByTimestampRequest(input *QueryMessageByTimestampInput) (req *request.Request, output *QueryMessageByTimestampOutput)

QueryMessageByTimestampRequest generates a "byteplus/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 (*KAFKA) QueryMessageByTimestampWithContext

func (c *KAFKA) QueryMessageByTimestampWithContext(ctx byteplus.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 (*KAFKA) RemoveTagsFromResource

func (c *KAFKA) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation RemoveTagsFromResource for usage and error information.

func (*KAFKA) RemoveTagsFromResourceCommon

func (c *KAFKA) RemoveTagsFromResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RemoveTagsFromResourceCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation RemoveTagsFromResourceCommon for usage and error information.

func (*KAFKA) RemoveTagsFromResourceCommonRequest

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

RemoveTagsFromResourceCommonRequest generates a "byteplus/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 (*KAFKA) RemoveTagsFromResourceCommonWithContext

func (c *KAFKA) RemoveTagsFromResourceCommonWithContext(ctx byteplus.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 (*KAFKA) RemoveTagsFromResourceRequest

func (c *KAFKA) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest generates a "byteplus/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 (*KAFKA) RemoveTagsFromResourceWithContext

func (c *KAFKA) RemoveTagsFromResourceWithContext(ctx byteplus.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 (*KAFKA) ResetConsumedOffsets

func (c *KAFKA) ResetConsumedOffsets(input *ResetConsumedOffsetsInput) (*ResetConsumedOffsetsOutput, error)

ResetConsumedOffsets API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ResetConsumedOffsets for usage and error information.

func (*KAFKA) ResetConsumedOffsetsCommon

func (c *KAFKA) ResetConsumedOffsetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResetConsumedOffsetsCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation ResetConsumedOffsetsCommon for usage and error information.

func (*KAFKA) ResetConsumedOffsetsCommonRequest

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

ResetConsumedOffsetsCommonRequest generates a "byteplus/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 (*KAFKA) ResetConsumedOffsetsCommonWithContext

func (c *KAFKA) ResetConsumedOffsetsCommonWithContext(ctx byteplus.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 (*KAFKA) ResetConsumedOffsetsRequest

func (c *KAFKA) ResetConsumedOffsetsRequest(input *ResetConsumedOffsetsInput) (req *request.Request, output *ResetConsumedOffsetsOutput)

ResetConsumedOffsetsRequest generates a "byteplus/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 (*KAFKA) ResetConsumedOffsetsWithContext

func (c *KAFKA) ResetConsumedOffsetsWithContext(ctx byteplus.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.

func (*KAFKA) UpdateMigrateTaskStatus

func (c *KAFKA) UpdateMigrateTaskStatus(input *UpdateMigrateTaskStatusInput) (*UpdateMigrateTaskStatusOutput, error)

UpdateMigrateTaskStatus API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation UpdateMigrateTaskStatus for usage and error information.

func (*KAFKA) UpdateMigrateTaskStatusCommon

func (c *KAFKA) UpdateMigrateTaskStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateMigrateTaskStatusCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation UpdateMigrateTaskStatusCommon for usage and error information.

func (*KAFKA) UpdateMigrateTaskStatusCommonRequest

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

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

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

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

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

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

func (*KAFKA) UpdateMigrateTaskStatusCommonWithContext

func (c *KAFKA) UpdateMigrateTaskStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See UpdateMigrateTaskStatusCommon 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 (*KAFKA) UpdateMigrateTaskStatusRequest

func (c *KAFKA) UpdateMigrateTaskStatusRequest(input *UpdateMigrateTaskStatusInput) (req *request.Request, output *UpdateMigrateTaskStatusOutput)

UpdateMigrateTaskStatusRequest generates a "byteplus/request.Request" representing the client's request for the UpdateMigrateTaskStatus operation. The "output" return value will be populated with the UpdateMigrateTaskStatusCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) UpdateMigrateTaskStatusWithContext

func (c *KAFKA) UpdateMigrateTaskStatusWithContext(ctx byteplus.Context, input *UpdateMigrateTaskStatusInput, opts ...request.Option) (*UpdateMigrateTaskStatusOutput, error)

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

See UpdateMigrateTaskStatus 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 (*KAFKA) VerifyMigrateSubTasks

func (c *KAFKA) VerifyMigrateSubTasks(input *VerifyMigrateSubTasksInput) (*VerifyMigrateSubTasksOutput, error)

VerifyMigrateSubTasks API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation VerifyMigrateSubTasks for usage and error information.

func (*KAFKA) VerifyMigrateSubTasksCommon

func (c *KAFKA) VerifyMigrateSubTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

VerifyMigrateSubTasksCommon API operation for KAFKA.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for KAFKA's API operation VerifyMigrateSubTasksCommon for usage and error information.

func (*KAFKA) VerifyMigrateSubTasksCommonRequest

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

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

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

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

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

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

func (*KAFKA) VerifyMigrateSubTasksCommonWithContext

func (c *KAFKA) VerifyMigrateSubTasksCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See VerifyMigrateSubTasksCommon 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 (*KAFKA) VerifyMigrateSubTasksRequest

func (c *KAFKA) VerifyMigrateSubTasksRequest(input *VerifyMigrateSubTasksInput) (req *request.Request, output *VerifyMigrateSubTasksOutput)

VerifyMigrateSubTasksRequest generates a "byteplus/request.Request" representing the client's request for the VerifyMigrateSubTasks operation. The "output" return value will be populated with the VerifyMigrateSubTasksCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) VerifyMigrateSubTasksWithContext

func (c *KAFKA) VerifyMigrateSubTasksWithContext(ctx byteplus.Context, input *VerifyMigrateSubTasksInput, opts ...request.Option) (*VerifyMigrateSubTasksOutput, error)

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

See VerifyMigrateSubTasks 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 KAFKAAPI

type KAFKAAPI interface {
	AddTagsToResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddTagsToResourceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddTagsToResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddTagsToResource(*AddTagsToResourceInput) (*AddTagsToResourceOutput, error)
	AddTagsToResourceWithContext(byteplus.Context, *AddTagsToResourceInput, ...request.Option) (*AddTagsToResourceOutput, error)
	AddTagsToResourceRequest(*AddTagsToResourceInput) (*request.Request, *AddTagsToResourceOutput)

	AssociateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AssociateAllowListCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AssociateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AssociateAllowList(*AssociateAllowListInput) (*AssociateAllowListOutput, error)
	AssociateAllowListWithContext(byteplus.Context, *AssociateAllowListInput, ...request.Option) (*AssociateAllowListOutput, error)
	AssociateAllowListRequest(*AssociateAllowListInput) (*request.Request, *AssociateAllowListOutput)

	CreateAclCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAclCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAclCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAcl(*CreateAclInput) (*CreateAclOutput, error)
	CreateAclWithContext(byteplus.Context, *CreateAclInput, ...request.Option) (*CreateAclOutput, error)
	CreateAclRequest(*CreateAclInput) (*request.Request, *CreateAclOutput)

	CreateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAllowListCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAllowList(*CreateAllowListInput) (*CreateAllowListOutput, error)
	CreateAllowListWithContext(byteplus.Context, *CreateAllowListInput, ...request.Option) (*CreateAllowListOutput, error)
	CreateAllowListRequest(*CreateAllowListInput) (*request.Request, *CreateAllowListOutput)

	CreateGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateGroupCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateGroup(*CreateGroupInput) (*CreateGroupOutput, error)
	CreateGroupWithContext(byteplus.Context, *CreateGroupInput, ...request.Option) (*CreateGroupOutput, error)
	CreateGroupRequest(*CreateGroupInput) (*request.Request, *CreateGroupOutput)

	CreateInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateInstanceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateInstance(*CreateInstanceInput) (*CreateInstanceOutput, error)
	CreateInstanceWithContext(byteplus.Context, *CreateInstanceInput, ...request.Option) (*CreateInstanceOutput, error)
	CreateInstanceRequest(*CreateInstanceInput) (*request.Request, *CreateInstanceOutput)

	CreateMigrateSubTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateMigrateSubTasksCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateMigrateSubTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateMigrateSubTasks(*CreateMigrateSubTasksInput) (*CreateMigrateSubTasksOutput, error)
	CreateMigrateSubTasksWithContext(byteplus.Context, *CreateMigrateSubTasksInput, ...request.Option) (*CreateMigrateSubTasksOutput, error)
	CreateMigrateSubTasksRequest(*CreateMigrateSubTasksInput) (*request.Request, *CreateMigrateSubTasksOutput)

	CreatePublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePublicAddressCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePublicAddress(*CreatePublicAddressInput) (*CreatePublicAddressOutput, error)
	CreatePublicAddressWithContext(byteplus.Context, *CreatePublicAddressInput, ...request.Option) (*CreatePublicAddressOutput, error)
	CreatePublicAddressRequest(*CreatePublicAddressInput) (*request.Request, *CreatePublicAddressOutput)

	CreateTopicCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTopicCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTopicCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTopic(*CreateTopicInput) (*CreateTopicOutput, error)
	CreateTopicWithContext(byteplus.Context, *CreateTopicInput, ...request.Option) (*CreateTopicOutput, error)
	CreateTopicRequest(*CreateTopicInput) (*request.Request, *CreateTopicOutput)

	CreateUserCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateUserCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateUserCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateUser(*CreateUserInput) (*CreateUserOutput, error)
	CreateUserWithContext(byteplus.Context, *CreateUserInput, ...request.Option) (*CreateUserOutput, error)
	CreateUserRequest(*CreateUserInput) (*request.Request, *CreateUserOutput)

	DeleteAclCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAclCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAclCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAcl(*DeleteAclInput) (*DeleteAclOutput, error)
	DeleteAclWithContext(byteplus.Context, *DeleteAclInput, ...request.Option) (*DeleteAclOutput, error)
	DeleteAclRequest(*DeleteAclInput) (*request.Request, *DeleteAclOutput)

	DeleteAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAllowListCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAllowList(*DeleteAllowListInput) (*DeleteAllowListOutput, error)
	DeleteAllowListWithContext(byteplus.Context, *DeleteAllowListInput, ...request.Option) (*DeleteAllowListOutput, error)
	DeleteAllowListRequest(*DeleteAllowListInput) (*request.Request, *DeleteAllowListOutput)

	DeleteGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteGroupCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteGroup(*DeleteGroupInput) (*DeleteGroupOutput, error)
	DeleteGroupWithContext(byteplus.Context, *DeleteGroupInput, ...request.Option) (*DeleteGroupOutput, error)
	DeleteGroupRequest(*DeleteGroupInput) (*request.Request, *DeleteGroupOutput)

	DeleteInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteInstanceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteInstance(*DeleteInstanceInput) (*DeleteInstanceOutput, error)
	DeleteInstanceWithContext(byteplus.Context, *DeleteInstanceInput, ...request.Option) (*DeleteInstanceOutput, error)
	DeleteInstanceRequest(*DeleteInstanceInput) (*request.Request, *DeleteInstanceOutput)

	DeletePrivateDomainFromPublicCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeletePrivateDomainFromPublicCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeletePrivateDomainFromPublicCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeletePrivateDomainFromPublic(*DeletePrivateDomainFromPublicInput) (*DeletePrivateDomainFromPublicOutput, error)
	DeletePrivateDomainFromPublicWithContext(byteplus.Context, *DeletePrivateDomainFromPublicInput, ...request.Option) (*DeletePrivateDomainFromPublicOutput, error)
	DeletePrivateDomainFromPublicRequest(*DeletePrivateDomainFromPublicInput) (*request.Request, *DeletePrivateDomainFromPublicOutput)

	DeletePublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeletePublicAddressCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeletePublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeletePublicAddress(*DeletePublicAddressInput) (*DeletePublicAddressOutput, error)
	DeletePublicAddressWithContext(byteplus.Context, *DeletePublicAddressInput, ...request.Option) (*DeletePublicAddressOutput, error)
	DeletePublicAddressRequest(*DeletePublicAddressInput) (*request.Request, *DeletePublicAddressOutput)

	DeleteTopicCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTopicCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTopicCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTopic(*DeleteTopicInput) (*DeleteTopicOutput, error)
	DeleteTopicWithContext(byteplus.Context, *DeleteTopicInput, ...request.Option) (*DeleteTopicOutput, error)
	DeleteTopicRequest(*DeleteTopicInput) (*request.Request, *DeleteTopicOutput)

	DeleteUserCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteUserCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteUserCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteUser(*DeleteUserInput) (*DeleteUserOutput, error)
	DeleteUserWithContext(byteplus.Context, *DeleteUserInput, ...request.Option) (*DeleteUserOutput, error)
	DeleteUserRequest(*DeleteUserInput) (*request.Request, *DeleteUserOutput)

	DescribeAclsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAclsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAclsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAcls(*DescribeAclsInput) (*DescribeAclsOutput, error)
	DescribeAclsWithContext(byteplus.Context, *DescribeAclsInput, ...request.Option) (*DescribeAclsOutput, error)
	DescribeAclsRequest(*DescribeAclsInput) (*request.Request, *DescribeAclsOutput)

	DescribeAllowListDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAllowListDetailCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAllowListDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAllowListDetail(*DescribeAllowListDetailInput) (*DescribeAllowListDetailOutput, error)
	DescribeAllowListDetailWithContext(byteplus.Context, *DescribeAllowListDetailInput, ...request.Option) (*DescribeAllowListDetailOutput, error)
	DescribeAllowListDetailRequest(*DescribeAllowListDetailInput) (*request.Request, *DescribeAllowListDetailOutput)

	DescribeAllowListsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAllowListsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAllowListsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAllowLists(*DescribeAllowListsInput) (*DescribeAllowListsOutput, error)
	DescribeAllowListsWithContext(byteplus.Context, *DescribeAllowListsInput, ...request.Option) (*DescribeAllowListsOutput, error)
	DescribeAllowListsRequest(*DescribeAllowListsInput) (*request.Request, *DescribeAllowListsOutput)

	DescribeAvailabilityZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAvailabilityZonesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAvailabilityZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAvailabilityZones(*DescribeAvailabilityZonesInput) (*DescribeAvailabilityZonesOutput, error)
	DescribeAvailabilityZonesWithContext(byteplus.Context, *DescribeAvailabilityZonesInput, ...request.Option) (*DescribeAvailabilityZonesOutput, error)
	DescribeAvailabilityZonesRequest(*DescribeAvailabilityZonesInput) (*request.Request, *DescribeAvailabilityZonesOutput)

	DescribeConsumedPartitionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeConsumedPartitionsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeConsumedPartitionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeConsumedPartitions(*DescribeConsumedPartitionsInput) (*DescribeConsumedPartitionsOutput, error)
	DescribeConsumedPartitionsWithContext(byteplus.Context, *DescribeConsumedPartitionsInput, ...request.Option) (*DescribeConsumedPartitionsOutput, error)
	DescribeConsumedPartitionsRequest(*DescribeConsumedPartitionsInput) (*request.Request, *DescribeConsumedPartitionsOutput)

	DescribeConsumedTopicsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeConsumedTopicsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeConsumedTopicsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeConsumedTopics(*DescribeConsumedTopicsInput) (*DescribeConsumedTopicsOutput, error)
	DescribeConsumedTopicsWithContext(byteplus.Context, *DescribeConsumedTopicsInput, ...request.Option) (*DescribeConsumedTopicsOutput, error)
	DescribeConsumedTopicsRequest(*DescribeConsumedTopicsInput) (*request.Request, *DescribeConsumedTopicsOutput)

	DescribeGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeGroupsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeGroups(*DescribeGroupsInput) (*DescribeGroupsOutput, error)
	DescribeGroupsWithContext(byteplus.Context, *DescribeGroupsInput, ...request.Option) (*DescribeGroupsOutput, error)
	DescribeGroupsRequest(*DescribeGroupsInput) (*request.Request, *DescribeGroupsOutput)

	DescribeInstanceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeInstanceDetailCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeInstanceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeInstanceDetail(*DescribeInstanceDetailInput) (*DescribeInstanceDetailOutput, error)
	DescribeInstanceDetailWithContext(byteplus.Context, *DescribeInstanceDetailInput, ...request.Option) (*DescribeInstanceDetailOutput, error)
	DescribeInstanceDetailRequest(*DescribeInstanceDetailInput) (*request.Request, *DescribeInstanceDetailOutput)

	DescribeInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeInstancesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeInstances(*DescribeInstancesInput) (*DescribeInstancesOutput, error)
	DescribeInstancesWithContext(byteplus.Context, *DescribeInstancesInput, ...request.Option) (*DescribeInstancesOutput, error)
	DescribeInstancesRequest(*DescribeInstancesInput) (*request.Request, *DescribeInstancesOutput)

	DescribeRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeRegionsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeRegions(*DescribeRegionsInput) (*DescribeRegionsOutput, error)
	DescribeRegionsWithContext(byteplus.Context, *DescribeRegionsInput, ...request.Option) (*DescribeRegionsOutput, error)
	DescribeRegionsRequest(*DescribeRegionsInput) (*request.Request, *DescribeRegionsOutput)

	DescribeTagsByResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTagsByResourceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTagsByResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTagsByResource(*DescribeTagsByResourceInput) (*DescribeTagsByResourceOutput, error)
	DescribeTagsByResourceWithContext(byteplus.Context, *DescribeTagsByResourceInput, ...request.Option) (*DescribeTagsByResourceOutput, error)
	DescribeTagsByResourceRequest(*DescribeTagsByResourceInput) (*request.Request, *DescribeTagsByResourceOutput)

	DescribeTopicAccessPoliciesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicAccessPoliciesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicAccessPoliciesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopicAccessPolicies(*DescribeTopicAccessPoliciesInput) (*DescribeTopicAccessPoliciesOutput, error)
	DescribeTopicAccessPoliciesWithContext(byteplus.Context, *DescribeTopicAccessPoliciesInput, ...request.Option) (*DescribeTopicAccessPoliciesOutput, error)
	DescribeTopicAccessPoliciesRequest(*DescribeTopicAccessPoliciesInput) (*request.Request, *DescribeTopicAccessPoliciesOutput)

	DescribeTopicParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicParametersCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopicParameters(*DescribeTopicParametersInput) (*DescribeTopicParametersOutput, error)
	DescribeTopicParametersWithContext(byteplus.Context, *DescribeTopicParametersInput, ...request.Option) (*DescribeTopicParametersOutput, error)
	DescribeTopicParametersRequest(*DescribeTopicParametersInput) (*request.Request, *DescribeTopicParametersOutput)

	DescribeTopicPartitionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicPartitionsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicPartitionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopicPartitions(*DescribeTopicPartitionsInput) (*DescribeTopicPartitionsOutput, error)
	DescribeTopicPartitionsWithContext(byteplus.Context, *DescribeTopicPartitionsInput, ...request.Option) (*DescribeTopicPartitionsOutput, error)
	DescribeTopicPartitionsRequest(*DescribeTopicPartitionsInput) (*request.Request, *DescribeTopicPartitionsOutput)

	DescribeTopicsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopics(*DescribeTopicsInput) (*DescribeTopicsOutput, error)
	DescribeTopicsWithContext(byteplus.Context, *DescribeTopicsInput, ...request.Option) (*DescribeTopicsOutput, error)
	DescribeTopicsRequest(*DescribeTopicsInput) (*request.Request, *DescribeTopicsOutput)

	DescribeUsersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeUsersCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeUsersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeUsers(*DescribeUsersInput) (*DescribeUsersOutput, error)
	DescribeUsersWithContext(byteplus.Context, *DescribeUsersInput, ...request.Option) (*DescribeUsersOutput, error)
	DescribeUsersRequest(*DescribeUsersInput) (*request.Request, *DescribeUsersOutput)

	DisassociateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DisassociateAllowListCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DisassociateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DisassociateAllowList(*DisassociateAllowListInput) (*DisassociateAllowListOutput, error)
	DisassociateAllowListWithContext(byteplus.Context, *DisassociateAllowListInput, ...request.Option) (*DisassociateAllowListOutput, error)
	DisassociateAllowListRequest(*DisassociateAllowListInput) (*request.Request, *DisassociateAllowListOutput)

	ModifyAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyAllowListCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyAllowList(*ModifyAllowListInput) (*ModifyAllowListOutput, error)
	ModifyAllowListWithContext(byteplus.Context, *ModifyAllowListInput, ...request.Option) (*ModifyAllowListOutput, error)
	ModifyAllowListRequest(*ModifyAllowListInput) (*request.Request, *ModifyAllowListOutput)

	ModifyGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyGroupCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyGroup(*ModifyGroupInput) (*ModifyGroupOutput, error)
	ModifyGroupWithContext(byteplus.Context, *ModifyGroupInput, ...request.Option) (*ModifyGroupOutput, error)
	ModifyGroupRequest(*ModifyGroupInput) (*request.Request, *ModifyGroupOutput)

	ModifyInstanceAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceAttributesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceAttributes(*ModifyInstanceAttributesInput) (*ModifyInstanceAttributesOutput, error)
	ModifyInstanceAttributesWithContext(byteplus.Context, *ModifyInstanceAttributesInput, ...request.Option) (*ModifyInstanceAttributesOutput, error)
	ModifyInstanceAttributesRequest(*ModifyInstanceAttributesInput) (*request.Request, *ModifyInstanceAttributesOutput)

	ModifyInstanceChargeTypeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceChargeTypeCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceChargeTypeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceChargeType(*ModifyInstanceChargeTypeInput) (*ModifyInstanceChargeTypeOutput, error)
	ModifyInstanceChargeTypeWithContext(byteplus.Context, *ModifyInstanceChargeTypeInput, ...request.Option) (*ModifyInstanceChargeTypeOutput, error)
	ModifyInstanceChargeTypeRequest(*ModifyInstanceChargeTypeInput) (*request.Request, *ModifyInstanceChargeTypeOutput)

	ModifyInstanceParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceParametersCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceParameters(*ModifyInstanceParametersInput) (*ModifyInstanceParametersOutput, error)
	ModifyInstanceParametersWithContext(byteplus.Context, *ModifyInstanceParametersInput, ...request.Option) (*ModifyInstanceParametersOutput, error)
	ModifyInstanceParametersRequest(*ModifyInstanceParametersInput) (*request.Request, *ModifyInstanceParametersOutput)

	ModifyInstanceSpecCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceSpecCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceSpecCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceSpec(*ModifyInstanceSpecInput) (*ModifyInstanceSpecOutput, error)
	ModifyInstanceSpecWithContext(byteplus.Context, *ModifyInstanceSpecInput, ...request.Option) (*ModifyInstanceSpecOutput, error)
	ModifyInstanceSpecRequest(*ModifyInstanceSpecInput) (*request.Request, *ModifyInstanceSpecOutput)

	ModifyTopicAccessPoliciesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTopicAccessPoliciesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTopicAccessPoliciesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTopicAccessPolicies(*ModifyTopicAccessPoliciesInput) (*ModifyTopicAccessPoliciesOutput, error)
	ModifyTopicAccessPoliciesWithContext(byteplus.Context, *ModifyTopicAccessPoliciesInput, ...request.Option) (*ModifyTopicAccessPoliciesOutput, error)
	ModifyTopicAccessPoliciesRequest(*ModifyTopicAccessPoliciesInput) (*request.Request, *ModifyTopicAccessPoliciesOutput)

	ModifyTopicAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTopicAttributesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTopicAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTopicAttributes(*ModifyTopicAttributesInput) (*ModifyTopicAttributesOutput, error)
	ModifyTopicAttributesWithContext(byteplus.Context, *ModifyTopicAttributesInput, ...request.Option) (*ModifyTopicAttributesOutput, error)
	ModifyTopicAttributesRequest(*ModifyTopicAttributesInput) (*request.Request, *ModifyTopicAttributesOutput)

	ModifyTopicParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTopicParametersCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTopicParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTopicParameters(*ModifyTopicParametersInput) (*ModifyTopicParametersOutput, error)
	ModifyTopicParametersWithContext(byteplus.Context, *ModifyTopicParametersInput, ...request.Option) (*ModifyTopicParametersOutput, error)
	ModifyTopicParametersRequest(*ModifyTopicParametersInput) (*request.Request, *ModifyTopicParametersOutput)

	ModifyUserAuthorityCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyUserAuthorityCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyUserAuthorityCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyUserAuthority(*ModifyUserAuthorityInput) (*ModifyUserAuthorityOutput, error)
	ModifyUserAuthorityWithContext(byteplus.Context, *ModifyUserAuthorityInput, ...request.Option) (*ModifyUserAuthorityOutput, error)
	ModifyUserAuthorityRequest(*ModifyUserAuthorityInput) (*request.Request, *ModifyUserAuthorityOutput)

	ModifyUserPasswordCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyUserPasswordCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyUserPasswordCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyUserPassword(*ModifyUserPasswordInput) (*ModifyUserPasswordOutput, error)
	ModifyUserPasswordWithContext(byteplus.Context, *ModifyUserPasswordInput, ...request.Option) (*ModifyUserPasswordOutput, error)
	ModifyUserPasswordRequest(*ModifyUserPasswordInput) (*request.Request, *ModifyUserPasswordOutput)

	PublishPrivateDomainToPublicCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PublishPrivateDomainToPublicCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PublishPrivateDomainToPublicCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PublishPrivateDomainToPublic(*PublishPrivateDomainToPublicInput) (*PublishPrivateDomainToPublicOutput, error)
	PublishPrivateDomainToPublicWithContext(byteplus.Context, *PublishPrivateDomainToPublicInput, ...request.Option) (*PublishPrivateDomainToPublicOutput, error)
	PublishPrivateDomainToPublicRequest(*PublishPrivateDomainToPublicInput) (*request.Request, *PublishPrivateDomainToPublicOutput)

	QueryMessageByOffsetsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryMessageByOffsetsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryMessageByOffsetsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryMessageByOffsets(*QueryMessageByOffsetsInput) (*QueryMessageByOffsetsOutput, error)
	QueryMessageByOffsetsWithContext(byteplus.Context, *QueryMessageByOffsetsInput, ...request.Option) (*QueryMessageByOffsetsOutput, error)
	QueryMessageByOffsetsRequest(*QueryMessageByOffsetsInput) (*request.Request, *QueryMessageByOffsetsOutput)

	QueryMessageByTimestampCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryMessageByTimestampCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryMessageByTimestampCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryMessageByTimestamp(*QueryMessageByTimestampInput) (*QueryMessageByTimestampOutput, error)
	QueryMessageByTimestampWithContext(byteplus.Context, *QueryMessageByTimestampInput, ...request.Option) (*QueryMessageByTimestampOutput, error)
	QueryMessageByTimestampRequest(*QueryMessageByTimestampInput) (*request.Request, *QueryMessageByTimestampOutput)

	RemoveTagsFromResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RemoveTagsFromResourceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RemoveTagsFromResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RemoveTagsFromResource(*RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
	RemoveTagsFromResourceWithContext(byteplus.Context, *RemoveTagsFromResourceInput, ...request.Option) (*RemoveTagsFromResourceOutput, error)
	RemoveTagsFromResourceRequest(*RemoveTagsFromResourceInput) (*request.Request, *RemoveTagsFromResourceOutput)

	ResetConsumedOffsetsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResetConsumedOffsetsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResetConsumedOffsetsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResetConsumedOffsets(*ResetConsumedOffsetsInput) (*ResetConsumedOffsetsOutput, error)
	ResetConsumedOffsetsWithContext(byteplus.Context, *ResetConsumedOffsetsInput, ...request.Option) (*ResetConsumedOffsetsOutput, error)
	ResetConsumedOffsetsRequest(*ResetConsumedOffsetsInput) (*request.Request, *ResetConsumedOffsetsOutput)

	UpdateMigrateTaskStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateMigrateTaskStatusCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateMigrateTaskStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateMigrateTaskStatus(*UpdateMigrateTaskStatusInput) (*UpdateMigrateTaskStatusOutput, error)
	UpdateMigrateTaskStatusWithContext(byteplus.Context, *UpdateMigrateTaskStatusInput, ...request.Option) (*UpdateMigrateTaskStatusOutput, error)
	UpdateMigrateTaskStatusRequest(*UpdateMigrateTaskStatusInput) (*request.Request, *UpdateMigrateTaskStatusOutput)

	VerifyMigrateSubTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VerifyMigrateSubTasksCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VerifyMigrateSubTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VerifyMigrateSubTasks(*VerifyMigrateSubTasksInput) (*VerifyMigrateSubTasksOutput, error)
	VerifyMigrateSubTasksWithContext(byteplus.Context, *VerifyMigrateSubTasksInput, ...request.Option) (*VerifyMigrateSubTasksOutput, error)
	VerifyMigrateSubTasksRequest(*VerifyMigrateSubTasksInput) (*request.Request, *VerifyMigrateSubTasksOutput)
}

KAFKAAPI provides an interface to enable mocking the kafka.KAFKA service client's API operation,

// byteplus sdk func uses an SDK service client to make a request to
// KAFKA.
func myFunc(svc KAFKAAPI) bool {
    // Make svc.AddTagsToResource request
}

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

    myFunc(svc)
}

type MessageListForQueryMessageByOffsetsOutput

type MessageListForQueryMessageByOffsetsOutput struct {
	CreateTime *int64 `type:"int64" json:",omitempty"`

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

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

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

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

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

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

func (MessageListForQueryMessageByOffsetsOutput) GoString

GoString returns the string representation

func (*MessageListForQueryMessageByOffsetsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*MessageListForQueryMessageByOffsetsOutput) SetKey

SetKey sets the Key field's value.

func (*MessageListForQueryMessageByOffsetsOutput) SetMessage

SetMessage sets the Message field's value.

func (*MessageListForQueryMessageByOffsetsOutput) SetMessageOffset

SetMessageOffset sets the MessageOffset field's value.

func (*MessageListForQueryMessageByOffsetsOutput) SetMessageSize

SetMessageSize sets the MessageSize field's value.

func (*MessageListForQueryMessageByOffsetsOutput) SetPartitionId

SetPartitionId sets the PartitionId field's value.

func (*MessageListForQueryMessageByOffsetsOutput) SetTopicName

SetTopicName sets the TopicName field's value.

func (MessageListForQueryMessageByOffsetsOutput) String

String returns the string representation

type MessageListForQueryMessageByTimestampOutput

type MessageListForQueryMessageByTimestampOutput struct {
	CreateTime *int64 `type:"int64" json:",omitempty"`

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

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

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

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

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

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

func (MessageListForQueryMessageByTimestampOutput) GoString

GoString returns the string representation

func (*MessageListForQueryMessageByTimestampOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetKey

SetKey sets the Key field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetMessage

SetMessage sets the Message field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetMessageOffset

SetMessageOffset sets the MessageOffset field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetMessageSize

SetMessageSize sets the MessageSize field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetPartitionId

SetPartitionId sets the PartitionId field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetTopicName

SetTopicName sets the TopicName field's value.

func (MessageListForQueryMessageByTimestampOutput) String

String returns the string representation

type ModifyAllowListInput

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

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

	// 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"`

	ApplyInstanceNum *int32 `type:"int32" 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) SetApplyInstanceNum

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

SetApplyInstanceNum sets the ApplyInstanceNum 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 ModifyGroupInput

type ModifyGroupInput struct {

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

	// 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 (ModifyGroupInput) GoString

func (s ModifyGroupInput) GoString() string

GoString returns the string representation

func (*ModifyGroupInput) SetDescription

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

SetDescription sets the Description field's value.

func (*ModifyGroupInput) SetGroupId

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

SetGroupId sets the GroupId field's value.

func (*ModifyGroupInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (ModifyGroupInput) String

func (s ModifyGroupInput) String() string

String returns the string representation

func (*ModifyGroupInput) Validate

func (s *ModifyGroupInput) Validate() error

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

type ModifyGroupOutput

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

func (ModifyGroupOutput) GoString

func (s ModifyGroupOutput) GoString() string

GoString returns the string representation

func (ModifyGroupOutput) String

func (s ModifyGroupOutput) 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"`
	// 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) 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 ModifyInstanceParametersInput

type ModifyInstanceParametersInput struct {

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

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

func (ModifyInstanceParametersInput) GoString

GoString returns the string representation

func (*ModifyInstanceParametersInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyInstanceParametersInput) SetParameters

SetParameters sets the Parameters field's value.

func (ModifyInstanceParametersInput) String

String returns the string representation

func (*ModifyInstanceParametersInput) Validate

func (s *ModifyInstanceParametersInput) Validate() error

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

type ModifyInstanceParametersOutput

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

func (ModifyInstanceParametersOutput) GoString

GoString returns the string representation

func (ModifyInstanceParametersOutput) String

String returns the string representation

type ModifyInstanceSpecInput

type ModifyInstanceSpecInput struct {
	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"`

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

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

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

	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) 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) SetNeedRebalance

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

SetNeedRebalance sets the NeedRebalance field's value.

func (*ModifyInstanceSpecInput) SetPartitionNumber

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

SetPartitionNumber sets the PartitionNumber field's value.

func (*ModifyInstanceSpecInput) SetRebalanceTime

func (s *ModifyInstanceSpecInput) SetRebalanceTime(v string) *ModifyInstanceSpecInput

SetRebalanceTime sets the RebalanceTime 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"`

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

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

	// 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 (ModifyTopicAccessPoliciesInput) GoString

GoString returns the string representation

func (*ModifyTopicAccessPoliciesInput) SetAccessPolicies

SetAccessPolicies sets the AccessPolicies field's value.

func (*ModifyTopicAccessPoliciesInput) SetAllAuthority

SetAllAuthority sets the AllAuthority field's value.

func (*ModifyTopicAccessPoliciesInput) SetDeletePolicies

SetDeletePolicies sets the DeletePolicies 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 ModifyTopicAttributesInput

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

	// 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 (ModifyTopicAttributesInput) GoString

func (s ModifyTopicAttributesInput) GoString() string

GoString returns the string representation

func (*ModifyTopicAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTopicAttributesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyTopicAttributesInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (ModifyTopicAttributesInput) String

String returns the string representation

func (*ModifyTopicAttributesInput) Validate

func (s *ModifyTopicAttributesInput) Validate() error

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

type ModifyTopicAttributesOutput

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

func (ModifyTopicAttributesOutput) GoString

func (s ModifyTopicAttributesOutput) GoString() string

GoString returns the string representation

func (ModifyTopicAttributesOutput) String

String returns the string representation

type ModifyTopicParametersInput

type ModifyTopicParametersInput struct {
	CleanupPolicy []*string `type:"list" json:",omitempty"`

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

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

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

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

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

func (ModifyTopicParametersInput) GoString

func (s ModifyTopicParametersInput) GoString() string

GoString returns the string representation

func (*ModifyTopicParametersInput) SetCleanupPolicy

SetCleanupPolicy sets the CleanupPolicy field's value.

func (*ModifyTopicParametersInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyTopicParametersInput) SetParameters

SetParameters sets the Parameters field's value.

func (*ModifyTopicParametersInput) SetPartitionNumber

SetPartitionNumber sets the PartitionNumber field's value.

func (*ModifyTopicParametersInput) SetReplicaNumber

SetReplicaNumber sets the ReplicaNumber field's value.

func (*ModifyTopicParametersInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (ModifyTopicParametersInput) String

String returns the string representation

func (*ModifyTopicParametersInput) Validate

func (s *ModifyTopicParametersInput) Validate() error

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

type ModifyTopicParametersOutput

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

func (ModifyTopicParametersOutput) GoString

func (s ModifyTopicParametersOutput) GoString() string

GoString returns the string representation

func (ModifyTopicParametersOutput) String

String returns the string representation

type ModifyUserAuthorityInput

type ModifyUserAuthorityInput struct {

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

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

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

func (ModifyUserAuthorityInput) GoString

func (s ModifyUserAuthorityInput) GoString() string

GoString returns the string representation

func (*ModifyUserAuthorityInput) SetAllAuthority

SetAllAuthority sets the AllAuthority field's value.

func (*ModifyUserAuthorityInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyUserAuthorityInput) SetUserName

SetUserName sets the UserName field's value.

func (ModifyUserAuthorityInput) String

func (s ModifyUserAuthorityInput) String() string

String returns the string representation

func (*ModifyUserAuthorityInput) Validate

func (s *ModifyUserAuthorityInput) Validate() error

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

type ModifyUserAuthorityOutput

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

func (ModifyUserAuthorityOutput) GoString

func (s ModifyUserAuthorityOutput) GoString() string

GoString returns the string representation

func (ModifyUserAuthorityOutput) String

func (s ModifyUserAuthorityOutput) String() string

String returns the string representation

type ModifyUserPasswordInput

type ModifyUserPasswordInput struct {

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

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

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

func (ModifyUserPasswordInput) GoString

func (s ModifyUserPasswordInput) GoString() string

GoString returns the string representation

func (*ModifyUserPasswordInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyUserPasswordInput) SetPassword

SetPassword sets the Password field's value.

func (*ModifyUserPasswordInput) SetUserName

SetUserName sets the UserName field's value.

func (ModifyUserPasswordInput) String

func (s ModifyUserPasswordInput) String() string

String returns the string representation

func (*ModifyUserPasswordInput) Validate

func (s *ModifyUserPasswordInput) Validate() error

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

type ModifyUserPasswordOutput

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

func (ModifyUserPasswordOutput) GoString

func (s ModifyUserPasswordOutput) GoString() string

GoString returns the string representation

func (ModifyUserPasswordOutput) String

func (s ModifyUserPasswordOutput) String() string

String returns the string representation

type PartitionsInfoForDescribeTopicPartitionsOutput

type PartitionsInfoForDescribeTopicPartitionsOutput struct {
	EndOffset *int64 `type:"int64" json:",omitempty"`

	InsyncReplicas []*int32 `type:"list" json:",omitempty"`

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

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

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

	Replicas []*int32 `type:"list" json:",omitempty"`

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

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

func (PartitionsInfoForDescribeTopicPartitionsOutput) GoString

GoString returns the string representation

func (*PartitionsInfoForDescribeTopicPartitionsOutput) SetEndOffset

SetEndOffset sets the EndOffset field's value.

func (*PartitionsInfoForDescribeTopicPartitionsOutput) SetInsyncReplicas

SetInsyncReplicas sets the InsyncReplicas field's value.

func (*PartitionsInfoForDescribeTopicPartitionsOutput) SetLeader

SetLeader sets the Leader field's value.

func (*PartitionsInfoForDescribeTopicPartitionsOutput) SetMessageCount

SetMessageCount sets the MessageCount field's value.

func (*PartitionsInfoForDescribeTopicPartitionsOutput) SetPartitionId

SetPartitionId sets the PartitionId field's value.

func (*PartitionsInfoForDescribeTopicPartitionsOutput) SetReplicas

SetReplicas sets the Replicas field's value.

func (*PartitionsInfoForDescribeTopicPartitionsOutput) SetStartOffset

SetStartOffset sets the StartOffset field's value.

func (*PartitionsInfoForDescribeTopicPartitionsOutput) SetUnderInsyncReplicas

SetUnderInsyncReplicas sets the UnderInsyncReplicas field's value.

func (PartitionsInfoForDescribeTopicPartitionsOutput) String

String returns the string representation

type PublishPrivateDomainToPublicInput

type PublishPrivateDomainToPublicInput struct {

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

func (PublishPrivateDomainToPublicInput) GoString

GoString returns the string representation

func (*PublishPrivateDomainToPublicInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (PublishPrivateDomainToPublicInput) String

String returns the string representation

func (*PublishPrivateDomainToPublicInput) Validate

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

type PublishPrivateDomainToPublicOutput

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

func (PublishPrivateDomainToPublicOutput) GoString

GoString returns the string representation

func (PublishPrivateDomainToPublicOutput) String

String returns the string representation

type QueryMessageByOffsetsInput

type QueryMessageByOffsetsInput 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"`

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

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

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

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

func (QueryMessageByOffsetsInput) GoString

func (s QueryMessageByOffsetsInput) GoString() string

GoString returns the string representation

func (*QueryMessageByOffsetsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*QueryMessageByOffsetsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*QueryMessageByOffsetsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*QueryMessageByOffsetsInput) SetPartitionId

SetPartitionId sets the PartitionId field's value.

func (*QueryMessageByOffsetsInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*QueryMessageByOffsetsInput) SetStartOffset

SetStartOffset sets the StartOffset field's value.

func (*QueryMessageByOffsetsInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (QueryMessageByOffsetsInput) String

String returns the string representation

func (*QueryMessageByOffsetsInput) Validate

func (s *QueryMessageByOffsetsInput) Validate() error

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

type QueryMessageByOffsetsOutput

type QueryMessageByOffsetsOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (QueryMessageByOffsetsOutput) GoString

func (s QueryMessageByOffsetsOutput) GoString() string

GoString returns the string representation

func (*QueryMessageByOffsetsOutput) SetHasMoreMessage

SetHasMoreMessage sets the HasMoreMessage field's value.

func (*QueryMessageByOffsetsOutput) SetMessageList

SetMessageList sets the MessageList field's value.

func (QueryMessageByOffsetsOutput) 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"`

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

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

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

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

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

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

	// 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) SetPageSize

SetPageSize sets the PageSize field's value.

func (*QueryMessageByTimestampInput) SetPartitionId

SetPartitionId sets the PartitionId field's value.

func (*QueryMessageByTimestampInput) SetQueryEndTimestamp

SetQueryEndTimestamp sets the QueryEndTimestamp field's value.

func (*QueryMessageByTimestampInput) SetQueryStartTimestamp

func (s *QueryMessageByTimestampInput) SetQueryStartTimestamp(v int64) *QueryMessageByTimestampInput

SetQueryStartTimestamp sets the QueryStartTimestamp field's value.

func (*QueryMessageByTimestampInput) SetRefresh

SetRefresh sets the Refresh field's value.

func (*QueryMessageByTimestampInput) SetSortOrder

SetSortOrder sets the SortOrder 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 RegionForDescribeRegionsOutput

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

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

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

	Status *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) SetStatus

SetStatus sets the Status 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 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"`

	ResetOffsetsInfo []*ResetOffsetsInfoForResetConsumedOffsetsInput `type:"list" json:",omitempty"`
	// 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) SetResetOffsetsInfo

SetResetOffsetsInfo sets the ResetOffsetsInfo 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 ResetOffsetsInfoForResetConsumedOffsetsInput

type ResetOffsetsInfoForResetConsumedOffsetsInput struct {
	PartitionId *int32 `type:"int32" json:",omitempty"`

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

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

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

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

func (ResetOffsetsInfoForResetConsumedOffsetsInput) GoString

GoString returns the string representation

func (*ResetOffsetsInfoForResetConsumedOffsetsInput) SetPartitionId

SetPartitionId sets the PartitionId field's value.

func (*ResetOffsetsInfoForResetConsumedOffsetsInput) SetResetOffset

SetResetOffset sets the ResetOffset field's value.

func (*ResetOffsetsInfoForResetConsumedOffsetsInput) SetResetTimestamp

SetResetTimestamp sets the ResetTimestamp field's value.

func (*ResetOffsetsInfoForResetConsumedOffsetsInput) SetResetType

SetResetType sets the ResetType field's value.

func (*ResetOffsetsInfoForResetConsumedOffsetsInput) SetTopicName

SetTopicName sets the TopicName field's value.

func (ResetOffsetsInfoForResetConsumedOffsetsInput) String

String returns the string representation

type SubTaskResultForVerifyMigrateSubTasksOutput

type SubTaskResultForVerifyMigrateSubTasksOutput struct {
	Code *string `type:"string" json:",omitempty"`

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

func (SubTaskResultForVerifyMigrateSubTasksOutput) GoString

GoString returns the string representation

func (*SubTaskResultForVerifyMigrateSubTasksOutput) SetCode

SetCode sets the Code field's value.

func (*SubTaskResultForVerifyMigrateSubTasksOutput) SetMessage

SetMessage sets the Message field's value.

func (SubTaskResultForVerifyMigrateSubTasksOutput) String

String returns the string representation

type SummaryForVerifyMigrateSubTasksOutput

type SummaryForVerifyMigrateSubTasksOutput struct {
	Code *string `type:"string" json:",omitempty"`

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

func (SummaryForVerifyMigrateSubTasksOutput) GoString

GoString returns the string representation

func (*SummaryForVerifyMigrateSubTasksOutput) SetCode

SetCode sets the Code field's value.

func (*SummaryForVerifyMigrateSubTasksOutput) SetMessage

SetMessage sets the Message field's value.

func (SummaryForVerifyMigrateSubTasksOutput) String

String returns the string representation

type TagFilterForDescribeGroupsInput

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

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

func (TagFilterForDescribeGroupsInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeGroupsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeGroupsInput) SetValue

SetValue sets the Value field's value.

func (TagFilterForDescribeGroupsInput) String

String returns the string representation

type TagFilterForDescribeInstancesInput

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

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

func (TagFilterForDescribeInstancesInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeInstancesInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeInstancesInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForDescribeInstancesInput) 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 TagFilterForDescribeTopicsInput

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

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

func (TagFilterForDescribeTopicsInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeTopicsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeTopicsInput) SetValue

SetValue sets the Value field's value.

func (TagFilterForDescribeTopicsInput) 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 TagForCreateGroupInput

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

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

func (TagForCreateGroupInput) GoString

func (s TagForCreateGroupInput) GoString() string

GoString returns the string representation

func (*TagForCreateGroupInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateGroupInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateGroupInput) String

func (s TagForCreateGroupInput) String() string

String returns the string representation

type TagForCreateTopicInput

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

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

func (TagForCreateTopicInput) GoString

func (s TagForCreateTopicInput) GoString() string

GoString returns the string representation

func (*TagForCreateTopicInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateTopicInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateTopicInput) String

func (s TagForCreateTopicInput) String() string

String returns the string representation

type TagForDescribeGroupsOutput

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

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

func (TagForDescribeGroupsOutput) GoString

func (s TagForDescribeGroupsOutput) GoString() string

GoString returns the string representation

func (*TagForDescribeGroupsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeGroupsOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeGroupsOutput) String

String returns the string representation

type TagForDescribeTopicsOutput

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

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

func (TagForDescribeTopicsOutput) GoString

func (s TagForDescribeTopicsOutput) GoString() string

GoString returns the string representation

func (*TagForDescribeTopicsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeTopicsOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeTopicsOutput) String

String returns the string representation

type TagInfoForDescribeInstanceDetailOutput

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

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

func (TagInfoForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*TagInfoForDescribeInstanceDetailOutput) SetKey

SetKey sets the Key field's value.

func (*TagInfoForDescribeInstanceDetailOutput) SetValue

SetValue sets the Value field's value.

func (TagInfoForDescribeInstanceDetailOutput) String

String returns the string representation

type TagInfoForDescribeInstancesOutput

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

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

func (TagInfoForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*TagInfoForDescribeInstancesOutput) SetKey

SetKey sets the Key field's value.

func (*TagInfoForDescribeInstancesOutput) SetValue

SetValue sets the Value field's value.

func (TagInfoForDescribeInstancesOutput) 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 TopicsInfoForDescribeTopicsOutput

type TopicsInfoForDescribeTopicsOutput struct {
	CleanupPolicy []*string `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

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

	UsedStoragePercentageInInstance *float64 `type:"double" json:",omitempty"`

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

func (TopicsInfoForDescribeTopicsOutput) GoString

GoString returns the string representation

func (*TopicsInfoForDescribeTopicsOutput) SetCleanupPolicy

SetCleanupPolicy sets the CleanupPolicy field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetDescription

SetDescription sets the Description field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetLogRetentionHours

SetLogRetentionHours sets the LogRetentionHours field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetPartitionNumber

SetPartitionNumber sets the PartitionNumber field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetReplicaNumber

SetReplicaNumber sets the ReplicaNumber field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetStatus

SetStatus sets the Status field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetTags

SetTags sets the Tags field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetTopicName

SetTopicName sets the TopicName field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetUsedStoragePercentageInInstance

func (s *TopicsInfoForDescribeTopicsOutput) SetUsedStoragePercentageInInstance(v float64) *TopicsInfoForDescribeTopicsOutput

SetUsedStoragePercentageInInstance sets the UsedStoragePercentageInInstance field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetUsedStorageSpaceInBytes

SetUsedStorageSpaceInBytes sets the UsedStorageSpaceInBytes field's value.

func (TopicsInfoForDescribeTopicsOutput) String

String returns the string representation

type UpdateMigrateTaskStatusInput

type UpdateMigrateTaskStatusInput struct {

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

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

func (UpdateMigrateTaskStatusInput) GoString

func (s UpdateMigrateTaskStatusInput) GoString() string

GoString returns the string representation

func (*UpdateMigrateTaskStatusInput) SetStatus

SetStatus sets the Status field's value.

func (*UpdateMigrateTaskStatusInput) SetTaskId

SetTaskId sets the TaskId field's value.

func (UpdateMigrateTaskStatusInput) String

String returns the string representation

func (*UpdateMigrateTaskStatusInput) Validate

func (s *UpdateMigrateTaskStatusInput) Validate() error

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

type UpdateMigrateTaskStatusOutput

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

func (UpdateMigrateTaskStatusOutput) GoString

GoString returns the string representation

func (UpdateMigrateTaskStatusOutput) String

String returns the string representation

type UsersInfoForDescribeUsersOutput

type UsersInfoForDescribeUsersOutput struct {
	AllAuthority *bool `type:"boolean" json:",omitempty"`

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

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

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

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

func (UsersInfoForDescribeUsersOutput) GoString

GoString returns the string representation

func (*UsersInfoForDescribeUsersOutput) SetAllAuthority

SetAllAuthority sets the AllAuthority field's value.

func (*UsersInfoForDescribeUsersOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*UsersInfoForDescribeUsersOutput) SetDescription

SetDescription sets the Description field's value.

func (*UsersInfoForDescribeUsersOutput) SetPasswordType

SetPasswordType sets the PasswordType field's value.

func (*UsersInfoForDescribeUsersOutput) SetUserName

SetUserName sets the UserName field's value.

func (UsersInfoForDescribeUsersOutput) String

String returns the string representation

type VerifyMigrateSubTasksInput

type VerifyMigrateSubTasksInput struct {
	Items []*ItemForVerifyMigrateSubTasksInput `type:"list" json:",omitempty"`

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

func (VerifyMigrateSubTasksInput) GoString

func (s VerifyMigrateSubTasksInput) GoString() string

GoString returns the string representation

func (*VerifyMigrateSubTasksInput) SetItems

SetItems sets the Items field's value.

func (*VerifyMigrateSubTasksInput) SetTaskId

SetTaskId sets the TaskId field's value.

func (VerifyMigrateSubTasksInput) String

String returns the string representation

func (*VerifyMigrateSubTasksInput) Validate

func (s *VerifyMigrateSubTasksInput) Validate() error

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

type VerifyMigrateSubTasksOutput

type VerifyMigrateSubTasksOutput struct {
	Metadata *response.ResponseMetadata

	SubTaskResults []*SubTaskResultForVerifyMigrateSubTasksOutput `type:"list" json:",omitempty"`

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

func (VerifyMigrateSubTasksOutput) GoString

func (s VerifyMigrateSubTasksOutput) GoString() string

GoString returns the string representation

func (*VerifyMigrateSubTasksOutput) SetSubTaskResults

SetSubTaskResults sets the SubTaskResults field's value.

func (*VerifyMigrateSubTasksOutput) SetSummary

SetSummary sets the Summary field's value.

func (VerifyMigrateSubTasksOutput) 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