kafka

package
v1.0.176 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 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 added in v1.0.123

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 added in v1.0.123

func (s AclForDescribeAclsOutput) GoString() string

GoString returns the string representation

func (*AclForDescribeAclsOutput) SetAccessPolicy added in v1.0.123

SetAccessPolicy sets the AccessPolicy field's value.

func (*AclForDescribeAclsOutput) SetIp added in v1.0.123

SetIp sets the Ip field's value.

func (*AclForDescribeAclsOutput) SetPatternType added in v1.0.123

SetPatternType sets the PatternType field's value.

func (*AclForDescribeAclsOutput) SetResource added in v1.0.123

SetResource sets the Resource field's value.

func (*AclForDescribeAclsOutput) SetResourceType added in v1.0.123

SetResourceType sets the ResourceType field's value.

func (*AclForDescribeAclsOutput) SetUserName added in v1.0.123

SetUserName sets the UserName field's value.

func (AclForDescribeAclsOutput) String added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

GoString returns the string representation

func (*AllowListForDescribeAllowListsOutput) SetAllowListDesc added in v1.0.123

SetAllowListDesc sets the AllowListDesc field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListId added in v1.0.123

SetAllowListId sets the AllowListId field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListIpNum added in v1.0.123

SetAllowListIpNum sets the AllowListIpNum field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListName added in v1.0.123

SetAllowListName sets the AllowListName field's value.

func (*AllowListForDescribeAllowListsOutput) SetAssociatedInstanceNum added in v1.0.123

SetAssociatedInstanceNum sets the AssociatedInstanceNum field's value.

func (AllowListForDescribeAllowListsOutput) String added in v1.0.123

String returns the string representation

type AssociateAllowListInput added in v1.0.123

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

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

func (AssociateAllowListInput) GoString added in v1.0.123

func (s AssociateAllowListInput) GoString() string

GoString returns the string representation

func (*AssociateAllowListInput) SetAllowListIds added in v1.0.123

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

SetAllowListIds sets the AllowListIds field's value.

func (*AssociateAllowListInput) SetInstanceIds added in v1.0.123

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

SetInstanceIds sets the InstanceIds field's value.

func (AssociateAllowListInput) String added in v1.0.123

func (s AssociateAllowListInput) String() string

String returns the string representation

type AssociateAllowListOutput added in v1.0.123

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

func (AssociateAllowListOutput) GoString added in v1.0.123

func (s AssociateAllowListOutput) GoString() string

GoString returns the string representation

func (AssociateAllowListOutput) String added in v1.0.123

func (s AssociateAllowListOutput) String() string

String returns the string representation

type AssociatedInstanceForDescribeAllowListDetailOutput added in v1.0.123

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

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

func (AssociatedInstanceForDescribeAllowListDetailOutput) GoString added in v1.0.123

GoString returns the string representation

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetInstanceId added in v1.0.123

SetInstanceId sets the InstanceId field's value.

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetInstanceName added in v1.0.123

SetInstanceName sets the InstanceName field's value.

func (AssociatedInstanceForDescribeAllowListDetailOutput) String added in v1.0.123

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

	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) 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 added in v1.0.123

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 added in v1.0.123

func (s CreateAclInput) GoString() string

GoString returns the string representation

func (*CreateAclInput) SetAccessPolicy added in v1.0.123

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

SetAccessPolicy sets the AccessPolicy field's value.

func (*CreateAclInput) SetInstanceId added in v1.0.123

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

SetInstanceId sets the InstanceId field's value.

func (*CreateAclInput) SetIp added in v1.0.123

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

SetIp sets the Ip field's value.

func (*CreateAclInput) SetPatternType added in v1.0.123

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

SetPatternType sets the PatternType field's value.

func (*CreateAclInput) SetResource added in v1.0.123

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

SetResource sets the Resource field's value.

func (*CreateAclInput) SetResourceType added in v1.0.123

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

SetResourceType sets the ResourceType field's value.

func (*CreateAclInput) SetUserName added in v1.0.123

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

SetUserName sets the UserName field's value.

func (CreateAclInput) String added in v1.0.123

func (s CreateAclInput) String() string

String returns the string representation

func (*CreateAclInput) Validate added in v1.0.123

func (s *CreateAclInput) Validate() error

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

type CreateAclOutput added in v1.0.123

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

func (CreateAclOutput) GoString added in v1.0.123

func (s CreateAclOutput) GoString() string

GoString returns the string representation

func (CreateAclOutput) String added in v1.0.123

func (s CreateAclOutput) String() string

String returns the string representation

type CreateAllowListInput added in v1.0.123

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"`
	// contains filtered or unexported fields
}

func (CreateAllowListInput) GoString added in v1.0.123

func (s CreateAllowListInput) GoString() string

GoString returns the string representation

func (*CreateAllowListInput) SetAllowList added in v1.0.123

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

SetAllowList sets the AllowList field's value.

func (*CreateAllowListInput) SetAllowListDesc added in v1.0.123

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

SetAllowListDesc sets the AllowListDesc field's value.

func (*CreateAllowListInput) SetAllowListName added in v1.0.123

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

SetAllowListName sets the AllowListName field's value.

func (CreateAllowListInput) String added in v1.0.123

func (s CreateAllowListInput) String() string

String returns the string representation

func (*CreateAllowListInput) Validate added in v1.0.123

func (s *CreateAllowListInput) Validate() error

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

type CreateAllowListOutput added in v1.0.123

type CreateAllowListOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateAllowListOutput) GoString added in v1.0.123

func (s CreateAllowListOutput) GoString() string

GoString returns the string representation

func (*CreateAllowListOutput) SetAllowListId added in v1.0.123

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

SetAllowListId sets the AllowListId field's value.

func (CreateAllowListOutput) String added in v1.0.123

func (s CreateAllowListOutput) String() string

String returns the string representation

type CreateGroupInput added in v1.0.123

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 added in v1.0.123

func (s CreateGroupInput) GoString() string

GoString returns the string representation

func (*CreateGroupInput) SetDescription added in v1.0.123

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

SetDescription sets the Description field's value.

func (*CreateGroupInput) SetGroupId added in v1.0.123

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

SetGroupId sets the GroupId field's value.

func (*CreateGroupInput) SetInstanceId added in v1.0.123

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

SetInstanceId sets the InstanceId field's value.

func (*CreateGroupInput) SetTags added in v1.0.174

SetTags sets the Tags field's value.

func (CreateGroupInput) String added in v1.0.123

func (s CreateGroupInput) String() string

String returns the string representation

func (*CreateGroupInput) Validate added in v1.0.123

func (s *CreateGroupInput) Validate() error

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

type CreateGroupOutput added in v1.0.123

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

func (CreateGroupOutput) GoString added in v1.0.123

func (s CreateGroupOutput) GoString() string

GoString returns the string representation

func (CreateGroupOutput) String added in v1.0.123

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 added in v1.0.174

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 added in v1.0.123

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 added in v1.0.174

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 added in v1.0.174

func (s CreateMigrateSubTasksInput) GoString() string

GoString returns the string representation

func (*CreateMigrateSubTasksInput) SetItems added in v1.0.174

SetItems sets the Items field's value.

func (*CreateMigrateSubTasksInput) SetTaskId added in v1.0.174

SetTaskId sets the TaskId field's value.

func (CreateMigrateSubTasksInput) String added in v1.0.174

String returns the string representation

func (*CreateMigrateSubTasksInput) Validate added in v1.0.174

func (s *CreateMigrateSubTasksInput) Validate() error

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

type CreateMigrateSubTasksOutput added in v1.0.174

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

func (CreateMigrateSubTasksOutput) GoString added in v1.0.174

func (s CreateMigrateSubTasksOutput) GoString() string

GoString returns the string representation

func (CreateMigrateSubTasksOutput) String added in v1.0.174

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 added in v1.0.123

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 added in v1.0.174

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 added in v1.0.174

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

func (s DeleteAclInput) GoString() string

GoString returns the string representation

func (*DeleteAclInput) SetAccessPolicy added in v1.0.123

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

SetAccessPolicy sets the AccessPolicy field's value.

func (*DeleteAclInput) SetInstanceId added in v1.0.123

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

SetInstanceId sets the InstanceId field's value.

func (*DeleteAclInput) SetIp added in v1.0.123

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

SetIp sets the Ip field's value.

func (*DeleteAclInput) SetPatternType added in v1.0.123

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

SetPatternType sets the PatternType field's value.

func (*DeleteAclInput) SetResource added in v1.0.123

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

SetResource sets the Resource field's value.

func (*DeleteAclInput) SetResourceType added in v1.0.123

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

SetResourceType sets the ResourceType field's value.

func (*DeleteAclInput) SetUserName added in v1.0.123

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

SetUserName sets the UserName field's value.

func (DeleteAclInput) String added in v1.0.123

func (s DeleteAclInput) String() string

String returns the string representation

func (*DeleteAclInput) Validate added in v1.0.123

func (s *DeleteAclInput) Validate() error

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

type DeleteAclOutput added in v1.0.123

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

func (DeleteAclOutput) GoString added in v1.0.123

func (s DeleteAclOutput) GoString() string

GoString returns the string representation

func (DeleteAclOutput) String added in v1.0.123

func (s DeleteAclOutput) String() string

String returns the string representation

type DeleteAllowListInput added in v1.0.123

type DeleteAllowListInput struct {

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

func (DeleteAllowListInput) GoString added in v1.0.123

func (s DeleteAllowListInput) GoString() string

GoString returns the string representation

func (*DeleteAllowListInput) SetAllowListId added in v1.0.123

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

SetAllowListId sets the AllowListId field's value.

func (DeleteAllowListInput) String added in v1.0.123

func (s DeleteAllowListInput) String() string

String returns the string representation

func (*DeleteAllowListInput) Validate added in v1.0.123

func (s *DeleteAllowListInput) Validate() error

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

type DeleteAllowListOutput added in v1.0.123

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

func (DeleteAllowListOutput) GoString added in v1.0.123

func (s DeleteAllowListOutput) GoString() string

GoString returns the string representation

func (DeleteAllowListOutput) String added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

func (s *DeleteInstanceInput) Validate() error

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

type DeleteInstanceOutput

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

func (DeleteInstanceOutput) GoString

func (s DeleteInstanceOutput) GoString() string

GoString returns the string representation

func (DeleteInstanceOutput) String

func (s DeleteInstanceOutput) String() string

String returns the string representation

type DeletePublicAddressInput

type DeletePublicAddressInput struct {

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

func (DeletePublicAddressInput) GoString

func (s DeletePublicAddressInput) GoString() string

GoString returns the string representation

func (*DeletePublicAddressInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DeletePublicAddressInput) String

func (s DeletePublicAddressInput) String() string

String returns the string representation

func (*DeletePublicAddressInput) Validate added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

func (s DescribeAclsInput) GoString() string

GoString returns the string representation

func (*DescribeAclsInput) SetAccessPolicy added in v1.0.123

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

SetAccessPolicy sets the AccessPolicy field's value.

func (*DescribeAclsInput) SetInstanceId added in v1.0.123

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

SetInstanceId sets the InstanceId field's value.

func (*DescribeAclsInput) SetIp added in v1.0.123

SetIp sets the Ip field's value.

func (*DescribeAclsInput) SetPageNumber added in v1.0.123

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

SetPageNumber sets the PageNumber field's value.

func (*DescribeAclsInput) SetPageSize added in v1.0.123

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

SetPageSize sets the PageSize field's value.

func (*DescribeAclsInput) SetPatternType added in v1.0.123

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

SetPatternType sets the PatternType field's value.

func (*DescribeAclsInput) SetResource added in v1.0.123

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

SetResource sets the Resource field's value.

func (*DescribeAclsInput) SetResourceType added in v1.0.123

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

SetResourceType sets the ResourceType field's value.

func (*DescribeAclsInput) SetUserName added in v1.0.123

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

SetUserName sets the UserName field's value.

func (DescribeAclsInput) String added in v1.0.123

func (s DescribeAclsInput) String() string

String returns the string representation

func (*DescribeAclsInput) Validate added in v1.0.123

func (s *DescribeAclsInput) Validate() error

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

type DescribeAclsOutput added in v1.0.123

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 added in v1.0.123

func (s DescribeAclsOutput) GoString() string

GoString returns the string representation

func (*DescribeAclsOutput) SetAcls added in v1.0.123

SetAcls sets the Acls field's value.

func (*DescribeAclsOutput) SetTotal added in v1.0.123

SetTotal sets the Total field's value.

func (DescribeAclsOutput) String added in v1.0.123

func (s DescribeAclsOutput) String() string

String returns the string representation

type DescribeAllowListDetailInput added in v1.0.123

type DescribeAllowListDetailInput struct {

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

func (DescribeAllowListDetailInput) GoString added in v1.0.123

func (s DescribeAllowListDetailInput) GoString() string

GoString returns the string representation

func (*DescribeAllowListDetailInput) SetAllowListId added in v1.0.123

SetAllowListId sets the AllowListId field's value.

func (DescribeAllowListDetailInput) String added in v1.0.123

String returns the string representation

func (*DescribeAllowListDetailInput) Validate added in v1.0.123

func (s *DescribeAllowListDetailInput) Validate() error

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

type DescribeAllowListDetailOutput added in v1.0.123

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 added in v1.0.123

GoString returns the string representation

func (*DescribeAllowListDetailOutput) SetAllowList added in v1.0.123

SetAllowList sets the AllowList field's value.

func (*DescribeAllowListDetailOutput) SetAllowListDesc added in v1.0.123

SetAllowListDesc sets the AllowListDesc field's value.

func (*DescribeAllowListDetailOutput) SetAllowListId added in v1.0.123

SetAllowListId sets the AllowListId field's value.

func (*DescribeAllowListDetailOutput) SetAllowListName added in v1.0.123

SetAllowListName sets the AllowListName field's value.

func (*DescribeAllowListDetailOutput) SetAssociatedInstances added in v1.0.123

SetAssociatedInstances sets the AssociatedInstances field's value.

func (DescribeAllowListDetailOutput) String added in v1.0.123

String returns the string representation

type DescribeAllowListsInput added in v1.0.123

type DescribeAllowListsInput struct {
	InstanceId *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 added in v1.0.123

func (s DescribeAllowListsInput) GoString() string

GoString returns the string representation

func (*DescribeAllowListsInput) SetInstanceId added in v1.0.123

SetInstanceId sets the InstanceId field's value.

func (*DescribeAllowListsInput) SetRegionId added in v1.0.123

SetRegionId sets the RegionId field's value.

func (DescribeAllowListsInput) String added in v1.0.123

func (s DescribeAllowListsInput) String() string

String returns the string representation

func (*DescribeAllowListsInput) Validate added in v1.0.123

func (s *DescribeAllowListsInput) Validate() error

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

type DescribeAllowListsOutput added in v1.0.123

type DescribeAllowListsOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeAllowListsOutput) GoString added in v1.0.123

func (s DescribeAllowListsOutput) GoString() string

GoString returns the string representation

func (*DescribeAllowListsOutput) SetAllowLists added in v1.0.123

SetAllowLists sets the AllowLists field's value.

func (DescribeAllowListsOutput) String added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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"`
	// 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 added in v1.0.174

SetTagFilters sets the TagFilters field's value.

func (DescribeGroupsInput) String

func (s DescribeGroupsInput) String() string

String returns the string representation

func (*DescribeGroupsInput) Validate added in v1.0.123

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 added in v1.0.123

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

	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 added in v1.0.123

SetProject sets the Project 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 added in v1.0.123

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 added in v1.0.123

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

func (DescribeRegionsInput) GoString added in v1.0.123

func (s DescribeRegionsInput) GoString() string

GoString returns the string representation

func (DescribeRegionsInput) String added in v1.0.123

func (s DescribeRegionsInput) String() string

String returns the string representation

type DescribeRegionsOutput added in v1.0.123

type DescribeRegionsOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeRegionsOutput) GoString added in v1.0.123

func (s DescribeRegionsOutput) GoString() string

GoString returns the string representation

func (*DescribeRegionsOutput) SetRegions added in v1.0.123

SetRegions sets the Regions field's value.

func (DescribeRegionsOutput) String added in v1.0.123

func (s DescribeRegionsOutput) String() string

String returns the string representation

type DescribeTagsByResourceInput added in v1.0.123

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 added in v1.0.123

func (s DescribeTagsByResourceInput) GoString() string

GoString returns the string representation

func (*DescribeTagsByResourceInput) SetInstanceIds added in v1.0.123

SetInstanceIds sets the InstanceIds field's value.

func (*DescribeTagsByResourceInput) SetPageNumber added in v1.0.123

SetPageNumber sets the PageNumber field's value.

func (*DescribeTagsByResourceInput) SetPageSize added in v1.0.123

SetPageSize sets the PageSize field's value.

func (*DescribeTagsByResourceInput) SetTagFilters added in v1.0.123

SetTagFilters sets the TagFilters field's value.

func (DescribeTagsByResourceInput) String added in v1.0.123

String returns the string representation

func (*DescribeTagsByResourceInput) Validate added in v1.0.123

func (s *DescribeTagsByResourceInput) Validate() error

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

type DescribeTagsByResourceOutput added in v1.0.123

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 added in v1.0.123

func (s DescribeTagsByResourceOutput) GoString() string

GoString returns the string representation

func (*DescribeTagsByResourceOutput) SetTagResources added in v1.0.123

SetTagResources sets the TagResources field's value.

func (*DescribeTagsByResourceOutput) SetTotal added in v1.0.123

SetTotal sets the Total field's value.

func (DescribeTagsByResourceOutput) String added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.174

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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

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

func (DisassociateAllowListInput) GoString added in v1.0.123

func (s DisassociateAllowListInput) GoString() string

GoString returns the string representation

func (*DisassociateAllowListInput) SetAllowListIds added in v1.0.123

SetAllowListIds sets the AllowListIds field's value.

func (*DisassociateAllowListInput) SetInstanceIds added in v1.0.123

SetInstanceIds sets the InstanceIds field's value.

func (DisassociateAllowListInput) String added in v1.0.123

String returns the string representation

type DisassociateAllowListOutput added in v1.0.123

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

func (DisassociateAllowListOutput) GoString added in v1.0.123

func (s DisassociateAllowListOutput) GoString() string

GoString returns the string representation

func (DisassociateAllowListOutput) String added in v1.0.123

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 added in v1.0.174

SetBalanceAlgorithm sets the BalanceAlgorithm field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetDescription added in v1.0.174

SetDescription sets the Description field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetProtocolType added in v1.0.174

SetProtocolType sets the ProtocolType field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetState

SetState sets the State field's value.

func (*GroupsInfoForDescribeGroupsOutput) SetTags added in v1.0.174

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

	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) 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 added in v1.0.174

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 added in v1.0.174

GoString returns the string representation

func (*ItemForCreateMigrateSubTasksInput) SetConfig added in v1.0.174

SetConfig sets the Config field's value.

func (*ItemForCreateMigrateSubTasksInput) SetName added in v1.0.174

SetName sets the Name field's value.

func (*ItemForCreateMigrateSubTasksInput) SetType added in v1.0.174

SetType sets the Type field's value.

func (ItemForCreateMigrateSubTasksInput) String added in v1.0.174

String returns the string representation

type ItemForVerifyMigrateSubTasksInput added in v1.0.174

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 added in v1.0.174

GoString returns the string representation

func (*ItemForVerifyMigrateSubTasksInput) SetConfig added in v1.0.174

SetConfig sets the Config field's value.

func (*ItemForVerifyMigrateSubTasksInput) SetName added in v1.0.174

SetName sets the Name field's value.

func (*ItemForVerifyMigrateSubTasksInput) SetType added in v1.0.174

SetType sets the Type field's value.

func (ItemForVerifyMigrateSubTasksInput) String added in v1.0.174

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 ...*volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the AddTagsToResourceCommon operation. The "output" return value will be populated with the AddTagsToResourceCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) AddTagsToResourceCommonWithContext

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

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

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

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

func (*KAFKA) AddTagsToResourceRequest

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

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

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

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

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

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

func (*KAFKA) AddTagsToResourceWithContext

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

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

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

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

func (*KAFKA) AssociateAllowList added in v1.0.123

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

AssociateAllowList API operation for KAFKA.

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

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

func (*KAFKA) AssociateAllowListCommon added in v1.0.123

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

AssociateAllowListCommon API operation for KAFKA.

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

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

func (*KAFKA) AssociateAllowListCommonRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) AssociateAllowListCommonWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) AssociateAllowListRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) AssociateAllowListWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) CreateAcl added in v1.0.123

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

CreateAcl API operation for KAFKA.

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

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

func (*KAFKA) CreateAclCommon added in v1.0.123

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

CreateAclCommon API operation for KAFKA.

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

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

func (*KAFKA) CreateAclCommonRequest added in v1.0.123

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

CreateAclCommonRequest generates a "volcengine/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 added in v1.0.123

func (c *KAFKA) CreateAclCommonWithContext(ctx volcengine.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 added in v1.0.123

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

CreateAclRequest generates a "volcengine/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 added in v1.0.123

func (c *KAFKA) CreateAclWithContext(ctx volcengine.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 added in v1.0.123

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

CreateAllowList API operation for KAFKA.

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

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

func (*KAFKA) CreateAllowListCommon added in v1.0.123

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

CreateAllowListCommon API operation for KAFKA.

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

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

func (*KAFKA) CreateAllowListCommonRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) CreateAllowListCommonWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) CreateAllowListRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) CreateAllowListWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) CreateGroup added in v1.0.123

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

CreateGroup API operation for KAFKA.

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

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

func (*KAFKA) CreateGroupCommon added in v1.0.123

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

CreateGroupCommon API operation for KAFKA.

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

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

func (*KAFKA) CreateGroupCommonRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) CreateGroupCommonWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) CreateGroupRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) CreateGroupWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) CreateInstance

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

CreateInstance API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the CreateInstanceCommon operation. The "output" return value will be populated with the CreateInstanceCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) CreateInstanceCommonWithContext

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

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

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

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

func (*KAFKA) CreateInstanceRequest

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

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

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

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

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

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

func (*KAFKA) CreateInstanceWithContext

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

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

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

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

func (*KAFKA) CreateMigrateSubTasks added in v1.0.174

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

CreateMigrateSubTasks API operation for KAFKA.

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

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

func (*KAFKA) CreateMigrateSubTasksCommon added in v1.0.174

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

CreateMigrateSubTasksCommon API operation for KAFKA.

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

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

func (*KAFKA) CreateMigrateSubTasksCommonRequest added in v1.0.174

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

CreateMigrateSubTasksCommonRequest generates a "volcengine/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 added in v1.0.174

func (c *KAFKA) CreateMigrateSubTasksCommonWithContext(ctx volcengine.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 added in v1.0.174

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

CreateMigrateSubTasksRequest generates a "volcengine/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 added in v1.0.174

func (c *KAFKA) CreateMigrateSubTasksWithContext(ctx volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the CreatePublicAddressCommon operation. The "output" return value will be populated with the CreatePublicAddressCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) CreatePublicAddressCommonWithContext

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

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

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

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

func (*KAFKA) CreatePublicAddressRequest

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

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

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

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

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

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

func (*KAFKA) CreatePublicAddressWithContext

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

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

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

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

func (*KAFKA) CreateTopic

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

CreateTopic API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the CreateTopicCommon operation. The "output" return value will be populated with the CreateTopicCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) CreateTopicCommonWithContext

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

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

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

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

func (*KAFKA) CreateTopicRequest

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

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

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

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

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

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

func (*KAFKA) CreateTopicWithContext

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

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

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

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

func (*KAFKA) CreateUser

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

CreateUser API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 added in v1.0.123

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

DeleteAcl API operation for KAFKA.

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

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

func (*KAFKA) DeleteAclCommon added in v1.0.123

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

DeleteAclCommon API operation for KAFKA.

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

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

func (*KAFKA) DeleteAclCommonRequest added in v1.0.123

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

DeleteAclCommonRequest generates a "volcengine/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 added in v1.0.123

func (c *KAFKA) DeleteAclCommonWithContext(ctx volcengine.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 added in v1.0.123

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

DeleteAclRequest generates a "volcengine/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 added in v1.0.123

func (c *KAFKA) DeleteAclWithContext(ctx volcengine.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 added in v1.0.123

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

DeleteAllowList API operation for KAFKA.

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

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

func (*KAFKA) DeleteAllowListCommon added in v1.0.123

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

DeleteAllowListCommon API operation for KAFKA.

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

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

func (*KAFKA) DeleteAllowListCommonRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) DeleteAllowListCommonWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) DeleteAllowListRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) DeleteAllowListWithContext added in v1.0.123

func (c *KAFKA) DeleteAllowListWithContext(ctx volcengine.Context, input *DeleteAllowListInput, opts ...request.Option) (*DeleteAllowListOutput, error)

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

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

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

func (*KAFKA) DeleteGroup

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

DeleteGroup API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the DeleteGroupCommon operation. The "output" return value will be populated with the DeleteGroupCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DeleteGroupCommonWithContext

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

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

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

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

func (*KAFKA) DeleteGroupRequest

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

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

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

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

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

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

func (*KAFKA) DeleteGroupWithContext

func (c *KAFKA) DeleteGroupWithContext(ctx volcengine.Context, input *DeleteGroupInput, opts ...request.Option) (*DeleteGroupOutput, error)

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

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

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

func (*KAFKA) DeleteInstance

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

DeleteInstance API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the DeleteInstanceCommon operation. The "output" return value will be populated with the DeleteInstanceCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DeleteInstanceCommonWithContext

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

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

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

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

func (*KAFKA) DeleteInstanceRequest

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

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

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

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

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

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

func (*KAFKA) DeleteInstanceWithContext

func (c *KAFKA) DeleteInstanceWithContext(ctx volcengine.Context, input *DeleteInstanceInput, opts ...request.Option) (*DeleteInstanceOutput, error)

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

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

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

func (*KAFKA) DeletePublicAddress

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

DeletePublicAddress API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the DeletePublicAddressCommon operation. The "output" return value will be populated with the DeletePublicAddressCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DeletePublicAddressCommonWithContext

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

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

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

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

func (*KAFKA) DeletePublicAddressRequest

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

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

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

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

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

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

func (*KAFKA) DeletePublicAddressWithContext

func (c *KAFKA) DeletePublicAddressWithContext(ctx volcengine.Context, input *DeletePublicAddressInput, opts ...request.Option) (*DeletePublicAddressOutput, error)

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

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

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

func (*KAFKA) DeleteTopic

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

DeleteTopic API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the DeleteTopicCommon operation. The "output" return value will be populated with the DeleteTopicCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DeleteTopicCommonWithContext

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

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

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

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

func (*KAFKA) DeleteTopicRequest

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

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

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

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

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

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

func (*KAFKA) DeleteTopicWithContext

func (c *KAFKA) DeleteTopicWithContext(ctx volcengine.Context, input *DeleteTopicInput, opts ...request.Option) (*DeleteTopicOutput, error)

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

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

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

func (*KAFKA) DeleteUser

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

DeleteUser API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 added in v1.0.123

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

DescribeAcls API operation for KAFKA.

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

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

func (*KAFKA) DescribeAclsCommon added in v1.0.123

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

DescribeAclsCommon API operation for KAFKA.

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

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

func (*KAFKA) DescribeAclsCommonRequest added in v1.0.123

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

DescribeAclsCommonRequest generates a "volcengine/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 added in v1.0.123

func (c *KAFKA) DescribeAclsCommonWithContext(ctx volcengine.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 added in v1.0.123

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

DescribeAclsRequest generates a "volcengine/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 added in v1.0.123

func (c *KAFKA) DescribeAclsWithContext(ctx volcengine.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 added in v1.0.123

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

DescribeAllowListDetail API operation for KAFKA.

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

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

func (*KAFKA) DescribeAllowListDetailCommon added in v1.0.123

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

DescribeAllowListDetailCommon API operation for KAFKA.

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

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

func (*KAFKA) DescribeAllowListDetailCommonRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) DescribeAllowListDetailCommonWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) DescribeAllowListDetailRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) DescribeAllowListDetailWithContext added in v1.0.123

func (c *KAFKA) DescribeAllowListDetailWithContext(ctx volcengine.Context, input *DescribeAllowListDetailInput, opts ...request.Option) (*DescribeAllowListDetailOutput, error)

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

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

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

func (*KAFKA) DescribeAllowLists added in v1.0.123

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

DescribeAllowLists API operation for KAFKA.

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

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

func (*KAFKA) DescribeAllowListsCommon added in v1.0.123

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

DescribeAllowListsCommon API operation for KAFKA.

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

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

func (*KAFKA) DescribeAllowListsCommonRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) DescribeAllowListsCommonWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) DescribeAllowListsRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) DescribeAllowListsWithContext added in v1.0.123

func (c *KAFKA) DescribeAllowListsWithContext(ctx volcengine.Context, input *DescribeAllowListsInput, opts ...request.Option) (*DescribeAllowListsOutput, error)

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

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

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

func (*KAFKA) DescribeAvailabilityZones

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

DescribeAvailabilityZones API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the DescribeAvailabilityZonesCommon operation. The "output" return value will be populated with the DescribeAvailabilityZonesCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeAvailabilityZonesCommonWithContext

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

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

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

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

func (*KAFKA) DescribeAvailabilityZonesRequest

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

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

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

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

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

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

func (*KAFKA) DescribeAvailabilityZonesWithContext

func (c *KAFKA) DescribeAvailabilityZonesWithContext(ctx volcengine.Context, input *DescribeAvailabilityZonesInput, opts ...request.Option) (*DescribeAvailabilityZonesOutput, error)

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

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

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

func (*KAFKA) DescribeConsumedPartitions

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

DescribeConsumedPartitions API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the DescribeConsumedTopicsCommon operation. The "output" return value will be populated with the DescribeConsumedTopicsCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeConsumedTopicsCommonWithContext

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

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

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

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

func (*KAFKA) DescribeConsumedTopicsRequest

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

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

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

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

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

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

func (*KAFKA) DescribeConsumedTopicsWithContext

func (c *KAFKA) DescribeConsumedTopicsWithContext(ctx volcengine.Context, input *DescribeConsumedTopicsInput, opts ...request.Option) (*DescribeConsumedTopicsOutput, error)

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

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

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

func (*KAFKA) DescribeGroups

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

DescribeGroups API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the DescribeGroupsCommon operation. The "output" return value will be populated with the DescribeGroupsCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeGroupsCommonWithContext

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

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

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

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

func (*KAFKA) DescribeGroupsRequest

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

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

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

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

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

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

func (*KAFKA) DescribeGroupsWithContext

func (c *KAFKA) DescribeGroupsWithContext(ctx volcengine.Context, input *DescribeGroupsInput, opts ...request.Option) (*DescribeGroupsOutput, error)

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

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

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

func (*KAFKA) DescribeInstanceDetail

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

DescribeInstanceDetail API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the DescribeInstanceDetailCommon operation. The "output" return value will be populated with the DescribeInstanceDetailCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeInstanceDetailCommonWithContext

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

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

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

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

func (*KAFKA) DescribeInstanceDetailRequest

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

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

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

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

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

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

func (*KAFKA) DescribeInstanceDetailWithContext

func (c *KAFKA) DescribeInstanceDetailWithContext(ctx volcengine.Context, input *DescribeInstanceDetailInput, opts ...request.Option) (*DescribeInstanceDetailOutput, error)

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

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

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

func (*KAFKA) DescribeInstances

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

DescribeInstances API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the DescribeInstancesCommon operation. The "output" return value will be populated with the DescribeInstancesCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeInstancesCommonWithContext

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

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

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

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

func (*KAFKA) DescribeInstancesRequest

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

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

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

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

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

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

func (*KAFKA) DescribeInstancesWithContext

func (c *KAFKA) DescribeInstancesWithContext(ctx volcengine.Context, input *DescribeInstancesInput, opts ...request.Option) (*DescribeInstancesOutput, error)

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

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

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

func (*KAFKA) DescribeRegions added in v1.0.123

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

DescribeRegions API operation for KAFKA.

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

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

func (*KAFKA) DescribeRegionsCommon added in v1.0.123

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

DescribeRegionsCommon API operation for KAFKA.

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

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

func (*KAFKA) DescribeRegionsCommonRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) DescribeRegionsCommonWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) DescribeRegionsRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) DescribeRegionsWithContext added in v1.0.123

func (c *KAFKA) DescribeRegionsWithContext(ctx volcengine.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)

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

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

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

func (*KAFKA) DescribeTagsByResource added in v1.0.123

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

DescribeTagsByResource API operation for KAFKA.

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

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

func (*KAFKA) DescribeTagsByResourceCommon added in v1.0.123

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

DescribeTagsByResourceCommon API operation for KAFKA.

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

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

func (*KAFKA) DescribeTagsByResourceCommonRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) DescribeTagsByResourceCommonWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) DescribeTagsByResourceRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) DescribeTagsByResourceWithContext added in v1.0.123

func (c *KAFKA) DescribeTagsByResourceWithContext(ctx volcengine.Context, input *DescribeTagsByResourceInput, opts ...request.Option) (*DescribeTagsByResourceOutput, error)

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

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

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

func (*KAFKA) DescribeTopicAccessPolicies

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

DescribeTopicAccessPolicies API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the DescribeTopicAccessPoliciesCommon operation. The "output" return value will be populated with the DescribeTopicAccessPoliciesCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeTopicAccessPoliciesCommonWithContext

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

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

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

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

func (*KAFKA) DescribeTopicAccessPoliciesRequest

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

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

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

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

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

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

func (*KAFKA) DescribeTopicAccessPoliciesWithContext

func (c *KAFKA) DescribeTopicAccessPoliciesWithContext(ctx volcengine.Context, input *DescribeTopicAccessPoliciesInput, opts ...request.Option) (*DescribeTopicAccessPoliciesOutput, error)

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

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

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

func (*KAFKA) DescribeTopicParameters

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

DescribeTopicParameters API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the DescribeTopicsCommon operation. The "output" return value will be populated with the DescribeTopicsCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) DescribeTopicsCommonWithContext

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

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

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

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

func (*KAFKA) DescribeTopicsRequest

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

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

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

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

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

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

func (*KAFKA) DescribeTopicsWithContext

func (c *KAFKA) DescribeTopicsWithContext(ctx volcengine.Context, input *DescribeTopicsInput, opts ...request.Option) (*DescribeTopicsOutput, error)

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

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

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

func (*KAFKA) DescribeUsers

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

DescribeUsers API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 added in v1.0.123

func (c *KAFKA) DisassociateAllowList(input *DisassociateAllowListInput) (*DisassociateAllowListOutput, error)

DisassociateAllowList API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation DisassociateAllowList for usage and error information.

func (*KAFKA) DisassociateAllowListCommon added in v1.0.123

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

DisassociateAllowListCommon API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation DisassociateAllowListCommon for usage and error information.

func (*KAFKA) DisassociateAllowListCommonRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) DisassociateAllowListCommonWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) DisassociateAllowListRequest added in v1.0.123

func (c *KAFKA) DisassociateAllowListRequest(input *DisassociateAllowListInput) (req *request.Request, output *DisassociateAllowListOutput)

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

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

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

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

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

func (*KAFKA) DisassociateAllowListWithContext added in v1.0.123

func (c *KAFKA) DisassociateAllowListWithContext(ctx volcengine.Context, input *DisassociateAllowListInput, opts ...request.Option) (*DisassociateAllowListOutput, error)

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

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

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

func (*KAFKA) ModifyAllowList added in v1.0.123

func (c *KAFKA) ModifyAllowList(input *ModifyAllowListInput) (*ModifyAllowListOutput, error)

ModifyAllowList API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation ModifyAllowList for usage and error information.

func (*KAFKA) ModifyAllowListCommon added in v1.0.123

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

ModifyAllowListCommon API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation ModifyAllowListCommon for usage and error information.

func (*KAFKA) ModifyAllowListCommonRequest added in v1.0.123

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

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

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

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

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

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

func (*KAFKA) ModifyAllowListCommonWithContext added in v1.0.123

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

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

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

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

func (*KAFKA) ModifyAllowListRequest added in v1.0.123

func (c *KAFKA) ModifyAllowListRequest(input *ModifyAllowListInput) (req *request.Request, output *ModifyAllowListOutput)

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

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

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

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

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

func (*KAFKA) ModifyAllowListWithContext added in v1.0.123

func (c *KAFKA) ModifyAllowListWithContext(ctx volcengine.Context, input *ModifyAllowListInput, opts ...request.Option) (*ModifyAllowListOutput, error)

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

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

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

func (*KAFKA) ModifyGroup added in v1.0.123

func (c *KAFKA) ModifyGroup(input *ModifyGroupInput) (*ModifyGroupOutput, error)

ModifyGroup API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation ModifyGroup for usage and error information.

func (*KAFKA) ModifyGroupCommon added in v1.0.123

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

ModifyGroupCommon API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation ModifyGroupCommon for usage and error information.

func (*KAFKA) ModifyGroupCommonRequest added in v1.0.123

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

ModifyGroupCommonRequest generates a "volcengine/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 added in v1.0.123

func (c *KAFKA) ModifyGroupCommonWithContext(ctx volcengine.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 added in v1.0.123

func (c *KAFKA) ModifyGroupRequest(input *ModifyGroupInput) (req *request.Request, output *ModifyGroupOutput)

ModifyGroupRequest generates a "volcengine/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 added in v1.0.123

func (c *KAFKA) ModifyGroupWithContext(ctx volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the ModifyInstanceAttributesCommon operation. The "output" return value will be populated with the ModifyInstanceAttributesCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) ModifyInstanceAttributesCommonWithContext

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

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

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

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

func (*KAFKA) ModifyInstanceAttributesRequest

func (c *KAFKA) ModifyInstanceAttributesRequest(input *ModifyInstanceAttributesInput) (req *request.Request, output *ModifyInstanceAttributesOutput)

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

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

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

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

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

func (*KAFKA) ModifyInstanceAttributesWithContext

func (c *KAFKA) ModifyInstanceAttributesWithContext(ctx volcengine.Context, input *ModifyInstanceAttributesInput, opts ...request.Option) (*ModifyInstanceAttributesOutput, error)

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

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

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

func (*KAFKA) ModifyInstanceChargeType

func (c *KAFKA) ModifyInstanceChargeType(input *ModifyInstanceChargeTypeInput) (*ModifyInstanceChargeTypeOutput, error)

ModifyInstanceChargeType API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the ModifyInstanceChargeTypeCommon operation. The "output" return value will be populated with the ModifyInstanceChargeTypeCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) ModifyInstanceChargeTypeCommonWithContext

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

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

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

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

func (*KAFKA) ModifyInstanceChargeTypeRequest

func (c *KAFKA) ModifyInstanceChargeTypeRequest(input *ModifyInstanceChargeTypeInput) (req *request.Request, output *ModifyInstanceChargeTypeOutput)

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

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

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

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

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

func (*KAFKA) ModifyInstanceChargeTypeWithContext

func (c *KAFKA) ModifyInstanceChargeTypeWithContext(ctx volcengine.Context, input *ModifyInstanceChargeTypeInput, opts ...request.Option) (*ModifyInstanceChargeTypeOutput, error)

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

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

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

func (*KAFKA) ModifyInstanceParameters

func (c *KAFKA) ModifyInstanceParameters(input *ModifyInstanceParametersInput) (*ModifyInstanceParametersOutput, error)

ModifyInstanceParameters API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the ModifyInstanceSpecCommon operation. The "output" return value will be populated with the ModifyInstanceSpecCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) ModifyInstanceSpecCommonWithContext

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

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

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

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

func (*KAFKA) ModifyInstanceSpecRequest

func (c *KAFKA) ModifyInstanceSpecRequest(input *ModifyInstanceSpecInput) (req *request.Request, output *ModifyInstanceSpecOutput)

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

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

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

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

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

func (*KAFKA) ModifyInstanceSpecWithContext

func (c *KAFKA) ModifyInstanceSpecWithContext(ctx volcengine.Context, input *ModifyInstanceSpecInput, opts ...request.Option) (*ModifyInstanceSpecOutput, error)

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

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

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

func (*KAFKA) ModifyTopicAccessPolicies

func (c *KAFKA) ModifyTopicAccessPolicies(input *ModifyTopicAccessPoliciesInput) (*ModifyTopicAccessPoliciesOutput, error)

ModifyTopicAccessPolicies API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the ModifyTopicAccessPoliciesCommon operation. The "output" return value will be populated with the ModifyTopicAccessPoliciesCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) ModifyTopicAccessPoliciesCommonWithContext

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

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

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

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

func (*KAFKA) ModifyTopicAccessPoliciesRequest

func (c *KAFKA) ModifyTopicAccessPoliciesRequest(input *ModifyTopicAccessPoliciesInput) (req *request.Request, output *ModifyTopicAccessPoliciesOutput)

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

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

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

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

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

func (*KAFKA) ModifyTopicAccessPoliciesWithContext

func (c *KAFKA) ModifyTopicAccessPoliciesWithContext(ctx volcengine.Context, input *ModifyTopicAccessPoliciesInput, opts ...request.Option) (*ModifyTopicAccessPoliciesOutput, error)

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

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

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

func (*KAFKA) ModifyTopicAttributes

func (c *KAFKA) ModifyTopicAttributes(input *ModifyTopicAttributesInput) (*ModifyTopicAttributesOutput, error)

ModifyTopicAttributes API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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) QueryMessageByTimestamp added in v1.0.174

func (c *KAFKA) QueryMessageByTimestamp(input *QueryMessageByTimestampInput) (*QueryMessageByTimestampOutput, error)

QueryMessageByTimestamp API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation QueryMessageByTimestamp for usage and error information.

func (*KAFKA) QueryMessageByTimestampCommon added in v1.0.174

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

QueryMessageByTimestampCommon API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation QueryMessageByTimestampCommon for usage and error information.

func (*KAFKA) QueryMessageByTimestampCommonRequest added in v1.0.174

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

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

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

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

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

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

func (*KAFKA) QueryMessageByTimestampCommonWithContext added in v1.0.174

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

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

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

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

func (*KAFKA) QueryMessageByTimestampRequest added in v1.0.174

func (c *KAFKA) QueryMessageByTimestampRequest(input *QueryMessageByTimestampInput) (req *request.Request, output *QueryMessageByTimestampOutput)

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

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

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

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

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

func (*KAFKA) QueryMessageByTimestampWithContext added in v1.0.174

func (c *KAFKA) QueryMessageByTimestampWithContext(ctx volcengine.Context, input *QueryMessageByTimestampInput, opts ...request.Option) (*QueryMessageByTimestampOutput, error)

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

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

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

func (*KAFKA) RemoveTagsFromResource

func (c *KAFKA) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the RemoveTagsFromResourceCommon operation. The "output" return value will be populated with the RemoveTagsFromResourceCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) RemoveTagsFromResourceCommonWithContext

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

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

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

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

func (*KAFKA) RemoveTagsFromResourceRequest

func (c *KAFKA) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)

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

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

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

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

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

func (*KAFKA) RemoveTagsFromResourceWithContext

func (c *KAFKA) RemoveTagsFromResourceWithContext(ctx volcengine.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)

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

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

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

func (*KAFKA) ResetConsumedOffsets

func (c *KAFKA) ResetConsumedOffsets(input *ResetConsumedOffsetsInput) (*ResetConsumedOffsetsOutput, error)

ResetConsumedOffsets API operation for KAFKA.

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

See the VOLCENGINE API reference guide for 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for 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 "volcengine/request.Request" representing the client's request for the ResetConsumedOffsetsCommon operation. The "output" return value will be populated with the ResetConsumedOffsetsCommon request's response once the request completes successfully.

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

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

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

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

func (*KAFKA) ResetConsumedOffsetsCommonWithContext

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

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

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

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

func (*KAFKA) ResetConsumedOffsetsRequest

func (c *KAFKA) ResetConsumedOffsetsRequest(input *ResetConsumedOffsetsInput) (req *request.Request, output *ResetConsumedOffsetsOutput)

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

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

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

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

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

func (*KAFKA) ResetConsumedOffsetsWithContext

func (c *KAFKA) ResetConsumedOffsetsWithContext(ctx volcengine.Context, input *ResetConsumedOffsetsInput, opts ...request.Option) (*ResetConsumedOffsetsOutput, error)

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

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

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

func (*KAFKA) UpdateMigrateTaskStatus added in v1.0.174

func (c *KAFKA) UpdateMigrateTaskStatus(input *UpdateMigrateTaskStatusInput) (*UpdateMigrateTaskStatusOutput, error)

UpdateMigrateTaskStatus API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation UpdateMigrateTaskStatus for usage and error information.

func (*KAFKA) UpdateMigrateTaskStatusCommon added in v1.0.174

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

UpdateMigrateTaskStatusCommon API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation UpdateMigrateTaskStatusCommon for usage and error information.

func (*KAFKA) UpdateMigrateTaskStatusCommonRequest added in v1.0.174

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

UpdateMigrateTaskStatusCommonRequest generates a "volcengine/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 added in v1.0.174

func (c *KAFKA) UpdateMigrateTaskStatusCommonWithContext(ctx volcengine.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 added in v1.0.174

func (c *KAFKA) UpdateMigrateTaskStatusRequest(input *UpdateMigrateTaskStatusInput) (req *request.Request, output *UpdateMigrateTaskStatusOutput)

UpdateMigrateTaskStatusRequest generates a "volcengine/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 added in v1.0.174

func (c *KAFKA) UpdateMigrateTaskStatusWithContext(ctx volcengine.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 added in v1.0.174

func (c *KAFKA) VerifyMigrateSubTasks(input *VerifyMigrateSubTasksInput) (*VerifyMigrateSubTasksOutput, error)

VerifyMigrateSubTasks API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation VerifyMigrateSubTasks for usage and error information.

func (*KAFKA) VerifyMigrateSubTasksCommon added in v1.0.174

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

VerifyMigrateSubTasksCommon API operation for KAFKA.

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

See the VOLCENGINE API reference guide for KAFKA's API operation VerifyMigrateSubTasksCommon for usage and error information.

func (*KAFKA) VerifyMigrateSubTasksCommonRequest added in v1.0.174

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

VerifyMigrateSubTasksCommonRequest generates a "volcengine/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 added in v1.0.174

func (c *KAFKA) VerifyMigrateSubTasksCommonWithContext(ctx volcengine.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 added in v1.0.174

func (c *KAFKA) VerifyMigrateSubTasksRequest(input *VerifyMigrateSubTasksInput) (req *request.Request, output *VerifyMigrateSubTasksOutput)

VerifyMigrateSubTasksRequest generates a "volcengine/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 added in v1.0.174

func (c *KAFKA) VerifyMigrateSubTasksWithContext(ctx volcengine.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(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddTagsToResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddTagsToResource(*AddTagsToResourceInput) (*AddTagsToResourceOutput, error)
	AddTagsToResourceWithContext(volcengine.Context, *AddTagsToResourceInput, ...request.Option) (*AddTagsToResourceOutput, error)
	AddTagsToResourceRequest(*AddTagsToResourceInput) (*request.Request, *AddTagsToResourceOutput)

	AssociateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AssociateAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AssociateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AssociateAllowList(*AssociateAllowListInput) (*AssociateAllowListOutput, error)
	AssociateAllowListWithContext(volcengine.Context, *AssociateAllowListInput, ...request.Option) (*AssociateAllowListOutput, error)
	AssociateAllowListRequest(*AssociateAllowListInput) (*request.Request, *AssociateAllowListOutput)

	CreateAclCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAclCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAclCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAcl(*CreateAclInput) (*CreateAclOutput, error)
	CreateAclWithContext(volcengine.Context, *CreateAclInput, ...request.Option) (*CreateAclOutput, error)
	CreateAclRequest(*CreateAclInput) (*request.Request, *CreateAclOutput)

	CreateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAllowList(*CreateAllowListInput) (*CreateAllowListOutput, error)
	CreateAllowListWithContext(volcengine.Context, *CreateAllowListInput, ...request.Option) (*CreateAllowListOutput, error)
	CreateAllowListRequest(*CreateAllowListInput) (*request.Request, *CreateAllowListOutput)

	CreateGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateGroup(*CreateGroupInput) (*CreateGroupOutput, error)
	CreateGroupWithContext(volcengine.Context, *CreateGroupInput, ...request.Option) (*CreateGroupOutput, error)
	CreateGroupRequest(*CreateGroupInput) (*request.Request, *CreateGroupOutput)

	CreateInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateInstance(*CreateInstanceInput) (*CreateInstanceOutput, error)
	CreateInstanceWithContext(volcengine.Context, *CreateInstanceInput, ...request.Option) (*CreateInstanceOutput, error)
	CreateInstanceRequest(*CreateInstanceInput) (*request.Request, *CreateInstanceOutput)

	CreateMigrateSubTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateMigrateSubTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateMigrateSubTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateMigrateSubTasks(*CreateMigrateSubTasksInput) (*CreateMigrateSubTasksOutput, error)
	CreateMigrateSubTasksWithContext(volcengine.Context, *CreateMigrateSubTasksInput, ...request.Option) (*CreateMigrateSubTasksOutput, error)
	CreateMigrateSubTasksRequest(*CreateMigrateSubTasksInput) (*request.Request, *CreateMigrateSubTasksOutput)

	CreatePublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePublicAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePublicAddress(*CreatePublicAddressInput) (*CreatePublicAddressOutput, error)
	CreatePublicAddressWithContext(volcengine.Context, *CreatePublicAddressInput, ...request.Option) (*CreatePublicAddressOutput, error)
	CreatePublicAddressRequest(*CreatePublicAddressInput) (*request.Request, *CreatePublicAddressOutput)

	CreateTopicCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTopicCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTopicCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTopic(*CreateTopicInput) (*CreateTopicOutput, error)
	CreateTopicWithContext(volcengine.Context, *CreateTopicInput, ...request.Option) (*CreateTopicOutput, error)
	CreateTopicRequest(*CreateTopicInput) (*request.Request, *CreateTopicOutput)

	CreateUserCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateUserCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateUserCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateUser(*CreateUserInput) (*CreateUserOutput, error)
	CreateUserWithContext(volcengine.Context, *CreateUserInput, ...request.Option) (*CreateUserOutput, error)
	CreateUserRequest(*CreateUserInput) (*request.Request, *CreateUserOutput)

	DeleteAclCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAclCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAclCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAcl(*DeleteAclInput) (*DeleteAclOutput, error)
	DeleteAclWithContext(volcengine.Context, *DeleteAclInput, ...request.Option) (*DeleteAclOutput, error)
	DeleteAclRequest(*DeleteAclInput) (*request.Request, *DeleteAclOutput)

	DeleteAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAllowList(*DeleteAllowListInput) (*DeleteAllowListOutput, error)
	DeleteAllowListWithContext(volcengine.Context, *DeleteAllowListInput, ...request.Option) (*DeleteAllowListOutput, error)
	DeleteAllowListRequest(*DeleteAllowListInput) (*request.Request, *DeleteAllowListOutput)

	DeleteGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteGroup(*DeleteGroupInput) (*DeleteGroupOutput, error)
	DeleteGroupWithContext(volcengine.Context, *DeleteGroupInput, ...request.Option) (*DeleteGroupOutput, error)
	DeleteGroupRequest(*DeleteGroupInput) (*request.Request, *DeleteGroupOutput)

	DeleteInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteInstance(*DeleteInstanceInput) (*DeleteInstanceOutput, error)
	DeleteInstanceWithContext(volcengine.Context, *DeleteInstanceInput, ...request.Option) (*DeleteInstanceOutput, error)
	DeleteInstanceRequest(*DeleteInstanceInput) (*request.Request, *DeleteInstanceOutput)

	DeletePublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeletePublicAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeletePublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeletePublicAddress(*DeletePublicAddressInput) (*DeletePublicAddressOutput, error)
	DeletePublicAddressWithContext(volcengine.Context, *DeletePublicAddressInput, ...request.Option) (*DeletePublicAddressOutput, error)
	DeletePublicAddressRequest(*DeletePublicAddressInput) (*request.Request, *DeletePublicAddressOutput)

	DeleteTopicCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTopicCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTopicCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTopic(*DeleteTopicInput) (*DeleteTopicOutput, error)
	DeleteTopicWithContext(volcengine.Context, *DeleteTopicInput, ...request.Option) (*DeleteTopicOutput, error)
	DeleteTopicRequest(*DeleteTopicInput) (*request.Request, *DeleteTopicOutput)

	DeleteUserCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteUserCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteUserCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteUser(*DeleteUserInput) (*DeleteUserOutput, error)
	DeleteUserWithContext(volcengine.Context, *DeleteUserInput, ...request.Option) (*DeleteUserOutput, error)
	DeleteUserRequest(*DeleteUserInput) (*request.Request, *DeleteUserOutput)

	DescribeAclsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAclsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAclsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAcls(*DescribeAclsInput) (*DescribeAclsOutput, error)
	DescribeAclsWithContext(volcengine.Context, *DescribeAclsInput, ...request.Option) (*DescribeAclsOutput, error)
	DescribeAclsRequest(*DescribeAclsInput) (*request.Request, *DescribeAclsOutput)

	DescribeAllowListDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAllowListDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAllowListDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAllowListDetail(*DescribeAllowListDetailInput) (*DescribeAllowListDetailOutput, error)
	DescribeAllowListDetailWithContext(volcengine.Context, *DescribeAllowListDetailInput, ...request.Option) (*DescribeAllowListDetailOutput, error)
	DescribeAllowListDetailRequest(*DescribeAllowListDetailInput) (*request.Request, *DescribeAllowListDetailOutput)

	DescribeAllowListsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAllowListsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAllowListsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAllowLists(*DescribeAllowListsInput) (*DescribeAllowListsOutput, error)
	DescribeAllowListsWithContext(volcengine.Context, *DescribeAllowListsInput, ...request.Option) (*DescribeAllowListsOutput, error)
	DescribeAllowListsRequest(*DescribeAllowListsInput) (*request.Request, *DescribeAllowListsOutput)

	DescribeAvailabilityZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAvailabilityZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAvailabilityZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAvailabilityZones(*DescribeAvailabilityZonesInput) (*DescribeAvailabilityZonesOutput, error)
	DescribeAvailabilityZonesWithContext(volcengine.Context, *DescribeAvailabilityZonesInput, ...request.Option) (*DescribeAvailabilityZonesOutput, error)
	DescribeAvailabilityZonesRequest(*DescribeAvailabilityZonesInput) (*request.Request, *DescribeAvailabilityZonesOutput)

	DescribeConsumedPartitionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeConsumedPartitionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeConsumedPartitionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeConsumedPartitions(*DescribeConsumedPartitionsInput) (*DescribeConsumedPartitionsOutput, error)
	DescribeConsumedPartitionsWithContext(volcengine.Context, *DescribeConsumedPartitionsInput, ...request.Option) (*DescribeConsumedPartitionsOutput, error)
	DescribeConsumedPartitionsRequest(*DescribeConsumedPartitionsInput) (*request.Request, *DescribeConsumedPartitionsOutput)

	DescribeConsumedTopicsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeConsumedTopicsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeConsumedTopicsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeConsumedTopics(*DescribeConsumedTopicsInput) (*DescribeConsumedTopicsOutput, error)
	DescribeConsumedTopicsWithContext(volcengine.Context, *DescribeConsumedTopicsInput, ...request.Option) (*DescribeConsumedTopicsOutput, error)
	DescribeConsumedTopicsRequest(*DescribeConsumedTopicsInput) (*request.Request, *DescribeConsumedTopicsOutput)

	DescribeGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeGroups(*DescribeGroupsInput) (*DescribeGroupsOutput, error)
	DescribeGroupsWithContext(volcengine.Context, *DescribeGroupsInput, ...request.Option) (*DescribeGroupsOutput, error)
	DescribeGroupsRequest(*DescribeGroupsInput) (*request.Request, *DescribeGroupsOutput)

	DescribeInstanceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeInstanceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeInstanceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeInstanceDetail(*DescribeInstanceDetailInput) (*DescribeInstanceDetailOutput, error)
	DescribeInstanceDetailWithContext(volcengine.Context, *DescribeInstanceDetailInput, ...request.Option) (*DescribeInstanceDetailOutput, error)
	DescribeInstanceDetailRequest(*DescribeInstanceDetailInput) (*request.Request, *DescribeInstanceDetailOutput)

	DescribeInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeInstances(*DescribeInstancesInput) (*DescribeInstancesOutput, error)
	DescribeInstancesWithContext(volcengine.Context, *DescribeInstancesInput, ...request.Option) (*DescribeInstancesOutput, error)
	DescribeInstancesRequest(*DescribeInstancesInput) (*request.Request, *DescribeInstancesOutput)

	DescribeRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeRegionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeRegions(*DescribeRegionsInput) (*DescribeRegionsOutput, error)
	DescribeRegionsWithContext(volcengine.Context, *DescribeRegionsInput, ...request.Option) (*DescribeRegionsOutput, error)
	DescribeRegionsRequest(*DescribeRegionsInput) (*request.Request, *DescribeRegionsOutput)

	DescribeTagsByResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTagsByResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTagsByResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTagsByResource(*DescribeTagsByResourceInput) (*DescribeTagsByResourceOutput, error)
	DescribeTagsByResourceWithContext(volcengine.Context, *DescribeTagsByResourceInput, ...request.Option) (*DescribeTagsByResourceOutput, error)
	DescribeTagsByResourceRequest(*DescribeTagsByResourceInput) (*request.Request, *DescribeTagsByResourceOutput)

	DescribeTopicAccessPoliciesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicAccessPoliciesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicAccessPoliciesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopicAccessPolicies(*DescribeTopicAccessPoliciesInput) (*DescribeTopicAccessPoliciesOutput, error)
	DescribeTopicAccessPoliciesWithContext(volcengine.Context, *DescribeTopicAccessPoliciesInput, ...request.Option) (*DescribeTopicAccessPoliciesOutput, error)
	DescribeTopicAccessPoliciesRequest(*DescribeTopicAccessPoliciesInput) (*request.Request, *DescribeTopicAccessPoliciesOutput)

	DescribeTopicParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicParametersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopicParameters(*DescribeTopicParametersInput) (*DescribeTopicParametersOutput, error)
	DescribeTopicParametersWithContext(volcengine.Context, *DescribeTopicParametersInput, ...request.Option) (*DescribeTopicParametersOutput, error)
	DescribeTopicParametersRequest(*DescribeTopicParametersInput) (*request.Request, *DescribeTopicParametersOutput)

	DescribeTopicPartitionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicPartitionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicPartitionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopicPartitions(*DescribeTopicPartitionsInput) (*DescribeTopicPartitionsOutput, error)
	DescribeTopicPartitionsWithContext(volcengine.Context, *DescribeTopicPartitionsInput, ...request.Option) (*DescribeTopicPartitionsOutput, error)
	DescribeTopicPartitionsRequest(*DescribeTopicPartitionsInput) (*request.Request, *DescribeTopicPartitionsOutput)

	DescribeTopicsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTopicsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTopicsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTopics(*DescribeTopicsInput) (*DescribeTopicsOutput, error)
	DescribeTopicsWithContext(volcengine.Context, *DescribeTopicsInput, ...request.Option) (*DescribeTopicsOutput, error)
	DescribeTopicsRequest(*DescribeTopicsInput) (*request.Request, *DescribeTopicsOutput)

	DescribeUsersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeUsersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeUsersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeUsers(*DescribeUsersInput) (*DescribeUsersOutput, error)
	DescribeUsersWithContext(volcengine.Context, *DescribeUsersInput, ...request.Option) (*DescribeUsersOutput, error)
	DescribeUsersRequest(*DescribeUsersInput) (*request.Request, *DescribeUsersOutput)

	DisassociateAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DisassociateAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DisassociateAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DisassociateAllowList(*DisassociateAllowListInput) (*DisassociateAllowListOutput, error)
	DisassociateAllowListWithContext(volcengine.Context, *DisassociateAllowListInput, ...request.Option) (*DisassociateAllowListOutput, error)
	DisassociateAllowListRequest(*DisassociateAllowListInput) (*request.Request, *DisassociateAllowListOutput)

	ModifyAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyAllowList(*ModifyAllowListInput) (*ModifyAllowListOutput, error)
	ModifyAllowListWithContext(volcengine.Context, *ModifyAllowListInput, ...request.Option) (*ModifyAllowListOutput, error)
	ModifyAllowListRequest(*ModifyAllowListInput) (*request.Request, *ModifyAllowListOutput)

	ModifyGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyGroup(*ModifyGroupInput) (*ModifyGroupOutput, error)
	ModifyGroupWithContext(volcengine.Context, *ModifyGroupInput, ...request.Option) (*ModifyGroupOutput, error)
	ModifyGroupRequest(*ModifyGroupInput) (*request.Request, *ModifyGroupOutput)

	ModifyInstanceAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceAttributes(*ModifyInstanceAttributesInput) (*ModifyInstanceAttributesOutput, error)
	ModifyInstanceAttributesWithContext(volcengine.Context, *ModifyInstanceAttributesInput, ...request.Option) (*ModifyInstanceAttributesOutput, error)
	ModifyInstanceAttributesRequest(*ModifyInstanceAttributesInput) (*request.Request, *ModifyInstanceAttributesOutput)

	ModifyInstanceChargeTypeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceChargeTypeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceChargeTypeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceChargeType(*ModifyInstanceChargeTypeInput) (*ModifyInstanceChargeTypeOutput, error)
	ModifyInstanceChargeTypeWithContext(volcengine.Context, *ModifyInstanceChargeTypeInput, ...request.Option) (*ModifyInstanceChargeTypeOutput, error)
	ModifyInstanceChargeTypeRequest(*ModifyInstanceChargeTypeInput) (*request.Request, *ModifyInstanceChargeTypeOutput)

	ModifyInstanceParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceParametersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceParameters(*ModifyInstanceParametersInput) (*ModifyInstanceParametersOutput, error)
	ModifyInstanceParametersWithContext(volcengine.Context, *ModifyInstanceParametersInput, ...request.Option) (*ModifyInstanceParametersOutput, error)
	ModifyInstanceParametersRequest(*ModifyInstanceParametersInput) (*request.Request, *ModifyInstanceParametersOutput)

	ModifyInstanceSpecCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceSpecCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceSpecCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceSpec(*ModifyInstanceSpecInput) (*ModifyInstanceSpecOutput, error)
	ModifyInstanceSpecWithContext(volcengine.Context, *ModifyInstanceSpecInput, ...request.Option) (*ModifyInstanceSpecOutput, error)
	ModifyInstanceSpecRequest(*ModifyInstanceSpecInput) (*request.Request, *ModifyInstanceSpecOutput)

	ModifyTopicAccessPoliciesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTopicAccessPoliciesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTopicAccessPoliciesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTopicAccessPolicies(*ModifyTopicAccessPoliciesInput) (*ModifyTopicAccessPoliciesOutput, error)
	ModifyTopicAccessPoliciesWithContext(volcengine.Context, *ModifyTopicAccessPoliciesInput, ...request.Option) (*ModifyTopicAccessPoliciesOutput, error)
	ModifyTopicAccessPoliciesRequest(*ModifyTopicAccessPoliciesInput) (*request.Request, *ModifyTopicAccessPoliciesOutput)

	ModifyTopicAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTopicAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTopicAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTopicAttributes(*ModifyTopicAttributesInput) (*ModifyTopicAttributesOutput, error)
	ModifyTopicAttributesWithContext(volcengine.Context, *ModifyTopicAttributesInput, ...request.Option) (*ModifyTopicAttributesOutput, error)
	ModifyTopicAttributesRequest(*ModifyTopicAttributesInput) (*request.Request, *ModifyTopicAttributesOutput)

	ModifyTopicParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTopicParametersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTopicParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTopicParameters(*ModifyTopicParametersInput) (*ModifyTopicParametersOutput, error)
	ModifyTopicParametersWithContext(volcengine.Context, *ModifyTopicParametersInput, ...request.Option) (*ModifyTopicParametersOutput, error)
	ModifyTopicParametersRequest(*ModifyTopicParametersInput) (*request.Request, *ModifyTopicParametersOutput)

	ModifyUserAuthorityCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyUserAuthorityCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyUserAuthorityCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyUserAuthority(*ModifyUserAuthorityInput) (*ModifyUserAuthorityOutput, error)
	ModifyUserAuthorityWithContext(volcengine.Context, *ModifyUserAuthorityInput, ...request.Option) (*ModifyUserAuthorityOutput, error)
	ModifyUserAuthorityRequest(*ModifyUserAuthorityInput) (*request.Request, *ModifyUserAuthorityOutput)

	QueryMessageByTimestampCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryMessageByTimestampCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryMessageByTimestampCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryMessageByTimestamp(*QueryMessageByTimestampInput) (*QueryMessageByTimestampOutput, error)
	QueryMessageByTimestampWithContext(volcengine.Context, *QueryMessageByTimestampInput, ...request.Option) (*QueryMessageByTimestampOutput, error)
	QueryMessageByTimestampRequest(*QueryMessageByTimestampInput) (*request.Request, *QueryMessageByTimestampOutput)

	RemoveTagsFromResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RemoveTagsFromResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RemoveTagsFromResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RemoveTagsFromResource(*RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
	RemoveTagsFromResourceWithContext(volcengine.Context, *RemoveTagsFromResourceInput, ...request.Option) (*RemoveTagsFromResourceOutput, error)
	RemoveTagsFromResourceRequest(*RemoveTagsFromResourceInput) (*request.Request, *RemoveTagsFromResourceOutput)

	ResetConsumedOffsetsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResetConsumedOffsetsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResetConsumedOffsetsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResetConsumedOffsets(*ResetConsumedOffsetsInput) (*ResetConsumedOffsetsOutput, error)
	ResetConsumedOffsetsWithContext(volcengine.Context, *ResetConsumedOffsetsInput, ...request.Option) (*ResetConsumedOffsetsOutput, error)
	ResetConsumedOffsetsRequest(*ResetConsumedOffsetsInput) (*request.Request, *ResetConsumedOffsetsOutput)

	UpdateMigrateTaskStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateMigrateTaskStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateMigrateTaskStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateMigrateTaskStatus(*UpdateMigrateTaskStatusInput) (*UpdateMigrateTaskStatusOutput, error)
	UpdateMigrateTaskStatusWithContext(volcengine.Context, *UpdateMigrateTaskStatusInput, ...request.Option) (*UpdateMigrateTaskStatusOutput, error)
	UpdateMigrateTaskStatusRequest(*UpdateMigrateTaskStatusInput) (*request.Request, *UpdateMigrateTaskStatusOutput)

	VerifyMigrateSubTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	VerifyMigrateSubTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	VerifyMigrateSubTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	VerifyMigrateSubTasks(*VerifyMigrateSubTasksInput) (*VerifyMigrateSubTasksOutput, error)
	VerifyMigrateSubTasksWithContext(volcengine.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,

// volcengine 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 MessageListForQueryMessageByTimestampOutput added in v1.0.174

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 added in v1.0.174

GoString returns the string representation

func (*MessageListForQueryMessageByTimestampOutput) SetCreateTime added in v1.0.174

SetCreateTime sets the CreateTime field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetKey added in v1.0.174

SetKey sets the Key field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetMessage added in v1.0.174

SetMessage sets the Message field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetMessageOffset added in v1.0.174

SetMessageOffset sets the MessageOffset field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetMessageSize added in v1.0.174

SetMessageSize sets the MessageSize field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetPartitionId added in v1.0.174

SetPartitionId sets the PartitionId field's value.

func (*MessageListForQueryMessageByTimestampOutput) SetTopicName added in v1.0.174

SetTopicName sets the TopicName field's value.

func (MessageListForQueryMessageByTimestampOutput) String added in v1.0.174

String returns the string representation

type ModifyAllowListInput added in v1.0.123

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 added in v1.0.123

func (s ModifyAllowListInput) GoString() string

GoString returns the string representation

func (*ModifyAllowListInput) SetAllowList added in v1.0.123

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

SetAllowList sets the AllowList field's value.

func (*ModifyAllowListInput) SetAllowListDesc added in v1.0.123

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

SetAllowListDesc sets the AllowListDesc field's value.

func (*ModifyAllowListInput) SetAllowListId added in v1.0.123

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

SetAllowListId sets the AllowListId field's value.

func (*ModifyAllowListInput) SetAllowListName added in v1.0.123

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

SetAllowListName sets the AllowListName field's value.

func (*ModifyAllowListInput) SetApplyInstanceNum added in v1.0.123

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

SetApplyInstanceNum sets the ApplyInstanceNum field's value.

func (ModifyAllowListInput) String added in v1.0.123

func (s ModifyAllowListInput) String() string

String returns the string representation

func (*ModifyAllowListInput) Validate added in v1.0.123

func (s *ModifyAllowListInput) Validate() error

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

type ModifyAllowListOutput added in v1.0.123

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

func (ModifyAllowListOutput) GoString added in v1.0.123

func (s ModifyAllowListOutput) GoString() string

GoString returns the string representation

func (ModifyAllowListOutput) String added in v1.0.123

func (s ModifyAllowListOutput) String() string

String returns the string representation

type ModifyGroupInput added in v1.0.123

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 added in v1.0.123

func (s ModifyGroupInput) GoString() string

GoString returns the string representation

func (*ModifyGroupInput) SetDescription added in v1.0.123

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

SetDescription sets the Description field's value.

func (*ModifyGroupInput) SetGroupId added in v1.0.123

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

SetGroupId sets the GroupId field's value.

func (*ModifyGroupInput) SetInstanceId added in v1.0.123

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

SetInstanceId sets the InstanceId field's value.

func (ModifyGroupInput) String added in v1.0.123

func (s ModifyGroupInput) String() string

String returns the string representation

func (*ModifyGroupInput) Validate added in v1.0.123

func (s *ModifyGroupInput) Validate() error

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

type ModifyGroupOutput added in v1.0.123

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

func (ModifyGroupOutput) GoString added in v1.0.123

func (s ModifyGroupOutput) GoString() string

GoString returns the string representation

func (ModifyGroupOutput) String added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.174

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 added in v1.0.123

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 added in v1.0.123

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 added in v1.0.123

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 {

	// 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) 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 added in v1.0.123

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 added in v1.0.123

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 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 QueryMessageByTimestampInput added in v1.0.174

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 added in v1.0.174

func (s QueryMessageByTimestampInput) GoString() string

GoString returns the string representation

func (*QueryMessageByTimestampInput) SetInstanceId added in v1.0.174

SetInstanceId sets the InstanceId field's value.

func (*QueryMessageByTimestampInput) SetPageNumber added in v1.0.174

SetPageNumber sets the PageNumber field's value.

func (*QueryMessageByTimestampInput) SetPageSize added in v1.0.174

SetPageSize sets the PageSize field's value.

func (*QueryMessageByTimestampInput) SetPartitionId added in v1.0.174

SetPartitionId sets the PartitionId field's value.

func (*QueryMessageByTimestampInput) SetQueryEndTimestamp added in v1.0.174

SetQueryEndTimestamp sets the QueryEndTimestamp field's value.

func (*QueryMessageByTimestampInput) SetQueryStartTimestamp added in v1.0.174

func (s *QueryMessageByTimestampInput) SetQueryStartTimestamp(v int64) *QueryMessageByTimestampInput

SetQueryStartTimestamp sets the QueryStartTimestamp field's value.

func (*QueryMessageByTimestampInput) SetRefresh added in v1.0.174

SetRefresh sets the Refresh field's value.

func (*QueryMessageByTimestampInput) SetSortOrder added in v1.0.174

SetSortOrder sets the SortOrder field's value.

func (*QueryMessageByTimestampInput) SetTopicName added in v1.0.174

SetTopicName sets the TopicName field's value.

func (QueryMessageByTimestampInput) String added in v1.0.174

String returns the string representation

func (*QueryMessageByTimestampInput) Validate added in v1.0.174

func (s *QueryMessageByTimestampInput) Validate() error

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

type QueryMessageByTimestampOutput added in v1.0.174

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 added in v1.0.174

GoString returns the string representation

func (*QueryMessageByTimestampOutput) SetHasMoreMessage added in v1.0.174

SetHasMoreMessage sets the HasMoreMessage field's value.

func (*QueryMessageByTimestampOutput) SetMessageList added in v1.0.174

SetMessageList sets the MessageList field's value.

func (QueryMessageByTimestampOutput) String added in v1.0.174

String returns the string representation

type RegionForDescribeRegionsOutput added in v1.0.123

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 added in v1.0.123

GoString returns the string representation

func (*RegionForDescribeRegionsOutput) SetDescription added in v1.0.123

SetDescription sets the Description field's value.

func (*RegionForDescribeRegionsOutput) SetRegionId added in v1.0.123

SetRegionId sets the RegionId field's value.

func (*RegionForDescribeRegionsOutput) SetRegionName added in v1.0.123

SetRegionName sets the RegionName field's value.

func (*RegionForDescribeRegionsOutput) SetStatus added in v1.0.123

SetStatus sets the Status field's value.

func (RegionForDescribeRegionsOutput) String added in v1.0.123

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 added in v1.0.123

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 added in v1.0.174

type SubTaskResultForVerifyMigrateSubTasksOutput struct {
	Code *string `type:"string" json:",omitempty"`

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

func (SubTaskResultForVerifyMigrateSubTasksOutput) GoString added in v1.0.174

GoString returns the string representation

func (*SubTaskResultForVerifyMigrateSubTasksOutput) SetCode added in v1.0.174

SetCode sets the Code field's value.

func (*SubTaskResultForVerifyMigrateSubTasksOutput) SetMessage added in v1.0.174

SetMessage sets the Message field's value.

func (SubTaskResultForVerifyMigrateSubTasksOutput) String added in v1.0.174

String returns the string representation

type SummaryForVerifyMigrateSubTasksOutput added in v1.0.174

type SummaryForVerifyMigrateSubTasksOutput struct {
	Code *string `type:"string" json:",omitempty"`

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

func (SummaryForVerifyMigrateSubTasksOutput) GoString added in v1.0.174

GoString returns the string representation

func (*SummaryForVerifyMigrateSubTasksOutput) SetCode added in v1.0.174

SetCode sets the Code field's value.

func (*SummaryForVerifyMigrateSubTasksOutput) SetMessage added in v1.0.174

SetMessage sets the Message field's value.

func (SummaryForVerifyMigrateSubTasksOutput) String added in v1.0.174

String returns the string representation

type TagFilterForDescribeGroupsInput added in v1.0.174

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

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

func (TagFilterForDescribeGroupsInput) GoString added in v1.0.174

GoString returns the string representation

func (*TagFilterForDescribeGroupsInput) SetKey added in v1.0.174

SetKey sets the Key field's value.

func (*TagFilterForDescribeGroupsInput) SetValue added in v1.0.174

SetValue sets the Value field's value.

func (TagFilterForDescribeGroupsInput) String added in v1.0.174

String returns the string representation

type TagFilterForDescribeTagsByResourceInput added in v1.0.123

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

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

func (TagFilterForDescribeTagsByResourceInput) GoString added in v1.0.123

GoString returns the string representation

func (*TagFilterForDescribeTagsByResourceInput) SetKey added in v1.0.123

SetKey sets the Key field's value.

func (*TagFilterForDescribeTagsByResourceInput) SetValue added in v1.0.123

SetValue sets the Value field's value.

func (TagFilterForDescribeTagsByResourceInput) String added in v1.0.123

String returns the string representation

type TagFilterForDescribeTopicsInput added in v1.0.174

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

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

func (TagFilterForDescribeTopicsInput) GoString added in v1.0.174

GoString returns the string representation

func (*TagFilterForDescribeTopicsInput) SetKey added in v1.0.174

SetKey sets the Key field's value.

func (*TagFilterForDescribeTopicsInput) SetValue added in v1.0.174

SetValue sets the Value field's value.

func (TagFilterForDescribeTopicsInput) String added in v1.0.174

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 added in v1.0.174

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

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

func (TagForCreateGroupInput) GoString added in v1.0.174

func (s TagForCreateGroupInput) GoString() string

GoString returns the string representation

func (*TagForCreateGroupInput) SetKey added in v1.0.174

SetKey sets the Key field's value.

func (*TagForCreateGroupInput) SetValue added in v1.0.174

SetValue sets the Value field's value.

func (TagForCreateGroupInput) String added in v1.0.174

func (s TagForCreateGroupInput) String() string

String returns the string representation

type TagForCreateTopicInput added in v1.0.174

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

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

func (TagForCreateTopicInput) GoString added in v1.0.174

func (s TagForCreateTopicInput) GoString() string

GoString returns the string representation

func (*TagForCreateTopicInput) SetKey added in v1.0.174

SetKey sets the Key field's value.

func (*TagForCreateTopicInput) SetValue added in v1.0.174

SetValue sets the Value field's value.

func (TagForCreateTopicInput) String added in v1.0.174

func (s TagForCreateTopicInput) String() string

String returns the string representation

type TagForDescribeGroupsOutput added in v1.0.174

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

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

func (TagForDescribeGroupsOutput) GoString added in v1.0.174

func (s TagForDescribeGroupsOutput) GoString() string

GoString returns the string representation

func (*TagForDescribeGroupsOutput) SetKey added in v1.0.174

SetKey sets the Key field's value.

func (*TagForDescribeGroupsOutput) SetValue added in v1.0.174

SetValue sets the Value field's value.

func (TagForDescribeGroupsOutput) String added in v1.0.174

String returns the string representation

type TagForDescribeTopicsOutput added in v1.0.174

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

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

func (TagForDescribeTopicsOutput) GoString added in v1.0.174

func (s TagForDescribeTopicsOutput) GoString() string

GoString returns the string representation

func (*TagForDescribeTopicsOutput) SetKey added in v1.0.174

SetKey sets the Key field's value.

func (*TagForDescribeTopicsOutput) SetValue added in v1.0.174

SetValue sets the Value field's value.

func (TagForDescribeTopicsOutput) String added in v1.0.174

String returns the string representation

type TagResourceForDescribeTagsByResourceOutput added in v1.0.123

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 added in v1.0.123

GoString returns the string representation

func (*TagResourceForDescribeTagsByResourceOutput) SetInstanceId added in v1.0.123

SetInstanceId sets the InstanceId field's value.

func (*TagResourceForDescribeTagsByResourceOutput) SetKey added in v1.0.123

SetKey sets the Key field's value.

func (*TagResourceForDescribeTagsByResourceOutput) SetValue added in v1.0.123

SetValue sets the Value field's value.

func (TagResourceForDescribeTagsByResourceOutput) String added in v1.0.123

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 added in v1.0.174

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 added in v1.0.174

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 added in v1.0.174

SetTags sets the Tags field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetTopicName

SetTopicName sets the TopicName field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetUsedStoragePercentageInInstance added in v1.0.174

func (s *TopicsInfoForDescribeTopicsOutput) SetUsedStoragePercentageInInstance(v float64) *TopicsInfoForDescribeTopicsOutput

SetUsedStoragePercentageInInstance sets the UsedStoragePercentageInInstance field's value.

func (*TopicsInfoForDescribeTopicsOutput) SetUsedStorageSpaceInBytes added in v1.0.174

SetUsedStorageSpaceInBytes sets the UsedStorageSpaceInBytes field's value.

func (TopicsInfoForDescribeTopicsOutput) String

String returns the string representation

type UpdateMigrateTaskStatusInput added in v1.0.174

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 added in v1.0.174

func (s UpdateMigrateTaskStatusInput) GoString() string

GoString returns the string representation

func (*UpdateMigrateTaskStatusInput) SetStatus added in v1.0.174

SetStatus sets the Status field's value.

func (*UpdateMigrateTaskStatusInput) SetTaskId added in v1.0.174

SetTaskId sets the TaskId field's value.

func (UpdateMigrateTaskStatusInput) String added in v1.0.174

String returns the string representation

func (*UpdateMigrateTaskStatusInput) Validate added in v1.0.174

func (s *UpdateMigrateTaskStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateMigrateTaskStatusOutput added in v1.0.174

type UpdateMigrateTaskStatusOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateMigrateTaskStatusOutput) GoString added in v1.0.174

GoString returns the string representation

func (UpdateMigrateTaskStatusOutput) String added in v1.0.174

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 added in v1.0.174

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 added in v1.0.174

func (s VerifyMigrateSubTasksInput) GoString() string

GoString returns the string representation

func (*VerifyMigrateSubTasksInput) SetItems added in v1.0.174

SetItems sets the Items field's value.

func (*VerifyMigrateSubTasksInput) SetTaskId added in v1.0.174

SetTaskId sets the TaskId field's value.

func (VerifyMigrateSubTasksInput) String added in v1.0.174

String returns the string representation

func (*VerifyMigrateSubTasksInput) Validate added in v1.0.174

func (s *VerifyMigrateSubTasksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VerifyMigrateSubTasksOutput added in v1.0.174

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 added in v1.0.174

func (s VerifyMigrateSubTasksOutput) GoString() string

GoString returns the string representation

func (*VerifyMigrateSubTasksOutput) SetSubTaskResults added in v1.0.174

SetSubTaskResults sets the SubTaskResults field's value.

func (*VerifyMigrateSubTasksOutput) SetSummary added in v1.0.174

SetSummary sets the Summary field's value.

func (VerifyMigrateSubTasksOutput) String added in v1.0.174

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 added in v1.0.123

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL