rdspostgresql

package
v1.2.9 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2026 License: Apache-2.0 Imports: 9 Imported by: 2

Documentation

Overview

Package rdspostgresqliface provides an interface to enable mocking the RDS_POSTGRESQL service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	ServiceName = "rds_postgresql" // Name of service.
	EndpointsID = ServiceName      // ID to lookup a service endpoint with.
	ServiceID   = "rds_postgresql" // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountForDescribeDBAccountsOutput

type AccountForDescribeDBAccountsOutput struct {
	AccountName *string `type:"string" json:",omitempty"`

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

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

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

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

func (AccountForDescribeDBAccountsOutput) GoString

GoString returns the string representation

func (*AccountForDescribeDBAccountsOutput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*AccountForDescribeDBAccountsOutput) SetAccountPrivileges

SetAccountPrivileges sets the AccountPrivileges field's value.

func (*AccountForDescribeDBAccountsOutput) SetAccountStatus

SetAccountStatus sets the AccountStatus field's value.

func (*AccountForDescribeDBAccountsOutput) SetAccountType

SetAccountType sets the AccountType field's value.

func (*AccountForDescribeDBAccountsOutput) SetNotAllowPrivileges added in v1.1.53

SetNotAllowPrivileges sets the NotAllowPrivileges field's value.

func (AccountForDescribeDBAccountsOutput) 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 AddressForDescribeDBInstanceDetailOutput

type AddressForDescribeDBInstanceDetailOutput struct {
	CrossRegionDomain *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

func (AddressForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*AddressForDescribeDBInstanceDetailOutput) SetCrossRegionDomain added in v1.1.53

SetCrossRegionDomain sets the CrossRegionDomain field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetDNSVisibility

SetDNSVisibility sets the DNSVisibility field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetDomain

SetDomain sets the Domain field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetDomainVisibilitySetting added in v1.1.53

SetDomainVisibilitySetting sets the DomainVisibilitySetting field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetEipId

SetEipId sets the EipId field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetIPAddress

SetIPAddress sets the IPAddress field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetPort

SetPort sets the Port field's value.

func (*AddressForDescribeDBInstanceDetailOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (AddressForDescribeDBInstanceDetailOutput) String

String returns the string representation

type AddressObjectForDescribeDBInstancesOutput

type AddressObjectForDescribeDBInstancesOutput struct {
	CrossRegionDomain *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

func (AddressObjectForDescribeDBInstancesOutput) GoString

GoString returns the string representation

func (*AddressObjectForDescribeDBInstancesOutput) SetCrossRegionDomain added in v1.1.53

SetCrossRegionDomain sets the CrossRegionDomain field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetDNSVisibility

SetDNSVisibility sets the DNSVisibility field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetDomain

SetDomain sets the Domain field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetDomainVisibilitySetting added in v1.1.53

SetDomainVisibilitySetting sets the DomainVisibilitySetting field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetEipId

SetEipId sets the EipId field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetIPAddress

SetIPAddress sets the IPAddress field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetPort

SetPort sets the Port field's value.

func (*AddressObjectForDescribeDBInstancesOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (AddressObjectForDescribeDBInstancesOutput) String

String returns the string representation

type AllowListForDescribeAllowListsOutput

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

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

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

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

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

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

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

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

func (AllowListForDescribeAllowListsOutput) GoString

GoString returns the string representation

func (*AllowListForDescribeAllowListsOutput) SetAllowListCategory added in v1.1.53

SetAllowListCategory sets the AllowListCategory field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListDesc

SetAllowListDesc sets the AllowListDesc field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListIPNum

SetAllowListIPNum sets the AllowListIPNum field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListId

SetAllowListId sets the AllowListId field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListName

SetAllowListName sets the AllowListName field's value.

func (*AllowListForDescribeAllowListsOutput) SetAllowListType

SetAllowListType sets the AllowListType field's value.

func (*AllowListForDescribeAllowListsOutput) SetAssociatedInstanceNum

SetAssociatedInstanceNum sets the AssociatedInstanceNum field's value.

func (*AllowListForDescribeAllowListsOutput) SetSecurityGroupBindInfos added in v1.1.53

SetSecurityGroupBindInfos sets the SecurityGroupBindInfos field's value.

func (AllowListForDescribeAllowListsOutput) String

String returns the string representation

type AssociateAllowListInput

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

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

func (AssociateAllowListInput) GoString

func (s AssociateAllowListInput) GoString() string

GoString returns the string representation

func (*AssociateAllowListInput) SetAllowListIds

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

SetAllowListIds sets the AllowListIds field's value.

func (*AssociateAllowListInput) SetInstanceIds

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

SetInstanceIds sets the InstanceIds field's value.

func (AssociateAllowListInput) String

func (s AssociateAllowListInput) String() string

String returns the string representation

type AssociateAllowListOutput

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

func (AssociateAllowListOutput) GoString

func (s AssociateAllowListOutput) GoString() string

GoString returns the string representation

func (AssociateAllowListOutput) String

func (s AssociateAllowListOutput) String() string

String returns the string representation

type AssociatedInstanceForDescribeAllowListDetailOutput

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

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

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

func (AssociatedInstanceForDescribeAllowListDetailOutput) GoString

GoString returns the string representation

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*AssociatedInstanceForDescribeAllowListDetailOutput) SetVPC

SetVPC sets the VPC field's value.

func (AssociatedInstanceForDescribeAllowListDetailOutput) String

String returns the string representation

type BackupForDescribeBackupsOutput

type BackupForDescribeBackupsOutput struct {
	BackupDataSize *int64 `type:"int64" json:",omitempty"`

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

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

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

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

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

	BackupMeta []*BackupMetaForDescribeBackupsOutput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

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

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

func (BackupForDescribeBackupsOutput) GoString

GoString returns the string representation

func (*BackupForDescribeBackupsOutput) SetBackupDataSize added in v1.1.53

SetBackupDataSize sets the BackupDataSize field's value.

func (*BackupForDescribeBackupsOutput) SetBackupDescription added in v1.1.53

SetBackupDescription sets the BackupDescription field's value.

func (*BackupForDescribeBackupsOutput) SetBackupEndTime

SetBackupEndTime sets the BackupEndTime field's value.

func (*BackupForDescribeBackupsOutput) SetBackupFileName

SetBackupFileName sets the BackupFileName field's value.

func (*BackupForDescribeBackupsOutput) SetBackupFileSize

SetBackupFileSize sets the BackupFileSize field's value.

func (*BackupForDescribeBackupsOutput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*BackupForDescribeBackupsOutput) SetBackupMeta added in v1.1.53

SetBackupMeta sets the BackupMeta field's value.

func (*BackupForDescribeBackupsOutput) SetBackupMethod added in v1.1.53

SetBackupMethod sets the BackupMethod field's value.

func (*BackupForDescribeBackupsOutput) SetBackupProgress

SetBackupProgress sets the BackupProgress field's value.

func (*BackupForDescribeBackupsOutput) SetBackupScope added in v1.1.53

SetBackupScope sets the BackupScope field's value.

func (*BackupForDescribeBackupsOutput) SetBackupStartTime

SetBackupStartTime sets the BackupStartTime field's value.

func (*BackupForDescribeBackupsOutput) SetBackupStatus

SetBackupStatus sets the BackupStatus field's value.

func (*BackupForDescribeBackupsOutput) SetBackupType

SetBackupType sets the BackupType field's value.

func (*BackupForDescribeBackupsOutput) SetCreateType

SetCreateType sets the CreateType field's value.

func (*BackupForDescribeBackupsOutput) SetDownloadStatus added in v1.1.53

SetDownloadStatus sets the DownloadStatus field's value.

func (*BackupForDescribeBackupsOutput) SetInstanceInfo

SetInstanceInfo sets the InstanceInfo field's value.

func (BackupForDescribeBackupsOutput) String

String returns the string representation

type BackupForDescribeDetachedBackupsOutput

type BackupForDescribeDetachedBackupsOutput struct {
	BackupEndTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

func (BackupForDescribeDetachedBackupsOutput) GoString

GoString returns the string representation

func (*BackupForDescribeDetachedBackupsOutput) SetBackupEndTime

SetBackupEndTime sets the BackupEndTime field's value.

func (*BackupForDescribeDetachedBackupsOutput) SetBackupFileName

SetBackupFileName sets the BackupFileName field's value.

func (*BackupForDescribeDetachedBackupsOutput) SetBackupFileSize

SetBackupFileSize sets the BackupFileSize field's value.

func (*BackupForDescribeDetachedBackupsOutput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*BackupForDescribeDetachedBackupsOutput) SetBackupProgress

SetBackupProgress sets the BackupProgress field's value.

func (*BackupForDescribeDetachedBackupsOutput) SetBackupStartTime

SetBackupStartTime sets the BackupStartTime field's value.

func (*BackupForDescribeDetachedBackupsOutput) SetBackupStatus

SetBackupStatus sets the BackupStatus field's value.

func (*BackupForDescribeDetachedBackupsOutput) SetBackupType

SetBackupType sets the BackupType field's value.

func (*BackupForDescribeDetachedBackupsOutput) SetCreateType

SetCreateType sets the CreateType field's value.

func (*BackupForDescribeDetachedBackupsOutput) SetInstanceInfo

SetInstanceInfo sets the InstanceInfo field's value.

func (BackupForDescribeDetachedBackupsOutput) String

String returns the string representation

type BackupMetaForCreateBackupInput added in v1.1.53

type BackupMetaForCreateBackupInput struct {
	DBName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BackupMetaForCreateBackupInput) GoString added in v1.1.53

GoString returns the string representation

func (*BackupMetaForCreateBackupInput) SetDBName added in v1.1.53

SetDBName sets the DBName field's value.

func (BackupMetaForCreateBackupInput) String added in v1.1.53

String returns the string representation

type BackupMetaForDescribeBackupsOutput added in v1.1.53

type BackupMetaForDescribeBackupsOutput struct {
	DBName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BackupMetaForDescribeBackupsOutput) GoString added in v1.1.53

GoString returns the string representation

func (*BackupMetaForDescribeBackupsOutput) SetDBName added in v1.1.53

SetDBName sets the DBName field's value.

func (BackupMetaForDescribeBackupsOutput) String added in v1.1.53

String returns the string representation

type BasicInfoForDescribeDBInstanceDetailOutput

type BasicInfoForDescribeDBInstanceDetailOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

	InstanceTag []*InstanceTagForDescribeDBInstanceDetailOutput `type:"list" json:",omitempty"`

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

	MaintenanceWindow *MaintenanceWindowForDescribeDBInstanceDetailOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (BasicInfoForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetDataSyncMode

SetDataSyncMode sets the DataSyncMode field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceStatus

SetInstanceStatus sets the InstanceStatus field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceTag

SetInstanceTag sets the InstanceTag field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetMaintenanceWindow added in v1.1.53

SetMaintenanceWindow sets the MaintenanceWindow field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetMemory

SetMemory sets the Memory field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetNodeNumber

SetNodeNumber sets the NodeNumber field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageDataUse

SetStorageDataUse sets the StorageDataUse field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageLogUse

SetStorageLogUse sets the StorageLogUse field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageTempUse

SetStorageTempUse sets the StorageTempUse field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageUse

SetStorageUse sets the StorageUse field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetStorageWALUse

SetStorageWALUse sets the StorageWALUse field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetVCPU

SetVCPU sets the VCPU field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetVpcID

SetVpcID sets the VpcID field's value.

func (*BasicInfoForDescribeDBInstanceDetailOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (BasicInfoForDescribeDBInstanceDetailOutput) String

String returns the string representation

type ChargeDetailForDescribeBackupsOutput

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

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

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

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

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

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

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

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

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

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

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

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

func (ChargeDetailForDescribeBackupsOutput) GoString

GoString returns the string representation

func (*ChargeDetailForDescribeBackupsOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeDetailForDescribeBackupsOutput) SetChargeEndTime

SetChargeEndTime sets the ChargeEndTime field's value.

func (*ChargeDetailForDescribeBackupsOutput) SetChargeStartTime

SetChargeStartTime sets the ChargeStartTime field's value.

func (*ChargeDetailForDescribeBackupsOutput) SetChargeStatus

SetChargeStatus sets the ChargeStatus field's value.

func (*ChargeDetailForDescribeBackupsOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeDetailForDescribeBackupsOutput) SetNumber

SetNumber sets the Number field's value.

func (*ChargeDetailForDescribeBackupsOutput) SetOverdueReclaimTime

SetOverdueReclaimTime sets the OverdueReclaimTime field's value.

func (*ChargeDetailForDescribeBackupsOutput) SetOverdueTime

SetOverdueTime sets the OverdueTime field's value.

func (*ChargeDetailForDescribeBackupsOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeDetailForDescribeBackupsOutput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*ChargeDetailForDescribeBackupsOutput) SetTempModifyEndTime

SetTempModifyEndTime sets the TempModifyEndTime field's value.

func (*ChargeDetailForDescribeBackupsOutput) SetTempModifyStartTime

SetTempModifyStartTime sets the TempModifyStartTime field's value.

func (ChargeDetailForDescribeBackupsOutput) String

String returns the string representation

type ChargeDetailForDescribeDBInstanceDetailOutput

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

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

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

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

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

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

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

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

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

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

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

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

func (ChargeDetailForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetChargeEndTime

SetChargeEndTime sets the ChargeEndTime field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetChargeStartTime

SetChargeStartTime sets the ChargeStartTime field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetChargeStatus

SetChargeStatus sets the ChargeStatus field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetNumber

SetNumber sets the Number field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetOverdueReclaimTime

SetOverdueReclaimTime sets the OverdueReclaimTime field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetOverdueTime

SetOverdueTime sets the OverdueTime field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetTempModifyEndTime

SetTempModifyEndTime sets the TempModifyEndTime field's value.

func (*ChargeDetailForDescribeDBInstanceDetailOutput) SetTempModifyStartTime

SetTempModifyStartTime sets the TempModifyStartTime field's value.

func (ChargeDetailForDescribeDBInstanceDetailOutput) String

String returns the string representation

type ChargeDetailForDescribeDBInstancesOutput

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

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

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

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

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

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

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

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

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

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

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

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

func (ChargeDetailForDescribeDBInstancesOutput) GoString

GoString returns the string representation

func (*ChargeDetailForDescribeDBInstancesOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetChargeEndTime

SetChargeEndTime sets the ChargeEndTime field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetChargeStartTime

SetChargeStartTime sets the ChargeStartTime field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetChargeStatus

SetChargeStatus sets the ChargeStatus field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetNumber

SetNumber sets the Number field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetOverdueReclaimTime

SetOverdueReclaimTime sets the OverdueReclaimTime field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetOverdueTime

SetOverdueTime sets the OverdueTime field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetTempModifyEndTime

SetTempModifyEndTime sets the TempModifyEndTime field's value.

func (*ChargeDetailForDescribeDBInstancesOutput) SetTempModifyStartTime

SetTempModifyStartTime sets the TempModifyStartTime field's value.

func (ChargeDetailForDescribeDBInstancesOutput) String

String returns the string representation

type ChargeDetailForDescribeDetachedBackupsOutput

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

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

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

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

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

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

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

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

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

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

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

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

func (ChargeDetailForDescribeDetachedBackupsOutput) GoString

GoString returns the string representation

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetChargeEndTime

SetChargeEndTime sets the ChargeEndTime field's value.

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetChargeStartTime

SetChargeStartTime sets the ChargeStartTime field's value.

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetChargeStatus

SetChargeStatus sets the ChargeStatus field's value.

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetNumber

SetNumber sets the Number field's value.

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetOverdueReclaimTime

SetOverdueReclaimTime sets the OverdueReclaimTime field's value.

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetOverdueTime

SetOverdueTime sets the OverdueTime field's value.

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetTempModifyEndTime

SetTempModifyEndTime sets the TempModifyEndTime field's value.

func (*ChargeDetailForDescribeDetachedBackupsOutput) SetTempModifyStartTime

SetTempModifyStartTime sets the TempModifyStartTime field's value.

func (ChargeDetailForDescribeDetachedBackupsOutput) String

String returns the string representation

type ChargeInfoForCreateDBInstanceInput

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

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

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

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

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

func (ChargeInfoForCreateDBInstanceInput) GoString

GoString returns the string representation

func (*ChargeInfoForCreateDBInstanceInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetNumber

SetNumber sets the Number field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeInfoForCreateDBInstanceInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForCreateDBInstanceInput) String

String returns the string representation

type ChargeInfoForDescribeDBInstancePriceDetailInput

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

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

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

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

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

func (ChargeInfoForDescribeDBInstancePriceDetailInput) GoString

GoString returns the string representation

func (*ChargeInfoForDescribeDBInstancePriceDetailInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForDescribeDBInstancePriceDetailInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForDescribeDBInstancePriceDetailInput) SetNumber

SetNumber sets the Number field's value.

func (*ChargeInfoForDescribeDBInstancePriceDetailInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeInfoForDescribeDBInstancePriceDetailInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForDescribeDBInstancePriceDetailInput) String

String returns the string representation

type ChargeInfoForDescribeDBInstancePriceDifferenceInput

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

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

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

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

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

func (ChargeInfoForDescribeDBInstancePriceDifferenceInput) GoString

GoString returns the string representation

func (*ChargeInfoForDescribeDBInstancePriceDifferenceInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForDescribeDBInstancePriceDifferenceInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForDescribeDBInstancePriceDifferenceInput) SetNumber

SetNumber sets the Number field's value.

func (*ChargeInfoForDescribeDBInstancePriceDifferenceInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeInfoForDescribeDBInstancePriceDifferenceInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForDescribeDBInstancePriceDifferenceInput) String

String returns the string representation

type ChargeInfoForRestoreToNewInstanceInput

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

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

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

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

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

func (ChargeInfoForRestoreToNewInstanceInput) GoString

GoString returns the string representation

func (*ChargeInfoForRestoreToNewInstanceInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeInfoForRestoreToNewInstanceInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeInfoForRestoreToNewInstanceInput) SetNumber

SetNumber sets the Number field's value.

func (*ChargeInfoForRestoreToNewInstanceInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ChargeInfoForRestoreToNewInstanceInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ChargeInfoForRestoreToNewInstanceInput) String

String returns the string representation

type ChargeItemPriceForDescribeDBInstancePriceDetailOutput

type ChargeItemPriceForDescribeDBInstancePriceDetailOutput struct {
	ChargeItemKey *string `type:"string" json:",omitempty"`

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

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

	DiscountPrice *float64 `type:"double" json:",omitempty"`

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

	OriginalPrice *float64 `type:"double" json:",omitempty"`

	PayablePrice *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ChargeItemPriceForDescribeDBInstancePriceDetailOutput) GoString

GoString returns the string representation

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetChargeItemKey

SetChargeItemKey sets the ChargeItemKey field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetChargeItemType

SetChargeItemType sets the ChargeItemType field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetChargeItemValue

SetChargeItemValue sets the ChargeItemValue field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetDiscountPrice

SetDiscountPrice sets the DiscountPrice field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetNodeNumPerInstance

SetNodeNumPerInstance sets the NodeNumPerInstance field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetOriginalPrice

SetOriginalPrice sets the OriginalPrice field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDetailOutput) SetPayablePrice

SetPayablePrice sets the PayablePrice field's value.

func (ChargeItemPriceForDescribeDBInstancePriceDetailOutput) String

String returns the string representation

type ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput

type ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput struct {
	ChargeItemKey *string `type:"string" json:",omitempty"`

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

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

	DiscountPrice *float64 `type:"double" json:",omitempty"`

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

	OriginalPrice *float64 `type:"double" json:",omitempty"`

	PayablePrice *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput) GoString

GoString returns the string representation

func (*ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput) SetChargeItemKey

SetChargeItemKey sets the ChargeItemKey field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput) SetChargeItemType

SetChargeItemType sets the ChargeItemType field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput) SetChargeItemValue

SetChargeItemValue sets the ChargeItemValue field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput) SetDiscountPrice

SetDiscountPrice sets the DiscountPrice field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput) SetNodeNumPerInstance

SetNodeNumPerInstance sets the NodeNumPerInstance field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput) SetOriginalPrice

SetOriginalPrice sets the OriginalPrice field's value.

func (*ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput) SetPayablePrice

SetPayablePrice sets the PayablePrice field's value.

func (ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput) String

String returns the string representation

type CloneDatabaseInput added in v1.1.53

type CloneDatabaseInput struct {
	DataOption *string `type:"string" json:",omitempty"`

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

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

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

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

func (CloneDatabaseInput) GoString added in v1.1.53

func (s CloneDatabaseInput) GoString() string

GoString returns the string representation

func (*CloneDatabaseInput) SetDataOption added in v1.1.53

func (s *CloneDatabaseInput) SetDataOption(v string) *CloneDatabaseInput

SetDataOption sets the DataOption field's value.

func (*CloneDatabaseInput) SetInstanceId added in v1.1.53

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

SetInstanceId sets the InstanceId field's value.

func (*CloneDatabaseInput) SetNewDBName added in v1.1.53

func (s *CloneDatabaseInput) SetNewDBName(v string) *CloneDatabaseInput

SetNewDBName sets the NewDBName field's value.

func (*CloneDatabaseInput) SetPLPGSQLOption added in v1.1.53

func (s *CloneDatabaseInput) SetPLPGSQLOption(v string) *CloneDatabaseInput

SetPLPGSQLOption sets the PLPGSQLOption field's value.

func (*CloneDatabaseInput) SetSourceDBName added in v1.1.53

func (s *CloneDatabaseInput) SetSourceDBName(v string) *CloneDatabaseInput

SetSourceDBName sets the SourceDBName field's value.

func (CloneDatabaseInput) String added in v1.1.53

func (s CloneDatabaseInput) String() string

String returns the string representation

func (*CloneDatabaseInput) Validate added in v1.1.53

func (s *CloneDatabaseInput) Validate() error

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

type CloneDatabaseOutput added in v1.1.53

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

func (CloneDatabaseOutput) GoString added in v1.1.53

func (s CloneDatabaseOutput) GoString() string

GoString returns the string representation

func (CloneDatabaseOutput) String added in v1.1.53

func (s CloneDatabaseOutput) String() string

String returns the string representation

type CloneParameterTemplateInput added in v1.1.53

type CloneParameterTemplateInput struct {

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

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

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

func (CloneParameterTemplateInput) GoString added in v1.1.53

func (s CloneParameterTemplateInput) GoString() string

GoString returns the string representation

func (*CloneParameterTemplateInput) SetSrcTemplateId added in v1.1.53

SetSrcTemplateId sets the SrcTemplateId field's value.

func (*CloneParameterTemplateInput) SetTemplateDesc added in v1.1.53

SetTemplateDesc sets the TemplateDesc field's value.

func (*CloneParameterTemplateInput) SetTemplateName added in v1.1.53

SetTemplateName sets the TemplateName field's value.

func (CloneParameterTemplateInput) String added in v1.1.53

String returns the string representation

func (*CloneParameterTemplateInput) Validate added in v1.1.53

func (s *CloneParameterTemplateInput) Validate() error

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

type CloneParameterTemplateOutput added in v1.1.53

type CloneParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata

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

func (CloneParameterTemplateOutput) GoString added in v1.1.53

func (s CloneParameterTemplateOutput) GoString() string

GoString returns the string representation

func (*CloneParameterTemplateOutput) SetTemplateId added in v1.1.53

SetTemplateId sets the TemplateId field's value.

func (CloneParameterTemplateOutput) String added in v1.1.53

String returns the string representation

type CreateAllowListInput

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

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

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

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

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

	SecurityGroupBindInfos []*SecurityGroupBindInfoForCreateAllowListInput `type:"list" json:",omitempty"`

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

func (CreateAllowListInput) GoString

func (s CreateAllowListInput) GoString() string

GoString returns the string representation

func (*CreateAllowListInput) SetAllowList

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

SetAllowList sets the AllowList field's value.

func (*CreateAllowListInput) SetAllowListCategory added in v1.1.53

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

SetAllowListCategory sets the AllowListCategory field's value.

func (*CreateAllowListInput) SetAllowListDesc

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

SetAllowListDesc sets the AllowListDesc field's value.

func (*CreateAllowListInput) SetAllowListName

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

SetAllowListName sets the AllowListName field's value.

func (*CreateAllowListInput) SetAllowListType

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

SetAllowListType sets the AllowListType field's value.

func (*CreateAllowListInput) SetSecurityGroupBindInfos added in v1.1.53

SetSecurityGroupBindInfos sets the SecurityGroupBindInfos field's value.

func (*CreateAllowListInput) SetUserAllowList added in v1.1.53

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

SetUserAllowList sets the UserAllowList field's value.

func (CreateAllowListInput) String

func (s CreateAllowListInput) String() string

String returns the string representation

func (*CreateAllowListInput) Validate

func (s *CreateAllowListInput) Validate() error

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

type CreateAllowListOutput

type CreateAllowListOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateAllowListOutput) GoString

func (s CreateAllowListOutput) GoString() string

GoString returns the string representation

func (*CreateAllowListOutput) SetAllowListId

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

SetAllowListId sets the AllowListId field's value.

func (CreateAllowListOutput) String

func (s CreateAllowListOutput) String() string

String returns the string representation

type CreateBackupInput

type CreateBackupInput struct {
	BackupDescription *string `type:"string" json:",omitempty"`

	BackupMeta []*BackupMetaForCreateBackupInput `type:"list" json:",omitempty"`

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

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

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

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

func (CreateBackupInput) GoString

func (s CreateBackupInput) GoString() string

GoString returns the string representation

func (*CreateBackupInput) SetBackupDescription added in v1.1.53

func (s *CreateBackupInput) SetBackupDescription(v string) *CreateBackupInput

SetBackupDescription sets the BackupDescription field's value.

func (*CreateBackupInput) SetBackupMeta added in v1.1.53

SetBackupMeta sets the BackupMeta field's value.

func (*CreateBackupInput) SetBackupMethod added in v1.1.53

func (s *CreateBackupInput) SetBackupMethod(v string) *CreateBackupInput

SetBackupMethod sets the BackupMethod field's value.

func (*CreateBackupInput) SetBackupScope added in v1.1.53

func (s *CreateBackupInput) SetBackupScope(v string) *CreateBackupInput

SetBackupScope sets the BackupScope field's value.

func (*CreateBackupInput) SetBackupType

func (s *CreateBackupInput) SetBackupType(v string) *CreateBackupInput

SetBackupType sets the BackupType field's value.

func (*CreateBackupInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (CreateBackupInput) String

func (s CreateBackupInput) String() string

String returns the string representation

func (*CreateBackupInput) Validate

func (s *CreateBackupInput) Validate() error

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

type CreateBackupOutput

type CreateBackupOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateBackupOutput) GoString

func (s CreateBackupOutput) GoString() string

GoString returns the string representation

func (*CreateBackupOutput) SetBackupId added in v1.1.53

func (s *CreateBackupOutput) SetBackupId(v string) *CreateBackupOutput

SetBackupId sets the BackupId field's value.

func (CreateBackupOutput) String

func (s CreateBackupOutput) String() string

String returns the string representation

type CreateDBAccountInput

type CreateDBAccountInput struct {

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

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

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

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

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

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

func (CreateDBAccountInput) GoString

func (s CreateDBAccountInput) GoString() string

GoString returns the string representation

func (*CreateDBAccountInput) SetAccountName

func (s *CreateDBAccountInput) SetAccountName(v string) *CreateDBAccountInput

SetAccountName sets the AccountName field's value.

func (*CreateDBAccountInput) SetAccountPassword

func (s *CreateDBAccountInput) SetAccountPassword(v string) *CreateDBAccountInput

SetAccountPassword sets the AccountPassword field's value.

func (*CreateDBAccountInput) SetAccountPrivileges

func (s *CreateDBAccountInput) SetAccountPrivileges(v string) *CreateDBAccountInput

SetAccountPrivileges sets the AccountPrivileges field's value.

func (*CreateDBAccountInput) SetAccountType

func (s *CreateDBAccountInput) SetAccountType(v string) *CreateDBAccountInput

SetAccountType sets the AccountType field's value.

func (*CreateDBAccountInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*CreateDBAccountInput) SetNotAllowPrivileges added in v1.1.53

func (s *CreateDBAccountInput) SetNotAllowPrivileges(v []*string) *CreateDBAccountInput

SetNotAllowPrivileges sets the NotAllowPrivileges field's value.

func (CreateDBAccountInput) String

func (s CreateDBAccountInput) String() string

String returns the string representation

func (*CreateDBAccountInput) Validate

func (s *CreateDBAccountInput) Validate() error

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

type CreateDBAccountOutput

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

func (CreateDBAccountOutput) GoString

func (s CreateDBAccountOutput) GoString() string

GoString returns the string representation

func (CreateDBAccountOutput) String

func (s CreateDBAccountOutput) String() string

String returns the string representation

type CreateDBEndpointInput

type CreateDBEndpointInput struct {
	EndpointName *string `type:"string" json:",omitempty"`

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

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

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

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

func (CreateDBEndpointInput) GoString

func (s CreateDBEndpointInput) GoString() string

GoString returns the string representation

func (*CreateDBEndpointInput) SetEndpointName

func (s *CreateDBEndpointInput) SetEndpointName(v string) *CreateDBEndpointInput

SetEndpointName sets the EndpointName field's value.

func (*CreateDBEndpointInput) SetEndpointType

func (s *CreateDBEndpointInput) SetEndpointType(v string) *CreateDBEndpointInput

SetEndpointType sets the EndpointType field's value.

func (*CreateDBEndpointInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*CreateDBEndpointInput) SetNodes

SetNodes sets the Nodes field's value.

func (*CreateDBEndpointInput) SetReadWriteMode

func (s *CreateDBEndpointInput) SetReadWriteMode(v string) *CreateDBEndpointInput

SetReadWriteMode sets the ReadWriteMode field's value.

func (CreateDBEndpointInput) String

func (s CreateDBEndpointInput) String() string

String returns the string representation

func (*CreateDBEndpointInput) Validate

func (s *CreateDBEndpointInput) Validate() error

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

type CreateDBEndpointOutput

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

func (CreateDBEndpointOutput) GoString

func (s CreateDBEndpointOutput) GoString() string

GoString returns the string representation

func (CreateDBEndpointOutput) String

func (s CreateDBEndpointOutput) String() string

String returns the string representation

type CreateDBEndpointPublicAddressInput

type CreateDBEndpointPublicAddressInput struct {

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

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

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

func (CreateDBEndpointPublicAddressInput) GoString

GoString returns the string representation

func (*CreateDBEndpointPublicAddressInput) SetEipId

SetEipId sets the EipId field's value.

func (*CreateDBEndpointPublicAddressInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*CreateDBEndpointPublicAddressInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (CreateDBEndpointPublicAddressInput) String

String returns the string representation

func (*CreateDBEndpointPublicAddressInput) Validate

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

type CreateDBEndpointPublicAddressOutput

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

func (CreateDBEndpointPublicAddressOutput) GoString

GoString returns the string representation

func (CreateDBEndpointPublicAddressOutput) String

String returns the string representation

type CreateDBInstanceInput

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

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

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

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

	MaintenanceWindow *MaintenanceWindowForCreateDBInstanceInput `type:"structure" json:",omitempty"`

	NodeInfo []*NodeInfoForCreateDBInstanceInput `type:"list" json:",omitempty"`

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

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

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

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

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

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

func (CreateDBInstanceInput) GoString

func (s CreateDBInstanceInput) GoString() string

GoString returns the string representation

func (*CreateDBInstanceInput) SetAllowListIds added in v1.1.53

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

SetAllowListIds sets the AllowListIds field's value.

func (*CreateDBInstanceInput) SetChargeInfo

SetChargeInfo sets the ChargeInfo field's value.

func (*CreateDBInstanceInput) SetDBEngineVersion

func (s *CreateDBInstanceInput) SetDBEngineVersion(v string) *CreateDBInstanceInput

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*CreateDBInstanceInput) SetInstanceName

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

SetInstanceName sets the InstanceName field's value.

func (*CreateDBInstanceInput) SetMaintenanceWindow added in v1.1.53

SetMaintenanceWindow sets the MaintenanceWindow field's value.

func (*CreateDBInstanceInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*CreateDBInstanceInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*CreateDBInstanceInput) SetStorageSpace

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

SetStorageSpace sets the StorageSpace field's value.

func (*CreateDBInstanceInput) SetStorageType

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

SetStorageType sets the StorageType field's value.

func (*CreateDBInstanceInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*CreateDBInstanceInput) SetTags

SetTags sets the Tags field's value.

func (*CreateDBInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (CreateDBInstanceInput) String

func (s CreateDBInstanceInput) String() string

String returns the string representation

func (*CreateDBInstanceInput) Validate

func (s *CreateDBInstanceInput) Validate() error

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

type CreateDBInstanceOutput

type CreateDBInstanceOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (CreateDBInstanceOutput) GoString

func (s CreateDBInstanceOutput) GoString() string

GoString returns the string representation

func (*CreateDBInstanceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*CreateDBInstanceOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (CreateDBInstanceOutput) String

func (s CreateDBInstanceOutput) String() string

String returns the string representation

type CreateDatabaseInput

type CreateDatabaseInput struct {
	CType *string `type:"string" json:",omitempty"`

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

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

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

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

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

func (CreateDatabaseInput) GoString

func (s CreateDatabaseInput) GoString() string

GoString returns the string representation

func (*CreateDatabaseInput) SetCType added in v1.0.187

SetCType sets the CType field's value.

func (*CreateDatabaseInput) SetCharacterSetName

func (s *CreateDatabaseInput) SetCharacterSetName(v string) *CreateDatabaseInput

SetCharacterSetName sets the CharacterSetName field's value.

func (*CreateDatabaseInput) SetCollate

SetCollate sets the Collate field's value.

func (*CreateDatabaseInput) SetDBName

SetDBName sets the DBName field's value.

func (*CreateDatabaseInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*CreateDatabaseInput) SetOwner

SetOwner sets the Owner field's value.

func (CreateDatabaseInput) String

func (s CreateDatabaseInput) String() string

String returns the string representation

func (*CreateDatabaseInput) Validate

func (s *CreateDatabaseInput) Validate() error

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

type CreateDatabaseOutput

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

func (CreateDatabaseOutput) GoString

func (s CreateDatabaseOutput) GoString() string

GoString returns the string representation

func (CreateDatabaseOutput) String

func (s CreateDatabaseOutput) String() string

String returns the string representation

type CreateParameterTemplateInput added in v1.1.53

type CreateParameterTemplateInput struct {
	TemplateDesc *string `type:"string" json:",omitempty"`

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

	TemplateParams []*TemplateParamForCreateParameterTemplateInput `type:"list" json:",omitempty"`

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

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

func (CreateParameterTemplateInput) GoString added in v1.1.53

func (s CreateParameterTemplateInput) GoString() string

GoString returns the string representation

func (*CreateParameterTemplateInput) SetTemplateDesc added in v1.1.53

SetTemplateDesc sets the TemplateDesc field's value.

func (*CreateParameterTemplateInput) SetTemplateName added in v1.1.53

SetTemplateName sets the TemplateName field's value.

func (*CreateParameterTemplateInput) SetTemplateParams added in v1.1.53

SetTemplateParams sets the TemplateParams field's value.

func (*CreateParameterTemplateInput) SetTemplateType added in v1.1.53

SetTemplateType sets the TemplateType field's value.

func (*CreateParameterTemplateInput) SetTemplateTypeVersion added in v1.1.53

SetTemplateTypeVersion sets the TemplateTypeVersion field's value.

func (CreateParameterTemplateInput) String added in v1.1.53

String returns the string representation

func (*CreateParameterTemplateInput) Validate added in v1.1.53

func (s *CreateParameterTemplateInput) Validate() error

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

type CreateParameterTemplateOutput added in v1.1.53

type CreateParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateParameterTemplateOutput) GoString added in v1.1.53

GoString returns the string representation

func (*CreateParameterTemplateOutput) SetTemplateId added in v1.1.53

SetTemplateId sets the TemplateId field's value.

func (CreateParameterTemplateOutput) String added in v1.1.53

String returns the string representation

type CreateSchemaInput

type CreateSchemaInput struct {

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

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

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

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

func (CreateSchemaInput) GoString

func (s CreateSchemaInput) GoString() string

GoString returns the string representation

func (*CreateSchemaInput) SetDBName

func (s *CreateSchemaInput) SetDBName(v string) *CreateSchemaInput

SetDBName sets the DBName field's value.

func (*CreateSchemaInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*CreateSchemaInput) SetOwner

func (s *CreateSchemaInput) SetOwner(v string) *CreateSchemaInput

SetOwner sets the Owner field's value.

func (*CreateSchemaInput) SetSchemaName

func (s *CreateSchemaInput) SetSchemaName(v string) *CreateSchemaInput

SetSchemaName sets the SchemaName field's value.

func (CreateSchemaInput) String

func (s CreateSchemaInput) String() string

String returns the string representation

func (*CreateSchemaInput) Validate

func (s *CreateSchemaInput) Validate() error

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

type CreateSchemaOutput

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

func (CreateSchemaOutput) GoString

func (s CreateSchemaOutput) GoString() string

GoString returns the string representation

func (CreateSchemaOutput) String

func (s CreateSchemaOutput) String() string

String returns the string representation

type DatabaseForDescribeDatabasesOutput

type DatabaseForDescribeDatabasesOutput struct {
	CType *string `type:"string" json:",omitempty"`

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

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

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

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

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

func (DatabaseForDescribeDatabasesOutput) GoString

GoString returns the string representation

func (*DatabaseForDescribeDatabasesOutput) SetCType

SetCType sets the CType field's value.

func (*DatabaseForDescribeDatabasesOutput) SetCharacterSetName

SetCharacterSetName sets the CharacterSetName field's value.

func (*DatabaseForDescribeDatabasesOutput) SetCollate

SetCollate sets the Collate field's value.

func (*DatabaseForDescribeDatabasesOutput) SetDBName

SetDBName sets the DBName field's value.

func (*DatabaseForDescribeDatabasesOutput) SetDBStatus

SetDBStatus sets the DBStatus field's value.

func (*DatabaseForDescribeDatabasesOutput) SetOwner

SetOwner sets the Owner field's value.

func (DatabaseForDescribeDatabasesOutput) String

String returns the string representation

type DatabaseForRestoreToExistedInstanceInput added in v1.1.53

type DatabaseForRestoreToExistedInstanceInput struct {
	DBName *string `type:"string" json:",omitempty"`

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

func (DatabaseForRestoreToExistedInstanceInput) GoString added in v1.1.53

GoString returns the string representation

func (*DatabaseForRestoreToExistedInstanceInput) SetDBName added in v1.1.53

SetDBName sets the DBName field's value.

func (*DatabaseForRestoreToExistedInstanceInput) SetNewDBName added in v1.1.53

SetNewDBName sets the NewDBName field's value.

func (DatabaseForRestoreToExistedInstanceInput) String added in v1.1.53

String returns the string representation

type DayOfWeekMaintenanceTimeForCreateDBInstanceInput added in v1.1.53

type DayOfWeekMaintenanceTimeForCreateDBInstanceInput struct {
	DayOfWeek *string `type:"string" json:",omitempty"`

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

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

func (DayOfWeekMaintenanceTimeForCreateDBInstanceInput) GoString added in v1.1.53

GoString returns the string representation

func (*DayOfWeekMaintenanceTimeForCreateDBInstanceInput) SetDayOfWeek added in v1.1.53

SetDayOfWeek sets the DayOfWeek field's value.

func (*DayOfWeekMaintenanceTimeForCreateDBInstanceInput) SetMaintenanceWindowStartTime added in v1.1.53

SetMaintenanceWindowStartTime sets the MaintenanceWindowStartTime field's value.

func (*DayOfWeekMaintenanceTimeForCreateDBInstanceInput) SetPeriod added in v1.1.53

SetPeriod sets the Period field's value.

func (DayOfWeekMaintenanceTimeForCreateDBInstanceInput) String added in v1.1.53

String returns the string representation

type DayOfWeekMaintenanceTimeForDescribeDBInstanceDetailOutput added in v1.1.53

type DayOfWeekMaintenanceTimeForDescribeDBInstanceDetailOutput struct {
	DayOfWeek *string `type:"string" json:",omitempty"`

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

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

func (DayOfWeekMaintenanceTimeForDescribeDBInstanceDetailOutput) GoString added in v1.1.53

GoString returns the string representation

func (*DayOfWeekMaintenanceTimeForDescribeDBInstanceDetailOutput) SetDayOfWeek added in v1.1.53

SetDayOfWeek sets the DayOfWeek field's value.

func (*DayOfWeekMaintenanceTimeForDescribeDBInstanceDetailOutput) SetMaintenanceWindowStartTime added in v1.1.53

SetMaintenanceWindowStartTime sets the MaintenanceWindowStartTime field's value.

func (*DayOfWeekMaintenanceTimeForDescribeDBInstanceDetailOutput) SetPeriod added in v1.1.53

SetPeriod sets the Period field's value.

func (DayOfWeekMaintenanceTimeForDescribeDBInstanceDetailOutput) String added in v1.1.53

String returns the string representation

type DayOfWeekMaintenanceTimeForDescribeDBInstancesOutput added in v1.1.53

type DayOfWeekMaintenanceTimeForDescribeDBInstancesOutput struct {
	DayOfWeek *string `type:"string" json:",omitempty"`

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

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

func (DayOfWeekMaintenanceTimeForDescribeDBInstancesOutput) GoString added in v1.1.53

GoString returns the string representation

func (*DayOfWeekMaintenanceTimeForDescribeDBInstancesOutput) SetDayOfWeek added in v1.1.53

SetDayOfWeek sets the DayOfWeek field's value.

func (*DayOfWeekMaintenanceTimeForDescribeDBInstancesOutput) SetMaintenanceWindowStartTime added in v1.1.53

SetMaintenanceWindowStartTime sets the MaintenanceWindowStartTime field's value.

func (*DayOfWeekMaintenanceTimeForDescribeDBInstancesOutput) SetPeriod added in v1.1.53

SetPeriod sets the Period field's value.

func (DayOfWeekMaintenanceTimeForDescribeDBInstancesOutput) String added in v1.1.53

String returns the string representation

type DayOfWeekMaintenanceTimeForModifyDBInstanceMaintenanceWindowInput added in v1.1.53

type DayOfWeekMaintenanceTimeForModifyDBInstanceMaintenanceWindowInput struct {
	DayOfWeek *string `type:"string" json:",omitempty"`

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

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

func (DayOfWeekMaintenanceTimeForModifyDBInstanceMaintenanceWindowInput) GoString added in v1.1.53

GoString returns the string representation

func (*DayOfWeekMaintenanceTimeForModifyDBInstanceMaintenanceWindowInput) SetDayOfWeek added in v1.1.53

SetDayOfWeek sets the DayOfWeek field's value.

func (*DayOfWeekMaintenanceTimeForModifyDBInstanceMaintenanceWindowInput) SetMaintenanceWindowStartTime added in v1.1.53

SetMaintenanceWindowStartTime sets the MaintenanceWindowStartTime field's value.

func (*DayOfWeekMaintenanceTimeForModifyDBInstanceMaintenanceWindowInput) SetPeriod added in v1.1.53

SetPeriod sets the Period field's value.

func (DayOfWeekMaintenanceTimeForModifyDBInstanceMaintenanceWindowInput) String added in v1.1.53

String returns the string representation

type DayOfWeekMaintenanceTimeForRestoreToNewInstanceInput added in v1.1.53

type DayOfWeekMaintenanceTimeForRestoreToNewInstanceInput struct {
	DayOfWeek *string `type:"string" json:",omitempty"`

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

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

func (DayOfWeekMaintenanceTimeForRestoreToNewInstanceInput) GoString added in v1.1.53

GoString returns the string representation

func (*DayOfWeekMaintenanceTimeForRestoreToNewInstanceInput) SetDayOfWeek added in v1.1.53

SetDayOfWeek sets the DayOfWeek field's value.

func (*DayOfWeekMaintenanceTimeForRestoreToNewInstanceInput) SetMaintenanceWindowStartTime added in v1.1.53

SetMaintenanceWindowStartTime sets the MaintenanceWindowStartTime field's value.

func (*DayOfWeekMaintenanceTimeForRestoreToNewInstanceInput) SetPeriod added in v1.1.53

SetPeriod sets the Period field's value.

func (DayOfWeekMaintenanceTimeForRestoreToNewInstanceInput) String added in v1.1.53

String returns the string representation

type DeleteAllowListInput

type DeleteAllowListInput struct {

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

func (DeleteAllowListInput) GoString

func (s DeleteAllowListInput) GoString() string

GoString returns the string representation

func (*DeleteAllowListInput) SetAllowListId

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

SetAllowListId sets the AllowListId field's value.

func (DeleteAllowListInput) String

func (s DeleteAllowListInput) String() string

String returns the string representation

func (*DeleteAllowListInput) Validate

func (s *DeleteAllowListInput) Validate() error

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

type DeleteAllowListOutput

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

func (DeleteAllowListOutput) GoString

func (s DeleteAllowListOutput) GoString() string

GoString returns the string representation

func (DeleteAllowListOutput) String

func (s DeleteAllowListOutput) String() string

String returns the string representation

type DeleteBackupInput added in v1.1.53

type DeleteBackupInput struct {

	// BackupId is a required field
	BackupId *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 (DeleteBackupInput) GoString added in v1.1.53

func (s DeleteBackupInput) GoString() string

GoString returns the string representation

func (*DeleteBackupInput) SetBackupId added in v1.1.53

func (s *DeleteBackupInput) SetBackupId(v string) *DeleteBackupInput

SetBackupId sets the BackupId field's value.

func (*DeleteBackupInput) SetInstanceId added in v1.1.53

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

SetInstanceId sets the InstanceId field's value.

func (DeleteBackupInput) String added in v1.1.53

func (s DeleteBackupInput) String() string

String returns the string representation

func (*DeleteBackupInput) Validate added in v1.1.53

func (s *DeleteBackupInput) Validate() error

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

type DeleteBackupOutput added in v1.1.53

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

func (DeleteBackupOutput) GoString added in v1.1.53

func (s DeleteBackupOutput) GoString() string

GoString returns the string representation

func (DeleteBackupOutput) String added in v1.1.53

func (s DeleteBackupOutput) String() string

String returns the string representation

type DeleteDBAccountInput

type DeleteDBAccountInput struct {

	// AccountName is a required field
	AccountName *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 (DeleteDBAccountInput) GoString

func (s DeleteDBAccountInput) GoString() string

GoString returns the string representation

func (*DeleteDBAccountInput) SetAccountName

func (s *DeleteDBAccountInput) SetAccountName(v string) *DeleteDBAccountInput

SetAccountName sets the AccountName field's value.

func (*DeleteDBAccountInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DeleteDBAccountInput) String

func (s DeleteDBAccountInput) String() string

String returns the string representation

func (*DeleteDBAccountInput) Validate

func (s *DeleteDBAccountInput) Validate() error

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

type DeleteDBAccountOutput

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

func (DeleteDBAccountOutput) GoString

func (s DeleteDBAccountOutput) GoString() string

GoString returns the string representation

func (DeleteDBAccountOutput) String

func (s DeleteDBAccountOutput) String() string

String returns the string representation

type DeleteDBEndpointInput

type DeleteDBEndpointInput struct {

	// EndpointId is a required field
	EndpointId *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 (DeleteDBEndpointInput) GoString

func (s DeleteDBEndpointInput) GoString() string

GoString returns the string representation

func (*DeleteDBEndpointInput) SetEndpointId

func (s *DeleteDBEndpointInput) SetEndpointId(v string) *DeleteDBEndpointInput

SetEndpointId sets the EndpointId field's value.

func (*DeleteDBEndpointInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DeleteDBEndpointInput) String

func (s DeleteDBEndpointInput) String() string

String returns the string representation

func (*DeleteDBEndpointInput) Validate

func (s *DeleteDBEndpointInput) Validate() error

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

type DeleteDBEndpointOutput

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

func (DeleteDBEndpointOutput) GoString

func (s DeleteDBEndpointOutput) GoString() string

GoString returns the string representation

func (DeleteDBEndpointOutput) String

func (s DeleteDBEndpointOutput) String() string

String returns the string representation

type DeleteDBEndpointPublicAddressInput

type DeleteDBEndpointPublicAddressInput struct {
	EndpointId *string `type:"string" json:",omitempty"`

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

func (DeleteDBEndpointPublicAddressInput) GoString

GoString returns the string representation

func (*DeleteDBEndpointPublicAddressInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*DeleteDBEndpointPublicAddressInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DeleteDBEndpointPublicAddressInput) String

String returns the string representation

func (*DeleteDBEndpointPublicAddressInput) Validate

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

type DeleteDBEndpointPublicAddressOutput

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

func (DeleteDBEndpointPublicAddressOutput) GoString

GoString returns the string representation

func (DeleteDBEndpointPublicAddressOutput) String

String returns the string representation

type DeleteDBInstanceInput

type DeleteDBInstanceInput struct {

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

func (DeleteDBInstanceInput) GoString

func (s DeleteDBInstanceInput) GoString() string

GoString returns the string representation

func (*DeleteDBInstanceInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DeleteDBInstanceInput) String

func (s DeleteDBInstanceInput) String() string

String returns the string representation

func (*DeleteDBInstanceInput) Validate

func (s *DeleteDBInstanceInput) Validate() error

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

type DeleteDBInstanceOutput

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

func (DeleteDBInstanceOutput) GoString

func (s DeleteDBInstanceOutput) GoString() string

GoString returns the string representation

func (DeleteDBInstanceOutput) String

func (s DeleteDBInstanceOutput) String() string

String returns the string representation

type DeleteDatabaseInput

type DeleteDatabaseInput struct {

	// DBName is a required field
	DBName *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 (DeleteDatabaseInput) GoString

func (s DeleteDatabaseInput) GoString() string

GoString returns the string representation

func (*DeleteDatabaseInput) SetDBName

SetDBName sets the DBName field's value.

func (*DeleteDatabaseInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DeleteDatabaseInput) String

func (s DeleteDatabaseInput) String() string

String returns the string representation

func (*DeleteDatabaseInput) Validate

func (s *DeleteDatabaseInput) Validate() error

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

type DeleteDatabaseOutput

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

func (DeleteDatabaseOutput) GoString

func (s DeleteDatabaseOutput) GoString() string

GoString returns the string representation

func (DeleteDatabaseOutput) String

func (s DeleteDatabaseOutput) String() string

String returns the string representation

type DeleteParameterTemplateInput added in v1.1.53

type DeleteParameterTemplateInput struct {

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

func (DeleteParameterTemplateInput) GoString added in v1.1.53

func (s DeleteParameterTemplateInput) GoString() string

GoString returns the string representation

func (*DeleteParameterTemplateInput) SetTemplateId added in v1.1.53

SetTemplateId sets the TemplateId field's value.

func (DeleteParameterTemplateInput) String added in v1.1.53

String returns the string representation

func (*DeleteParameterTemplateInput) Validate added in v1.1.53

func (s *DeleteParameterTemplateInput) Validate() error

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

type DeleteParameterTemplateOutput added in v1.1.53

type DeleteParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata

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

func (DeleteParameterTemplateOutput) GoString added in v1.1.53

GoString returns the string representation

func (*DeleteParameterTemplateOutput) SetTemplateId added in v1.1.53

SetTemplateId sets the TemplateId field's value.

func (DeleteParameterTemplateOutput) String added in v1.1.53

String returns the string representation

type DeleteSchemaInput

type DeleteSchemaInput struct {

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

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

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

func (DeleteSchemaInput) GoString

func (s DeleteSchemaInput) GoString() string

GoString returns the string representation

func (*DeleteSchemaInput) SetDBName

func (s *DeleteSchemaInput) SetDBName(v string) *DeleteSchemaInput

SetDBName sets the DBName field's value.

func (*DeleteSchemaInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*DeleteSchemaInput) SetSchemaName

func (s *DeleteSchemaInput) SetSchemaName(v string) *DeleteSchemaInput

SetSchemaName sets the SchemaName field's value.

func (DeleteSchemaInput) String

func (s DeleteSchemaInput) String() string

String returns the string representation

func (*DeleteSchemaInput) Validate

func (s *DeleteSchemaInput) Validate() error

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

type DeleteSchemaOutput

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

func (DeleteSchemaOutput) GoString

func (s DeleteSchemaOutput) GoString() string

GoString returns the string representation

func (DeleteSchemaOutput) String

func (s DeleteSchemaOutput) String() string

String returns the string representation

type DeleteSlotInput added in v1.0.187

type DeleteSlotInput struct {

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

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

func (DeleteSlotInput) GoString added in v1.0.187

func (s DeleteSlotInput) GoString() string

GoString returns the string representation

func (*DeleteSlotInput) SetInstanceId added in v1.0.187

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

SetInstanceId sets the InstanceId field's value.

func (*DeleteSlotInput) SetSlotName added in v1.0.187

func (s *DeleteSlotInput) SetSlotName(v string) *DeleteSlotInput

SetSlotName sets the SlotName field's value.

func (DeleteSlotInput) String added in v1.0.187

func (s DeleteSlotInput) String() string

String returns the string representation

func (*DeleteSlotInput) Validate added in v1.0.187

func (s *DeleteSlotInput) Validate() error

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

type DeleteSlotOutput added in v1.0.187

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

func (DeleteSlotOutput) GoString added in v1.0.187

func (s DeleteSlotOutput) GoString() string

GoString returns the string representation

func (DeleteSlotOutput) String added in v1.0.187

func (s DeleteSlotOutput) String() string

String returns the string representation

type DescribeAllowListDetailInput

type DescribeAllowListDetailInput struct {

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

func (DescribeAllowListDetailInput) GoString

func (s DescribeAllowListDetailInput) GoString() string

GoString returns the string representation

func (*DescribeAllowListDetailInput) SetAllowListId

SetAllowListId sets the AllowListId field's value.

func (DescribeAllowListDetailInput) String

String returns the string representation

func (*DescribeAllowListDetailInput) Validate

func (s *DescribeAllowListDetailInput) Validate() error

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

type DescribeAllowListDetailOutput

type DescribeAllowListDetailOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

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

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

	AssociatedInstances []*AssociatedInstanceForDescribeAllowListDetailOutput `type:"list" json:",omitempty"`

	SecurityGroupBindInfos []*SecurityGroupBindInfoForDescribeAllowListDetailOutput `type:"list" json:",omitempty"`

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

func (DescribeAllowListDetailOutput) GoString

GoString returns the string representation

func (*DescribeAllowListDetailOutput) SetAllowList

SetAllowList sets the AllowList field's value.

func (*DescribeAllowListDetailOutput) SetAllowListCategory added in v1.1.53

SetAllowListCategory sets the AllowListCategory field's value.

func (*DescribeAllowListDetailOutput) SetAllowListDesc

SetAllowListDesc sets the AllowListDesc field's value.

func (*DescribeAllowListDetailOutput) SetAllowListId

SetAllowListId sets the AllowListId field's value.

func (*DescribeAllowListDetailOutput) SetAllowListName

SetAllowListName sets the AllowListName field's value.

func (*DescribeAllowListDetailOutput) SetAllowListType

SetAllowListType sets the AllowListType field's value.

func (*DescribeAllowListDetailOutput) SetAssociatedInstanceNum added in v1.1.53

func (s *DescribeAllowListDetailOutput) SetAssociatedInstanceNum(v int64) *DescribeAllowListDetailOutput

SetAssociatedInstanceNum sets the AssociatedInstanceNum field's value.

func (*DescribeAllowListDetailOutput) SetAssociatedInstances

SetAssociatedInstances sets the AssociatedInstances field's value.

func (*DescribeAllowListDetailOutput) SetSecurityGroupBindInfos added in v1.1.53

SetSecurityGroupBindInfos sets the SecurityGroupBindInfos field's value.

func (*DescribeAllowListDetailOutput) SetUserAllowList added in v1.1.53

SetUserAllowList sets the UserAllowList field's value.

func (DescribeAllowListDetailOutput) String

String returns the string representation

type DescribeAllowListsInput

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

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

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

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

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

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

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

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

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

func (DescribeAllowListsInput) GoString

func (s DescribeAllowListsInput) GoString() string

GoString returns the string representation

func (*DescribeAllowListsInput) SetAllowListCategory added in v1.1.53

func (s *DescribeAllowListsInput) SetAllowListCategory(v string) *DescribeAllowListsInput

SetAllowListCategory sets the AllowListCategory field's value.

func (*DescribeAllowListsInput) SetAllowListDesc added in v1.1.53

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

SetAllowListDesc sets the AllowListDesc field's value.

func (*DescribeAllowListsInput) SetAllowListId added in v1.1.53

SetAllowListId sets the AllowListId field's value.

func (*DescribeAllowListsInput) SetAllowListName added in v1.1.53

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

SetAllowListName sets the AllowListName field's value.

func (*DescribeAllowListsInput) SetIPAddress added in v1.1.53

SetIPAddress sets the IPAddress field's value.

func (*DescribeAllowListsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeAllowListsInput) SetPageNumber added in v1.1.53

SetPageNumber sets the PageNumber field's value.

func (*DescribeAllowListsInput) SetPageSize added in v1.1.53

SetPageSize sets the PageSize field's value.

func (*DescribeAllowListsInput) SetRegionId

SetRegionId sets the RegionId field's value.

func (DescribeAllowListsInput) String

func (s DescribeAllowListsInput) String() string

String returns the string representation

func (*DescribeAllowListsInput) Validate

func (s *DescribeAllowListsInput) Validate() error

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

type DescribeAllowListsOutput

type DescribeAllowListsOutput struct {
	Metadata *response.ResponseMetadata

	AllowLists []*AllowListForDescribeAllowListsOutput `type:"list" json:",omitempty"`

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

func (DescribeAllowListsOutput) GoString

func (s DescribeAllowListsOutput) GoString() string

GoString returns the string representation

func (*DescribeAllowListsOutput) SetAllowLists

SetAllowLists sets the AllowLists field's value.

func (*DescribeAllowListsOutput) SetTotal added in v1.1.53

SetTotal sets the Total field's value.

func (DescribeAllowListsOutput) String

func (s DescribeAllowListsOutput) String() string

String returns the string representation

type DescribeApplyParameterTemplateInput added in v1.1.53

type DescribeApplyParameterTemplateInput struct {

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

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

func (DescribeApplyParameterTemplateInput) GoString added in v1.1.53

GoString returns the string representation

func (*DescribeApplyParameterTemplateInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*DescribeApplyParameterTemplateInput) SetTemplateId added in v1.1.53

SetTemplateId sets the TemplateId field's value.

func (DescribeApplyParameterTemplateInput) String added in v1.1.53

String returns the string representation

func (*DescribeApplyParameterTemplateInput) Validate added in v1.1.53

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

type DescribeApplyParameterTemplateOutput added in v1.1.53

type DescribeApplyParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata

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

	Parameters []*ParameterForDescribeApplyParameterTemplateOutput `type:"list" json:",omitempty"`

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

func (DescribeApplyParameterTemplateOutput) GoString added in v1.1.53

GoString returns the string representation

func (*DescribeApplyParameterTemplateOutput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*DescribeApplyParameterTemplateOutput) SetParameters added in v1.1.53

SetParameters sets the Parameters field's value.

func (*DescribeApplyParameterTemplateOutput) SetTemplateId added in v1.1.53

SetTemplateId sets the TemplateId field's value.

func (DescribeApplyParameterTemplateOutput) String added in v1.1.53

String returns the string representation

type DescribeAvailabilityZonesInput

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

func (DescribeAvailabilityZonesInput) GoString

GoString returns the string representation

func (DescribeAvailabilityZonesInput) String

String returns the string representation

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 DescribeBackupPolicyInput

type DescribeBackupPolicyInput struct {

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

func (DescribeBackupPolicyInput) GoString

func (s DescribeBackupPolicyInput) GoString() string

GoString returns the string representation

func (*DescribeBackupPolicyInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeBackupPolicyInput) String

func (s DescribeBackupPolicyInput) String() string

String returns the string representation

func (*DescribeBackupPolicyInput) Validate

func (s *DescribeBackupPolicyInput) Validate() error

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

type DescribeBackupPolicyOutput

type DescribeBackupPolicyOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

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

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

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

func (DescribeBackupPolicyOutput) GoString

func (s DescribeBackupPolicyOutput) GoString() string

GoString returns the string representation

func (*DescribeBackupPolicyOutput) SetBackupRetentionPeriod

func (s *DescribeBackupPolicyOutput) SetBackupRetentionPeriod(v int32) *DescribeBackupPolicyOutput

SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.

func (*DescribeBackupPolicyOutput) SetDataIncrBackupPeriods added in v1.1.53

func (s *DescribeBackupPolicyOutput) SetDataIncrBackupPeriods(v string) *DescribeBackupPolicyOutput

SetDataIncrBackupPeriods sets the DataIncrBackupPeriods field's value.

func (*DescribeBackupPolicyOutput) SetFullBackupPeriod

SetFullBackupPeriod sets the FullBackupPeriod field's value.

func (*DescribeBackupPolicyOutput) SetFullBackupTime

SetFullBackupTime sets the FullBackupTime field's value.

func (*DescribeBackupPolicyOutput) SetHourlyIncrBackupEnable added in v1.1.53

func (s *DescribeBackupPolicyOutput) SetHourlyIncrBackupEnable(v bool) *DescribeBackupPolicyOutput

SetHourlyIncrBackupEnable sets the HourlyIncrBackupEnable field's value.

func (*DescribeBackupPolicyOutput) SetIncrementBackupFrequency

func (s *DescribeBackupPolicyOutput) SetIncrementBackupFrequency(v int32) *DescribeBackupPolicyOutput

SetIncrementBackupFrequency sets the IncrementBackupFrequency field's value.

func (*DescribeBackupPolicyOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeBackupPolicyOutput) SetWALLogSpaceLimitEnable added in v1.0.187

func (s *DescribeBackupPolicyOutput) SetWALLogSpaceLimitEnable(v bool) *DescribeBackupPolicyOutput

SetWALLogSpaceLimitEnable sets the WALLogSpaceLimitEnable field's value.

func (DescribeBackupPolicyOutput) String

String returns the string representation

type DescribeBackupsInput

type DescribeBackupsInput struct {
	BackupDatabaseName *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

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

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

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

func (DescribeBackupsInput) GoString

func (s DescribeBackupsInput) GoString() string

GoString returns the string representation

func (*DescribeBackupsInput) SetBackupDatabaseName added in v1.1.53

func (s *DescribeBackupsInput) SetBackupDatabaseName(v string) *DescribeBackupsInput

SetBackupDatabaseName sets the BackupDatabaseName field's value.

func (*DescribeBackupsInput) SetBackupDescription added in v1.1.53

func (s *DescribeBackupsInput) SetBackupDescription(v string) *DescribeBackupsInput

SetBackupDescription sets the BackupDescription field's value.

func (*DescribeBackupsInput) SetBackupEndTime

func (s *DescribeBackupsInput) SetBackupEndTime(v string) *DescribeBackupsInput

SetBackupEndTime sets the BackupEndTime field's value.

func (*DescribeBackupsInput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*DescribeBackupsInput) SetBackupMethod added in v1.1.53

func (s *DescribeBackupsInput) SetBackupMethod(v string) *DescribeBackupsInput

SetBackupMethod sets the BackupMethod field's value.

func (*DescribeBackupsInput) SetBackupScope added in v1.1.53

func (s *DescribeBackupsInput) SetBackupScope(v string) *DescribeBackupsInput

SetBackupScope sets the BackupScope field's value.

func (*DescribeBackupsInput) SetBackupStartTime

func (s *DescribeBackupsInput) SetBackupStartTime(v string) *DescribeBackupsInput

SetBackupStartTime sets the BackupStartTime field's value.

func (*DescribeBackupsInput) SetBackupStatus

func (s *DescribeBackupsInput) SetBackupStatus(v string) *DescribeBackupsInput

SetBackupStatus sets the BackupStatus field's value.

func (*DescribeBackupsInput) SetBackupType

func (s *DescribeBackupsInput) SetBackupType(v string) *DescribeBackupsInput

SetBackupType sets the BackupType field's value.

func (*DescribeBackupsInput) SetCreateType added in v1.1.53

func (s *DescribeBackupsInput) SetCreateType(v string) *DescribeBackupsInput

SetCreateType sets the CreateType field's value.

func (*DescribeBackupsInput) SetDownloadStatus added in v1.1.53

func (s *DescribeBackupsInput) SetDownloadStatus(v string) *DescribeBackupsInput

SetDownloadStatus sets the DownloadStatus field's value.

func (*DescribeBackupsInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*DescribeBackupsInput) SetPageNumber

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

SetPageNumber sets the PageNumber field's value.

func (*DescribeBackupsInput) SetPageSize

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

SetPageSize sets the PageSize field's value.

func (DescribeBackupsInput) String

func (s DescribeBackupsInput) String() string

String returns the string representation

func (*DescribeBackupsInput) Validate

func (s *DescribeBackupsInput) Validate() error

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

type DescribeBackupsOutput

type DescribeBackupsOutput struct {
	Metadata *response.ResponseMetadata

	Backups []*BackupForDescribeBackupsOutput `type:"list" json:",omitempty"`

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

func (DescribeBackupsOutput) GoString

func (s DescribeBackupsOutput) GoString() string

GoString returns the string representation

func (*DescribeBackupsOutput) SetBackups

SetBackups sets the Backups field's value.

func (*DescribeBackupsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeBackupsOutput) String

func (s DescribeBackupsOutput) String() string

String returns the string representation

type DescribeDBAccountsInput

type DescribeDBAccountsInput struct {
	AccountName *string `type:"string" json:",omitempty"`

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

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

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

func (DescribeDBAccountsInput) GoString

func (s DescribeDBAccountsInput) GoString() string

GoString returns the string representation

func (*DescribeDBAccountsInput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*DescribeDBAccountsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBAccountsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDBAccountsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (DescribeDBAccountsInput) String

func (s DescribeDBAccountsInput) String() string

String returns the string representation

func (*DescribeDBAccountsInput) Validate

func (s *DescribeDBAccountsInput) Validate() error

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

type DescribeDBAccountsOutput

type DescribeDBAccountsOutput struct {
	Metadata *response.ResponseMetadata

	Accounts []*AccountForDescribeDBAccountsOutput `type:"list" json:",omitempty"`

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

func (DescribeDBAccountsOutput) GoString

func (s DescribeDBAccountsOutput) GoString() string

GoString returns the string representation

func (*DescribeDBAccountsOutput) SetAccounts

SetAccounts sets the Accounts field's value.

func (*DescribeDBAccountsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDBAccountsOutput) String

func (s DescribeDBAccountsOutput) String() string

String returns the string representation

type DescribeDBEngineVersionParametersInput added in v1.1.53

type DescribeDBEngineVersionParametersInput struct {

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

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

func (DescribeDBEngineVersionParametersInput) GoString added in v1.1.53

GoString returns the string representation

func (*DescribeDBEngineVersionParametersInput) SetDBEngine added in v1.1.53

SetDBEngine sets the DBEngine field's value.

func (*DescribeDBEngineVersionParametersInput) SetDBEngineVersion added in v1.1.53

SetDBEngineVersion sets the DBEngineVersion field's value.

func (DescribeDBEngineVersionParametersInput) String added in v1.1.53

String returns the string representation

func (*DescribeDBEngineVersionParametersInput) Validate added in v1.1.53

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

type DescribeDBEngineVersionParametersOutput added in v1.1.53

type DescribeDBEngineVersionParametersOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

func (DescribeDBEngineVersionParametersOutput) GoString added in v1.1.53

GoString returns the string representation

func (*DescribeDBEngineVersionParametersOutput) SetDBEngineVersion added in v1.1.53

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DescribeDBEngineVersionParametersOutput) SetParameterCount added in v1.1.53

SetParameterCount sets the ParameterCount field's value.

func (*DescribeDBEngineVersionParametersOutput) SetParameters added in v1.1.53

SetParameters sets the Parameters field's value.

func (DescribeDBEngineVersionParametersOutput) String added in v1.1.53

String returns the string representation

type DescribeDBInstanceDetailInput

type DescribeDBInstanceDetailInput struct {

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

func (DescribeDBInstanceDetailInput) GoString

GoString returns the string representation

func (*DescribeDBInstanceDetailInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeDBInstanceDetailInput) String

String returns the string representation

func (*DescribeDBInstanceDetailInput) Validate

func (s *DescribeDBInstanceDetailInput) Validate() error

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

type DescribeDBInstanceDetailOutput

type DescribeDBInstanceDetailOutput struct {
	Metadata *response.ResponseMetadata

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

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

	Endpoints []*EndpointForDescribeDBInstanceDetailOutput `type:"list" json:",omitempty"`

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

func (DescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*DescribeDBInstanceDetailOutput) SetBasicInfo

SetBasicInfo sets the BasicInfo field's value.

func (*DescribeDBInstanceDetailOutput) SetChargeDetail

SetChargeDetail sets the ChargeDetail field's value.

func (*DescribeDBInstanceDetailOutput) SetEndpoints

SetEndpoints sets the Endpoints field's value.

func (*DescribeDBInstanceDetailOutput) SetNodes

SetNodes sets the Nodes field's value.

func (DescribeDBInstanceDetailOutput) String

String returns the string representation

type DescribeDBInstanceParametersInput

type DescribeDBInstanceParametersInput struct {

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

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

func (DescribeDBInstanceParametersInput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceParametersInput) SetParameterName

SetParameterName sets the ParameterName field's value.

func (DescribeDBInstanceParametersInput) String

String returns the string representation

func (*DescribeDBInstanceParametersInput) Validate

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

type DescribeDBInstanceParametersLogInput

type DescribeDBInstanceParametersLogInput struct {

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

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

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

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

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

func (DescribeDBInstanceParametersLogInput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersLogInput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*DescribeDBInstanceParametersLogInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceParametersLogInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDBInstanceParametersLogInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeDBInstanceParametersLogInput) SetStartTime

SetStartTime sets the StartTime field's value.

func (DescribeDBInstanceParametersLogInput) String

String returns the string representation

func (*DescribeDBInstanceParametersLogInput) Validate

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

type DescribeDBInstanceParametersLogOutput

type DescribeDBInstanceParametersLogOutput struct {
	Metadata *response.ResponseMetadata

	ParameterChangeLogs []*ParameterChangeLogForDescribeDBInstanceParametersLogOutput `type:"list" json:",omitempty"`

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

func (DescribeDBInstanceParametersLogOutput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersLogOutput) SetParameterChangeLogs

SetParameterChangeLogs sets the ParameterChangeLogs field's value.

func (*DescribeDBInstanceParametersLogOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDBInstanceParametersLogOutput) String

String returns the string representation

type DescribeDBInstanceParametersOutput

type DescribeDBInstanceParametersOutput struct {
	Metadata *response.ResponseMetadata

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

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

	NoneKernelParameters []*NoneKernelParameterForDescribeDBInstanceParametersOutput `type:"list" json:",omitempty"`

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

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

func (DescribeDBInstanceParametersOutput) GoString

GoString returns the string representation

func (*DescribeDBInstanceParametersOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DescribeDBInstanceParametersOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceParametersOutput) SetNoneKernelParameters added in v1.1.53

SetNoneKernelParameters sets the NoneKernelParameters field's value.

func (*DescribeDBInstanceParametersOutput) SetParameterCount

SetParameterCount sets the ParameterCount field's value.

func (*DescribeDBInstanceParametersOutput) SetParameters

SetParameters sets the Parameters field's value.

func (DescribeDBInstanceParametersOutput) String

String returns the string representation

type DescribeDBInstancePriceDetailInput

type DescribeDBInstancePriceDetailInput struct {
	ChargeInfo *ChargeInfoForDescribeDBInstancePriceDetailInput `type:"structure" json:",omitempty"`

	NodeInfo []*NodeInfoForDescribeDBInstancePriceDetailInput `type:"list" json:",omitempty"`

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

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

func (DescribeDBInstancePriceDetailInput) GoString

GoString returns the string representation

func (*DescribeDBInstancePriceDetailInput) SetChargeInfo

SetChargeInfo sets the ChargeInfo field's value.

func (*DescribeDBInstancePriceDetailInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*DescribeDBInstancePriceDetailInput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*DescribeDBInstancePriceDetailInput) SetStorageType

SetStorageType sets the StorageType field's value.

func (DescribeDBInstancePriceDetailInput) String

String returns the string representation

func (*DescribeDBInstancePriceDetailInput) Validate

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

type DescribeDBInstancePriceDetailOutput

type DescribeDBInstancePriceDetailOutput struct {
	Metadata *response.ResponseMetadata

	ChargeItemPrices []*ChargeItemPriceForDescribeDBInstancePriceDetailOutput `type:"list" json:",omitempty"`

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

	DiscountPrice *float64 `type:"double" json:",omitempty"`

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

	OriginalPrice *float64 `type:"double" json:",omitempty"`

	PayablePrice *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBInstancePriceDetailOutput) GoString

GoString returns the string representation

func (*DescribeDBInstancePriceDetailOutput) SetChargeItemPrices

SetChargeItemPrices sets the ChargeItemPrices field's value.

func (*DescribeDBInstancePriceDetailOutput) SetCurrency

SetCurrency sets the Currency field's value.

func (*DescribeDBInstancePriceDetailOutput) SetDiscountPrice

SetDiscountPrice sets the DiscountPrice field's value.

func (*DescribeDBInstancePriceDetailOutput) SetInstanceQuantity

SetInstanceQuantity sets the InstanceQuantity field's value.

func (*DescribeDBInstancePriceDetailOutput) SetOriginalPrice

SetOriginalPrice sets the OriginalPrice field's value.

func (*DescribeDBInstancePriceDetailOutput) SetPayablePrice

SetPayablePrice sets the PayablePrice field's value.

func (DescribeDBInstancePriceDetailOutput) String

String returns the string representation

type DescribeDBInstancePriceDifferenceInput

type DescribeDBInstancePriceDifferenceInput struct {
	ChargeInfo *ChargeInfoForDescribeDBInstancePriceDifferenceInput `type:"structure" json:",omitempty"`

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

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

	NodeInfo []*NodeInfoForDescribeDBInstancePriceDifferenceInput `type:"list" json:",omitempty"`

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

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

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

func (DescribeDBInstancePriceDifferenceInput) GoString

GoString returns the string representation

func (*DescribeDBInstancePriceDifferenceInput) SetChargeInfo

SetChargeInfo sets the ChargeInfo field's value.

func (*DescribeDBInstancePriceDifferenceInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstancePriceDifferenceInput) SetModifyType

SetModifyType sets the ModifyType field's value.

func (*DescribeDBInstancePriceDifferenceInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*DescribeDBInstancePriceDifferenceInput) SetRollbackTime

SetRollbackTime sets the RollbackTime field's value.

func (*DescribeDBInstancePriceDifferenceInput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*DescribeDBInstancePriceDifferenceInput) SetStorageType

SetStorageType sets the StorageType field's value.

func (DescribeDBInstancePriceDifferenceInput) String

String returns the string representation

func (*DescribeDBInstancePriceDifferenceInput) Validate

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

type DescribeDBInstancePriceDifferenceOutput

type DescribeDBInstancePriceDifferenceOutput struct {
	Metadata *response.ResponseMetadata

	ChargeItemPrices []*ChargeItemPriceForDescribeDBInstancePriceDifferenceOutput `type:"list" json:",omitempty"`

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

	DiscountPrice *float64 `type:"double" json:",omitempty"`

	OriginalPrice *float64 `type:"double" json:",omitempty"`

	PayablePrice *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeDBInstancePriceDifferenceOutput) GoString

GoString returns the string representation

func (*DescribeDBInstancePriceDifferenceOutput) SetChargeItemPrices

SetChargeItemPrices sets the ChargeItemPrices field's value.

func (*DescribeDBInstancePriceDifferenceOutput) SetCurrency

SetCurrency sets the Currency field's value.

func (*DescribeDBInstancePriceDifferenceOutput) SetDiscountPrice

SetDiscountPrice sets the DiscountPrice field's value.

func (*DescribeDBInstancePriceDifferenceOutput) SetOriginalPrice

SetOriginalPrice sets the OriginalPrice field's value.

func (*DescribeDBInstancePriceDifferenceOutput) SetPayablePrice

SetPayablePrice sets the PayablePrice field's value.

func (DescribeDBInstancePriceDifferenceOutput) String

String returns the string representation

type DescribeDBInstanceProxyParametersInput added in v1.1.53

type DescribeDBInstanceProxyParametersInput struct {
	EndpointId *string `type:"string" json:",omitempty"`

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

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

func (DescribeDBInstanceProxyParametersInput) GoString added in v1.1.53

GoString returns the string representation

func (*DescribeDBInstanceProxyParametersInput) SetEndpointId added in v1.1.53

SetEndpointId sets the EndpointId field's value.

func (*DescribeDBInstanceProxyParametersInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceProxyParametersInput) SetParameterName added in v1.1.53

SetParameterName sets the ParameterName field's value.

func (DescribeDBInstanceProxyParametersInput) String added in v1.1.53

String returns the string representation

func (*DescribeDBInstanceProxyParametersInput) Validate added in v1.1.53

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

type DescribeDBInstanceProxyParametersOutput added in v1.1.53

type DescribeDBInstanceProxyParametersOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

func (DescribeDBInstanceProxyParametersOutput) GoString added in v1.1.53

GoString returns the string representation

func (*DescribeDBInstanceProxyParametersOutput) SetDBEngineVersion added in v1.1.53

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DescribeDBInstanceProxyParametersOutput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstanceProxyParametersOutput) SetParameterCount added in v1.1.53

SetParameterCount sets the ParameterCount field's value.

func (*DescribeDBInstanceProxyParametersOutput) SetParameters added in v1.1.53

SetParameters sets the Parameters field's value.

func (DescribeDBInstanceProxyParametersOutput) String added in v1.1.53

String returns the string representation

type DescribeDBInstanceSSLInput added in v1.1.53

type DescribeDBInstanceSSLInput struct {

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

func (DescribeDBInstanceSSLInput) GoString added in v1.1.53

func (s DescribeDBInstanceSSLInput) GoString() string

GoString returns the string representation

func (*DescribeDBInstanceSSLInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (DescribeDBInstanceSSLInput) String added in v1.1.53

String returns the string representation

func (*DescribeDBInstanceSSLInput) Validate added in v1.1.53

func (s *DescribeDBInstanceSSLInput) Validate() error

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

type DescribeDBInstanceSSLOutput added in v1.1.53

type DescribeDBInstanceSSLOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

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

func (DescribeDBInstanceSSLOutput) GoString added in v1.1.53

func (s DescribeDBInstanceSSLOutput) GoString() string

GoString returns the string representation

func (*DescribeDBInstanceSSLOutput) SetAddress added in v1.1.53

SetAddress sets the Address field's value.

func (*DescribeDBInstanceSSLOutput) SetForceEncryption added in v1.1.53

SetForceEncryption sets the ForceEncryption field's value.

func (*DescribeDBInstanceSSLOutput) SetIsValid added in v1.1.53

SetIsValid sets the IsValid field's value.

func (*DescribeDBInstanceSSLOutput) SetSSLEnable added in v1.1.53

SetSSLEnable sets the SSLEnable field's value.

func (*DescribeDBInstanceSSLOutput) SetSSLExpireTime added in v1.1.53

SetSSLExpireTime sets the SSLExpireTime field's value.

func (*DescribeDBInstanceSSLOutput) SetTLSVersion added in v1.1.53

SetTLSVersion sets the TLSVersion field's value.

func (DescribeDBInstanceSSLOutput) String added in v1.1.53

String returns the string representation

type DescribeDBInstanceSpecsInput

type DescribeDBInstanceSpecsInput struct {
	DBEngineVersion *string `type:"string" json:",omitempty"`

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

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

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

func (DescribeDBInstanceSpecsInput) GoString

func (s DescribeDBInstanceSpecsInput) GoString() string

GoString returns the string representation

func (*DescribeDBInstanceSpecsInput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DescribeDBInstanceSpecsInput) SetSpecCode

SetSpecCode sets the SpecCode field's value.

func (*DescribeDBInstanceSpecsInput) SetStorageType added in v1.1.53

SetStorageType sets the StorageType field's value.

func (*DescribeDBInstanceSpecsInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DescribeDBInstanceSpecsInput) String

String returns the string representation

type DescribeDBInstanceSpecsOutput

type DescribeDBInstanceSpecsOutput struct {
	Metadata *response.ResponseMetadata

	InstanceSpecs []*InstanceSpecForDescribeDBInstanceSpecsOutput `type:"list" json:",omitempty"`

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

func (DescribeDBInstanceSpecsOutput) GoString

GoString returns the string representation

func (*DescribeDBInstanceSpecsOutput) SetInstanceSpecs

SetInstanceSpecs sets the InstanceSpecs field's value.

func (*DescribeDBInstanceSpecsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDBInstanceSpecsOutput) String

String returns the string representation

type DescribeDBInstancesInput

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (DescribeDBInstancesInput) GoString

func (s DescribeDBInstancesInput) GoString() string

GoString returns the string representation

func (*DescribeDBInstancesInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*DescribeDBInstancesInput) SetCreateTimeEnd

SetCreateTimeEnd sets the CreateTimeEnd field's value.

func (*DescribeDBInstancesInput) SetCreateTimeStart

func (s *DescribeDBInstancesInput) SetCreateTimeStart(v string) *DescribeDBInstancesInput

SetCreateTimeStart sets the CreateTimeStart field's value.

func (*DescribeDBInstancesInput) SetDBEngineVersion

func (s *DescribeDBInstancesInput) SetDBEngineVersion(v string) *DescribeDBInstancesInput

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*DescribeDBInstancesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDBInstancesInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*DescribeDBInstancesInput) SetInstanceStatus

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

SetInstanceStatus sets the InstanceStatus field's value.

func (*DescribeDBInstancesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDBInstancesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeDBInstancesInput) SetPrivateNetworkVpcId added in v1.1.53

func (s *DescribeDBInstancesInput) SetPrivateNetworkVpcId(v string) *DescribeDBInstancesInput

SetPrivateNetworkVpcId sets the PrivateNetworkVpcId field's value.

func (*DescribeDBInstancesInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*DescribeDBInstancesInput) SetStorageType added in v1.1.53

SetStorageType sets the StorageType field's value.

func (*DescribeDBInstancesInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeDBInstancesInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DescribeDBInstancesInput) String

func (s DescribeDBInstancesInput) String() string

String returns the string representation

type DescribeDBInstancesOutput

type DescribeDBInstancesOutput struct {
	Metadata *response.ResponseMetadata

	Instances []*InstanceForDescribeDBInstancesOutput `type:"list" json:",omitempty"`

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

func (DescribeDBInstancesOutput) GoString

func (s DescribeDBInstancesOutput) GoString() string

GoString returns the string representation

func (*DescribeDBInstancesOutput) SetInstances

SetInstances sets the Instances field's value.

func (*DescribeDBInstancesOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDBInstancesOutput) String

func (s DescribeDBInstancesOutput) String() string

String returns the string representation

type DescribeDatabasesInput

type DescribeDatabasesInput struct {
	DBName *string `type:"string" json:",omitempty"`

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

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

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

func (DescribeDatabasesInput) GoString

func (s DescribeDatabasesInput) GoString() string

GoString returns the string representation

func (*DescribeDatabasesInput) SetDBName

SetDBName sets the DBName field's value.

func (*DescribeDatabasesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDatabasesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDatabasesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (DescribeDatabasesInput) String

func (s DescribeDatabasesInput) String() string

String returns the string representation

func (*DescribeDatabasesInput) Validate

func (s *DescribeDatabasesInput) Validate() error

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

type DescribeDatabasesOutput

type DescribeDatabasesOutput struct {
	Metadata *response.ResponseMetadata

	Databases []*DatabaseForDescribeDatabasesOutput `type:"list" json:",omitempty"`

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

func (DescribeDatabasesOutput) GoString

func (s DescribeDatabasesOutput) GoString() string

GoString returns the string representation

func (*DescribeDatabasesOutput) SetDatabases

SetDatabases sets the Databases field's value.

func (*DescribeDatabasesOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDatabasesOutput) String

func (s DescribeDatabasesOutput) String() string

String returns the string representation

type DescribeDetachedBackupsInput

type DescribeDetachedBackupsInput struct {
	BackupEndTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

func (DescribeDetachedBackupsInput) GoString

func (s DescribeDetachedBackupsInput) GoString() string

GoString returns the string representation

func (*DescribeDetachedBackupsInput) SetBackupEndTime

SetBackupEndTime sets the BackupEndTime field's value.

func (*DescribeDetachedBackupsInput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*DescribeDetachedBackupsInput) SetBackupStartTime

SetBackupStartTime sets the BackupStartTime field's value.

func (*DescribeDetachedBackupsInput) SetBackupStatus

SetBackupStatus sets the BackupStatus field's value.

func (*DescribeDetachedBackupsInput) SetBackupType

SetBackupType sets the BackupType field's value.

func (*DescribeDetachedBackupsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeDetachedBackupsInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*DescribeDetachedBackupsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDetachedBackupsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeDetachedBackupsInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (DescribeDetachedBackupsInput) String

String returns the string representation

type DescribeDetachedBackupsOutput

type DescribeDetachedBackupsOutput struct {
	Metadata *response.ResponseMetadata

	Backups []*BackupForDescribeDetachedBackupsOutput `type:"list" json:",omitempty"`

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

func (DescribeDetachedBackupsOutput) GoString

GoString returns the string representation

func (*DescribeDetachedBackupsOutput) SetBackups

SetBackups sets the Backups field's value.

func (*DescribeDetachedBackupsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeDetachedBackupsOutput) String

String returns the string representation

type DescribeFailoverLogsInput

type DescribeFailoverLogsInput struct {
	Context *string `type:"string" json:",omitempty"`

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

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

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

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

func (DescribeFailoverLogsInput) GoString

func (s DescribeFailoverLogsInput) GoString() string

GoString returns the string representation

func (*DescribeFailoverLogsInput) SetContext

SetContext sets the Context field's value.

func (*DescribeFailoverLogsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeFailoverLogsInput) SetLimit

SetLimit sets the Limit field's value.

func (*DescribeFailoverLogsInput) SetQueryEndTime

SetQueryEndTime sets the QueryEndTime field's value.

func (*DescribeFailoverLogsInput) SetQueryStartTime

SetQueryStartTime sets the QueryStartTime field's value.

func (DescribeFailoverLogsInput) String

func (s DescribeFailoverLogsInput) String() string

String returns the string representation

func (*DescribeFailoverLogsInput) Validate

func (s *DescribeFailoverLogsInput) Validate() error

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

type DescribeFailoverLogsOutput

type DescribeFailoverLogsOutput struct {
	Metadata *response.ResponseMetadata

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

	FailoverLogs []*FailoverLogForDescribeFailoverLogsOutput `type:"list" json:",omitempty"`

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

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

func (DescribeFailoverLogsOutput) GoString

func (s DescribeFailoverLogsOutput) GoString() string

GoString returns the string representation

func (*DescribeFailoverLogsOutput) SetContext

SetContext sets the Context field's value.

func (*DescribeFailoverLogsOutput) SetFailoverLogs

SetFailoverLogs sets the FailoverLogs field's value.

func (*DescribeFailoverLogsOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeFailoverLogsOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeFailoverLogsOutput) String

String returns the string representation

type DescribeParameterTemplateInput added in v1.1.53

type DescribeParameterTemplateInput struct {

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

func (DescribeParameterTemplateInput) GoString added in v1.1.53

GoString returns the string representation

func (*DescribeParameterTemplateInput) SetTemplateId added in v1.1.53

SetTemplateId sets the TemplateId field's value.

func (DescribeParameterTemplateInput) String added in v1.1.53

String returns the string representation

func (*DescribeParameterTemplateInput) Validate added in v1.1.53

func (s *DescribeParameterTemplateInput) Validate() error

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

type DescribeParameterTemplateOutput added in v1.1.53

type DescribeParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeParameterTemplateOutput) GoString added in v1.1.53

GoString returns the string representation

func (*DescribeParameterTemplateOutput) SetTemplateInfo added in v1.1.53

SetTemplateInfo sets the TemplateInfo field's value.

func (DescribeParameterTemplateOutput) String added in v1.1.53

String returns the string representation

type DescribePlannedEventsInput added in v1.1.53

type DescribePlannedEventsInput struct {
	EventId *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

func (DescribePlannedEventsInput) GoString added in v1.1.53

func (s DescribePlannedEventsInput) GoString() string

GoString returns the string representation

func (*DescribePlannedEventsInput) SetEventId added in v1.1.53

SetEventId sets the EventId field's value.

func (*DescribePlannedEventsInput) SetEventType added in v1.1.53

SetEventType sets the EventType field's value.

func (*DescribePlannedEventsInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*DescribePlannedEventsInput) SetInstanceName added in v1.1.53

SetInstanceName sets the InstanceName field's value.

func (*DescribePlannedEventsInput) SetPageNumber added in v1.1.53

SetPageNumber sets the PageNumber field's value.

func (*DescribePlannedEventsInput) SetPageSize added in v1.1.53

SetPageSize sets the PageSize field's value.

func (*DescribePlannedEventsInput) SetPlannedBeginTimeSearchRangeEnd added in v1.1.53

func (s *DescribePlannedEventsInput) SetPlannedBeginTimeSearchRangeEnd(v string) *DescribePlannedEventsInput

SetPlannedBeginTimeSearchRangeEnd sets the PlannedBeginTimeSearchRangeEnd field's value.

func (*DescribePlannedEventsInput) SetPlannedBeginTimeSearchRangeStart added in v1.1.53

func (s *DescribePlannedEventsInput) SetPlannedBeginTimeSearchRangeStart(v string) *DescribePlannedEventsInput

SetPlannedBeginTimeSearchRangeStart sets the PlannedBeginTimeSearchRangeStart field's value.

func (*DescribePlannedEventsInput) SetPlannedSwitchTimeSearchRangeEnd added in v1.1.53

func (s *DescribePlannedEventsInput) SetPlannedSwitchTimeSearchRangeEnd(v string) *DescribePlannedEventsInput

SetPlannedSwitchTimeSearchRangeEnd sets the PlannedSwitchTimeSearchRangeEnd field's value.

func (*DescribePlannedEventsInput) SetPlannedSwitchTimeSearchRangeStart added in v1.1.53

func (s *DescribePlannedEventsInput) SetPlannedSwitchTimeSearchRangeStart(v string) *DescribePlannedEventsInput

SetPlannedSwitchTimeSearchRangeStart sets the PlannedSwitchTimeSearchRangeStart field's value.

func (*DescribePlannedEventsInput) SetStatus added in v1.1.53

SetStatus sets the Status field's value.

func (DescribePlannedEventsInput) String added in v1.1.53

String returns the string representation

type DescribePlannedEventsOutput added in v1.1.53

type DescribePlannedEventsOutput struct {
	Metadata *response.ResponseMetadata

	PlannedEvents []*PlannedEventForDescribePlannedEventsOutput `type:"list" json:",omitempty"`

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

func (DescribePlannedEventsOutput) GoString added in v1.1.53

func (s DescribePlannedEventsOutput) GoString() string

GoString returns the string representation

func (*DescribePlannedEventsOutput) SetPlannedEvents added in v1.1.53

SetPlannedEvents sets the PlannedEvents field's value.

func (*DescribePlannedEventsOutput) SetTotal added in v1.1.53

SetTotal sets the Total field's value.

func (DescribePlannedEventsOutput) String added in v1.1.53

String returns the string representation

type DescribeRecoverableTimeInput

type DescribeRecoverableTimeInput struct {

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

func (DescribeRecoverableTimeInput) GoString

func (s DescribeRecoverableTimeInput) GoString() string

GoString returns the string representation

func (*DescribeRecoverableTimeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeRecoverableTimeInput) String

String returns the string representation

func (*DescribeRecoverableTimeInput) Validate

func (s *DescribeRecoverableTimeInput) Validate() error

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

type DescribeRecoverableTimeOutput

type DescribeRecoverableTimeOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeRecoverableTimeOutput) GoString

GoString returns the string representation

func (*DescribeRecoverableTimeOutput) SetRecoverableTimeInfo

SetRecoverableTimeInfo sets the RecoverableTimeInfo field's value.

func (DescribeRecoverableTimeOutput) String

String returns the string representation

type DescribeRegionsInput

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

func (DescribeRegionsInput) GoString

func (s DescribeRegionsInput) GoString() string

GoString returns the string representation

func (DescribeRegionsInput) String

func (s DescribeRegionsInput) String() string

String returns the string representation

type DescribeRegionsOutput

type DescribeRegionsOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeRegionsOutput) GoString

func (s DescribeRegionsOutput) GoString() string

GoString returns the string representation

func (*DescribeRegionsOutput) SetRegions

SetRegions sets the Regions field's value.

func (DescribeRegionsOutput) String

func (s DescribeRegionsOutput) String() string

String returns the string representation

type DescribeSchemasInput

type DescribeSchemasInput struct {
	DBName *string `type:"string" json:",omitempty"`

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

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

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

func (DescribeSchemasInput) GoString

func (s DescribeSchemasInput) GoString() string

GoString returns the string representation

func (*DescribeSchemasInput) SetDBName

SetDBName sets the DBName field's value.

func (*DescribeSchemasInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*DescribeSchemasInput) SetPageNumber

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

SetPageNumber sets the PageNumber field's value.

func (*DescribeSchemasInput) SetPageSize

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

SetPageSize sets the PageSize field's value.

func (DescribeSchemasInput) String

func (s DescribeSchemasInput) String() string

String returns the string representation

func (*DescribeSchemasInput) Validate

func (s *DescribeSchemasInput) Validate() error

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

type DescribeSchemasOutput

type DescribeSchemasOutput struct {
	Metadata *response.ResponseMetadata

	Schemas []*SchemaForDescribeSchemasOutput `type:"list" json:",omitempty"`

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

func (DescribeSchemasOutput) GoString

func (s DescribeSchemasOutput) GoString() string

GoString returns the string representation

func (*DescribeSchemasOutput) SetSchemas

SetSchemas sets the Schemas field's value.

func (*DescribeSchemasOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeSchemasOutput) String

func (s DescribeSchemasOutput) String() string

String returns the string representation

type DescribeSlotsInput added in v1.0.187

type DescribeSlotsInput struct {
	Database *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

func (DescribeSlotsInput) GoString added in v1.0.187

func (s DescribeSlotsInput) GoString() string

GoString returns the string representation

func (*DescribeSlotsInput) SetDatabase added in v1.0.187

func (s *DescribeSlotsInput) SetDatabase(v string) *DescribeSlotsInput

SetDatabase sets the Database field's value.

func (*DescribeSlotsInput) SetIPAddress added in v1.0.187

func (s *DescribeSlotsInput) SetIPAddress(v string) *DescribeSlotsInput

SetIPAddress sets the IPAddress field's value.

func (*DescribeSlotsInput) SetInstanceId added in v1.0.187

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

SetInstanceId sets the InstanceId field's value.

func (*DescribeSlotsInput) SetPlugin added in v1.0.187

func (s *DescribeSlotsInput) SetPlugin(v string) *DescribeSlotsInput

SetPlugin sets the Plugin field's value.

func (*DescribeSlotsInput) SetSlotName added in v1.0.187

func (s *DescribeSlotsInput) SetSlotName(v string) *DescribeSlotsInput

SetSlotName sets the SlotName field's value.

func (*DescribeSlotsInput) SetSlotStatus added in v1.0.187

func (s *DescribeSlotsInput) SetSlotStatus(v string) *DescribeSlotsInput

SetSlotStatus sets the SlotStatus field's value.

func (*DescribeSlotsInput) SetSlotType added in v1.0.187

func (s *DescribeSlotsInput) SetSlotType(v string) *DescribeSlotsInput

SetSlotType sets the SlotType field's value.

func (*DescribeSlotsInput) SetTemporary added in v1.0.187

func (s *DescribeSlotsInput) SetTemporary(v bool) *DescribeSlotsInput

SetTemporary sets the Temporary field's value.

func (DescribeSlotsInput) String added in v1.0.187

func (s DescribeSlotsInput) String() string

String returns the string representation

func (*DescribeSlotsInput) Validate added in v1.0.187

func (s *DescribeSlotsInput) Validate() error

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

type DescribeSlotsOutput added in v1.0.187

type DescribeSlotsOutput struct {
	Metadata *response.ResponseMetadata

	ReplicationSlots []*ReplicationSlotForDescribeSlotsOutput `type:"list" json:",omitempty"`

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

func (DescribeSlotsOutput) GoString added in v1.0.187

func (s DescribeSlotsOutput) GoString() string

GoString returns the string representation

func (*DescribeSlotsOutput) SetReplicationSlots added in v1.0.187

SetReplicationSlots sets the ReplicationSlots field's value.

func (*DescribeSlotsOutput) SetTotal added in v1.0.187

SetTotal sets the Total field's value.

func (DescribeSlotsOutput) String added in v1.0.187

func (s DescribeSlotsOutput) String() string

String returns the string representation

type DescribeTasksInput added in v1.1.53

type DescribeTasksInput struct {
	CreationEndTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

func (DescribeTasksInput) GoString added in v1.1.53

func (s DescribeTasksInput) GoString() string

GoString returns the string representation

func (*DescribeTasksInput) SetCreationEndTime added in v1.1.53

func (s *DescribeTasksInput) SetCreationEndTime(v string) *DescribeTasksInput

SetCreationEndTime sets the CreationEndTime field's value.

func (*DescribeTasksInput) SetCreationStartTime added in v1.1.53

func (s *DescribeTasksInput) SetCreationStartTime(v string) *DescribeTasksInput

SetCreationStartTime sets the CreationStartTime field's value.

func (*DescribeTasksInput) SetInstanceId added in v1.1.53

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

SetInstanceId sets the InstanceId field's value.

func (*DescribeTasksInput) SetPageNumber added in v1.1.53

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

SetPageNumber sets the PageNumber field's value.

func (*DescribeTasksInput) SetPageSize added in v1.1.53

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

SetPageSize sets the PageSize field's value.

func (*DescribeTasksInput) SetProjectName added in v1.1.53

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

SetProjectName sets the ProjectName field's value.

func (*DescribeTasksInput) SetTaskAction added in v1.1.53

func (s *DescribeTasksInput) SetTaskAction(v string) *DescribeTasksInput

SetTaskAction sets the TaskAction field's value.

func (*DescribeTasksInput) SetTaskId added in v1.1.53

func (s *DescribeTasksInput) SetTaskId(v string) *DescribeTasksInput

SetTaskId sets the TaskId field's value.

func (*DescribeTasksInput) SetTaskStatus added in v1.1.53

func (s *DescribeTasksInput) SetTaskStatus(v []*string) *DescribeTasksInput

SetTaskStatus sets the TaskStatus field's value.

func (DescribeTasksInput) String added in v1.1.53

func (s DescribeTasksInput) String() string

String returns the string representation

func (*DescribeTasksInput) Validate added in v1.1.53

func (s *DescribeTasksInput) Validate() error

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

type DescribeTasksOutput added in v1.1.53

type DescribeTasksOutput struct {
	Metadata *response.ResponseMetadata

	TaskInfos []*TaskInfoForDescribeTasksOutput `type:"list" json:",omitempty"`

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

func (DescribeTasksOutput) GoString added in v1.1.53

func (s DescribeTasksOutput) GoString() string

GoString returns the string representation

func (*DescribeTasksOutput) SetTaskInfos added in v1.1.53

SetTaskInfos sets the TaskInfos field's value.

func (*DescribeTasksOutput) SetTotal added in v1.1.53

SetTotal sets the Total field's value.

func (DescribeTasksOutput) String added in v1.1.53

func (s DescribeTasksOutput) String() string

String returns the string representation

type DescribeWALLogBackupsInput added in v1.1.53

type DescribeWALLogBackupsInput struct {
	BackupId *string `type:"string" json:",omitempty"`

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

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

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

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

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

func (DescribeWALLogBackupsInput) GoString added in v1.1.53

func (s DescribeWALLogBackupsInput) GoString() string

GoString returns the string representation

func (*DescribeWALLogBackupsInput) SetBackupId added in v1.1.53

SetBackupId sets the BackupId field's value.

func (*DescribeWALLogBackupsInput) SetEndTime added in v1.1.53

SetEndTime sets the EndTime field's value.

func (*DescribeWALLogBackupsInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*DescribeWALLogBackupsInput) SetPageNumber added in v1.1.53

SetPageNumber sets the PageNumber field's value.

func (*DescribeWALLogBackupsInput) SetPageSize added in v1.1.53

SetPageSize sets the PageSize field's value.

func (*DescribeWALLogBackupsInput) SetStartTime added in v1.1.53

SetStartTime sets the StartTime field's value.

func (DescribeWALLogBackupsInput) String added in v1.1.53

String returns the string representation

func (*DescribeWALLogBackupsInput) Validate added in v1.1.53

func (s *DescribeWALLogBackupsInput) Validate() error

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

type DescribeWALLogBackupsOutput added in v1.1.53

type DescribeWALLogBackupsOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DescribeWALLogBackupsOutput) GoString added in v1.1.53

func (s DescribeWALLogBackupsOutput) GoString() string

GoString returns the string representation

func (*DescribeWALLogBackupsOutput) SetTotal added in v1.1.53

SetTotal sets the Total field's value.

func (*DescribeWALLogBackupsOutput) SetWALLogBackups added in v1.1.53

SetWALLogBackups sets the WALLogBackups field's value.

func (DescribeWALLogBackupsOutput) String added in v1.1.53

String returns the string representation

type DisassociateAllowListInput

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

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

func (DisassociateAllowListInput) GoString

func (s DisassociateAllowListInput) GoString() string

GoString returns the string representation

func (*DisassociateAllowListInput) SetAllowListIds

SetAllowListIds sets the AllowListIds field's value.

func (*DisassociateAllowListInput) SetInstanceIds

SetInstanceIds sets the InstanceIds field's value.

func (DisassociateAllowListInput) String

String returns the string representation

type DisassociateAllowListOutput

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

func (DisassociateAllowListOutput) GoString

func (s DisassociateAllowListOutput) GoString() string

GoString returns the string representation

func (DisassociateAllowListOutput) String

String returns the string representation

type DownloadBackupInput added in v1.1.53

type DownloadBackupInput struct {

	// BackupId is a required field
	BackupId *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 (DownloadBackupInput) GoString added in v1.1.53

func (s DownloadBackupInput) GoString() string

GoString returns the string representation

func (*DownloadBackupInput) SetBackupId added in v1.1.53

func (s *DownloadBackupInput) SetBackupId(v string) *DownloadBackupInput

SetBackupId sets the BackupId field's value.

func (*DownloadBackupInput) SetInstanceId added in v1.1.53

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

SetInstanceId sets the InstanceId field's value.

func (DownloadBackupInput) String added in v1.1.53

func (s DownloadBackupInput) String() string

String returns the string representation

func (*DownloadBackupInput) Validate added in v1.1.53

func (s *DownloadBackupInput) Validate() error

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

type DownloadBackupOutput added in v1.1.53

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

func (DownloadBackupOutput) GoString added in v1.1.53

func (s DownloadBackupOutput) GoString() string

GoString returns the string representation

func (DownloadBackupOutput) String added in v1.1.53

func (s DownloadBackupOutput) String() string

String returns the string representation

type DownloadSSLCertificateInput added in v1.1.53

type DownloadSSLCertificateInput struct {

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

func (DownloadSSLCertificateInput) GoString added in v1.1.53

func (s DownloadSSLCertificateInput) GoString() string

GoString returns the string representation

func (*DownloadSSLCertificateInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (DownloadSSLCertificateInput) String added in v1.1.53

String returns the string representation

func (*DownloadSSLCertificateInput) Validate added in v1.1.53

func (s *DownloadSSLCertificateInput) Validate() error

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

type DownloadSSLCertificateOutput added in v1.1.53

type DownloadSSLCertificateOutput struct {
	Metadata *response.ResponseMetadata

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

func (DownloadSSLCertificateOutput) GoString added in v1.1.53

func (s DownloadSSLCertificateOutput) GoString() string

GoString returns the string representation

func (*DownloadSSLCertificateOutput) SetCertificate added in v1.1.53

SetCertificate sets the Certificate field's value.

func (DownloadSSLCertificateOutput) String added in v1.1.53

String returns the string representation

type EndpointForDescribeDBInstanceDetailOutput

type EndpointForDescribeDBInstanceDetailOutput struct {
	Address []*AddressForDescribeDBInstanceDetailOutput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

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

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

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput `type:"list" json:",omitempty"`

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

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

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

func (EndpointForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*EndpointForDescribeDBInstanceDetailOutput) SetAddress

SetAddress sets the Address field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetAutoAddNewNodes

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetDescription

SetDescription sets the Description field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEnableReadOnly

SetEnableReadOnly sets the EnableReadOnly field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEnableReadWriteSplitting

SetEnableReadWriteSplitting sets the EnableReadWriteSplitting field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEndpointName

SetEndpointName sets the EndpointName field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetEndpointType

SetEndpointType sets the EndpointType field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetReadOnlyNodeDistributionType

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetReadOnlyNodeMaxDelayTime

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetReadOnlyNodeWeight

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetReadWriteMode

SetReadWriteMode sets the ReadWriteMode field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetReadWriteProxyConnection added in v1.1.53

SetReadWriteProxyConnection sets the ReadWriteProxyConnection field's value.

func (*EndpointForDescribeDBInstanceDetailOutput) SetWriteNodeHaltWriting added in v1.1.53

SetWriteNodeHaltWriting sets the WriteNodeHaltWriting field's value.

func (EndpointForDescribeDBInstanceDetailOutput) String

String returns the string representation

type EndpointForDescribeDBInstancesOutput added in v1.1.53

type EndpointForDescribeDBInstancesOutput struct {
	Address []*AddressObjectForDescribeDBInstancesOutput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

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

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

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForDescribeDBInstancesOutput `type:"list" json:",omitempty"`

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

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

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

func (EndpointForDescribeDBInstancesOutput) GoString added in v1.1.53

GoString returns the string representation

func (*EndpointForDescribeDBInstancesOutput) SetAddress added in v1.1.53

SetAddress sets the Address field's value.

func (*EndpointForDescribeDBInstancesOutput) SetAutoAddNewNodes added in v1.1.53

SetAutoAddNewNodes sets the AutoAddNewNodes field's value.

func (*EndpointForDescribeDBInstancesOutput) SetDescription added in v1.1.53

SetDescription sets the Description field's value.

func (*EndpointForDescribeDBInstancesOutput) SetEnableReadOnly added in v1.1.53

SetEnableReadOnly sets the EnableReadOnly field's value.

func (*EndpointForDescribeDBInstancesOutput) SetEnableReadWriteSplitting added in v1.1.53

SetEnableReadWriteSplitting sets the EnableReadWriteSplitting field's value.

func (*EndpointForDescribeDBInstancesOutput) SetEndpointId added in v1.1.53

SetEndpointId sets the EndpointId field's value.

func (*EndpointForDescribeDBInstancesOutput) SetEndpointName added in v1.1.53

SetEndpointName sets the EndpointName field's value.

func (*EndpointForDescribeDBInstancesOutput) SetEndpointType added in v1.1.53

SetEndpointType sets the EndpointType field's value.

func (*EndpointForDescribeDBInstancesOutput) SetReadOnlyNodeDistributionType added in v1.1.53

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*EndpointForDescribeDBInstancesOutput) SetReadOnlyNodeMaxDelayTime added in v1.1.53

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime field's value.

func (*EndpointForDescribeDBInstancesOutput) SetReadOnlyNodeWeight added in v1.1.53

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*EndpointForDescribeDBInstancesOutput) SetReadWriteMode added in v1.1.53

SetReadWriteMode sets the ReadWriteMode field's value.

func (*EndpointForDescribeDBInstancesOutput) SetReadWriteProxyConnection added in v1.1.53

SetReadWriteProxyConnection sets the ReadWriteProxyConnection field's value.

func (*EndpointForDescribeDBInstancesOutput) SetWriteNodeHaltWriting added in v1.1.53

SetWriteNodeHaltWriting sets the WriteNodeHaltWriting field's value.

func (EndpointForDescribeDBInstancesOutput) String added in v1.1.53

String returns the string representation

type EstimationResultForModifyDBInstanceSpecOutput added in v1.1.53

type EstimationResultForModifyDBInstanceSpecOutput struct {
	Effects []*string `type:"list" json:",omitempty"`

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

func (EstimationResultForModifyDBInstanceSpecOutput) GoString added in v1.1.53

GoString returns the string representation

func (*EstimationResultForModifyDBInstanceSpecOutput) SetEffects added in v1.1.53

SetEffects sets the Effects field's value.

func (*EstimationResultForModifyDBInstanceSpecOutput) SetPlans added in v1.1.53

SetPlans sets the Plans field's value.

func (EstimationResultForModifyDBInstanceSpecOutput) String added in v1.1.53

String returns the string representation

type FailoverLogForDescribeFailoverLogsOutput

type FailoverLogForDescribeFailoverLogsOutput struct {
	FailoverTime *string `type:"string" json:",omitempty"`

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

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

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

func (FailoverLogForDescribeFailoverLogsOutput) GoString

GoString returns the string representation

func (*FailoverLogForDescribeFailoverLogsOutput) SetFailoverTime

SetFailoverTime sets the FailoverTime field's value.

func (*FailoverLogForDescribeFailoverLogsOutput) SetFailoverType

SetFailoverType sets the FailoverType field's value.

func (*FailoverLogForDescribeFailoverLogsOutput) SetNewMasterNodeId

SetNewMasterNodeId sets the NewMasterNodeId field's value.

func (*FailoverLogForDescribeFailoverLogsOutput) SetOldMasterNodeId

SetOldMasterNodeId sets the OldMasterNodeId field's value.

func (FailoverLogForDescribeFailoverLogsOutput) String

String returns the string representation

type GetBackupDownloadLinkInput added in v1.1.53

type GetBackupDownloadLinkInput struct {

	// BackupId is a required field
	BackupId *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 (GetBackupDownloadLinkInput) GoString added in v1.1.53

func (s GetBackupDownloadLinkInput) GoString() string

GoString returns the string representation

func (*GetBackupDownloadLinkInput) SetBackupId added in v1.1.53

SetBackupId sets the BackupId field's value.

func (*GetBackupDownloadLinkInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (GetBackupDownloadLinkInput) String added in v1.1.53

String returns the string representation

func (*GetBackupDownloadLinkInput) Validate added in v1.1.53

func (s *GetBackupDownloadLinkInput) Validate() error

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

type GetBackupDownloadLinkOutput added in v1.1.53

type GetBackupDownloadLinkOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

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

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

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

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

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

func (GetBackupDownloadLinkOutput) GoString added in v1.1.53

func (s GetBackupDownloadLinkOutput) GoString() string

GoString returns the string representation

func (*GetBackupDownloadLinkOutput) SetBackupDescription added in v1.1.53

SetBackupDescription sets the BackupDescription field's value.

func (s *GetBackupDownloadLinkOutput) SetBackupDownloadLink(v string) *GetBackupDownloadLinkOutput

SetBackupDownloadLink sets the BackupDownloadLink field's value.

func (*GetBackupDownloadLinkOutput) SetBackupFileName added in v1.1.53

SetBackupFileName sets the BackupFileName field's value.

func (*GetBackupDownloadLinkOutput) SetBackupFileSize added in v1.1.53

SetBackupFileSize sets the BackupFileSize field's value.

func (*GetBackupDownloadLinkOutput) SetBackupId added in v1.1.53

SetBackupId sets the BackupId field's value.

func (*GetBackupDownloadLinkOutput) SetBackupMethod added in v1.1.53

SetBackupMethod sets the BackupMethod field's value.

func (s *GetBackupDownloadLinkOutput) SetInnerBackupDownloadLink(v string) *GetBackupDownloadLinkOutput

SetInnerBackupDownloadLink sets the InnerBackupDownloadLink field's value.

func (*GetBackupDownloadLinkOutput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*GetBackupDownloadLinkOutput) SetLinkExpiredTime added in v1.1.53

SetLinkExpiredTime sets the LinkExpiredTime field's value.

func (*GetBackupDownloadLinkOutput) SetPrepareProgess added in v1.1.53

SetPrepareProgess sets the PrepareProgess field's value.

func (GetBackupDownloadLinkOutput) String added in v1.1.53

String returns the string representation

type InstanceForDescribeDBInstancesOutput

type InstanceForDescribeDBInstancesOutput struct {
	AddressObject []*AddressObjectForDescribeDBInstancesOutput `type:"list" json:",omitempty"`

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

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

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

	Endpoints []*EndpointForDescribeDBInstancesOutput `type:"list" json:",omitempty"`

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

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

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

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

	MaintenanceWindow *MaintenanceWindowForDescribeDBInstancesOutput `type:"structure" json:",omitempty"`

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

	NodeSpec *string `type:"string" 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 []*TagForDescribeDBInstancesOutput `type:"list" json:",omitempty"`

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

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

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

func (InstanceForDescribeDBInstancesOutput) GoString

GoString returns the string representation

func (*InstanceForDescribeDBInstancesOutput) SetAddressObject

SetAddressObject sets the AddressObject field's value.

func (*InstanceForDescribeDBInstancesOutput) SetChargeDetail

SetChargeDetail sets the ChargeDetail field's value.

func (*InstanceForDescribeDBInstancesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*InstanceForDescribeDBInstancesOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*InstanceForDescribeDBInstancesOutput) SetEndpoints added in v1.1.53

SetEndpoints sets the Endpoints field's value.

func (*InstanceForDescribeDBInstancesOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*InstanceForDescribeDBInstancesOutput) SetInstanceStatus

SetInstanceStatus sets the InstanceStatus field's value.

func (*InstanceForDescribeDBInstancesOutput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*InstanceForDescribeDBInstancesOutput) SetMaintenanceWindow added in v1.1.53

SetMaintenanceWindow sets the MaintenanceWindow field's value.

func (*InstanceForDescribeDBInstancesOutput) SetNodeNumber

SetNodeNumber sets the NodeNumber field's value.

func (*InstanceForDescribeDBInstancesOutput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*InstanceForDescribeDBInstancesOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InstanceForDescribeDBInstancesOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*InstanceForDescribeDBInstancesOutput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*InstanceForDescribeDBInstancesOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetTags

SetTags sets the Tags field's value.

func (*InstanceForDescribeDBInstancesOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*InstanceForDescribeDBInstancesOutput) SetZoneIds

SetZoneIds sets the ZoneIds field's value.

func (InstanceForDescribeDBInstancesOutput) String

String returns the string representation

type InstanceInfoForDescribeBackupsOutput

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

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

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

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

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

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

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

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

	Nodes []*NodeForDescribeBackupsOutput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

func (InstanceInfoForDescribeBackupsOutput) GoString

GoString returns the string representation

func (*InstanceInfoForDescribeBackupsOutput) SetAllowListIds added in v1.1.53

SetAllowListIds sets the AllowListIds field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetChargeDetail

SetChargeDetail sets the ChargeDetail field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetInstanceStatus

SetInstanceStatus sets the InstanceStatus field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetMemory

SetMemory sets the Memory field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetNodes

SetNodes sets the Nodes field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetVCPU

SetVCPU sets the VCPU field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*InstanceInfoForDescribeBackupsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (InstanceInfoForDescribeBackupsOutput) String

String returns the string representation

type InstanceInfoForDescribeDetachedBackupsOutput

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

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

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

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

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

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

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

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

	Nodes []*NodeForDescribeDetachedBackupsOutput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

func (InstanceInfoForDescribeDetachedBackupsOutput) GoString

GoString returns the string representation

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetAllowListIds added in v1.1.53

SetAllowListIds sets the AllowListIds field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetChargeDetail

SetChargeDetail sets the ChargeDetail field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetInstanceStatus

SetInstanceStatus sets the InstanceStatus field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetMemory

SetMemory sets the Memory field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetNodes

SetNodes sets the Nodes field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetVCPU

SetVCPU sets the VCPU field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*InstanceInfoForDescribeDetachedBackupsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (InstanceInfoForDescribeDetachedBackupsOutput) String

String returns the string representation

type InstanceSpecForDescribeDBInstanceSpecsOutput

type InstanceSpecForDescribeDBInstanceSpecsOutput struct {
	Connection *int32 `type:"int32" json:",omitempty"`

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

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

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

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

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

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

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

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

func (InstanceSpecForDescribeDBInstanceSpecsOutput) GoString

GoString returns the string representation

func (*InstanceSpecForDescribeDBInstanceSpecsOutput) SetConnection

SetConnection sets the Connection field's value.

func (*InstanceSpecForDescribeDBInstanceSpecsOutput) SetDBEngineVersion

SetDBEngineVersion sets the DBEngineVersion field's value.

func (*InstanceSpecForDescribeDBInstanceSpecsOutput) SetMemory

SetMemory sets the Memory field's value.

func (*InstanceSpecForDescribeDBInstanceSpecsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*InstanceSpecForDescribeDBInstanceSpecsOutput) SetSpecCode

SetSpecCode sets the SpecCode field's value.

func (*InstanceSpecForDescribeDBInstanceSpecsOutput) SetSpecStatus

SetSpecStatus sets the SpecStatus field's value.

func (*InstanceSpecForDescribeDBInstanceSpecsOutput) SetStorageType added in v1.1.53

SetStorageType sets the StorageType field's value.

func (*InstanceSpecForDescribeDBInstanceSpecsOutput) SetVCPU

SetVCPU sets the VCPU field's value.

func (*InstanceSpecForDescribeDBInstanceSpecsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (InstanceSpecForDescribeDBInstanceSpecsOutput) String

String returns the string representation

type InstanceTagForDescribeDBInstanceDetailOutput

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

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

func (InstanceTagForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*InstanceTagForDescribeDBInstanceDetailOutput) SetKey

SetKey sets the Key field's value.

func (*InstanceTagForDescribeDBInstanceDetailOutput) SetValue

SetValue sets the Value field's value.

func (InstanceTagForDescribeDBInstanceDetailOutput) String

String returns the string representation

type ListParameterTemplatesInput added in v1.1.53

type ListParameterTemplatesInput struct {
	TemplateCategory *string `type:"string" json:",omitempty"`

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

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

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

func (ListParameterTemplatesInput) GoString added in v1.1.53

func (s ListParameterTemplatesInput) GoString() string

GoString returns the string representation

func (*ListParameterTemplatesInput) SetTemplateCategory added in v1.1.53

SetTemplateCategory sets the TemplateCategory field's value.

func (*ListParameterTemplatesInput) SetTemplateSource added in v1.1.53

SetTemplateSource sets the TemplateSource field's value.

func (*ListParameterTemplatesInput) SetTemplateType added in v1.1.53

SetTemplateType sets the TemplateType field's value.

func (*ListParameterTemplatesInput) SetTemplateTypeVersion added in v1.1.53

func (s *ListParameterTemplatesInput) SetTemplateTypeVersion(v string) *ListParameterTemplatesInput

SetTemplateTypeVersion sets the TemplateTypeVersion field's value.

func (ListParameterTemplatesInput) String added in v1.1.53

String returns the string representation

type ListParameterTemplatesOutput added in v1.1.53

type ListParameterTemplatesOutput struct {
	Metadata *response.ResponseMetadata

	TemplateInfos []*TemplateInfoForListParameterTemplatesOutput `type:"list" json:",omitempty"`

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

func (ListParameterTemplatesOutput) GoString added in v1.1.53

func (s ListParameterTemplatesOutput) GoString() string

GoString returns the string representation

func (*ListParameterTemplatesOutput) SetTemplateInfos added in v1.1.53

SetTemplateInfos sets the TemplateInfos field's value.

func (*ListParameterTemplatesOutput) SetTotal added in v1.1.53

SetTotal sets the Total field's value.

func (ListParameterTemplatesOutput) String added in v1.1.53

String returns the string representation

type MaintenanceWindowForCreateDBInstanceInput added in v1.1.53

type MaintenanceWindowForCreateDBInstanceInput struct {
	DayKind *string `type:"string" json:",omitempty"`

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

func (MaintenanceWindowForCreateDBInstanceInput) GoString added in v1.1.53

GoString returns the string representation

func (*MaintenanceWindowForCreateDBInstanceInput) SetDayKind added in v1.1.53

SetDayKind sets the DayKind field's value.

func (*MaintenanceWindowForCreateDBInstanceInput) SetDayOfWeekMaintenanceTime added in v1.1.53

SetDayOfWeekMaintenanceTime sets the DayOfWeekMaintenanceTime field's value.

func (MaintenanceWindowForCreateDBInstanceInput) String added in v1.1.53

String returns the string representation

type MaintenanceWindowForDescribeDBInstanceDetailOutput added in v1.1.53

type MaintenanceWindowForDescribeDBInstanceDetailOutput struct {
	DayKind *string `type:"string" json:",omitempty"`

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

func (MaintenanceWindowForDescribeDBInstanceDetailOutput) GoString added in v1.1.53

GoString returns the string representation

func (*MaintenanceWindowForDescribeDBInstanceDetailOutput) SetDayKind added in v1.1.53

SetDayKind sets the DayKind field's value.

func (*MaintenanceWindowForDescribeDBInstanceDetailOutput) SetDayOfWeekMaintenanceTime added in v1.1.53

SetDayOfWeekMaintenanceTime sets the DayOfWeekMaintenanceTime field's value.

func (MaintenanceWindowForDescribeDBInstanceDetailOutput) String added in v1.1.53

String returns the string representation

type MaintenanceWindowForDescribeDBInstancesOutput added in v1.1.53

type MaintenanceWindowForDescribeDBInstancesOutput struct {
	DayKind *string `type:"string" json:",omitempty"`

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

func (MaintenanceWindowForDescribeDBInstancesOutput) GoString added in v1.1.53

GoString returns the string representation

func (*MaintenanceWindowForDescribeDBInstancesOutput) SetDayKind added in v1.1.53

SetDayKind sets the DayKind field's value.

func (*MaintenanceWindowForDescribeDBInstancesOutput) SetDayOfWeekMaintenanceTime added in v1.1.53

SetDayOfWeekMaintenanceTime sets the DayOfWeekMaintenanceTime field's value.

func (MaintenanceWindowForDescribeDBInstancesOutput) String added in v1.1.53

String returns the string representation

type MaintenanceWindowForRestoreToNewInstanceInput added in v1.1.53

type MaintenanceWindowForRestoreToNewInstanceInput struct {
	DayKind *string `type:"string" json:",omitempty"`

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

func (MaintenanceWindowForRestoreToNewInstanceInput) GoString added in v1.1.53

GoString returns the string representation

func (*MaintenanceWindowForRestoreToNewInstanceInput) SetDayKind added in v1.1.53

SetDayKind sets the DayKind field's value.

func (*MaintenanceWindowForRestoreToNewInstanceInput) SetDayOfWeekMaintenanceTime added in v1.1.53

SetDayOfWeekMaintenanceTime sets the DayOfWeekMaintenanceTime field's value.

func (MaintenanceWindowForRestoreToNewInstanceInput) String added in v1.1.53

String returns the string representation

type ModifyAllowListInput

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

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

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

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

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

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

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

	SecurityGroupBindInfos []*SecurityGroupBindInfoForModifyAllowListInput `type:"list" json:",omitempty"`

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

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

func (ModifyAllowListInput) GoString

func (s ModifyAllowListInput) GoString() string

GoString returns the string representation

func (*ModifyAllowListInput) SetAllowList

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

SetAllowList sets the AllowList field's value.

func (*ModifyAllowListInput) SetAllowListCategory added in v1.1.53

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

SetAllowListCategory sets the AllowListCategory field's value.

func (*ModifyAllowListInput) SetAllowListDesc

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

SetAllowListDesc sets the AllowListDesc field's value.

func (*ModifyAllowListInput) SetAllowListId

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

SetAllowListId sets the AllowListId field's value.

func (*ModifyAllowListInput) SetAllowListName

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

SetAllowListName sets the AllowListName field's value.

func (*ModifyAllowListInput) SetApplyInstanceNum

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

SetApplyInstanceNum sets the ApplyInstanceNum field's value.

func (*ModifyAllowListInput) SetModifyMode

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

SetModifyMode sets the ModifyMode field's value.

func (*ModifyAllowListInput) SetSecurityGroupBindInfos added in v1.1.53

SetSecurityGroupBindInfos sets the SecurityGroupBindInfos field's value.

func (*ModifyAllowListInput) SetUpdateSecurityGroup added in v1.1.53

func (s *ModifyAllowListInput) SetUpdateSecurityGroup(v bool) *ModifyAllowListInput

SetUpdateSecurityGroup sets the UpdateSecurityGroup field's value.

func (*ModifyAllowListInput) SetUserAllowList added in v1.1.53

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

SetUserAllowList sets the UserAllowList field's value.

func (ModifyAllowListInput) String

func (s ModifyAllowListInput) String() string

String returns the string representation

func (*ModifyAllowListInput) Validate

func (s *ModifyAllowListInput) Validate() error

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

type ModifyAllowListOutput

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

func (ModifyAllowListOutput) GoString

func (s ModifyAllowListOutput) GoString() string

GoString returns the string representation

func (ModifyAllowListOutput) String

func (s ModifyAllowListOutput) String() string

String returns the string representation

type ModifyBackupPolicyInput

type ModifyBackupPolicyInput struct {
	BackupRetentionPeriod *int32 `type:"int32" json:",omitempty"`

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

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

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

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

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

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

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

func (ModifyBackupPolicyInput) GoString

func (s ModifyBackupPolicyInput) GoString() string

GoString returns the string representation

func (*ModifyBackupPolicyInput) SetBackupRetentionPeriod

func (s *ModifyBackupPolicyInput) SetBackupRetentionPeriod(v int32) *ModifyBackupPolicyInput

SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.

func (*ModifyBackupPolicyInput) SetDataIncrBackupPeriods added in v1.1.53

func (s *ModifyBackupPolicyInput) SetDataIncrBackupPeriods(v string) *ModifyBackupPolicyInput

SetDataIncrBackupPeriods sets the DataIncrBackupPeriods field's value.

func (*ModifyBackupPolicyInput) SetFullBackupPeriod

func (s *ModifyBackupPolicyInput) SetFullBackupPeriod(v string) *ModifyBackupPolicyInput

SetFullBackupPeriod sets the FullBackupPeriod field's value.

func (*ModifyBackupPolicyInput) SetFullBackupTime

func (s *ModifyBackupPolicyInput) SetFullBackupTime(v string) *ModifyBackupPolicyInput

SetFullBackupTime sets the FullBackupTime field's value.

func (*ModifyBackupPolicyInput) SetHourlyIncrBackupEnable added in v1.1.53

func (s *ModifyBackupPolicyInput) SetHourlyIncrBackupEnable(v bool) *ModifyBackupPolicyInput

SetHourlyIncrBackupEnable sets the HourlyIncrBackupEnable field's value.

func (*ModifyBackupPolicyInput) SetIncrementBackupFrequency

func (s *ModifyBackupPolicyInput) SetIncrementBackupFrequency(v int32) *ModifyBackupPolicyInput

SetIncrementBackupFrequency sets the IncrementBackupFrequency field's value.

func (*ModifyBackupPolicyInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyBackupPolicyInput) SetWALLogSpaceLimitEnable added in v1.0.187

func (s *ModifyBackupPolicyInput) SetWALLogSpaceLimitEnable(v bool) *ModifyBackupPolicyInput

SetWALLogSpaceLimitEnable sets the WALLogSpaceLimitEnable field's value.

func (ModifyBackupPolicyInput) String

func (s ModifyBackupPolicyInput) String() string

String returns the string representation

func (*ModifyBackupPolicyInput) Validate

func (s *ModifyBackupPolicyInput) Validate() error

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

type ModifyBackupPolicyOutput

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

func (ModifyBackupPolicyOutput) GoString

func (s ModifyBackupPolicyOutput) GoString() string

GoString returns the string representation

func (ModifyBackupPolicyOutput) String

func (s ModifyBackupPolicyOutput) String() string

String returns the string representation

type ModifyDBAccountPrivilegeInput

type ModifyDBAccountPrivilegeInput struct {

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

	// AccountPrivileges is a required field
	AccountPrivileges *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 (ModifyDBAccountPrivilegeInput) GoString

GoString returns the string representation

func (*ModifyDBAccountPrivilegeInput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*ModifyDBAccountPrivilegeInput) SetAccountPrivileges

SetAccountPrivileges sets the AccountPrivileges field's value.

func (*ModifyDBAccountPrivilegeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (ModifyDBAccountPrivilegeInput) String

String returns the string representation

func (*ModifyDBAccountPrivilegeInput) Validate

func (s *ModifyDBAccountPrivilegeInput) Validate() error

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

type ModifyDBAccountPrivilegeOutput

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

func (ModifyDBAccountPrivilegeOutput) GoString

GoString returns the string representation

func (ModifyDBAccountPrivilegeOutput) String

String returns the string representation

type ModifyDBEndpointAddressInput

type ModifyDBEndpointAddressInput struct {
	DomainPrefix *string `type:"string" json:",omitempty"`

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

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

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

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

func (ModifyDBEndpointAddressInput) GoString

func (s ModifyDBEndpointAddressInput) GoString() string

GoString returns the string representation

func (*ModifyDBEndpointAddressInput) SetDomainPrefix added in v1.0.187

SetDomainPrefix sets the DomainPrefix field's value.

func (*ModifyDBEndpointAddressInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointAddressInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointAddressInput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (*ModifyDBEndpointAddressInput) SetPort

SetPort sets the Port field's value.

func (ModifyDBEndpointAddressInput) String

String returns the string representation

func (*ModifyDBEndpointAddressInput) Validate

func (s *ModifyDBEndpointAddressInput) Validate() error

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

type ModifyDBEndpointAddressOutput

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

func (ModifyDBEndpointAddressOutput) GoString

GoString returns the string representation

func (ModifyDBEndpointAddressOutput) String

String returns the string representation

type ModifyDBEndpointDNSInput

type ModifyDBEndpointDNSInput struct {

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

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

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

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

func (ModifyDBEndpointDNSInput) GoString

func (s ModifyDBEndpointDNSInput) GoString() string

GoString returns the string representation

func (*ModifyDBEndpointDNSInput) SetDNSVisibility

func (s *ModifyDBEndpointDNSInput) SetDNSVisibility(v bool) *ModifyDBEndpointDNSInput

SetDNSVisibility sets the DNSVisibility field's value.

func (*ModifyDBEndpointDNSInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointDNSInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointDNSInput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (ModifyDBEndpointDNSInput) String

func (s ModifyDBEndpointDNSInput) String() string

String returns the string representation

func (*ModifyDBEndpointDNSInput) Validate

func (s *ModifyDBEndpointDNSInput) Validate() error

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

type ModifyDBEndpointDNSOutput

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

func (ModifyDBEndpointDNSOutput) GoString

func (s ModifyDBEndpointDNSOutput) GoString() string

GoString returns the string representation

func (ModifyDBEndpointDNSOutput) String

func (s ModifyDBEndpointDNSOutput) String() string

String returns the string representation

type ModifyDBEndpointNameInput

type ModifyDBEndpointNameInput struct {

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

	// EndpointName is a required field
	EndpointName *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 (ModifyDBEndpointNameInput) GoString

func (s ModifyDBEndpointNameInput) GoString() string

GoString returns the string representation

func (*ModifyDBEndpointNameInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointNameInput) SetEndpointName

SetEndpointName sets the EndpointName field's value.

func (*ModifyDBEndpointNameInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (ModifyDBEndpointNameInput) String

func (s ModifyDBEndpointNameInput) String() string

String returns the string representation

func (*ModifyDBEndpointNameInput) Validate

func (s *ModifyDBEndpointNameInput) Validate() error

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

type ModifyDBEndpointNameOutput

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

func (ModifyDBEndpointNameOutput) GoString

func (s ModifyDBEndpointNameOutput) GoString() string

GoString returns the string representation

func (ModifyDBEndpointNameOutput) String

String returns the string representation

type ModifyDBEndpointProxyConfigInput added in v1.1.53

type ModifyDBEndpointProxyConfigInput struct {

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

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

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

func (ModifyDBEndpointProxyConfigInput) GoString added in v1.1.53

GoString returns the string representation

func (*ModifyDBEndpointProxyConfigInput) SetEndpointId added in v1.1.53

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointProxyConfigInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointProxyConfigInput) SetReadWriteProxyConnection added in v1.1.53

func (s *ModifyDBEndpointProxyConfigInput) SetReadWriteProxyConnection(v int32) *ModifyDBEndpointProxyConfigInput

SetReadWriteProxyConnection sets the ReadWriteProxyConnection field's value.

func (ModifyDBEndpointProxyConfigInput) String added in v1.1.53

String returns the string representation

func (*ModifyDBEndpointProxyConfigInput) Validate added in v1.1.53

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

type ModifyDBEndpointProxyConfigOutput added in v1.1.53

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

func (ModifyDBEndpointProxyConfigOutput) GoString added in v1.1.53

GoString returns the string representation

func (ModifyDBEndpointProxyConfigOutput) String added in v1.1.53

String returns the string representation

type ModifyDBEndpointReadWeightInput

type ModifyDBEndpointReadWeightInput struct {

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

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

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

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForModifyDBEndpointReadWeightInput `type:"list" json:",omitempty"`

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

func (ModifyDBEndpointReadWeightInput) GoString

GoString returns the string representation

func (*ModifyDBEndpointReadWeightInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointReadWeightInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointReadWeightInput) SetReadOnlyNodeDistributionType

func (s *ModifyDBEndpointReadWeightInput) SetReadOnlyNodeDistributionType(v string) *ModifyDBEndpointReadWeightInput

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*ModifyDBEndpointReadWeightInput) SetReadOnlyNodeWeight

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*ModifyDBEndpointReadWeightInput) SetWriteNodeHaltWriting added in v1.1.53

SetWriteNodeHaltWriting sets the WriteNodeHaltWriting field's value.

func (ModifyDBEndpointReadWeightInput) String

String returns the string representation

func (*ModifyDBEndpointReadWeightInput) Validate

func (s *ModifyDBEndpointReadWeightInput) Validate() error

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

type ModifyDBEndpointReadWeightOutput

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

func (ModifyDBEndpointReadWeightOutput) GoString

GoString returns the string representation

func (ModifyDBEndpointReadWeightOutput) String

String returns the string representation

type ModifyDBEndpointReadWriteDelayThresholdInput

type ModifyDBEndpointReadWriteDelayThresholdInput struct {

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

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

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

func (ModifyDBEndpointReadWriteDelayThresholdInput) GoString

GoString returns the string representation

func (*ModifyDBEndpointReadWriteDelayThresholdInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointReadWriteDelayThresholdInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointReadWriteDelayThresholdInput) SetReadOnlyNodeMaxDelayTime

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime field's value.

func (ModifyDBEndpointReadWriteDelayThresholdInput) String

String returns the string representation

func (*ModifyDBEndpointReadWriteDelayThresholdInput) Validate

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

type ModifyDBEndpointReadWriteDelayThresholdOutput

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

func (ModifyDBEndpointReadWriteDelayThresholdOutput) GoString

GoString returns the string representation

func (ModifyDBEndpointReadWriteDelayThresholdOutput) String

String returns the string representation

type ModifyDBEndpointReadWriteFlagInput

type ModifyDBEndpointReadWriteFlagInput struct {

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

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

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

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

	ReadOnlyNodeWeight []*ReadOnlyNodeWeightForModifyDBEndpointReadWriteFlagInput `type:"list" json:",omitempty"`

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

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

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

func (ModifyDBEndpointReadWriteFlagInput) GoString

GoString returns the string representation

func (*ModifyDBEndpointReadWriteFlagInput) SetEndpointId

SetEndpointId sets the EndpointId field's value.

func (*ModifyDBEndpointReadWriteFlagInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBEndpointReadWriteFlagInput) SetReadOnlyNodeDistributionType

func (s *ModifyDBEndpointReadWriteFlagInput) SetReadOnlyNodeDistributionType(v string) *ModifyDBEndpointReadWriteFlagInput

SetReadOnlyNodeDistributionType sets the ReadOnlyNodeDistributionType field's value.

func (*ModifyDBEndpointReadWriteFlagInput) SetReadOnlyNodeMaxDelayTime

SetReadOnlyNodeMaxDelayTime sets the ReadOnlyNodeMaxDelayTime field's value.

func (*ModifyDBEndpointReadWriteFlagInput) SetReadOnlyNodeWeight

SetReadOnlyNodeWeight sets the ReadOnlyNodeWeight field's value.

func (*ModifyDBEndpointReadWriteFlagInput) SetReadWriteProxyConnection added in v1.1.53

SetReadWriteProxyConnection sets the ReadWriteProxyConnection field's value.

func (*ModifyDBEndpointReadWriteFlagInput) SetReadWriteSpliting

SetReadWriteSpliting sets the ReadWriteSpliting field's value.

func (*ModifyDBEndpointReadWriteFlagInput) SetWriteNodeHaltWriting added in v1.1.53

SetWriteNodeHaltWriting sets the WriteNodeHaltWriting field's value.

func (ModifyDBEndpointReadWriteFlagInput) String

String returns the string representation

func (*ModifyDBEndpointReadWriteFlagInput) Validate

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

type ModifyDBEndpointReadWriteFlagOutput

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

func (ModifyDBEndpointReadWriteFlagOutput) GoString

GoString returns the string representation

func (ModifyDBEndpointReadWriteFlagOutput) String

String returns the string representation

type ModifyDBInstanceAvailabilityZoneInput

type ModifyDBInstanceAvailabilityZoneInput struct {

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

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

func (ModifyDBInstanceAvailabilityZoneInput) GoString

GoString returns the string representation

func (*ModifyDBInstanceAvailabilityZoneInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceAvailabilityZoneInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (ModifyDBInstanceAvailabilityZoneInput) String

String returns the string representation

func (*ModifyDBInstanceAvailabilityZoneInput) Validate

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

type ModifyDBInstanceAvailabilityZoneOutput

type ModifyDBInstanceAvailabilityZoneOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (ModifyDBInstanceAvailabilityZoneOutput) GoString

GoString returns the string representation

func (*ModifyDBInstanceAvailabilityZoneOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceAvailabilityZoneOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (ModifyDBInstanceAvailabilityZoneOutput) String

String returns the string representation

type ModifyDBInstanceChargeTypeInput

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

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

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

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

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

func (ModifyDBInstanceChargeTypeInput) GoString

GoString returns the string representation

func (*ModifyDBInstanceChargeTypeInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ModifyDBInstanceChargeTypeInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ModifyDBInstanceChargeTypeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceChargeTypeInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ModifyDBInstanceChargeTypeInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (ModifyDBInstanceChargeTypeInput) String

String returns the string representation

func (*ModifyDBInstanceChargeTypeInput) Validate

func (s *ModifyDBInstanceChargeTypeInput) Validate() error

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

type ModifyDBInstanceChargeTypeOutput

type ModifyDBInstanceChargeTypeOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (ModifyDBInstanceChargeTypeOutput) GoString

GoString returns the string representation

func (*ModifyDBInstanceChargeTypeOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceChargeTypeOutput) SetOrderNO added in v1.0.187

SetOrderNO sets the OrderNO field's value.

func (ModifyDBInstanceChargeTypeOutput) String

String returns the string representation

type ModifyDBInstanceConfigInput

type ModifyDBInstanceConfigInput struct {
	GlobalReadOnly *bool `type:"boolean" json:",omitempty"`

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

func (ModifyDBInstanceConfigInput) GoString

func (s ModifyDBInstanceConfigInput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceConfigInput) SetGlobalReadOnly

SetGlobalReadOnly sets the GlobalReadOnly field's value.

func (*ModifyDBInstanceConfigInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (ModifyDBInstanceConfigInput) String

String returns the string representation

func (*ModifyDBInstanceConfigInput) Validate

func (s *ModifyDBInstanceConfigInput) Validate() error

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

type ModifyDBInstanceConfigOutput

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

func (ModifyDBInstanceConfigOutput) GoString

func (s ModifyDBInstanceConfigOutput) GoString() string

GoString returns the string representation

func (ModifyDBInstanceConfigOutput) String

String returns the string representation

type ModifyDBInstanceMaintenanceWindowInput added in v1.1.53

type ModifyDBInstanceMaintenanceWindowInput struct {

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

	DayOfWeekMaintenanceTime []*DayOfWeekMaintenanceTimeForModifyDBInstanceMaintenanceWindowInput `type:"list" json:",omitempty"`

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

func (ModifyDBInstanceMaintenanceWindowInput) GoString added in v1.1.53

GoString returns the string representation

func (*ModifyDBInstanceMaintenanceWindowInput) SetDayKind added in v1.1.53

SetDayKind sets the DayKind field's value.

func (*ModifyDBInstanceMaintenanceWindowInput) SetDayOfWeekMaintenanceTime added in v1.1.53

SetDayOfWeekMaintenanceTime sets the DayOfWeekMaintenanceTime field's value.

func (*ModifyDBInstanceMaintenanceWindowInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (ModifyDBInstanceMaintenanceWindowInput) String added in v1.1.53

String returns the string representation

func (*ModifyDBInstanceMaintenanceWindowInput) Validate added in v1.1.53

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

type ModifyDBInstanceMaintenanceWindowOutput added in v1.1.53

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

func (ModifyDBInstanceMaintenanceWindowOutput) GoString added in v1.1.53

GoString returns the string representation

func (ModifyDBInstanceMaintenanceWindowOutput) String added in v1.1.53

String returns the string representation

type ModifyDBInstanceNameInput

type ModifyDBInstanceNameInput struct {

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

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

func (ModifyDBInstanceNameInput) GoString

func (s ModifyDBInstanceNameInput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceNameInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceNameInput) SetInstanceNewName

SetInstanceNewName sets the InstanceNewName field's value.

func (ModifyDBInstanceNameInput) String

func (s ModifyDBInstanceNameInput) String() string

String returns the string representation

func (*ModifyDBInstanceNameInput) Validate

func (s *ModifyDBInstanceNameInput) Validate() error

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

type ModifyDBInstanceNameOutput

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

func (ModifyDBInstanceNameOutput) GoString

func (s ModifyDBInstanceNameOutput) GoString() string

GoString returns the string representation

func (ModifyDBInstanceNameOutput) String

String returns the string representation

type ModifyDBInstanceParametersInput

type ModifyDBInstanceParametersInput struct {

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

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

func (ModifyDBInstanceParametersInput) GoString

GoString returns the string representation

func (*ModifyDBInstanceParametersInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceParametersInput) SetParameters

SetParameters sets the Parameters field's value.

func (ModifyDBInstanceParametersInput) String

String returns the string representation

func (*ModifyDBInstanceParametersInput) Validate

func (s *ModifyDBInstanceParametersInput) Validate() error

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

type ModifyDBInstanceParametersOutput

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

func (ModifyDBInstanceParametersOutput) GoString

GoString returns the string representation

func (ModifyDBInstanceParametersOutput) String

String returns the string representation

type ModifyDBInstanceSSLInput added in v1.1.53

type ModifyDBInstanceSSLInput struct {
	ForceEncryption *bool `type:"boolean" json:",omitempty"`

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

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

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

func (ModifyDBInstanceSSLInput) GoString added in v1.1.53

func (s ModifyDBInstanceSSLInput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceSSLInput) SetForceEncryption added in v1.1.53

func (s *ModifyDBInstanceSSLInput) SetForceEncryption(v bool) *ModifyDBInstanceSSLInput

SetForceEncryption sets the ForceEncryption field's value.

func (*ModifyDBInstanceSSLInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceSSLInput) SetReloadSSLCertificate added in v1.1.53

func (s *ModifyDBInstanceSSLInput) SetReloadSSLCertificate(v bool) *ModifyDBInstanceSSLInput

SetReloadSSLCertificate sets the ReloadSSLCertificate field's value.

func (*ModifyDBInstanceSSLInput) SetSSLEnable added in v1.1.53

SetSSLEnable sets the SSLEnable field's value.

func (ModifyDBInstanceSSLInput) String added in v1.1.53

func (s ModifyDBInstanceSSLInput) String() string

String returns the string representation

func (*ModifyDBInstanceSSLInput) Validate added in v1.1.53

func (s *ModifyDBInstanceSSLInput) Validate() error

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

type ModifyDBInstanceSSLOutput added in v1.1.53

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

func (ModifyDBInstanceSSLOutput) GoString added in v1.1.53

func (s ModifyDBInstanceSSLOutput) GoString() string

GoString returns the string representation

func (ModifyDBInstanceSSLOutput) String added in v1.1.53

func (s ModifyDBInstanceSSLOutput) String() string

String returns the string representation

type ModifyDBInstanceSpecInput

type ModifyDBInstanceSpecInput struct {
	EstimateOnly *bool `type:"boolean" json:",omitempty"`

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

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

	NodeInfo []*NodeInfoForModifyDBInstanceSpecInput `type:"list" json:",omitempty"`

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

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

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

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

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

func (ModifyDBInstanceSpecInput) GoString

func (s ModifyDBInstanceSpecInput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceSpecInput) SetEstimateOnly added in v1.1.53

SetEstimateOnly sets the EstimateOnly field's value.

func (*ModifyDBInstanceSpecInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceSpecInput) SetModifyType

SetModifyType sets the ModifyType field's value.

func (*ModifyDBInstanceSpecInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*ModifyDBInstanceSpecInput) SetRollbackTime

SetRollbackTime sets the RollbackTime field's value.

func (*ModifyDBInstanceSpecInput) SetSpecifiedSwitchEndTime added in v1.1.53

func (s *ModifyDBInstanceSpecInput) SetSpecifiedSwitchEndTime(v string) *ModifyDBInstanceSpecInput

SetSpecifiedSwitchEndTime sets the SpecifiedSwitchEndTime field's value.

func (*ModifyDBInstanceSpecInput) SetSpecifiedSwitchStartTime added in v1.1.53

func (s *ModifyDBInstanceSpecInput) SetSpecifiedSwitchStartTime(v string) *ModifyDBInstanceSpecInput

SetSpecifiedSwitchStartTime sets the SpecifiedSwitchStartTime field's value.

func (*ModifyDBInstanceSpecInput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*ModifyDBInstanceSpecInput) SetStorageType

SetStorageType sets the StorageType field's value.

func (ModifyDBInstanceSpecInput) String

func (s ModifyDBInstanceSpecInput) String() string

String returns the string representation

func (*ModifyDBInstanceSpecInput) Validate

func (s *ModifyDBInstanceSpecInput) Validate() error

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

type ModifyDBInstanceSpecOutput

type ModifyDBInstanceSpecOutput struct {
	Metadata *response.ResponseMetadata

	EstimationResult *EstimationResultForModifyDBInstanceSpecOutput `type:"structure" json:",omitempty"`

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

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

func (ModifyDBInstanceSpecOutput) GoString

func (s ModifyDBInstanceSpecOutput) GoString() string

GoString returns the string representation

func (*ModifyDBInstanceSpecOutput) SetEstimationResult added in v1.1.53

SetEstimationResult sets the EstimationResult field's value.

func (*ModifyDBInstanceSpecOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDBInstanceSpecOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (ModifyDBInstanceSpecOutput) String

String returns the string representation

type ModifyDatabaseOwnerInput

type ModifyDatabaseOwnerInput struct {

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

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

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

func (ModifyDatabaseOwnerInput) GoString

func (s ModifyDatabaseOwnerInput) GoString() string

GoString returns the string representation

func (*ModifyDatabaseOwnerInput) SetDBName

SetDBName sets the DBName field's value.

func (*ModifyDatabaseOwnerInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyDatabaseOwnerInput) SetOwner

SetOwner sets the Owner field's value.

func (ModifyDatabaseOwnerInput) String

func (s ModifyDatabaseOwnerInput) String() string

String returns the string representation

func (*ModifyDatabaseOwnerInput) Validate

func (s *ModifyDatabaseOwnerInput) Validate() error

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

type ModifyDatabaseOwnerOutput

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

func (ModifyDatabaseOwnerOutput) GoString

func (s ModifyDatabaseOwnerOutput) GoString() string

GoString returns the string representation

func (ModifyDatabaseOwnerOutput) String

func (s ModifyDatabaseOwnerOutput) String() string

String returns the string representation

type ModifyParameterTemplateInput added in v1.1.53

type ModifyParameterTemplateInput struct {
	TemplateDesc *string `type:"string" json:",omitempty"`

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

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

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

func (ModifyParameterTemplateInput) GoString added in v1.1.53

func (s ModifyParameterTemplateInput) GoString() string

GoString returns the string representation

func (*ModifyParameterTemplateInput) SetTemplateDesc added in v1.1.53

SetTemplateDesc sets the TemplateDesc field's value.

func (*ModifyParameterTemplateInput) SetTemplateId added in v1.1.53

SetTemplateId sets the TemplateId field's value.

func (*ModifyParameterTemplateInput) SetTemplateName added in v1.1.53

SetTemplateName sets the TemplateName field's value.

func (*ModifyParameterTemplateInput) SetTemplateParams added in v1.1.53

SetTemplateParams sets the TemplateParams field's value.

func (ModifyParameterTemplateInput) String added in v1.1.53

String returns the string representation

func (*ModifyParameterTemplateInput) Validate added in v1.1.53

func (s *ModifyParameterTemplateInput) Validate() error

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

type ModifyParameterTemplateOutput added in v1.1.53

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

func (ModifyParameterTemplateOutput) GoString added in v1.1.53

GoString returns the string representation

func (ModifyParameterTemplateOutput) String added in v1.1.53

String returns the string representation

type ModifyPlannedEventExecuteTimeInput added in v1.1.53

type ModifyPlannedEventExecuteTimeInput struct {

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

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

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

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

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

func (ModifyPlannedEventExecuteTimeInput) GoString added in v1.1.53

GoString returns the string representation

func (*ModifyPlannedEventExecuteTimeInput) SetEventId added in v1.1.53

SetEventId sets the EventId field's value.

func (*ModifyPlannedEventExecuteTimeInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*ModifyPlannedEventExecuteTimeInput) SetModifyBeginTime added in v1.1.53

SetModifyBeginTime sets the ModifyBeginTime field's value.

func (*ModifyPlannedEventExecuteTimeInput) SetModifyEndTime added in v1.1.53

SetModifyEndTime sets the ModifyEndTime field's value.

func (*ModifyPlannedEventExecuteTimeInput) SetTaskEventOperation added in v1.1.53

SetTaskEventOperation sets the TaskEventOperation field's value.

func (ModifyPlannedEventExecuteTimeInput) String added in v1.1.53

String returns the string representation

func (*ModifyPlannedEventExecuteTimeInput) Validate added in v1.1.53

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

type ModifyPlannedEventExecuteTimeOutput added in v1.1.53

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

func (ModifyPlannedEventExecuteTimeOutput) GoString added in v1.1.53

GoString returns the string representation

func (ModifyPlannedEventExecuteTimeOutput) String added in v1.1.53

String returns the string representation

type ModifySchemaOwnerInput

type ModifySchemaOwnerInput struct {

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

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

func (ModifySchemaOwnerInput) GoString

func (s ModifySchemaOwnerInput) GoString() string

GoString returns the string representation

func (*ModifySchemaOwnerInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifySchemaOwnerInput) SetSchemaInfo

SetSchemaInfo sets the SchemaInfo field's value.

func (ModifySchemaOwnerInput) String

func (s ModifySchemaOwnerInput) String() string

String returns the string representation

func (*ModifySchemaOwnerInput) Validate

func (s *ModifySchemaOwnerInput) Validate() error

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

type ModifySchemaOwnerOutput

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

func (ModifySchemaOwnerOutput) GoString

func (s ModifySchemaOwnerOutput) GoString() string

GoString returns the string representation

func (ModifySchemaOwnerOutput) String

func (s ModifySchemaOwnerOutput) String() string

String returns the string representation

type ModifyTaskInput added in v1.1.53

type ModifyTaskInput struct {

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

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

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

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

	// TaskEventOperation is a required field
	TaskEventOperation *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 (ModifyTaskInput) GoString added in v1.1.53

func (s ModifyTaskInput) GoString() string

GoString returns the string representation

func (*ModifyTaskInput) SetInstanceId added in v1.1.53

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

SetInstanceId sets the InstanceId field's value.

func (*ModifyTaskInput) SetModifyBeginTime added in v1.1.53

func (s *ModifyTaskInput) SetModifyBeginTime(v string) *ModifyTaskInput

SetModifyBeginTime sets the ModifyBeginTime field's value.

func (*ModifyTaskInput) SetModifyEndTime added in v1.1.53

func (s *ModifyTaskInput) SetModifyEndTime(v string) *ModifyTaskInput

SetModifyEndTime sets the ModifyEndTime field's value.

func (*ModifyTaskInput) SetProjectName added in v1.1.53

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

SetProjectName sets the ProjectName field's value.

func (*ModifyTaskInput) SetTaskEventOperation added in v1.1.53

func (s *ModifyTaskInput) SetTaskEventOperation(v string) *ModifyTaskInput

SetTaskEventOperation sets the TaskEventOperation field's value.

func (*ModifyTaskInput) SetTaskId added in v1.1.53

func (s *ModifyTaskInput) SetTaskId(v string) *ModifyTaskInput

SetTaskId sets the TaskId field's value.

func (ModifyTaskInput) String added in v1.1.53

func (s ModifyTaskInput) String() string

String returns the string representation

func (*ModifyTaskInput) Validate added in v1.1.53

func (s *ModifyTaskInput) Validate() error

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

type ModifyTaskOutput added in v1.1.53

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

func (ModifyTaskOutput) GoString added in v1.1.53

func (s ModifyTaskOutput) GoString() string

GoString returns the string representation

func (ModifyTaskOutput) String added in v1.1.53

func (s ModifyTaskOutput) String() string

String returns the string representation

type NodeForDescribeBackupsOutput

type NodeForDescribeBackupsOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

func (NodeForDescribeBackupsOutput) GoString

func (s NodeForDescribeBackupsOutput) GoString() string

GoString returns the string representation

func (*NodeForDescribeBackupsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*NodeForDescribeBackupsOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NodeForDescribeBackupsOutput) SetMemory

SetMemory sets the Memory field's value.

func (*NodeForDescribeBackupsOutput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeForDescribeBackupsOutput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeForDescribeBackupsOutput) SetNodeStatus

SetNodeStatus sets the NodeStatus field's value.

func (*NodeForDescribeBackupsOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeForDescribeBackupsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*NodeForDescribeBackupsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*NodeForDescribeBackupsOutput) SetVCPU

SetVCPU sets the VCPU field's value.

func (*NodeForDescribeBackupsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeForDescribeBackupsOutput) String

String returns the string representation

type NodeForDescribeDBInstanceDetailOutput

type NodeForDescribeDBInstanceDetailOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

func (NodeForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*NodeForDescribeDBInstanceDetailOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetMemory

SetMemory sets the Memory field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeStatus

SetNodeStatus sets the NodeStatus field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetVCPU

SetVCPU sets the VCPU field's value.

func (*NodeForDescribeDBInstanceDetailOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeForDescribeDBInstanceDetailOutput) String

String returns the string representation

type NodeForDescribeDetachedBackupsOutput

type NodeForDescribeDetachedBackupsOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

func (NodeForDescribeDetachedBackupsOutput) GoString

GoString returns the string representation

func (*NodeForDescribeDetachedBackupsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*NodeForDescribeDetachedBackupsOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NodeForDescribeDetachedBackupsOutput) SetMemory

SetMemory sets the Memory field's value.

func (*NodeForDescribeDetachedBackupsOutput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeForDescribeDetachedBackupsOutput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeForDescribeDetachedBackupsOutput) SetNodeStatus

SetNodeStatus sets the NodeStatus field's value.

func (*NodeForDescribeDetachedBackupsOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeForDescribeDetachedBackupsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*NodeForDescribeDetachedBackupsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*NodeForDescribeDetachedBackupsOutput) SetVCPU

SetVCPU sets the VCPU field's value.

func (*NodeForDescribeDetachedBackupsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeForDescribeDetachedBackupsOutput) String

String returns the string representation

type NodeInfoForCreateDBInstanceInput

type NodeInfoForCreateDBInstanceInput struct {
	NodeId *string `type:"string" json:",omitempty"`

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

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeInfoForCreateDBInstanceInput) GoString

GoString returns the string representation

func (*NodeInfoForCreateDBInstanceInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForCreateDBInstanceInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForCreateDBInstanceInput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForCreateDBInstanceInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoForCreateDBInstanceInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForCreateDBInstanceInput) String

String returns the string representation

type NodeInfoForDescribeDBInstancePriceDetailInput

type NodeInfoForDescribeDBInstancePriceDetailInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeInfoForDescribeDBInstancePriceDetailInput) GoString

GoString returns the string representation

func (*NodeInfoForDescribeDBInstancePriceDetailInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForDescribeDBInstancePriceDetailInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForDescribeDBInstancePriceDetailInput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForDescribeDBInstancePriceDetailInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoForDescribeDBInstancePriceDetailInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForDescribeDBInstancePriceDetailInput) String

String returns the string representation

type NodeInfoForDescribeDBInstancePriceDifferenceInput

type NodeInfoForDescribeDBInstancePriceDifferenceInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeInfoForDescribeDBInstancePriceDifferenceInput) GoString

GoString returns the string representation

func (*NodeInfoForDescribeDBInstancePriceDifferenceInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForDescribeDBInstancePriceDifferenceInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForDescribeDBInstancePriceDifferenceInput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForDescribeDBInstancePriceDifferenceInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoForDescribeDBInstancePriceDifferenceInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForDescribeDBInstancePriceDifferenceInput) String

String returns the string representation

type NodeInfoForModifyDBInstanceAvailabilityZoneInput

type NodeInfoForModifyDBInstanceAvailabilityZoneInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeInfoForModifyDBInstanceAvailabilityZoneInput) GoString

GoString returns the string representation

func (*NodeInfoForModifyDBInstanceAvailabilityZoneInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForModifyDBInstanceAvailabilityZoneInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForModifyDBInstanceAvailabilityZoneInput) String

String returns the string representation

type NodeInfoForModifyDBInstanceSpecInput

type NodeInfoForModifyDBInstanceSpecInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeInfoForModifyDBInstanceSpecInput) GoString

GoString returns the string representation

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoForModifyDBInstanceSpecInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForModifyDBInstanceSpecInput) String

String returns the string representation

type NodeInfoForRestoreToNewInstanceInput

type NodeInfoForRestoreToNewInstanceInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeOperateType *string `type:"string" json:",omitempty"`

	NodeSpec *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeInfoForRestoreToNewInstanceInput) GoString

GoString returns the string representation

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeOperateType

SetNodeOperateType sets the NodeOperateType field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeSpec

SetNodeSpec sets the NodeSpec field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoForRestoreToNewInstanceInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (NodeInfoForRestoreToNewInstanceInput) String

String returns the string representation

type NoneKernelParameterForDescribeDBInstanceParametersOutput added in v1.1.53

type NoneKernelParameterForDescribeDBInstanceParametersOutput struct {
	CheckingCode *string `type:"string" json:",omitempty"`

	DefaultValue *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DescriptionZH *string `type:"string" json:",omitempty"`

	ForceRestart *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NoneKernelParameterForDescribeDBInstanceParametersOutput) GoString added in v1.1.53

GoString returns the string representation

func (*NoneKernelParameterForDescribeDBInstanceParametersOutput) SetCheckingCode added in v1.1.53

SetCheckingCode sets the CheckingCode field's value.

func (*NoneKernelParameterForDescribeDBInstanceParametersOutput) SetDefaultValue added in v1.1.53

SetDefaultValue sets the DefaultValue field's value.

func (*NoneKernelParameterForDescribeDBInstanceParametersOutput) SetDescription added in v1.1.53

SetDescription sets the Description field's value.

func (*NoneKernelParameterForDescribeDBInstanceParametersOutput) SetDescriptionZH added in v1.1.53

SetDescriptionZH sets the DescriptionZH field's value.

func (*NoneKernelParameterForDescribeDBInstanceParametersOutput) SetForceRestart added in v1.1.53

SetForceRestart sets the ForceRestart field's value.

func (*NoneKernelParameterForDescribeDBInstanceParametersOutput) SetName added in v1.1.53

SetName sets the Name field's value.

func (*NoneKernelParameterForDescribeDBInstanceParametersOutput) SetType added in v1.1.53

SetType sets the Type field's value.

func (*NoneKernelParameterForDescribeDBInstanceParametersOutput) SetValue added in v1.1.53

SetValue sets the Value field's value.

func (NoneKernelParameterForDescribeDBInstanceParametersOutput) String added in v1.1.53

String returns the string representation

type ParameterChangeLogForDescribeDBInstanceParametersLogOutput

type ParameterChangeLogForDescribeDBInstanceParametersLogOutput struct {
	ModifyTime *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NewValue *string `type:"string" json:",omitempty"`

	OldValue *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterChangeLogForDescribeDBInstanceParametersLogOutput) GoString

GoString returns the string representation

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetModifyTime

SetModifyTime sets the ModifyTime field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetName

SetName sets the Name field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetNewValue

SetNewValue sets the NewValue field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetOldValue

SetOldValue sets the OldValue field's value.

func (*ParameterChangeLogForDescribeDBInstanceParametersLogOutput) SetStatus

SetStatus sets the Status field's value.

func (ParameterChangeLogForDescribeDBInstanceParametersLogOutput) String

String returns the string representation

type ParameterForDescribeApplyParameterTemplateOutput added in v1.1.53

type ParameterForDescribeApplyParameterTemplateOutput struct {
	Name *string `type:"string" json:",omitempty"`

	NewValue *string `type:"string" json:",omitempty"`

	OldValue *string `type:"string" json:",omitempty"`

	Restart *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterForDescribeApplyParameterTemplateOutput) GoString added in v1.1.53

GoString returns the string representation

func (*ParameterForDescribeApplyParameterTemplateOutput) SetName added in v1.1.53

SetName sets the Name field's value.

func (*ParameterForDescribeApplyParameterTemplateOutput) SetNewValue added in v1.1.53

SetNewValue sets the NewValue field's value.

func (*ParameterForDescribeApplyParameterTemplateOutput) SetOldValue added in v1.1.53

SetOldValue sets the OldValue field's value.

func (*ParameterForDescribeApplyParameterTemplateOutput) SetRestart added in v1.1.53

SetRestart sets the Restart field's value.

func (ParameterForDescribeApplyParameterTemplateOutput) String added in v1.1.53

String returns the string representation

type ParameterForDescribeDBEngineVersionParametersOutput added in v1.1.53

type ParameterForDescribeDBEngineVersionParametersOutput struct {
	CheckingCode *string `type:"string" json:",omitempty"`

	DefaultValue *string `type:"string" json:",omitempty"`

	ForceRestart *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterForDescribeDBEngineVersionParametersOutput) GoString added in v1.1.53

GoString returns the string representation

func (*ParameterForDescribeDBEngineVersionParametersOutput) SetCheckingCode added in v1.1.53

SetCheckingCode sets the CheckingCode field's value.

func (*ParameterForDescribeDBEngineVersionParametersOutput) SetDefaultValue added in v1.1.53

SetDefaultValue sets the DefaultValue field's value.

func (*ParameterForDescribeDBEngineVersionParametersOutput) SetForceRestart added in v1.1.53

SetForceRestart sets the ForceRestart field's value.

func (*ParameterForDescribeDBEngineVersionParametersOutput) SetName added in v1.1.53

SetName sets the Name field's value.

func (*ParameterForDescribeDBEngineVersionParametersOutput) SetType added in v1.1.53

SetType sets the Type field's value.

func (ParameterForDescribeDBEngineVersionParametersOutput) String added in v1.1.53

String returns the string representation

type ParameterForDescribeDBInstanceParametersOutput

type ParameterForDescribeDBInstanceParametersOutput struct {
	CheckingCode *string `type:"string" json:",omitempty"`

	DefaultValue *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DescriptionZH *string `type:"string" json:",omitempty"`

	ForceRestart *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterForDescribeDBInstanceParametersOutput) GoString

GoString returns the string representation

func (*ParameterForDescribeDBInstanceParametersOutput) SetCheckingCode

SetCheckingCode sets the CheckingCode field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetDefaultValue

SetDefaultValue sets the DefaultValue field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetDescription

SetDescription sets the Description field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetDescriptionZH added in v1.0.187

SetDescriptionZH sets the DescriptionZH field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetForceRestart

SetForceRestart sets the ForceRestart field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetName

SetName sets the Name field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetType

SetType sets the Type field's value.

func (*ParameterForDescribeDBInstanceParametersOutput) SetValue

SetValue sets the Value field's value.

func (ParameterForDescribeDBInstanceParametersOutput) String

String returns the string representation

type ParameterForDescribeDBInstanceProxyParametersOutput added in v1.1.53

type ParameterForDescribeDBInstanceProxyParametersOutput struct {
	CheckingCode *string `type:"string" json:",omitempty"`

	DefaultValue *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DescriptionZH *string `type:"string" json:",omitempty"`

	ForceRestart *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterForDescribeDBInstanceProxyParametersOutput) GoString added in v1.1.53

GoString returns the string representation

func (*ParameterForDescribeDBInstanceProxyParametersOutput) SetCheckingCode added in v1.1.53

SetCheckingCode sets the CheckingCode field's value.

func (*ParameterForDescribeDBInstanceProxyParametersOutput) SetDefaultValue added in v1.1.53

SetDefaultValue sets the DefaultValue field's value.

func (*ParameterForDescribeDBInstanceProxyParametersOutput) SetDescription added in v1.1.53

SetDescription sets the Description field's value.

func (*ParameterForDescribeDBInstanceProxyParametersOutput) SetDescriptionZH added in v1.1.53

SetDescriptionZH sets the DescriptionZH field's value.

func (*ParameterForDescribeDBInstanceProxyParametersOutput) SetForceRestart added in v1.1.53

SetForceRestart sets the ForceRestart field's value.

func (*ParameterForDescribeDBInstanceProxyParametersOutput) SetName added in v1.1.53

SetName sets the Name field's value.

func (*ParameterForDescribeDBInstanceProxyParametersOutput) SetType added in v1.1.53

SetType sets the Type field's value.

func (*ParameterForDescribeDBInstanceProxyParametersOutput) SetValue added in v1.1.53

SetValue sets the Value field's value.

func (ParameterForDescribeDBInstanceProxyParametersOutput) String added in v1.1.53

String returns the string representation

type ParameterForModifyDBInstanceParametersInput

type ParameterForModifyDBInstanceParametersInput struct {
	CheckingCode *string `type:"string" json:",omitempty"`

	DefaultValue *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DescriptionZH *string `type:"string" json:",omitempty"`

	ForceRestart *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterForModifyDBInstanceParametersInput) GoString

GoString returns the string representation

func (*ParameterForModifyDBInstanceParametersInput) SetCheckingCode

SetCheckingCode sets the CheckingCode field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetDefaultValue

SetDefaultValue sets the DefaultValue field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetDescription

SetDescription sets the Description field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetDescriptionZH added in v1.0.187

SetDescriptionZH sets the DescriptionZH field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetForceRestart

SetForceRestart sets the ForceRestart field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetName

SetName sets the Name field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetType

SetType sets the Type field's value.

func (*ParameterForModifyDBInstanceParametersInput) SetValue

SetValue sets the Value field's value.

func (ParameterForModifyDBInstanceParametersInput) String

String returns the string representation

type PlannedEventForDescribePlannedEventsOutput added in v1.1.53

type PlannedEventForDescribePlannedEventsOutput struct {
	BusinessImpact *string `type:"string" json:",omitempty"`

	EventID *string `type:"string" json:",omitempty"`

	EventType *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	MaxDelayTime *string `type:"string" json:",omitempty"`

	PlannedBeginTime *string `type:"string" json:",omitempty"`

	PlannedEventReason *string `type:"string" json:",omitempty"`

	PlannedSwitchBeginTime *string `type:"string" json:",omitempty"`

	PlannedSwitchEndTime *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PlannedEventForDescribePlannedEventsOutput) GoString added in v1.1.53

GoString returns the string representation

func (*PlannedEventForDescribePlannedEventsOutput) SetBusinessImpact added in v1.1.53

SetBusinessImpact sets the BusinessImpact field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetEventID added in v1.1.53

SetEventID sets the EventID field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetEventType added in v1.1.53

SetEventType sets the EventType field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetInstanceName added in v1.1.53

SetInstanceName sets the InstanceName field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetMaxDelayTime added in v1.1.53

SetMaxDelayTime sets the MaxDelayTime field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetPlannedBeginTime added in v1.1.53

SetPlannedBeginTime sets the PlannedBeginTime field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetPlannedEventReason added in v1.1.53

SetPlannedEventReason sets the PlannedEventReason field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetPlannedSwitchBeginTime added in v1.1.53

SetPlannedSwitchBeginTime sets the PlannedSwitchBeginTime field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetPlannedSwitchEndTime added in v1.1.53

SetPlannedSwitchEndTime sets the PlannedSwitchEndTime field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetRegion added in v1.1.53

SetRegion sets the Region field's value.

func (*PlannedEventForDescribePlannedEventsOutput) SetStatus added in v1.1.53

SetStatus sets the Status field's value.

func (PlannedEventForDescribePlannedEventsOutput) String added in v1.1.53

String returns the string representation

type RDSPOSTGRESQL

type RDSPOSTGRESQL struct {
	*client.Client
}

RDSPOSTGRESQL provides the API operation methods for making requests to RDS_POSTGRESQL. See this package's package overview docs for details on the service.

RDSPOSTGRESQL methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

New create int can support ssl or region locate set

func (*RDSPOSTGRESQL) AddTagsToResource

func (c *RDSPOSTGRESQL) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)

AddTagsToResource API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation AddTagsToResource for usage and error information.

func (*RDSPOSTGRESQL) AddTagsToResourceCommon

func (c *RDSPOSTGRESQL) AddTagsToResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AddTagsToResourceCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation AddTagsToResourceCommon for usage and error information.

func (*RDSPOSTGRESQL) AddTagsToResourceCommonRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) AddTagsToResourceCommonWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) AddTagsToResourceRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) AddTagsToResourceWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) AssociateAllowList

func (c *RDSPOSTGRESQL) AssociateAllowList(input *AssociateAllowListInput) (*AssociateAllowListOutput, error)

AssociateAllowList API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation AssociateAllowList for usage and error information.

func (*RDSPOSTGRESQL) AssociateAllowListCommon

func (c *RDSPOSTGRESQL) AssociateAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AssociateAllowListCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation AssociateAllowListCommon for usage and error information.

func (*RDSPOSTGRESQL) AssociateAllowListCommonRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) AssociateAllowListCommonWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) AssociateAllowListRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) AssociateAllowListWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) CloneDatabase added in v1.1.53

func (c *RDSPOSTGRESQL) CloneDatabase(input *CloneDatabaseInput) (*CloneDatabaseOutput, error)

CloneDatabase API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CloneDatabase for usage and error information.

func (*RDSPOSTGRESQL) CloneDatabaseCommon added in v1.1.53

func (c *RDSPOSTGRESQL) CloneDatabaseCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CloneDatabaseCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CloneDatabaseCommon for usage and error information.

func (*RDSPOSTGRESQL) CloneDatabaseCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) CloneDatabaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CloneDatabaseCommonRequest generates a "volcengine/request.Request" representing the client's request for the CloneDatabaseCommon operation. The "output" return value will be populated with the CloneDatabaseCommon request's response once the request completes successfully.

Use "Send" method on the returned CloneDatabaseCommon Request to send the API call to the service. the "output" return value is not valid until after CloneDatabaseCommon Send returns without error.

See CloneDatabaseCommon for more information on using the CloneDatabaseCommon API call, and error handling.

// Example sending a request using the CloneDatabaseCommonRequest method.
req, resp := client.CloneDatabaseCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CloneDatabaseCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) CloneDatabaseCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CloneDatabaseCommonWithContext is the same as CloneDatabaseCommon with the addition of the ability to pass a context and additional request options.

See CloneDatabaseCommon 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 (*RDSPOSTGRESQL) CloneDatabaseRequest added in v1.1.53

func (c *RDSPOSTGRESQL) CloneDatabaseRequest(input *CloneDatabaseInput) (req *request.Request, output *CloneDatabaseOutput)

CloneDatabaseRequest generates a "volcengine/request.Request" representing the client's request for the CloneDatabase operation. The "output" return value will be populated with the CloneDatabaseCommon request's response once the request completes successfully.

Use "Send" method on the returned CloneDatabaseCommon Request to send the API call to the service. the "output" return value is not valid until after CloneDatabaseCommon Send returns without error.

See CloneDatabase for more information on using the CloneDatabase API call, and error handling.

// Example sending a request using the CloneDatabaseRequest method.
req, resp := client.CloneDatabaseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CloneDatabaseWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) CloneDatabaseWithContext(ctx volcengine.Context, input *CloneDatabaseInput, opts ...request.Option) (*CloneDatabaseOutput, error)

CloneDatabaseWithContext is the same as CloneDatabase with the addition of the ability to pass a context and additional request options.

See CloneDatabase 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 (*RDSPOSTGRESQL) CloneParameterTemplate added in v1.1.53

func (c *RDSPOSTGRESQL) CloneParameterTemplate(input *CloneParameterTemplateInput) (*CloneParameterTemplateOutput, error)

CloneParameterTemplate API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CloneParameterTemplate for usage and error information.

func (*RDSPOSTGRESQL) CloneParameterTemplateCommon added in v1.1.53

func (c *RDSPOSTGRESQL) CloneParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CloneParameterTemplateCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CloneParameterTemplateCommon for usage and error information.

func (*RDSPOSTGRESQL) CloneParameterTemplateCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) CloneParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CloneParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the CloneParameterTemplateCommon operation. The "output" return value will be populated with the CloneParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned CloneParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after CloneParameterTemplateCommon Send returns without error.

See CloneParameterTemplateCommon for more information on using the CloneParameterTemplateCommon API call, and error handling.

// Example sending a request using the CloneParameterTemplateCommonRequest method.
req, resp := client.CloneParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CloneParameterTemplateCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) CloneParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CloneParameterTemplateCommonWithContext is the same as CloneParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See CloneParameterTemplateCommon 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 (*RDSPOSTGRESQL) CloneParameterTemplateRequest added in v1.1.53

func (c *RDSPOSTGRESQL) CloneParameterTemplateRequest(input *CloneParameterTemplateInput) (req *request.Request, output *CloneParameterTemplateOutput)

CloneParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the CloneParameterTemplate operation. The "output" return value will be populated with the CloneParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned CloneParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after CloneParameterTemplateCommon Send returns without error.

See CloneParameterTemplate for more information on using the CloneParameterTemplate API call, and error handling.

// Example sending a request using the CloneParameterTemplateRequest method.
req, resp := client.CloneParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CloneParameterTemplateWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) CloneParameterTemplateWithContext(ctx volcengine.Context, input *CloneParameterTemplateInput, opts ...request.Option) (*CloneParameterTemplateOutput, error)

CloneParameterTemplateWithContext is the same as CloneParameterTemplate with the addition of the ability to pass a context and additional request options.

See CloneParameterTemplate 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 (*RDSPOSTGRESQL) CreateAllowList

func (c *RDSPOSTGRESQL) CreateAllowList(input *CreateAllowListInput) (*CreateAllowListOutput, error)

CreateAllowList API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateAllowList for usage and error information.

func (*RDSPOSTGRESQL) CreateAllowListCommon

func (c *RDSPOSTGRESQL) CreateAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateAllowListCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateAllowListCommon for usage and error information.

func (*RDSPOSTGRESQL) CreateAllowListCommonRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) CreateAllowListCommonWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) CreateAllowListRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) CreateAllowListWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) CreateBackup

func (c *RDSPOSTGRESQL) CreateBackup(input *CreateBackupInput) (*CreateBackupOutput, error)

CreateBackup API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateBackup for usage and error information.

func (*RDSPOSTGRESQL) CreateBackupCommon

func (c *RDSPOSTGRESQL) CreateBackupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateBackupCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateBackupCommon for usage and error information.

func (*RDSPOSTGRESQL) CreateBackupCommonRequest

func (c *RDSPOSTGRESQL) CreateBackupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateBackupCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateBackupCommon operation. The "output" return value will be populated with the CreateBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateBackupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBackupCommon Send returns without error.

See CreateBackupCommon for more information on using the CreateBackupCommon API call, and error handling.

// Example sending a request using the CreateBackupCommonRequest method.
req, resp := client.CreateBackupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateBackupCommonWithContext

func (c *RDSPOSTGRESQL) CreateBackupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateBackupCommonWithContext is the same as CreateBackupCommon with the addition of the ability to pass a context and additional request options.

See CreateBackupCommon 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 (*RDSPOSTGRESQL) CreateBackupRequest

func (c *RDSPOSTGRESQL) CreateBackupRequest(input *CreateBackupInput) (req *request.Request, output *CreateBackupOutput)

CreateBackupRequest generates a "volcengine/request.Request" representing the client's request for the CreateBackup operation. The "output" return value will be populated with the CreateBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateBackupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBackupCommon Send returns without error.

See CreateBackup for more information on using the CreateBackup API call, and error handling.

// Example sending a request using the CreateBackupRequest method.
req, resp := client.CreateBackupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateBackupWithContext

func (c *RDSPOSTGRESQL) CreateBackupWithContext(ctx volcengine.Context, input *CreateBackupInput, opts ...request.Option) (*CreateBackupOutput, error)

CreateBackupWithContext is the same as CreateBackup with the addition of the ability to pass a context and additional request options.

See CreateBackup 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 (*RDSPOSTGRESQL) CreateDBAccount

func (c *RDSPOSTGRESQL) CreateDBAccount(input *CreateDBAccountInput) (*CreateDBAccountOutput, error)

CreateDBAccount API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateDBAccount for usage and error information.

func (*RDSPOSTGRESQL) CreateDBAccountCommon

func (c *RDSPOSTGRESQL) CreateDBAccountCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDBAccountCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateDBAccountCommon for usage and error information.

func (*RDSPOSTGRESQL) CreateDBAccountCommonRequest

func (c *RDSPOSTGRESQL) CreateDBAccountCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDBAccountCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBAccountCommon operation. The "output" return value will be populated with the CreateDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBAccountCommon Send returns without error.

See CreateDBAccountCommon for more information on using the CreateDBAccountCommon API call, and error handling.

// Example sending a request using the CreateDBAccountCommonRequest method.
req, resp := client.CreateDBAccountCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateDBAccountCommonWithContext

func (c *RDSPOSTGRESQL) CreateDBAccountCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDBAccountCommonWithContext is the same as CreateDBAccountCommon with the addition of the ability to pass a context and additional request options.

See CreateDBAccountCommon 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 (*RDSPOSTGRESQL) CreateDBAccountRequest

func (c *RDSPOSTGRESQL) CreateDBAccountRequest(input *CreateDBAccountInput) (req *request.Request, output *CreateDBAccountOutput)

CreateDBAccountRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBAccount operation. The "output" return value will be populated with the CreateDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBAccountCommon Send returns without error.

See CreateDBAccount for more information on using the CreateDBAccount API call, and error handling.

// Example sending a request using the CreateDBAccountRequest method.
req, resp := client.CreateDBAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateDBAccountWithContext

func (c *RDSPOSTGRESQL) CreateDBAccountWithContext(ctx volcengine.Context, input *CreateDBAccountInput, opts ...request.Option) (*CreateDBAccountOutput, error)

CreateDBAccountWithContext is the same as CreateDBAccount with the addition of the ability to pass a context and additional request options.

See CreateDBAccount 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 (*RDSPOSTGRESQL) CreateDBEndpoint

func (c *RDSPOSTGRESQL) CreateDBEndpoint(input *CreateDBEndpointInput) (*CreateDBEndpointOutput, error)

CreateDBEndpoint API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateDBEndpoint for usage and error information.

func (*RDSPOSTGRESQL) CreateDBEndpointCommon

func (c *RDSPOSTGRESQL) CreateDBEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDBEndpointCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateDBEndpointCommon for usage and error information.

func (*RDSPOSTGRESQL) CreateDBEndpointCommonRequest

func (c *RDSPOSTGRESQL) CreateDBEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDBEndpointCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBEndpointCommon operation. The "output" return value will be populated with the CreateDBEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBEndpointCommon Send returns without error.

See CreateDBEndpointCommon for more information on using the CreateDBEndpointCommon API call, and error handling.

// Example sending a request using the CreateDBEndpointCommonRequest method.
req, resp := client.CreateDBEndpointCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateDBEndpointCommonWithContext

func (c *RDSPOSTGRESQL) CreateDBEndpointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDBEndpointCommonWithContext is the same as CreateDBEndpointCommon with the addition of the ability to pass a context and additional request options.

See CreateDBEndpointCommon 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 (*RDSPOSTGRESQL) CreateDBEndpointPublicAddress

CreateDBEndpointPublicAddress API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateDBEndpointPublicAddress for usage and error information.

func (*RDSPOSTGRESQL) CreateDBEndpointPublicAddressCommon

func (c *RDSPOSTGRESQL) CreateDBEndpointPublicAddressCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDBEndpointPublicAddressCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateDBEndpointPublicAddressCommon for usage and error information.

func (*RDSPOSTGRESQL) CreateDBEndpointPublicAddressCommonRequest

func (c *RDSPOSTGRESQL) CreateDBEndpointPublicAddressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDBEndpointPublicAddressCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBEndpointPublicAddressCommon operation. The "output" return value will be populated with the CreateDBEndpointPublicAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBEndpointPublicAddressCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBEndpointPublicAddressCommon Send returns without error.

See CreateDBEndpointPublicAddressCommon for more information on using the CreateDBEndpointPublicAddressCommon API call, and error handling.

// Example sending a request using the CreateDBEndpointPublicAddressCommonRequest method.
req, resp := client.CreateDBEndpointPublicAddressCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateDBEndpointPublicAddressCommonWithContext

func (c *RDSPOSTGRESQL) CreateDBEndpointPublicAddressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDBEndpointPublicAddressCommonWithContext is the same as CreateDBEndpointPublicAddressCommon with the addition of the ability to pass a context and additional request options.

See CreateDBEndpointPublicAddressCommon 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 (*RDSPOSTGRESQL) CreateDBEndpointPublicAddressRequest

func (c *RDSPOSTGRESQL) CreateDBEndpointPublicAddressRequest(input *CreateDBEndpointPublicAddressInput) (req *request.Request, output *CreateDBEndpointPublicAddressOutput)

CreateDBEndpointPublicAddressRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBEndpointPublicAddress operation. The "output" return value will be populated with the CreateDBEndpointPublicAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBEndpointPublicAddressCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBEndpointPublicAddressCommon Send returns without error.

See CreateDBEndpointPublicAddress for more information on using the CreateDBEndpointPublicAddress API call, and error handling.

// Example sending a request using the CreateDBEndpointPublicAddressRequest method.
req, resp := client.CreateDBEndpointPublicAddressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateDBEndpointPublicAddressWithContext

func (c *RDSPOSTGRESQL) CreateDBEndpointPublicAddressWithContext(ctx volcengine.Context, input *CreateDBEndpointPublicAddressInput, opts ...request.Option) (*CreateDBEndpointPublicAddressOutput, error)

CreateDBEndpointPublicAddressWithContext is the same as CreateDBEndpointPublicAddress with the addition of the ability to pass a context and additional request options.

See CreateDBEndpointPublicAddress 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 (*RDSPOSTGRESQL) CreateDBEndpointRequest

func (c *RDSPOSTGRESQL) CreateDBEndpointRequest(input *CreateDBEndpointInput) (req *request.Request, output *CreateDBEndpointOutput)

CreateDBEndpointRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBEndpoint operation. The "output" return value will be populated with the CreateDBEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBEndpointCommon Send returns without error.

See CreateDBEndpoint for more information on using the CreateDBEndpoint API call, and error handling.

// Example sending a request using the CreateDBEndpointRequest method.
req, resp := client.CreateDBEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateDBEndpointWithContext

func (c *RDSPOSTGRESQL) CreateDBEndpointWithContext(ctx volcengine.Context, input *CreateDBEndpointInput, opts ...request.Option) (*CreateDBEndpointOutput, error)

CreateDBEndpointWithContext is the same as CreateDBEndpoint with the addition of the ability to pass a context and additional request options.

See CreateDBEndpoint 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 (*RDSPOSTGRESQL) CreateDBInstance

func (c *RDSPOSTGRESQL) CreateDBInstance(input *CreateDBInstanceInput) (*CreateDBInstanceOutput, error)

CreateDBInstance API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateDBInstance for usage and error information.

func (*RDSPOSTGRESQL) CreateDBInstanceCommon

func (c *RDSPOSTGRESQL) CreateDBInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDBInstanceCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateDBInstanceCommon for usage and error information.

func (*RDSPOSTGRESQL) CreateDBInstanceCommonRequest

func (c *RDSPOSTGRESQL) CreateDBInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDBInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBInstanceCommon operation. The "output" return value will be populated with the CreateDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBInstanceCommon Send returns without error.

See CreateDBInstanceCommon for more information on using the CreateDBInstanceCommon API call, and error handling.

// Example sending a request using the CreateDBInstanceCommonRequest method.
req, resp := client.CreateDBInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateDBInstanceCommonWithContext

func (c *RDSPOSTGRESQL) CreateDBInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDBInstanceCommonWithContext is the same as CreateDBInstanceCommon with the addition of the ability to pass a context and additional request options.

See CreateDBInstanceCommon 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 (*RDSPOSTGRESQL) CreateDBInstanceRequest

func (c *RDSPOSTGRESQL) CreateDBInstanceRequest(input *CreateDBInstanceInput) (req *request.Request, output *CreateDBInstanceOutput)

CreateDBInstanceRequest generates a "volcengine/request.Request" representing the client's request for the CreateDBInstance operation. The "output" return value will be populated with the CreateDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDBInstanceCommon Send returns without error.

See CreateDBInstance for more information on using the CreateDBInstance API call, and error handling.

// Example sending a request using the CreateDBInstanceRequest method.
req, resp := client.CreateDBInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateDBInstanceWithContext

func (c *RDSPOSTGRESQL) CreateDBInstanceWithContext(ctx volcengine.Context, input *CreateDBInstanceInput, opts ...request.Option) (*CreateDBInstanceOutput, error)

CreateDBInstanceWithContext is the same as CreateDBInstance with the addition of the ability to pass a context and additional request options.

See CreateDBInstance 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 (*RDSPOSTGRESQL) CreateDatabase

func (c *RDSPOSTGRESQL) CreateDatabase(input *CreateDatabaseInput) (*CreateDatabaseOutput, error)

CreateDatabase API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateDatabase for usage and error information.

func (*RDSPOSTGRESQL) CreateDatabaseCommon

func (c *RDSPOSTGRESQL) CreateDatabaseCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDatabaseCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateDatabaseCommon for usage and error information.

func (*RDSPOSTGRESQL) CreateDatabaseCommonRequest

func (c *RDSPOSTGRESQL) CreateDatabaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDatabaseCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDatabaseCommon operation. The "output" return value will be populated with the CreateDatabaseCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDatabaseCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDatabaseCommon Send returns without error.

See CreateDatabaseCommon for more information on using the CreateDatabaseCommon API call, and error handling.

// Example sending a request using the CreateDatabaseCommonRequest method.
req, resp := client.CreateDatabaseCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateDatabaseCommonWithContext

func (c *RDSPOSTGRESQL) CreateDatabaseCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDatabaseCommonWithContext is the same as CreateDatabaseCommon with the addition of the ability to pass a context and additional request options.

See CreateDatabaseCommon 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 (*RDSPOSTGRESQL) CreateDatabaseRequest

func (c *RDSPOSTGRESQL) CreateDatabaseRequest(input *CreateDatabaseInput) (req *request.Request, output *CreateDatabaseOutput)

CreateDatabaseRequest generates a "volcengine/request.Request" representing the client's request for the CreateDatabase operation. The "output" return value will be populated with the CreateDatabaseCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDatabaseCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDatabaseCommon Send returns without error.

See CreateDatabase for more information on using the CreateDatabase API call, and error handling.

// Example sending a request using the CreateDatabaseRequest method.
req, resp := client.CreateDatabaseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateDatabaseWithContext

func (c *RDSPOSTGRESQL) CreateDatabaseWithContext(ctx volcengine.Context, input *CreateDatabaseInput, opts ...request.Option) (*CreateDatabaseOutput, error)

CreateDatabaseWithContext is the same as CreateDatabase with the addition of the ability to pass a context and additional request options.

See CreateDatabase 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 (*RDSPOSTGRESQL) CreateParameterTemplate added in v1.1.53

func (c *RDSPOSTGRESQL) CreateParameterTemplate(input *CreateParameterTemplateInput) (*CreateParameterTemplateOutput, error)

CreateParameterTemplate API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateParameterTemplate for usage and error information.

func (*RDSPOSTGRESQL) CreateParameterTemplateCommon added in v1.1.53

func (c *RDSPOSTGRESQL) CreateParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateParameterTemplateCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateParameterTemplateCommon for usage and error information.

func (*RDSPOSTGRESQL) CreateParameterTemplateCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) CreateParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateParameterTemplateCommon operation. The "output" return value will be populated with the CreateParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after CreateParameterTemplateCommon Send returns without error.

See CreateParameterTemplateCommon for more information on using the CreateParameterTemplateCommon API call, and error handling.

// Example sending a request using the CreateParameterTemplateCommonRequest method.
req, resp := client.CreateParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateParameterTemplateCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) CreateParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateParameterTemplateCommonWithContext is the same as CreateParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See CreateParameterTemplateCommon 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 (*RDSPOSTGRESQL) CreateParameterTemplateRequest added in v1.1.53

func (c *RDSPOSTGRESQL) CreateParameterTemplateRequest(input *CreateParameterTemplateInput) (req *request.Request, output *CreateParameterTemplateOutput)

CreateParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the CreateParameterTemplate operation. The "output" return value will be populated with the CreateParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after CreateParameterTemplateCommon Send returns without error.

See CreateParameterTemplate for more information on using the CreateParameterTemplate API call, and error handling.

// Example sending a request using the CreateParameterTemplateRequest method.
req, resp := client.CreateParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateParameterTemplateWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) CreateParameterTemplateWithContext(ctx volcengine.Context, input *CreateParameterTemplateInput, opts ...request.Option) (*CreateParameterTemplateOutput, error)

CreateParameterTemplateWithContext is the same as CreateParameterTemplate with the addition of the ability to pass a context and additional request options.

See CreateParameterTemplate 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 (*RDSPOSTGRESQL) CreateSchema

func (c *RDSPOSTGRESQL) CreateSchema(input *CreateSchemaInput) (*CreateSchemaOutput, error)

CreateSchema API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateSchema for usage and error information.

func (*RDSPOSTGRESQL) CreateSchemaCommon

func (c *RDSPOSTGRESQL) CreateSchemaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateSchemaCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation CreateSchemaCommon for usage and error information.

func (*RDSPOSTGRESQL) CreateSchemaCommonRequest

func (c *RDSPOSTGRESQL) CreateSchemaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateSchemaCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateSchemaCommon operation. The "output" return value will be populated with the CreateSchemaCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateSchemaCommon Request to send the API call to the service. the "output" return value is not valid until after CreateSchemaCommon Send returns without error.

See CreateSchemaCommon for more information on using the CreateSchemaCommon API call, and error handling.

// Example sending a request using the CreateSchemaCommonRequest method.
req, resp := client.CreateSchemaCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateSchemaCommonWithContext

func (c *RDSPOSTGRESQL) CreateSchemaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateSchemaCommonWithContext is the same as CreateSchemaCommon with the addition of the ability to pass a context and additional request options.

See CreateSchemaCommon 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 (*RDSPOSTGRESQL) CreateSchemaRequest

func (c *RDSPOSTGRESQL) CreateSchemaRequest(input *CreateSchemaInput) (req *request.Request, output *CreateSchemaOutput)

CreateSchemaRequest generates a "volcengine/request.Request" representing the client's request for the CreateSchema operation. The "output" return value will be populated with the CreateSchemaCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateSchemaCommon Request to send the API call to the service. the "output" return value is not valid until after CreateSchemaCommon Send returns without error.

See CreateSchema for more information on using the CreateSchema API call, and error handling.

// Example sending a request using the CreateSchemaRequest method.
req, resp := client.CreateSchemaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) CreateSchemaWithContext

func (c *RDSPOSTGRESQL) CreateSchemaWithContext(ctx volcengine.Context, input *CreateSchemaInput, opts ...request.Option) (*CreateSchemaOutput, error)

CreateSchemaWithContext is the same as CreateSchema with the addition of the ability to pass a context and additional request options.

See CreateSchema 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 (*RDSPOSTGRESQL) DeleteAllowList

func (c *RDSPOSTGRESQL) DeleteAllowList(input *DeleteAllowListInput) (*DeleteAllowListOutput, error)

DeleteAllowList API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteAllowList for usage and error information.

func (*RDSPOSTGRESQL) DeleteAllowListCommon

func (c *RDSPOSTGRESQL) DeleteAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteAllowListCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteAllowListCommon for usage and error information.

func (*RDSPOSTGRESQL) DeleteAllowListCommonRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DeleteAllowListCommonWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DeleteAllowListRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DeleteAllowListWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DeleteBackup added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteBackup(input *DeleteBackupInput) (*DeleteBackupOutput, error)

DeleteBackup API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteBackup for usage and error information.

func (*RDSPOSTGRESQL) DeleteBackupCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteBackupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteBackupCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteBackupCommon for usage and error information.

func (*RDSPOSTGRESQL) DeleteBackupCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteBackupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteBackupCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteBackupCommon operation. The "output" return value will be populated with the DeleteBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteBackupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteBackupCommon Send returns without error.

See DeleteBackupCommon for more information on using the DeleteBackupCommon API call, and error handling.

// Example sending a request using the DeleteBackupCommonRequest method.
req, resp := client.DeleteBackupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteBackupCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteBackupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteBackupCommonWithContext is the same as DeleteBackupCommon with the addition of the ability to pass a context and additional request options.

See DeleteBackupCommon 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 (*RDSPOSTGRESQL) DeleteBackupRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteBackupRequest(input *DeleteBackupInput) (req *request.Request, output *DeleteBackupOutput)

DeleteBackupRequest generates a "volcengine/request.Request" representing the client's request for the DeleteBackup operation. The "output" return value will be populated with the DeleteBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteBackupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteBackupCommon Send returns without error.

See DeleteBackup for more information on using the DeleteBackup API call, and error handling.

// Example sending a request using the DeleteBackupRequest method.
req, resp := client.DeleteBackupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteBackupWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteBackupWithContext(ctx volcengine.Context, input *DeleteBackupInput, opts ...request.Option) (*DeleteBackupOutput, error)

DeleteBackupWithContext is the same as DeleteBackup with the addition of the ability to pass a context and additional request options.

See DeleteBackup 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 (*RDSPOSTGRESQL) DeleteDBAccount

func (c *RDSPOSTGRESQL) DeleteDBAccount(input *DeleteDBAccountInput) (*DeleteDBAccountOutput, error)

DeleteDBAccount API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteDBAccount for usage and error information.

func (*RDSPOSTGRESQL) DeleteDBAccountCommon

func (c *RDSPOSTGRESQL) DeleteDBAccountCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDBAccountCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteDBAccountCommon for usage and error information.

func (*RDSPOSTGRESQL) DeleteDBAccountCommonRequest

func (c *RDSPOSTGRESQL) DeleteDBAccountCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDBAccountCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBAccountCommon operation. The "output" return value will be populated with the DeleteDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBAccountCommon Send returns without error.

See DeleteDBAccountCommon for more information on using the DeleteDBAccountCommon API call, and error handling.

// Example sending a request using the DeleteDBAccountCommonRequest method.
req, resp := client.DeleteDBAccountCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteDBAccountCommonWithContext

func (c *RDSPOSTGRESQL) DeleteDBAccountCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDBAccountCommonWithContext is the same as DeleteDBAccountCommon with the addition of the ability to pass a context and additional request options.

See DeleteDBAccountCommon 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 (*RDSPOSTGRESQL) DeleteDBAccountRequest

func (c *RDSPOSTGRESQL) DeleteDBAccountRequest(input *DeleteDBAccountInput) (req *request.Request, output *DeleteDBAccountOutput)

DeleteDBAccountRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBAccount operation. The "output" return value will be populated with the DeleteDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBAccountCommon Send returns without error.

See DeleteDBAccount for more information on using the DeleteDBAccount API call, and error handling.

// Example sending a request using the DeleteDBAccountRequest method.
req, resp := client.DeleteDBAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteDBAccountWithContext

func (c *RDSPOSTGRESQL) DeleteDBAccountWithContext(ctx volcengine.Context, input *DeleteDBAccountInput, opts ...request.Option) (*DeleteDBAccountOutput, error)

DeleteDBAccountWithContext is the same as DeleteDBAccount with the addition of the ability to pass a context and additional request options.

See DeleteDBAccount 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 (*RDSPOSTGRESQL) DeleteDBEndpoint

func (c *RDSPOSTGRESQL) DeleteDBEndpoint(input *DeleteDBEndpointInput) (*DeleteDBEndpointOutput, error)

DeleteDBEndpoint API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteDBEndpoint for usage and error information.

func (*RDSPOSTGRESQL) DeleteDBEndpointCommon

func (c *RDSPOSTGRESQL) DeleteDBEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDBEndpointCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteDBEndpointCommon for usage and error information.

func (*RDSPOSTGRESQL) DeleteDBEndpointCommonRequest

func (c *RDSPOSTGRESQL) DeleteDBEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDBEndpointCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBEndpointCommon operation. The "output" return value will be populated with the DeleteDBEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBEndpointCommon Send returns without error.

See DeleteDBEndpointCommon for more information on using the DeleteDBEndpointCommon API call, and error handling.

// Example sending a request using the DeleteDBEndpointCommonRequest method.
req, resp := client.DeleteDBEndpointCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteDBEndpointCommonWithContext

func (c *RDSPOSTGRESQL) DeleteDBEndpointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDBEndpointCommonWithContext is the same as DeleteDBEndpointCommon with the addition of the ability to pass a context and additional request options.

See DeleteDBEndpointCommon 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 (*RDSPOSTGRESQL) DeleteDBEndpointPublicAddress

DeleteDBEndpointPublicAddress API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteDBEndpointPublicAddress for usage and error information.

func (*RDSPOSTGRESQL) DeleteDBEndpointPublicAddressCommon

func (c *RDSPOSTGRESQL) DeleteDBEndpointPublicAddressCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDBEndpointPublicAddressCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteDBEndpointPublicAddressCommon for usage and error information.

func (*RDSPOSTGRESQL) DeleteDBEndpointPublicAddressCommonRequest

func (c *RDSPOSTGRESQL) DeleteDBEndpointPublicAddressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDBEndpointPublicAddressCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBEndpointPublicAddressCommon operation. The "output" return value will be populated with the DeleteDBEndpointPublicAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBEndpointPublicAddressCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBEndpointPublicAddressCommon Send returns without error.

See DeleteDBEndpointPublicAddressCommon for more information on using the DeleteDBEndpointPublicAddressCommon API call, and error handling.

// Example sending a request using the DeleteDBEndpointPublicAddressCommonRequest method.
req, resp := client.DeleteDBEndpointPublicAddressCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteDBEndpointPublicAddressCommonWithContext

func (c *RDSPOSTGRESQL) DeleteDBEndpointPublicAddressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDBEndpointPublicAddressCommonWithContext is the same as DeleteDBEndpointPublicAddressCommon with the addition of the ability to pass a context and additional request options.

See DeleteDBEndpointPublicAddressCommon 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 (*RDSPOSTGRESQL) DeleteDBEndpointPublicAddressRequest

func (c *RDSPOSTGRESQL) DeleteDBEndpointPublicAddressRequest(input *DeleteDBEndpointPublicAddressInput) (req *request.Request, output *DeleteDBEndpointPublicAddressOutput)

DeleteDBEndpointPublicAddressRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBEndpointPublicAddress operation. The "output" return value will be populated with the DeleteDBEndpointPublicAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBEndpointPublicAddressCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBEndpointPublicAddressCommon Send returns without error.

See DeleteDBEndpointPublicAddress for more information on using the DeleteDBEndpointPublicAddress API call, and error handling.

// Example sending a request using the DeleteDBEndpointPublicAddressRequest method.
req, resp := client.DeleteDBEndpointPublicAddressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteDBEndpointPublicAddressWithContext

func (c *RDSPOSTGRESQL) DeleteDBEndpointPublicAddressWithContext(ctx volcengine.Context, input *DeleteDBEndpointPublicAddressInput, opts ...request.Option) (*DeleteDBEndpointPublicAddressOutput, error)

DeleteDBEndpointPublicAddressWithContext is the same as DeleteDBEndpointPublicAddress with the addition of the ability to pass a context and additional request options.

See DeleteDBEndpointPublicAddress 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 (*RDSPOSTGRESQL) DeleteDBEndpointRequest

func (c *RDSPOSTGRESQL) DeleteDBEndpointRequest(input *DeleteDBEndpointInput) (req *request.Request, output *DeleteDBEndpointOutput)

DeleteDBEndpointRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBEndpoint operation. The "output" return value will be populated with the DeleteDBEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBEndpointCommon Send returns without error.

See DeleteDBEndpoint for more information on using the DeleteDBEndpoint API call, and error handling.

// Example sending a request using the DeleteDBEndpointRequest method.
req, resp := client.DeleteDBEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteDBEndpointWithContext

func (c *RDSPOSTGRESQL) DeleteDBEndpointWithContext(ctx volcengine.Context, input *DeleteDBEndpointInput, opts ...request.Option) (*DeleteDBEndpointOutput, error)

DeleteDBEndpointWithContext is the same as DeleteDBEndpoint with the addition of the ability to pass a context and additional request options.

See DeleteDBEndpoint 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 (*RDSPOSTGRESQL) DeleteDBInstance

func (c *RDSPOSTGRESQL) DeleteDBInstance(input *DeleteDBInstanceInput) (*DeleteDBInstanceOutput, error)

DeleteDBInstance API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteDBInstance for usage and error information.

func (*RDSPOSTGRESQL) DeleteDBInstanceCommon

func (c *RDSPOSTGRESQL) DeleteDBInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDBInstanceCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteDBInstanceCommon for usage and error information.

func (*RDSPOSTGRESQL) DeleteDBInstanceCommonRequest

func (c *RDSPOSTGRESQL) DeleteDBInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDBInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBInstanceCommon operation. The "output" return value will be populated with the DeleteDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBInstanceCommon Send returns without error.

See DeleteDBInstanceCommon for more information on using the DeleteDBInstanceCommon API call, and error handling.

// Example sending a request using the DeleteDBInstanceCommonRequest method.
req, resp := client.DeleteDBInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteDBInstanceCommonWithContext

func (c *RDSPOSTGRESQL) DeleteDBInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDBInstanceCommonWithContext is the same as DeleteDBInstanceCommon with the addition of the ability to pass a context and additional request options.

See DeleteDBInstanceCommon 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 (*RDSPOSTGRESQL) DeleteDBInstanceRequest

func (c *RDSPOSTGRESQL) DeleteDBInstanceRequest(input *DeleteDBInstanceInput) (req *request.Request, output *DeleteDBInstanceOutput)

DeleteDBInstanceRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDBInstance operation. The "output" return value will be populated with the DeleteDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDBInstanceCommon Send returns without error.

See DeleteDBInstance for more information on using the DeleteDBInstance API call, and error handling.

// Example sending a request using the DeleteDBInstanceRequest method.
req, resp := client.DeleteDBInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteDBInstanceWithContext

func (c *RDSPOSTGRESQL) DeleteDBInstanceWithContext(ctx volcengine.Context, input *DeleteDBInstanceInput, opts ...request.Option) (*DeleteDBInstanceOutput, error)

DeleteDBInstanceWithContext is the same as DeleteDBInstance with the addition of the ability to pass a context and additional request options.

See DeleteDBInstance 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 (*RDSPOSTGRESQL) DeleteDatabase

func (c *RDSPOSTGRESQL) DeleteDatabase(input *DeleteDatabaseInput) (*DeleteDatabaseOutput, error)

DeleteDatabase API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteDatabase for usage and error information.

func (*RDSPOSTGRESQL) DeleteDatabaseCommon

func (c *RDSPOSTGRESQL) DeleteDatabaseCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDatabaseCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteDatabaseCommon for usage and error information.

func (*RDSPOSTGRESQL) DeleteDatabaseCommonRequest

func (c *RDSPOSTGRESQL) DeleteDatabaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDatabaseCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDatabaseCommon operation. The "output" return value will be populated with the DeleteDatabaseCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDatabaseCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDatabaseCommon Send returns without error.

See DeleteDatabaseCommon for more information on using the DeleteDatabaseCommon API call, and error handling.

// Example sending a request using the DeleteDatabaseCommonRequest method.
req, resp := client.DeleteDatabaseCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteDatabaseCommonWithContext

func (c *RDSPOSTGRESQL) DeleteDatabaseCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDatabaseCommonWithContext is the same as DeleteDatabaseCommon with the addition of the ability to pass a context and additional request options.

See DeleteDatabaseCommon 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 (*RDSPOSTGRESQL) DeleteDatabaseRequest

func (c *RDSPOSTGRESQL) DeleteDatabaseRequest(input *DeleteDatabaseInput) (req *request.Request, output *DeleteDatabaseOutput)

DeleteDatabaseRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDatabase operation. The "output" return value will be populated with the DeleteDatabaseCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDatabaseCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDatabaseCommon Send returns without error.

See DeleteDatabase for more information on using the DeleteDatabase API call, and error handling.

// Example sending a request using the DeleteDatabaseRequest method.
req, resp := client.DeleteDatabaseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteDatabaseWithContext

func (c *RDSPOSTGRESQL) DeleteDatabaseWithContext(ctx volcengine.Context, input *DeleteDatabaseInput, opts ...request.Option) (*DeleteDatabaseOutput, error)

DeleteDatabaseWithContext is the same as DeleteDatabase with the addition of the ability to pass a context and additional request options.

See DeleteDatabase 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 (*RDSPOSTGRESQL) DeleteParameterTemplate added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteParameterTemplate(input *DeleteParameterTemplateInput) (*DeleteParameterTemplateOutput, error)

DeleteParameterTemplate API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteParameterTemplate for usage and error information.

func (*RDSPOSTGRESQL) DeleteParameterTemplateCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteParameterTemplateCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteParameterTemplateCommon for usage and error information.

func (*RDSPOSTGRESQL) DeleteParameterTemplateCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteParameterTemplateCommon operation. The "output" return value will be populated with the DeleteParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteParameterTemplateCommon Send returns without error.

See DeleteParameterTemplateCommon for more information on using the DeleteParameterTemplateCommon API call, and error handling.

// Example sending a request using the DeleteParameterTemplateCommonRequest method.
req, resp := client.DeleteParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteParameterTemplateCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteParameterTemplateCommonWithContext is the same as DeleteParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See DeleteParameterTemplateCommon 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 (*RDSPOSTGRESQL) DeleteParameterTemplateRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteParameterTemplateRequest(input *DeleteParameterTemplateInput) (req *request.Request, output *DeleteParameterTemplateOutput)

DeleteParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the DeleteParameterTemplate operation. The "output" return value will be populated with the DeleteParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteParameterTemplateCommon Send returns without error.

See DeleteParameterTemplate for more information on using the DeleteParameterTemplate API call, and error handling.

// Example sending a request using the DeleteParameterTemplateRequest method.
req, resp := client.DeleteParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteParameterTemplateWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DeleteParameterTemplateWithContext(ctx volcengine.Context, input *DeleteParameterTemplateInput, opts ...request.Option) (*DeleteParameterTemplateOutput, error)

DeleteParameterTemplateWithContext is the same as DeleteParameterTemplate with the addition of the ability to pass a context and additional request options.

See DeleteParameterTemplate 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 (*RDSPOSTGRESQL) DeleteSchema

func (c *RDSPOSTGRESQL) DeleteSchema(input *DeleteSchemaInput) (*DeleteSchemaOutput, error)

DeleteSchema API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteSchema for usage and error information.

func (*RDSPOSTGRESQL) DeleteSchemaCommon

func (c *RDSPOSTGRESQL) DeleteSchemaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteSchemaCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteSchemaCommon for usage and error information.

func (*RDSPOSTGRESQL) DeleteSchemaCommonRequest

func (c *RDSPOSTGRESQL) DeleteSchemaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteSchemaCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteSchemaCommon operation. The "output" return value will be populated with the DeleteSchemaCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteSchemaCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteSchemaCommon Send returns without error.

See DeleteSchemaCommon for more information on using the DeleteSchemaCommon API call, and error handling.

// Example sending a request using the DeleteSchemaCommonRequest method.
req, resp := client.DeleteSchemaCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteSchemaCommonWithContext

func (c *RDSPOSTGRESQL) DeleteSchemaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteSchemaCommonWithContext is the same as DeleteSchemaCommon with the addition of the ability to pass a context and additional request options.

See DeleteSchemaCommon 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 (*RDSPOSTGRESQL) DeleteSchemaRequest

func (c *RDSPOSTGRESQL) DeleteSchemaRequest(input *DeleteSchemaInput) (req *request.Request, output *DeleteSchemaOutput)

DeleteSchemaRequest generates a "volcengine/request.Request" representing the client's request for the DeleteSchema operation. The "output" return value will be populated with the DeleteSchemaCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteSchemaCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteSchemaCommon Send returns without error.

See DeleteSchema for more information on using the DeleteSchema API call, and error handling.

// Example sending a request using the DeleteSchemaRequest method.
req, resp := client.DeleteSchemaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteSchemaWithContext

func (c *RDSPOSTGRESQL) DeleteSchemaWithContext(ctx volcengine.Context, input *DeleteSchemaInput, opts ...request.Option) (*DeleteSchemaOutput, error)

DeleteSchemaWithContext is the same as DeleteSchema with the addition of the ability to pass a context and additional request options.

See DeleteSchema 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 (*RDSPOSTGRESQL) DeleteSlot added in v1.0.187

func (c *RDSPOSTGRESQL) DeleteSlot(input *DeleteSlotInput) (*DeleteSlotOutput, error)

DeleteSlot API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteSlot for usage and error information.

func (*RDSPOSTGRESQL) DeleteSlotCommon added in v1.0.187

func (c *RDSPOSTGRESQL) DeleteSlotCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteSlotCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DeleteSlotCommon for usage and error information.

func (*RDSPOSTGRESQL) DeleteSlotCommonRequest added in v1.0.187

func (c *RDSPOSTGRESQL) DeleteSlotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteSlotCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteSlotCommon operation. The "output" return value will be populated with the DeleteSlotCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteSlotCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteSlotCommon Send returns without error.

See DeleteSlotCommon for more information on using the DeleteSlotCommon API call, and error handling.

// Example sending a request using the DeleteSlotCommonRequest method.
req, resp := client.DeleteSlotCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteSlotCommonWithContext added in v1.0.187

func (c *RDSPOSTGRESQL) DeleteSlotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteSlotCommonWithContext is the same as DeleteSlotCommon with the addition of the ability to pass a context and additional request options.

See DeleteSlotCommon 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 (*RDSPOSTGRESQL) DeleteSlotRequest added in v1.0.187

func (c *RDSPOSTGRESQL) DeleteSlotRequest(input *DeleteSlotInput) (req *request.Request, output *DeleteSlotOutput)

DeleteSlotRequest generates a "volcengine/request.Request" representing the client's request for the DeleteSlot operation. The "output" return value will be populated with the DeleteSlotCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteSlotCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteSlotCommon Send returns without error.

See DeleteSlot for more information on using the DeleteSlot API call, and error handling.

// Example sending a request using the DeleteSlotRequest method.
req, resp := client.DeleteSlotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DeleteSlotWithContext added in v1.0.187

func (c *RDSPOSTGRESQL) DeleteSlotWithContext(ctx volcengine.Context, input *DeleteSlotInput, opts ...request.Option) (*DeleteSlotOutput, error)

DeleteSlotWithContext is the same as DeleteSlot with the addition of the ability to pass a context and additional request options.

See DeleteSlot 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 (*RDSPOSTGRESQL) DescribeAllowListDetail

func (c *RDSPOSTGRESQL) DescribeAllowListDetail(input *DescribeAllowListDetailInput) (*DescribeAllowListDetailOutput, error)

DescribeAllowListDetail API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeAllowListDetail for usage and error information.

func (*RDSPOSTGRESQL) DescribeAllowListDetailCommon

func (c *RDSPOSTGRESQL) DescribeAllowListDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAllowListDetailCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeAllowListDetailCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeAllowListDetailCommonRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeAllowListDetailCommonWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeAllowListDetailRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeAllowListDetailWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeAllowLists

func (c *RDSPOSTGRESQL) DescribeAllowLists(input *DescribeAllowListsInput) (*DescribeAllowListsOutput, error)

DescribeAllowLists API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeAllowLists for usage and error information.

func (*RDSPOSTGRESQL) DescribeAllowListsCommon

func (c *RDSPOSTGRESQL) DescribeAllowListsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAllowListsCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeAllowListsCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeAllowListsCommonRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeAllowListsCommonWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeAllowListsRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeAllowListsWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeApplyParameterTemplate added in v1.1.53

DescribeApplyParameterTemplate API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeApplyParameterTemplate for usage and error information.

func (*RDSPOSTGRESQL) DescribeApplyParameterTemplateCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeApplyParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeApplyParameterTemplateCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeApplyParameterTemplateCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeApplyParameterTemplateCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeApplyParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeApplyParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeApplyParameterTemplateCommon operation. The "output" return value will be populated with the DescribeApplyParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeApplyParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeApplyParameterTemplateCommon Send returns without error.

See DescribeApplyParameterTemplateCommon for more information on using the DescribeApplyParameterTemplateCommon API call, and error handling.

// Example sending a request using the DescribeApplyParameterTemplateCommonRequest method.
req, resp := client.DescribeApplyParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeApplyParameterTemplateCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeApplyParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeApplyParameterTemplateCommonWithContext is the same as DescribeApplyParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See DescribeApplyParameterTemplateCommon 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 (*RDSPOSTGRESQL) DescribeApplyParameterTemplateRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeApplyParameterTemplateRequest(input *DescribeApplyParameterTemplateInput) (req *request.Request, output *DescribeApplyParameterTemplateOutput)

DescribeApplyParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the DescribeApplyParameterTemplate operation. The "output" return value will be populated with the DescribeApplyParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeApplyParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeApplyParameterTemplateCommon Send returns without error.

See DescribeApplyParameterTemplate for more information on using the DescribeApplyParameterTemplate API call, and error handling.

// Example sending a request using the DescribeApplyParameterTemplateRequest method.
req, resp := client.DescribeApplyParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeApplyParameterTemplateWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeApplyParameterTemplateWithContext(ctx volcengine.Context, input *DescribeApplyParameterTemplateInput, opts ...request.Option) (*DescribeApplyParameterTemplateOutput, error)

DescribeApplyParameterTemplateWithContext is the same as DescribeApplyParameterTemplate with the addition of the ability to pass a context and additional request options.

See DescribeApplyParameterTemplate 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 (*RDSPOSTGRESQL) DescribeAvailabilityZones

func (c *RDSPOSTGRESQL) DescribeAvailabilityZones(input *DescribeAvailabilityZonesInput) (*DescribeAvailabilityZonesOutput, error)

DescribeAvailabilityZones API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeAvailabilityZones for usage and error information.

func (*RDSPOSTGRESQL) DescribeAvailabilityZonesCommon

func (c *RDSPOSTGRESQL) DescribeAvailabilityZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAvailabilityZonesCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeAvailabilityZonesCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeAvailabilityZonesCommonRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeAvailabilityZonesCommonWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeAvailabilityZonesRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeAvailabilityZonesWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeBackupPolicy

func (c *RDSPOSTGRESQL) DescribeBackupPolicy(input *DescribeBackupPolicyInput) (*DescribeBackupPolicyOutput, error)

DescribeBackupPolicy API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeBackupPolicy for usage and error information.

func (*RDSPOSTGRESQL) DescribeBackupPolicyCommon

func (c *RDSPOSTGRESQL) DescribeBackupPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeBackupPolicyCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeBackupPolicyCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeBackupPolicyCommonRequest

func (c *RDSPOSTGRESQL) DescribeBackupPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeBackupPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeBackupPolicyCommon operation. The "output" return value will be populated with the DescribeBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeBackupPolicyCommon Send returns without error.

See DescribeBackupPolicyCommon for more information on using the DescribeBackupPolicyCommon API call, and error handling.

// Example sending a request using the DescribeBackupPolicyCommonRequest method.
req, resp := client.DescribeBackupPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeBackupPolicyCommonWithContext

func (c *RDSPOSTGRESQL) DescribeBackupPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeBackupPolicyCommonWithContext is the same as DescribeBackupPolicyCommon with the addition of the ability to pass a context and additional request options.

See DescribeBackupPolicyCommon 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 (*RDSPOSTGRESQL) DescribeBackupPolicyRequest

func (c *RDSPOSTGRESQL) DescribeBackupPolicyRequest(input *DescribeBackupPolicyInput) (req *request.Request, output *DescribeBackupPolicyOutput)

DescribeBackupPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DescribeBackupPolicy operation. The "output" return value will be populated with the DescribeBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeBackupPolicyCommon Send returns without error.

See DescribeBackupPolicy for more information on using the DescribeBackupPolicy API call, and error handling.

// Example sending a request using the DescribeBackupPolicyRequest method.
req, resp := client.DescribeBackupPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeBackupPolicyWithContext

func (c *RDSPOSTGRESQL) DescribeBackupPolicyWithContext(ctx volcengine.Context, input *DescribeBackupPolicyInput, opts ...request.Option) (*DescribeBackupPolicyOutput, error)

DescribeBackupPolicyWithContext is the same as DescribeBackupPolicy with the addition of the ability to pass a context and additional request options.

See DescribeBackupPolicy 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 (*RDSPOSTGRESQL) DescribeBackups

func (c *RDSPOSTGRESQL) DescribeBackups(input *DescribeBackupsInput) (*DescribeBackupsOutput, error)

DescribeBackups API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeBackups for usage and error information.

func (*RDSPOSTGRESQL) DescribeBackupsCommon

func (c *RDSPOSTGRESQL) DescribeBackupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeBackupsCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeBackupsCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeBackupsCommonRequest

func (c *RDSPOSTGRESQL) DescribeBackupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeBackupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeBackupsCommon operation. The "output" return value will be populated with the DescribeBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeBackupsCommon Send returns without error.

See DescribeBackupsCommon for more information on using the DescribeBackupsCommon API call, and error handling.

// Example sending a request using the DescribeBackupsCommonRequest method.
req, resp := client.DescribeBackupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeBackupsCommonWithContext

func (c *RDSPOSTGRESQL) DescribeBackupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeBackupsCommonWithContext is the same as DescribeBackupsCommon with the addition of the ability to pass a context and additional request options.

See DescribeBackupsCommon 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 (*RDSPOSTGRESQL) DescribeBackupsRequest

func (c *RDSPOSTGRESQL) DescribeBackupsRequest(input *DescribeBackupsInput) (req *request.Request, output *DescribeBackupsOutput)

DescribeBackupsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeBackups operation. The "output" return value will be populated with the DescribeBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeBackupsCommon Send returns without error.

See DescribeBackups for more information on using the DescribeBackups API call, and error handling.

// Example sending a request using the DescribeBackupsRequest method.
req, resp := client.DescribeBackupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeBackupsWithContext

func (c *RDSPOSTGRESQL) DescribeBackupsWithContext(ctx volcengine.Context, input *DescribeBackupsInput, opts ...request.Option) (*DescribeBackupsOutput, error)

DescribeBackupsWithContext is the same as DescribeBackups with the addition of the ability to pass a context and additional request options.

See DescribeBackups 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 (*RDSPOSTGRESQL) DescribeDBAccounts

func (c *RDSPOSTGRESQL) DescribeDBAccounts(input *DescribeDBAccountsInput) (*DescribeDBAccountsOutput, error)

DescribeDBAccounts API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBAccounts for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBAccountsCommon

func (c *RDSPOSTGRESQL) DescribeDBAccountsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBAccountsCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBAccountsCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBAccountsCommonRequest

func (c *RDSPOSTGRESQL) DescribeDBAccountsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBAccountsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBAccountsCommon operation. The "output" return value will be populated with the DescribeDBAccountsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBAccountsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBAccountsCommon Send returns without error.

See DescribeDBAccountsCommon for more information on using the DescribeDBAccountsCommon API call, and error handling.

// Example sending a request using the DescribeDBAccountsCommonRequest method.
req, resp := client.DescribeDBAccountsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBAccountsCommonWithContext

func (c *RDSPOSTGRESQL) DescribeDBAccountsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBAccountsCommonWithContext is the same as DescribeDBAccountsCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBAccountsCommon 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 (*RDSPOSTGRESQL) DescribeDBAccountsRequest

func (c *RDSPOSTGRESQL) DescribeDBAccountsRequest(input *DescribeDBAccountsInput) (req *request.Request, output *DescribeDBAccountsOutput)

DescribeDBAccountsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBAccounts operation. The "output" return value will be populated with the DescribeDBAccountsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBAccountsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBAccountsCommon Send returns without error.

See DescribeDBAccounts for more information on using the DescribeDBAccounts API call, and error handling.

// Example sending a request using the DescribeDBAccountsRequest method.
req, resp := client.DescribeDBAccountsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBAccountsWithContext

func (c *RDSPOSTGRESQL) DescribeDBAccountsWithContext(ctx volcengine.Context, input *DescribeDBAccountsInput, opts ...request.Option) (*DescribeDBAccountsOutput, error)

DescribeDBAccountsWithContext is the same as DescribeDBAccounts with the addition of the ability to pass a context and additional request options.

See DescribeDBAccounts 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 (*RDSPOSTGRESQL) DescribeDBEngineVersionParameters added in v1.1.53

DescribeDBEngineVersionParameters API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBEngineVersionParameters for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBEngineVersionParametersCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBEngineVersionParametersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBEngineVersionParametersCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBEngineVersionParametersCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBEngineVersionParametersCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBEngineVersionParametersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBEngineVersionParametersCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBEngineVersionParametersCommon operation. The "output" return value will be populated with the DescribeDBEngineVersionParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBEngineVersionParametersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBEngineVersionParametersCommon Send returns without error.

See DescribeDBEngineVersionParametersCommon for more information on using the DescribeDBEngineVersionParametersCommon API call, and error handling.

// Example sending a request using the DescribeDBEngineVersionParametersCommonRequest method.
req, resp := client.DescribeDBEngineVersionParametersCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBEngineVersionParametersCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBEngineVersionParametersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBEngineVersionParametersCommonWithContext is the same as DescribeDBEngineVersionParametersCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBEngineVersionParametersCommon 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 (*RDSPOSTGRESQL) DescribeDBEngineVersionParametersRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBEngineVersionParametersRequest(input *DescribeDBEngineVersionParametersInput) (req *request.Request, output *DescribeDBEngineVersionParametersOutput)

DescribeDBEngineVersionParametersRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBEngineVersionParameters operation. The "output" return value will be populated with the DescribeDBEngineVersionParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBEngineVersionParametersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBEngineVersionParametersCommon Send returns without error.

See DescribeDBEngineVersionParameters for more information on using the DescribeDBEngineVersionParameters API call, and error handling.

// Example sending a request using the DescribeDBEngineVersionParametersRequest method.
req, resp := client.DescribeDBEngineVersionParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBEngineVersionParametersWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBEngineVersionParametersWithContext(ctx volcengine.Context, input *DescribeDBEngineVersionParametersInput, opts ...request.Option) (*DescribeDBEngineVersionParametersOutput, error)

DescribeDBEngineVersionParametersWithContext is the same as DescribeDBEngineVersionParameters with the addition of the ability to pass a context and additional request options.

See DescribeDBEngineVersionParameters 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 (*RDSPOSTGRESQL) DescribeDBInstanceDetail

func (c *RDSPOSTGRESQL) DescribeDBInstanceDetail(input *DescribeDBInstanceDetailInput) (*DescribeDBInstanceDetailOutput, error)

DescribeDBInstanceDetail API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceDetail for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceDetailCommon

func (c *RDSPOSTGRESQL) DescribeDBInstanceDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceDetailCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceDetailCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceDetailCommonRequest

func (c *RDSPOSTGRESQL) DescribeDBInstanceDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceDetailCommon operation. The "output" return value will be populated with the DescribeDBInstanceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceDetailCommon Send returns without error.

See DescribeDBInstanceDetailCommon for more information on using the DescribeDBInstanceDetailCommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceDetailCommonRequest method.
req, resp := client.DescribeDBInstanceDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceDetailCommonWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstanceDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceDetailCommonWithContext is the same as DescribeDBInstanceDetailCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceDetailCommon 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 (*RDSPOSTGRESQL) DescribeDBInstanceDetailRequest

func (c *RDSPOSTGRESQL) DescribeDBInstanceDetailRequest(input *DescribeDBInstanceDetailInput) (req *request.Request, output *DescribeDBInstanceDetailOutput)

DescribeDBInstanceDetailRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceDetail operation. The "output" return value will be populated with the DescribeDBInstanceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceDetailCommon Send returns without error.

See DescribeDBInstanceDetail for more information on using the DescribeDBInstanceDetail API call, and error handling.

// Example sending a request using the DescribeDBInstanceDetailRequest method.
req, resp := client.DescribeDBInstanceDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceDetailWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstanceDetailWithContext(ctx volcengine.Context, input *DescribeDBInstanceDetailInput, opts ...request.Option) (*DescribeDBInstanceDetailOutput, error)

DescribeDBInstanceDetailWithContext is the same as DescribeDBInstanceDetail with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceDetail 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 (*RDSPOSTGRESQL) DescribeDBInstanceParameters

DescribeDBInstanceParameters API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceParameters for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceParametersCommon

func (c *RDSPOSTGRESQL) DescribeDBInstanceParametersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceParametersCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceParametersCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceParametersCommonRequest

func (c *RDSPOSTGRESQL) DescribeDBInstanceParametersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceParametersCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceParametersCommon operation. The "output" return value will be populated with the DescribeDBInstanceParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceParametersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceParametersCommon Send returns without error.

See DescribeDBInstanceParametersCommon for more information on using the DescribeDBInstanceParametersCommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceParametersCommonRequest method.
req, resp := client.DescribeDBInstanceParametersCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceParametersCommonWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstanceParametersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceParametersCommonWithContext is the same as DescribeDBInstanceParametersCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceParametersCommon 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 (*RDSPOSTGRESQL) DescribeDBInstanceParametersLog

DescribeDBInstanceParametersLog API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceParametersLog for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceParametersLogCommon

func (c *RDSPOSTGRESQL) DescribeDBInstanceParametersLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceParametersLogCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceParametersLogCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceParametersLogCommonRequest

func (c *RDSPOSTGRESQL) DescribeDBInstanceParametersLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceParametersLogCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceParametersLogCommon operation. The "output" return value will be populated with the DescribeDBInstanceParametersLogCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceParametersLogCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceParametersLogCommon Send returns without error.

See DescribeDBInstanceParametersLogCommon for more information on using the DescribeDBInstanceParametersLogCommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceParametersLogCommonRequest method.
req, resp := client.DescribeDBInstanceParametersLogCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceParametersLogCommonWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstanceParametersLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceParametersLogCommonWithContext is the same as DescribeDBInstanceParametersLogCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceParametersLogCommon 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 (*RDSPOSTGRESQL) DescribeDBInstanceParametersLogRequest

func (c *RDSPOSTGRESQL) DescribeDBInstanceParametersLogRequest(input *DescribeDBInstanceParametersLogInput) (req *request.Request, output *DescribeDBInstanceParametersLogOutput)

DescribeDBInstanceParametersLogRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceParametersLog operation. The "output" return value will be populated with the DescribeDBInstanceParametersLogCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceParametersLogCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceParametersLogCommon Send returns without error.

See DescribeDBInstanceParametersLog for more information on using the DescribeDBInstanceParametersLog API call, and error handling.

// Example sending a request using the DescribeDBInstanceParametersLogRequest method.
req, resp := client.DescribeDBInstanceParametersLogRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceParametersLogWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstanceParametersLogWithContext(ctx volcengine.Context, input *DescribeDBInstanceParametersLogInput, opts ...request.Option) (*DescribeDBInstanceParametersLogOutput, error)

DescribeDBInstanceParametersLogWithContext is the same as DescribeDBInstanceParametersLog with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceParametersLog 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 (*RDSPOSTGRESQL) DescribeDBInstanceParametersRequest

func (c *RDSPOSTGRESQL) DescribeDBInstanceParametersRequest(input *DescribeDBInstanceParametersInput) (req *request.Request, output *DescribeDBInstanceParametersOutput)

DescribeDBInstanceParametersRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceParameters operation. The "output" return value will be populated with the DescribeDBInstanceParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceParametersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceParametersCommon Send returns without error.

See DescribeDBInstanceParameters for more information on using the DescribeDBInstanceParameters API call, and error handling.

// Example sending a request using the DescribeDBInstanceParametersRequest method.
req, resp := client.DescribeDBInstanceParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceParametersWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstanceParametersWithContext(ctx volcengine.Context, input *DescribeDBInstanceParametersInput, opts ...request.Option) (*DescribeDBInstanceParametersOutput, error)

DescribeDBInstanceParametersWithContext is the same as DescribeDBInstanceParameters with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceParameters 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 (*RDSPOSTGRESQL) DescribeDBInstancePriceDetail

DescribeDBInstancePriceDetail API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstancePriceDetail for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstancePriceDetailCommon

func (c *RDSPOSTGRESQL) DescribeDBInstancePriceDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstancePriceDetailCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstancePriceDetailCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstancePriceDetailCommonRequest

func (c *RDSPOSTGRESQL) DescribeDBInstancePriceDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstancePriceDetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstancePriceDetailCommon operation. The "output" return value will be populated with the DescribeDBInstancePriceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstancePriceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstancePriceDetailCommon Send returns without error.

See DescribeDBInstancePriceDetailCommon for more information on using the DescribeDBInstancePriceDetailCommon API call, and error handling.

// Example sending a request using the DescribeDBInstancePriceDetailCommonRequest method.
req, resp := client.DescribeDBInstancePriceDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstancePriceDetailCommonWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstancePriceDetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstancePriceDetailCommonWithContext is the same as DescribeDBInstancePriceDetailCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstancePriceDetailCommon 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 (*RDSPOSTGRESQL) DescribeDBInstancePriceDetailRequest

func (c *RDSPOSTGRESQL) DescribeDBInstancePriceDetailRequest(input *DescribeDBInstancePriceDetailInput) (req *request.Request, output *DescribeDBInstancePriceDetailOutput)

DescribeDBInstancePriceDetailRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstancePriceDetail operation. The "output" return value will be populated with the DescribeDBInstancePriceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstancePriceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstancePriceDetailCommon Send returns without error.

See DescribeDBInstancePriceDetail for more information on using the DescribeDBInstancePriceDetail API call, and error handling.

// Example sending a request using the DescribeDBInstancePriceDetailRequest method.
req, resp := client.DescribeDBInstancePriceDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstancePriceDetailWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstancePriceDetailWithContext(ctx volcengine.Context, input *DescribeDBInstancePriceDetailInput, opts ...request.Option) (*DescribeDBInstancePriceDetailOutput, error)

DescribeDBInstancePriceDetailWithContext is the same as DescribeDBInstancePriceDetail with the addition of the ability to pass a context and additional request options.

See DescribeDBInstancePriceDetail 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 (*RDSPOSTGRESQL) DescribeDBInstancePriceDifference

DescribeDBInstancePriceDifference API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstancePriceDifference for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstancePriceDifferenceCommon

func (c *RDSPOSTGRESQL) DescribeDBInstancePriceDifferenceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstancePriceDifferenceCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstancePriceDifferenceCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstancePriceDifferenceCommonRequest

func (c *RDSPOSTGRESQL) DescribeDBInstancePriceDifferenceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstancePriceDifferenceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstancePriceDifferenceCommon operation. The "output" return value will be populated with the DescribeDBInstancePriceDifferenceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstancePriceDifferenceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstancePriceDifferenceCommon Send returns without error.

See DescribeDBInstancePriceDifferenceCommon for more information on using the DescribeDBInstancePriceDifferenceCommon API call, and error handling.

// Example sending a request using the DescribeDBInstancePriceDifferenceCommonRequest method.
req, resp := client.DescribeDBInstancePriceDifferenceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstancePriceDifferenceCommonWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstancePriceDifferenceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstancePriceDifferenceCommonWithContext is the same as DescribeDBInstancePriceDifferenceCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstancePriceDifferenceCommon 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 (*RDSPOSTGRESQL) DescribeDBInstancePriceDifferenceRequest

func (c *RDSPOSTGRESQL) DescribeDBInstancePriceDifferenceRequest(input *DescribeDBInstancePriceDifferenceInput) (req *request.Request, output *DescribeDBInstancePriceDifferenceOutput)

DescribeDBInstancePriceDifferenceRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstancePriceDifference operation. The "output" return value will be populated with the DescribeDBInstancePriceDifferenceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstancePriceDifferenceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstancePriceDifferenceCommon Send returns without error.

See DescribeDBInstancePriceDifference for more information on using the DescribeDBInstancePriceDifference API call, and error handling.

// Example sending a request using the DescribeDBInstancePriceDifferenceRequest method.
req, resp := client.DescribeDBInstancePriceDifferenceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstancePriceDifferenceWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstancePriceDifferenceWithContext(ctx volcengine.Context, input *DescribeDBInstancePriceDifferenceInput, opts ...request.Option) (*DescribeDBInstancePriceDifferenceOutput, error)

DescribeDBInstancePriceDifferenceWithContext is the same as DescribeDBInstancePriceDifference with the addition of the ability to pass a context and additional request options.

See DescribeDBInstancePriceDifference 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 (*RDSPOSTGRESQL) DescribeDBInstanceProxyParameters added in v1.1.53

DescribeDBInstanceProxyParameters API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceProxyParameters for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceProxyParametersCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBInstanceProxyParametersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceProxyParametersCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceProxyParametersCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceProxyParametersCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBInstanceProxyParametersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceProxyParametersCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceProxyParametersCommon operation. The "output" return value will be populated with the DescribeDBInstanceProxyParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceProxyParametersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceProxyParametersCommon Send returns without error.

See DescribeDBInstanceProxyParametersCommon for more information on using the DescribeDBInstanceProxyParametersCommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceProxyParametersCommonRequest method.
req, resp := client.DescribeDBInstanceProxyParametersCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceProxyParametersCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBInstanceProxyParametersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceProxyParametersCommonWithContext is the same as DescribeDBInstanceProxyParametersCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceProxyParametersCommon 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 (*RDSPOSTGRESQL) DescribeDBInstanceProxyParametersRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBInstanceProxyParametersRequest(input *DescribeDBInstanceProxyParametersInput) (req *request.Request, output *DescribeDBInstanceProxyParametersOutput)

DescribeDBInstanceProxyParametersRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceProxyParameters operation. The "output" return value will be populated with the DescribeDBInstanceProxyParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceProxyParametersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceProxyParametersCommon Send returns without error.

See DescribeDBInstanceProxyParameters for more information on using the DescribeDBInstanceProxyParameters API call, and error handling.

// Example sending a request using the DescribeDBInstanceProxyParametersRequest method.
req, resp := client.DescribeDBInstanceProxyParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceProxyParametersWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBInstanceProxyParametersWithContext(ctx volcengine.Context, input *DescribeDBInstanceProxyParametersInput, opts ...request.Option) (*DescribeDBInstanceProxyParametersOutput, error)

DescribeDBInstanceProxyParametersWithContext is the same as DescribeDBInstanceProxyParameters with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceProxyParameters 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 (*RDSPOSTGRESQL) DescribeDBInstanceSSL added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBInstanceSSL(input *DescribeDBInstanceSSLInput) (*DescribeDBInstanceSSLOutput, error)

DescribeDBInstanceSSL API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceSSL for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceSSLCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBInstanceSSLCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceSSLCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceSSLCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceSSLCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBInstanceSSLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceSSLCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceSSLCommon operation. The "output" return value will be populated with the DescribeDBInstanceSSLCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceSSLCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceSSLCommon Send returns without error.

See DescribeDBInstanceSSLCommon for more information on using the DescribeDBInstanceSSLCommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceSSLCommonRequest method.
req, resp := client.DescribeDBInstanceSSLCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceSSLCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBInstanceSSLCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceSSLCommonWithContext is the same as DescribeDBInstanceSSLCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceSSLCommon 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 (*RDSPOSTGRESQL) DescribeDBInstanceSSLRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBInstanceSSLRequest(input *DescribeDBInstanceSSLInput) (req *request.Request, output *DescribeDBInstanceSSLOutput)

DescribeDBInstanceSSLRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceSSL operation. The "output" return value will be populated with the DescribeDBInstanceSSLCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceSSLCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceSSLCommon Send returns without error.

See DescribeDBInstanceSSL for more information on using the DescribeDBInstanceSSL API call, and error handling.

// Example sending a request using the DescribeDBInstanceSSLRequest method.
req, resp := client.DescribeDBInstanceSSLRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceSSLWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeDBInstanceSSLWithContext(ctx volcengine.Context, input *DescribeDBInstanceSSLInput, opts ...request.Option) (*DescribeDBInstanceSSLOutput, error)

DescribeDBInstanceSSLWithContext is the same as DescribeDBInstanceSSL with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceSSL 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 (*RDSPOSTGRESQL) DescribeDBInstanceSpecs

func (c *RDSPOSTGRESQL) DescribeDBInstanceSpecs(input *DescribeDBInstanceSpecsInput) (*DescribeDBInstanceSpecsOutput, error)

DescribeDBInstanceSpecs API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceSpecs for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceSpecsCommon

func (c *RDSPOSTGRESQL) DescribeDBInstanceSpecsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstanceSpecsCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstanceSpecsCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstanceSpecsCommonRequest

func (c *RDSPOSTGRESQL) DescribeDBInstanceSpecsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstanceSpecsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceSpecsCommon operation. The "output" return value will be populated with the DescribeDBInstanceSpecsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceSpecsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceSpecsCommon Send returns without error.

See DescribeDBInstanceSpecsCommon for more information on using the DescribeDBInstanceSpecsCommon API call, and error handling.

// Example sending a request using the DescribeDBInstanceSpecsCommonRequest method.
req, resp := client.DescribeDBInstanceSpecsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceSpecsCommonWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstanceSpecsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstanceSpecsCommonWithContext is the same as DescribeDBInstanceSpecsCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceSpecsCommon 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 (*RDSPOSTGRESQL) DescribeDBInstanceSpecsRequest

func (c *RDSPOSTGRESQL) DescribeDBInstanceSpecsRequest(input *DescribeDBInstanceSpecsInput) (req *request.Request, output *DescribeDBInstanceSpecsOutput)

DescribeDBInstanceSpecsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstanceSpecs operation. The "output" return value will be populated with the DescribeDBInstanceSpecsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstanceSpecsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstanceSpecsCommon Send returns without error.

See DescribeDBInstanceSpecs for more information on using the DescribeDBInstanceSpecs API call, and error handling.

// Example sending a request using the DescribeDBInstanceSpecsRequest method.
req, resp := client.DescribeDBInstanceSpecsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstanceSpecsWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstanceSpecsWithContext(ctx volcengine.Context, input *DescribeDBInstanceSpecsInput, opts ...request.Option) (*DescribeDBInstanceSpecsOutput, error)

DescribeDBInstanceSpecsWithContext is the same as DescribeDBInstanceSpecs with the addition of the ability to pass a context and additional request options.

See DescribeDBInstanceSpecs 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 (*RDSPOSTGRESQL) DescribeDBInstances

func (c *RDSPOSTGRESQL) DescribeDBInstances(input *DescribeDBInstancesInput) (*DescribeDBInstancesOutput, error)

DescribeDBInstances API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstances for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstancesCommon

func (c *RDSPOSTGRESQL) DescribeDBInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDBInstancesCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDBInstancesCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDBInstancesCommonRequest

func (c *RDSPOSTGRESQL) DescribeDBInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDBInstancesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstancesCommon operation. The "output" return value will be populated with the DescribeDBInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstancesCommon Send returns without error.

See DescribeDBInstancesCommon for more information on using the DescribeDBInstancesCommon API call, and error handling.

// Example sending a request using the DescribeDBInstancesCommonRequest method.
req, resp := client.DescribeDBInstancesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstancesCommonWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDBInstancesCommonWithContext is the same as DescribeDBInstancesCommon with the addition of the ability to pass a context and additional request options.

See DescribeDBInstancesCommon 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 (*RDSPOSTGRESQL) DescribeDBInstancesRequest

func (c *RDSPOSTGRESQL) DescribeDBInstancesRequest(input *DescribeDBInstancesInput) (req *request.Request, output *DescribeDBInstancesOutput)

DescribeDBInstancesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDBInstances operation. The "output" return value will be populated with the DescribeDBInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDBInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDBInstancesCommon Send returns without error.

See DescribeDBInstances for more information on using the DescribeDBInstances API call, and error handling.

// Example sending a request using the DescribeDBInstancesRequest method.
req, resp := client.DescribeDBInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDBInstancesWithContext

func (c *RDSPOSTGRESQL) DescribeDBInstancesWithContext(ctx volcengine.Context, input *DescribeDBInstancesInput, opts ...request.Option) (*DescribeDBInstancesOutput, error)

DescribeDBInstancesWithContext is the same as DescribeDBInstances with the addition of the ability to pass a context and additional request options.

See DescribeDBInstances 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 (*RDSPOSTGRESQL) DescribeDatabases

func (c *RDSPOSTGRESQL) DescribeDatabases(input *DescribeDatabasesInput) (*DescribeDatabasesOutput, error)

DescribeDatabases API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDatabases for usage and error information.

func (*RDSPOSTGRESQL) DescribeDatabasesCommon

func (c *RDSPOSTGRESQL) DescribeDatabasesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDatabasesCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDatabasesCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDatabasesCommonRequest

func (c *RDSPOSTGRESQL) DescribeDatabasesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDatabasesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDatabasesCommon operation. The "output" return value will be populated with the DescribeDatabasesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDatabasesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDatabasesCommon Send returns without error.

See DescribeDatabasesCommon for more information on using the DescribeDatabasesCommon API call, and error handling.

// Example sending a request using the DescribeDatabasesCommonRequest method.
req, resp := client.DescribeDatabasesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDatabasesCommonWithContext

func (c *RDSPOSTGRESQL) DescribeDatabasesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDatabasesCommonWithContext is the same as DescribeDatabasesCommon with the addition of the ability to pass a context and additional request options.

See DescribeDatabasesCommon 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 (*RDSPOSTGRESQL) DescribeDatabasesRequest

func (c *RDSPOSTGRESQL) DescribeDatabasesRequest(input *DescribeDatabasesInput) (req *request.Request, output *DescribeDatabasesOutput)

DescribeDatabasesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDatabases operation. The "output" return value will be populated with the DescribeDatabasesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDatabasesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDatabasesCommon Send returns without error.

See DescribeDatabases for more information on using the DescribeDatabases API call, and error handling.

// Example sending a request using the DescribeDatabasesRequest method.
req, resp := client.DescribeDatabasesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDatabasesWithContext

func (c *RDSPOSTGRESQL) DescribeDatabasesWithContext(ctx volcengine.Context, input *DescribeDatabasesInput, opts ...request.Option) (*DescribeDatabasesOutput, error)

DescribeDatabasesWithContext is the same as DescribeDatabases with the addition of the ability to pass a context and additional request options.

See DescribeDatabases 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 (*RDSPOSTGRESQL) DescribeDetachedBackups

func (c *RDSPOSTGRESQL) DescribeDetachedBackups(input *DescribeDetachedBackupsInput) (*DescribeDetachedBackupsOutput, error)

DescribeDetachedBackups API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDetachedBackups for usage and error information.

func (*RDSPOSTGRESQL) DescribeDetachedBackupsCommon

func (c *RDSPOSTGRESQL) DescribeDetachedBackupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDetachedBackupsCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeDetachedBackupsCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeDetachedBackupsCommonRequest

func (c *RDSPOSTGRESQL) DescribeDetachedBackupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDetachedBackupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDetachedBackupsCommon operation. The "output" return value will be populated with the DescribeDetachedBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDetachedBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDetachedBackupsCommon Send returns without error.

See DescribeDetachedBackupsCommon for more information on using the DescribeDetachedBackupsCommon API call, and error handling.

// Example sending a request using the DescribeDetachedBackupsCommonRequest method.
req, resp := client.DescribeDetachedBackupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDetachedBackupsCommonWithContext

func (c *RDSPOSTGRESQL) DescribeDetachedBackupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeDetachedBackupsCommonWithContext is the same as DescribeDetachedBackupsCommon with the addition of the ability to pass a context and additional request options.

See DescribeDetachedBackupsCommon 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 (*RDSPOSTGRESQL) DescribeDetachedBackupsRequest

func (c *RDSPOSTGRESQL) DescribeDetachedBackupsRequest(input *DescribeDetachedBackupsInput) (req *request.Request, output *DescribeDetachedBackupsOutput)

DescribeDetachedBackupsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDetachedBackups operation. The "output" return value will be populated with the DescribeDetachedBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeDetachedBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDetachedBackupsCommon Send returns without error.

See DescribeDetachedBackups for more information on using the DescribeDetachedBackups API call, and error handling.

// Example sending a request using the DescribeDetachedBackupsRequest method.
req, resp := client.DescribeDetachedBackupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeDetachedBackupsWithContext

func (c *RDSPOSTGRESQL) DescribeDetachedBackupsWithContext(ctx volcengine.Context, input *DescribeDetachedBackupsInput, opts ...request.Option) (*DescribeDetachedBackupsOutput, error)

DescribeDetachedBackupsWithContext is the same as DescribeDetachedBackups with the addition of the ability to pass a context and additional request options.

See DescribeDetachedBackups 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 (*RDSPOSTGRESQL) DescribeFailoverLogs

func (c *RDSPOSTGRESQL) DescribeFailoverLogs(input *DescribeFailoverLogsInput) (*DescribeFailoverLogsOutput, error)

DescribeFailoverLogs API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeFailoverLogs for usage and error information.

func (*RDSPOSTGRESQL) DescribeFailoverLogsCommon

func (c *RDSPOSTGRESQL) DescribeFailoverLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeFailoverLogsCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeFailoverLogsCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeFailoverLogsCommonRequest

func (c *RDSPOSTGRESQL) DescribeFailoverLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeFailoverLogsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFailoverLogsCommon operation. The "output" return value will be populated with the DescribeFailoverLogsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeFailoverLogsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFailoverLogsCommon Send returns without error.

See DescribeFailoverLogsCommon for more information on using the DescribeFailoverLogsCommon API call, and error handling.

// Example sending a request using the DescribeFailoverLogsCommonRequest method.
req, resp := client.DescribeFailoverLogsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeFailoverLogsCommonWithContext

func (c *RDSPOSTGRESQL) DescribeFailoverLogsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeFailoverLogsCommonWithContext is the same as DescribeFailoverLogsCommon with the addition of the ability to pass a context and additional request options.

See DescribeFailoverLogsCommon 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 (*RDSPOSTGRESQL) DescribeFailoverLogsRequest

func (c *RDSPOSTGRESQL) DescribeFailoverLogsRequest(input *DescribeFailoverLogsInput) (req *request.Request, output *DescribeFailoverLogsOutput)

DescribeFailoverLogsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFailoverLogs operation. The "output" return value will be populated with the DescribeFailoverLogsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeFailoverLogsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFailoverLogsCommon Send returns without error.

See DescribeFailoverLogs for more information on using the DescribeFailoverLogs API call, and error handling.

// Example sending a request using the DescribeFailoverLogsRequest method.
req, resp := client.DescribeFailoverLogsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeFailoverLogsWithContext

func (c *RDSPOSTGRESQL) DescribeFailoverLogsWithContext(ctx volcengine.Context, input *DescribeFailoverLogsInput, opts ...request.Option) (*DescribeFailoverLogsOutput, error)

DescribeFailoverLogsWithContext is the same as DescribeFailoverLogs with the addition of the ability to pass a context and additional request options.

See DescribeFailoverLogs 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 (*RDSPOSTGRESQL) DescribeParameterTemplate added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeParameterTemplate(input *DescribeParameterTemplateInput) (*DescribeParameterTemplateOutput, error)

DescribeParameterTemplate API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeParameterTemplate for usage and error information.

func (*RDSPOSTGRESQL) DescribeParameterTemplateCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeParameterTemplateCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeParameterTemplateCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeParameterTemplateCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeParameterTemplateCommon operation. The "output" return value will be populated with the DescribeParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeParameterTemplateCommon Send returns without error.

See DescribeParameterTemplateCommon for more information on using the DescribeParameterTemplateCommon API call, and error handling.

// Example sending a request using the DescribeParameterTemplateCommonRequest method.
req, resp := client.DescribeParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeParameterTemplateCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeParameterTemplateCommonWithContext is the same as DescribeParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See DescribeParameterTemplateCommon 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 (*RDSPOSTGRESQL) DescribeParameterTemplateRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeParameterTemplateRequest(input *DescribeParameterTemplateInput) (req *request.Request, output *DescribeParameterTemplateOutput)

DescribeParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the DescribeParameterTemplate operation. The "output" return value will be populated with the DescribeParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeParameterTemplateCommon Send returns without error.

See DescribeParameterTemplate for more information on using the DescribeParameterTemplate API call, and error handling.

// Example sending a request using the DescribeParameterTemplateRequest method.
req, resp := client.DescribeParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeParameterTemplateWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeParameterTemplateWithContext(ctx volcengine.Context, input *DescribeParameterTemplateInput, opts ...request.Option) (*DescribeParameterTemplateOutput, error)

DescribeParameterTemplateWithContext is the same as DescribeParameterTemplate with the addition of the ability to pass a context and additional request options.

See DescribeParameterTemplate 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 (*RDSPOSTGRESQL) DescribePlannedEvents added in v1.1.53

func (c *RDSPOSTGRESQL) DescribePlannedEvents(input *DescribePlannedEventsInput) (*DescribePlannedEventsOutput, error)

DescribePlannedEvents API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribePlannedEvents for usage and error information.

func (*RDSPOSTGRESQL) DescribePlannedEventsCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DescribePlannedEventsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribePlannedEventsCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribePlannedEventsCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribePlannedEventsCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribePlannedEventsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribePlannedEventsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePlannedEventsCommon operation. The "output" return value will be populated with the DescribePlannedEventsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribePlannedEventsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePlannedEventsCommon Send returns without error.

See DescribePlannedEventsCommon for more information on using the DescribePlannedEventsCommon API call, and error handling.

// Example sending a request using the DescribePlannedEventsCommonRequest method.
req, resp := client.DescribePlannedEventsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribePlannedEventsCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribePlannedEventsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribePlannedEventsCommonWithContext is the same as DescribePlannedEventsCommon with the addition of the ability to pass a context and additional request options.

See DescribePlannedEventsCommon 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 (*RDSPOSTGRESQL) DescribePlannedEventsRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribePlannedEventsRequest(input *DescribePlannedEventsInput) (req *request.Request, output *DescribePlannedEventsOutput)

DescribePlannedEventsRequest generates a "volcengine/request.Request" representing the client's request for the DescribePlannedEvents operation. The "output" return value will be populated with the DescribePlannedEventsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribePlannedEventsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePlannedEventsCommon Send returns without error.

See DescribePlannedEvents for more information on using the DescribePlannedEvents API call, and error handling.

// Example sending a request using the DescribePlannedEventsRequest method.
req, resp := client.DescribePlannedEventsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribePlannedEventsWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribePlannedEventsWithContext(ctx volcengine.Context, input *DescribePlannedEventsInput, opts ...request.Option) (*DescribePlannedEventsOutput, error)

DescribePlannedEventsWithContext is the same as DescribePlannedEvents with the addition of the ability to pass a context and additional request options.

See DescribePlannedEvents 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 (*RDSPOSTGRESQL) DescribeRecoverableTime

func (c *RDSPOSTGRESQL) DescribeRecoverableTime(input *DescribeRecoverableTimeInput) (*DescribeRecoverableTimeOutput, error)

DescribeRecoverableTime API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeRecoverableTime for usage and error information.

func (*RDSPOSTGRESQL) DescribeRecoverableTimeCommon

func (c *RDSPOSTGRESQL) DescribeRecoverableTimeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeRecoverableTimeCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeRecoverableTimeCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeRecoverableTimeCommonRequest

func (c *RDSPOSTGRESQL) DescribeRecoverableTimeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeRecoverableTimeCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRecoverableTimeCommon operation. The "output" return value will be populated with the DescribeRecoverableTimeCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeRecoverableTimeCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRecoverableTimeCommon Send returns without error.

See DescribeRecoverableTimeCommon for more information on using the DescribeRecoverableTimeCommon API call, and error handling.

// Example sending a request using the DescribeRecoverableTimeCommonRequest method.
req, resp := client.DescribeRecoverableTimeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeRecoverableTimeCommonWithContext

func (c *RDSPOSTGRESQL) DescribeRecoverableTimeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeRecoverableTimeCommonWithContext is the same as DescribeRecoverableTimeCommon with the addition of the ability to pass a context and additional request options.

See DescribeRecoverableTimeCommon 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 (*RDSPOSTGRESQL) DescribeRecoverableTimeRequest

func (c *RDSPOSTGRESQL) DescribeRecoverableTimeRequest(input *DescribeRecoverableTimeInput) (req *request.Request, output *DescribeRecoverableTimeOutput)

DescribeRecoverableTimeRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRecoverableTime operation. The "output" return value will be populated with the DescribeRecoverableTimeCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeRecoverableTimeCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRecoverableTimeCommon Send returns without error.

See DescribeRecoverableTime for more information on using the DescribeRecoverableTime API call, and error handling.

// Example sending a request using the DescribeRecoverableTimeRequest method.
req, resp := client.DescribeRecoverableTimeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeRecoverableTimeWithContext

func (c *RDSPOSTGRESQL) DescribeRecoverableTimeWithContext(ctx volcengine.Context, input *DescribeRecoverableTimeInput, opts ...request.Option) (*DescribeRecoverableTimeOutput, error)

DescribeRecoverableTimeWithContext is the same as DescribeRecoverableTime with the addition of the ability to pass a context and additional request options.

See DescribeRecoverableTime 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 (*RDSPOSTGRESQL) DescribeRegions

func (c *RDSPOSTGRESQL) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)

DescribeRegions API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeRegions for usage and error information.

func (*RDSPOSTGRESQL) DescribeRegionsCommon

func (c *RDSPOSTGRESQL) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeRegionsCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeRegionsCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeRegionsCommonRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeRegionsCommonWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeRegionsRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeRegionsWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DescribeSchemas

func (c *RDSPOSTGRESQL) DescribeSchemas(input *DescribeSchemasInput) (*DescribeSchemasOutput, error)

DescribeSchemas API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeSchemas for usage and error information.

func (*RDSPOSTGRESQL) DescribeSchemasCommon

func (c *RDSPOSTGRESQL) DescribeSchemasCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeSchemasCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeSchemasCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeSchemasCommonRequest

func (c *RDSPOSTGRESQL) DescribeSchemasCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeSchemasCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSchemasCommon operation. The "output" return value will be populated with the DescribeSchemasCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeSchemasCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSchemasCommon Send returns without error.

See DescribeSchemasCommon for more information on using the DescribeSchemasCommon API call, and error handling.

// Example sending a request using the DescribeSchemasCommonRequest method.
req, resp := client.DescribeSchemasCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeSchemasCommonWithContext

func (c *RDSPOSTGRESQL) DescribeSchemasCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeSchemasCommonWithContext is the same as DescribeSchemasCommon with the addition of the ability to pass a context and additional request options.

See DescribeSchemasCommon 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 (*RDSPOSTGRESQL) DescribeSchemasRequest

func (c *RDSPOSTGRESQL) DescribeSchemasRequest(input *DescribeSchemasInput) (req *request.Request, output *DescribeSchemasOutput)

DescribeSchemasRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSchemas operation. The "output" return value will be populated with the DescribeSchemasCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeSchemasCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSchemasCommon Send returns without error.

See DescribeSchemas for more information on using the DescribeSchemas API call, and error handling.

// Example sending a request using the DescribeSchemasRequest method.
req, resp := client.DescribeSchemasRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeSchemasWithContext

func (c *RDSPOSTGRESQL) DescribeSchemasWithContext(ctx volcengine.Context, input *DescribeSchemasInput, opts ...request.Option) (*DescribeSchemasOutput, error)

DescribeSchemasWithContext is the same as DescribeSchemas with the addition of the ability to pass a context and additional request options.

See DescribeSchemas 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 (*RDSPOSTGRESQL) DescribeSlots added in v1.0.187

func (c *RDSPOSTGRESQL) DescribeSlots(input *DescribeSlotsInput) (*DescribeSlotsOutput, error)

DescribeSlots API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeSlots for usage and error information.

func (*RDSPOSTGRESQL) DescribeSlotsCommon added in v1.0.187

func (c *RDSPOSTGRESQL) DescribeSlotsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeSlotsCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeSlotsCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeSlotsCommonRequest added in v1.0.187

func (c *RDSPOSTGRESQL) DescribeSlotsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeSlotsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSlotsCommon operation. The "output" return value will be populated with the DescribeSlotsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeSlotsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSlotsCommon Send returns without error.

See DescribeSlotsCommon for more information on using the DescribeSlotsCommon API call, and error handling.

// Example sending a request using the DescribeSlotsCommonRequest method.
req, resp := client.DescribeSlotsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeSlotsCommonWithContext added in v1.0.187

func (c *RDSPOSTGRESQL) DescribeSlotsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeSlotsCommonWithContext is the same as DescribeSlotsCommon with the addition of the ability to pass a context and additional request options.

See DescribeSlotsCommon 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 (*RDSPOSTGRESQL) DescribeSlotsRequest added in v1.0.187

func (c *RDSPOSTGRESQL) DescribeSlotsRequest(input *DescribeSlotsInput) (req *request.Request, output *DescribeSlotsOutput)

DescribeSlotsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSlots operation. The "output" return value will be populated with the DescribeSlotsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeSlotsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSlotsCommon Send returns without error.

See DescribeSlots for more information on using the DescribeSlots API call, and error handling.

// Example sending a request using the DescribeSlotsRequest method.
req, resp := client.DescribeSlotsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeSlotsWithContext added in v1.0.187

func (c *RDSPOSTGRESQL) DescribeSlotsWithContext(ctx volcengine.Context, input *DescribeSlotsInput, opts ...request.Option) (*DescribeSlotsOutput, error)

DescribeSlotsWithContext is the same as DescribeSlots with the addition of the ability to pass a context and additional request options.

See DescribeSlots 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 (*RDSPOSTGRESQL) DescribeTasks added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeTasks(input *DescribeTasksInput) (*DescribeTasksOutput, error)

DescribeTasks API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeTasks for usage and error information.

func (*RDSPOSTGRESQL) DescribeTasksCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTasksCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeTasksCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeTasksCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTasksCommon operation. The "output" return value will be populated with the DescribeTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTasksCommon Send returns without error.

See DescribeTasksCommon for more information on using the DescribeTasksCommon API call, and error handling.

// Example sending a request using the DescribeTasksCommonRequest method.
req, resp := client.DescribeTasksCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeTasksCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTasksCommonWithContext is the same as DescribeTasksCommon with the addition of the ability to pass a context and additional request options.

See DescribeTasksCommon 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 (*RDSPOSTGRESQL) DescribeTasksRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeTasksRequest(input *DescribeTasksInput) (req *request.Request, output *DescribeTasksOutput)

DescribeTasksRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTasks operation. The "output" return value will be populated with the DescribeTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTasksCommon Send returns without error.

See DescribeTasks for more information on using the DescribeTasks API call, and error handling.

// Example sending a request using the DescribeTasksRequest method.
req, resp := client.DescribeTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeTasksWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeTasksWithContext(ctx volcengine.Context, input *DescribeTasksInput, opts ...request.Option) (*DescribeTasksOutput, error)

DescribeTasksWithContext is the same as DescribeTasks with the addition of the ability to pass a context and additional request options.

See DescribeTasks 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 (*RDSPOSTGRESQL) DescribeWALLogBackups added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeWALLogBackups(input *DescribeWALLogBackupsInput) (*DescribeWALLogBackupsOutput, error)

DescribeWALLogBackups API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeWALLogBackups for usage and error information.

func (*RDSPOSTGRESQL) DescribeWALLogBackupsCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeWALLogBackupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeWALLogBackupsCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DescribeWALLogBackupsCommon for usage and error information.

func (*RDSPOSTGRESQL) DescribeWALLogBackupsCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeWALLogBackupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeWALLogBackupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeWALLogBackupsCommon operation. The "output" return value will be populated with the DescribeWALLogBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeWALLogBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeWALLogBackupsCommon Send returns without error.

See DescribeWALLogBackupsCommon for more information on using the DescribeWALLogBackupsCommon API call, and error handling.

// Example sending a request using the DescribeWALLogBackupsCommonRequest method.
req, resp := client.DescribeWALLogBackupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeWALLogBackupsCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeWALLogBackupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeWALLogBackupsCommonWithContext is the same as DescribeWALLogBackupsCommon with the addition of the ability to pass a context and additional request options.

See DescribeWALLogBackupsCommon 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 (*RDSPOSTGRESQL) DescribeWALLogBackupsRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeWALLogBackupsRequest(input *DescribeWALLogBackupsInput) (req *request.Request, output *DescribeWALLogBackupsOutput)

DescribeWALLogBackupsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeWALLogBackups operation. The "output" return value will be populated with the DescribeWALLogBackupsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeWALLogBackupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeWALLogBackupsCommon Send returns without error.

See DescribeWALLogBackups for more information on using the DescribeWALLogBackups API call, and error handling.

// Example sending a request using the DescribeWALLogBackupsRequest method.
req, resp := client.DescribeWALLogBackupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DescribeWALLogBackupsWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DescribeWALLogBackupsWithContext(ctx volcengine.Context, input *DescribeWALLogBackupsInput, opts ...request.Option) (*DescribeWALLogBackupsOutput, error)

DescribeWALLogBackupsWithContext is the same as DescribeWALLogBackups with the addition of the ability to pass a context and additional request options.

See DescribeWALLogBackups 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 (*RDSPOSTGRESQL) DisassociateAllowList

func (c *RDSPOSTGRESQL) DisassociateAllowList(input *DisassociateAllowListInput) (*DisassociateAllowListOutput, error)

DisassociateAllowList API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DisassociateAllowList for usage and error information.

func (*RDSPOSTGRESQL) DisassociateAllowListCommon

func (c *RDSPOSTGRESQL) DisassociateAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DisassociateAllowListCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DisassociateAllowListCommon for usage and error information.

func (*RDSPOSTGRESQL) DisassociateAllowListCommonRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DisassociateAllowListCommonWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DisassociateAllowListRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DisassociateAllowListWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) DownloadBackup added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadBackup(input *DownloadBackupInput) (*DownloadBackupOutput, error)

DownloadBackup API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DownloadBackup for usage and error information.

func (*RDSPOSTGRESQL) DownloadBackupCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadBackupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DownloadBackupCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DownloadBackupCommon for usage and error information.

func (*RDSPOSTGRESQL) DownloadBackupCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadBackupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DownloadBackupCommonRequest generates a "volcengine/request.Request" representing the client's request for the DownloadBackupCommon operation. The "output" return value will be populated with the DownloadBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned DownloadBackupCommon Request to send the API call to the service. the "output" return value is not valid until after DownloadBackupCommon Send returns without error.

See DownloadBackupCommon for more information on using the DownloadBackupCommon API call, and error handling.

// Example sending a request using the DownloadBackupCommonRequest method.
req, resp := client.DownloadBackupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DownloadBackupCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadBackupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DownloadBackupCommonWithContext is the same as DownloadBackupCommon with the addition of the ability to pass a context and additional request options.

See DownloadBackupCommon 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 (*RDSPOSTGRESQL) DownloadBackupRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadBackupRequest(input *DownloadBackupInput) (req *request.Request, output *DownloadBackupOutput)

DownloadBackupRequest generates a "volcengine/request.Request" representing the client's request for the DownloadBackup operation. The "output" return value will be populated with the DownloadBackupCommon request's response once the request completes successfully.

Use "Send" method on the returned DownloadBackupCommon Request to send the API call to the service. the "output" return value is not valid until after DownloadBackupCommon Send returns without error.

See DownloadBackup for more information on using the DownloadBackup API call, and error handling.

// Example sending a request using the DownloadBackupRequest method.
req, resp := client.DownloadBackupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DownloadBackupWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadBackupWithContext(ctx volcengine.Context, input *DownloadBackupInput, opts ...request.Option) (*DownloadBackupOutput, error)

DownloadBackupWithContext is the same as DownloadBackup with the addition of the ability to pass a context and additional request options.

See DownloadBackup 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 (*RDSPOSTGRESQL) DownloadSSLCertificate added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadSSLCertificate(input *DownloadSSLCertificateInput) (*DownloadSSLCertificateOutput, error)

DownloadSSLCertificate API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DownloadSSLCertificate for usage and error information.

func (*RDSPOSTGRESQL) DownloadSSLCertificateCommon added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadSSLCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DownloadSSLCertificateCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation DownloadSSLCertificateCommon for usage and error information.

func (*RDSPOSTGRESQL) DownloadSSLCertificateCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadSSLCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DownloadSSLCertificateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DownloadSSLCertificateCommon operation. The "output" return value will be populated with the DownloadSSLCertificateCommon request's response once the request completes successfully.

Use "Send" method on the returned DownloadSSLCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after DownloadSSLCertificateCommon Send returns without error.

See DownloadSSLCertificateCommon for more information on using the DownloadSSLCertificateCommon API call, and error handling.

// Example sending a request using the DownloadSSLCertificateCommonRequest method.
req, resp := client.DownloadSSLCertificateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DownloadSSLCertificateCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadSSLCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DownloadSSLCertificateCommonWithContext is the same as DownloadSSLCertificateCommon with the addition of the ability to pass a context and additional request options.

See DownloadSSLCertificateCommon 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 (*RDSPOSTGRESQL) DownloadSSLCertificateRequest added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadSSLCertificateRequest(input *DownloadSSLCertificateInput) (req *request.Request, output *DownloadSSLCertificateOutput)

DownloadSSLCertificateRequest generates a "volcengine/request.Request" representing the client's request for the DownloadSSLCertificate operation. The "output" return value will be populated with the DownloadSSLCertificateCommon request's response once the request completes successfully.

Use "Send" method on the returned DownloadSSLCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after DownloadSSLCertificateCommon Send returns without error.

See DownloadSSLCertificate for more information on using the DownloadSSLCertificate API call, and error handling.

// Example sending a request using the DownloadSSLCertificateRequest method.
req, resp := client.DownloadSSLCertificateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) DownloadSSLCertificateWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) DownloadSSLCertificateWithContext(ctx volcengine.Context, input *DownloadSSLCertificateInput, opts ...request.Option) (*DownloadSSLCertificateOutput, error)

DownloadSSLCertificateWithContext is the same as DownloadSSLCertificate with the addition of the ability to pass a context and additional request options.

See DownloadSSLCertificate 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 (c *RDSPOSTGRESQL) GetBackupDownloadLink(input *GetBackupDownloadLinkInput) (*GetBackupDownloadLinkOutput, error)

GetBackupDownloadLink API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation GetBackupDownloadLink for usage and error information.

func (*RDSPOSTGRESQL) GetBackupDownloadLinkCommon added in v1.1.53

func (c *RDSPOSTGRESQL) GetBackupDownloadLinkCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetBackupDownloadLinkCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation GetBackupDownloadLinkCommon for usage and error information.

func (*RDSPOSTGRESQL) GetBackupDownloadLinkCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) GetBackupDownloadLinkCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetBackupDownloadLinkCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetBackupDownloadLinkCommon operation. The "output" return value will be populated with the GetBackupDownloadLinkCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBackupDownloadLinkCommon Request to send the API call to the service. the "output" return value is not valid until after GetBackupDownloadLinkCommon Send returns without error.

See GetBackupDownloadLinkCommon for more information on using the GetBackupDownloadLinkCommon API call, and error handling.

// Example sending a request using the GetBackupDownloadLinkCommonRequest method.
req, resp := client.GetBackupDownloadLinkCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) GetBackupDownloadLinkCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) GetBackupDownloadLinkCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetBackupDownloadLinkCommonWithContext is the same as GetBackupDownloadLinkCommon with the addition of the ability to pass a context and additional request options.

See GetBackupDownloadLinkCommon 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 (*RDSPOSTGRESQL) GetBackupDownloadLinkRequest added in v1.1.53

func (c *RDSPOSTGRESQL) GetBackupDownloadLinkRequest(input *GetBackupDownloadLinkInput) (req *request.Request, output *GetBackupDownloadLinkOutput)

GetBackupDownloadLinkRequest generates a "volcengine/request.Request" representing the client's request for the GetBackupDownloadLink operation. The "output" return value will be populated with the GetBackupDownloadLinkCommon request's response once the request completes successfully.

Use "Send" method on the returned GetBackupDownloadLinkCommon Request to send the API call to the service. the "output" return value is not valid until after GetBackupDownloadLinkCommon Send returns without error.

See GetBackupDownloadLink for more information on using the GetBackupDownloadLink API call, and error handling.

// Example sending a request using the GetBackupDownloadLinkRequest method.
req, resp := client.GetBackupDownloadLinkRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) GetBackupDownloadLinkWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) GetBackupDownloadLinkWithContext(ctx volcengine.Context, input *GetBackupDownloadLinkInput, opts ...request.Option) (*GetBackupDownloadLinkOutput, error)

GetBackupDownloadLinkWithContext is the same as GetBackupDownloadLink with the addition of the ability to pass a context and additional request options.

See GetBackupDownloadLink 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 (*RDSPOSTGRESQL) ListParameterTemplates added in v1.1.53

func (c *RDSPOSTGRESQL) ListParameterTemplates(input *ListParameterTemplatesInput) (*ListParameterTemplatesOutput, error)

ListParameterTemplates API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ListParameterTemplates for usage and error information.

func (*RDSPOSTGRESQL) ListParameterTemplatesCommon added in v1.1.53

func (c *RDSPOSTGRESQL) ListParameterTemplatesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListParameterTemplatesCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ListParameterTemplatesCommon for usage and error information.

func (*RDSPOSTGRESQL) ListParameterTemplatesCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ListParameterTemplatesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListParameterTemplatesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListParameterTemplatesCommon operation. The "output" return value will be populated with the ListParameterTemplatesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListParameterTemplatesCommon Request to send the API call to the service. the "output" return value is not valid until after ListParameterTemplatesCommon Send returns without error.

See ListParameterTemplatesCommon for more information on using the ListParameterTemplatesCommon API call, and error handling.

// Example sending a request using the ListParameterTemplatesCommonRequest method.
req, resp := client.ListParameterTemplatesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ListParameterTemplatesCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ListParameterTemplatesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListParameterTemplatesCommonWithContext is the same as ListParameterTemplatesCommon with the addition of the ability to pass a context and additional request options.

See ListParameterTemplatesCommon 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 (*RDSPOSTGRESQL) ListParameterTemplatesRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ListParameterTemplatesRequest(input *ListParameterTemplatesInput) (req *request.Request, output *ListParameterTemplatesOutput)

ListParameterTemplatesRequest generates a "volcengine/request.Request" representing the client's request for the ListParameterTemplates operation. The "output" return value will be populated with the ListParameterTemplatesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListParameterTemplatesCommon Request to send the API call to the service. the "output" return value is not valid until after ListParameterTemplatesCommon Send returns without error.

See ListParameterTemplates for more information on using the ListParameterTemplates API call, and error handling.

// Example sending a request using the ListParameterTemplatesRequest method.
req, resp := client.ListParameterTemplatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ListParameterTemplatesWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ListParameterTemplatesWithContext(ctx volcengine.Context, input *ListParameterTemplatesInput, opts ...request.Option) (*ListParameterTemplatesOutput, error)

ListParameterTemplatesWithContext is the same as ListParameterTemplates with the addition of the ability to pass a context and additional request options.

See ListParameterTemplates 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 (*RDSPOSTGRESQL) ModifyAllowList

func (c *RDSPOSTGRESQL) ModifyAllowList(input *ModifyAllowListInput) (*ModifyAllowListOutput, error)

ModifyAllowList API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyAllowList for usage and error information.

func (*RDSPOSTGRESQL) ModifyAllowListCommon

func (c *RDSPOSTGRESQL) ModifyAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyAllowListCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyAllowListCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyAllowListCommonRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) ModifyAllowListCommonWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) ModifyAllowListRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) ModifyAllowListWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) ModifyBackupPolicy

func (c *RDSPOSTGRESQL) ModifyBackupPolicy(input *ModifyBackupPolicyInput) (*ModifyBackupPolicyOutput, error)

ModifyBackupPolicy API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyBackupPolicy for usage and error information.

func (*RDSPOSTGRESQL) ModifyBackupPolicyCommon

func (c *RDSPOSTGRESQL) ModifyBackupPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyBackupPolicyCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyBackupPolicyCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyBackupPolicyCommonRequest

func (c *RDSPOSTGRESQL) ModifyBackupPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyBackupPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyBackupPolicyCommon operation. The "output" return value will be populated with the ModifyBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyBackupPolicyCommon Send returns without error.

See ModifyBackupPolicyCommon for more information on using the ModifyBackupPolicyCommon API call, and error handling.

// Example sending a request using the ModifyBackupPolicyCommonRequest method.
req, resp := client.ModifyBackupPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyBackupPolicyCommonWithContext

func (c *RDSPOSTGRESQL) ModifyBackupPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyBackupPolicyCommonWithContext is the same as ModifyBackupPolicyCommon with the addition of the ability to pass a context and additional request options.

See ModifyBackupPolicyCommon 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 (*RDSPOSTGRESQL) ModifyBackupPolicyRequest

func (c *RDSPOSTGRESQL) ModifyBackupPolicyRequest(input *ModifyBackupPolicyInput) (req *request.Request, output *ModifyBackupPolicyOutput)

ModifyBackupPolicyRequest generates a "volcengine/request.Request" representing the client's request for the ModifyBackupPolicy operation. The "output" return value will be populated with the ModifyBackupPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyBackupPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyBackupPolicyCommon Send returns without error.

See ModifyBackupPolicy for more information on using the ModifyBackupPolicy API call, and error handling.

// Example sending a request using the ModifyBackupPolicyRequest method.
req, resp := client.ModifyBackupPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyBackupPolicyWithContext

func (c *RDSPOSTGRESQL) ModifyBackupPolicyWithContext(ctx volcengine.Context, input *ModifyBackupPolicyInput, opts ...request.Option) (*ModifyBackupPolicyOutput, error)

ModifyBackupPolicyWithContext is the same as ModifyBackupPolicy with the addition of the ability to pass a context and additional request options.

See ModifyBackupPolicy 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 (*RDSPOSTGRESQL) ModifyDBAccountPrivilege

func (c *RDSPOSTGRESQL) ModifyDBAccountPrivilege(input *ModifyDBAccountPrivilegeInput) (*ModifyDBAccountPrivilegeOutput, error)

ModifyDBAccountPrivilege API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBAccountPrivilege for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBAccountPrivilegeCommon

func (c *RDSPOSTGRESQL) ModifyDBAccountPrivilegeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBAccountPrivilegeCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBAccountPrivilegeCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBAccountPrivilegeCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBAccountPrivilegeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBAccountPrivilegeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBAccountPrivilegeCommon operation. The "output" return value will be populated with the ModifyDBAccountPrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBAccountPrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBAccountPrivilegeCommon Send returns without error.

See ModifyDBAccountPrivilegeCommon for more information on using the ModifyDBAccountPrivilegeCommon API call, and error handling.

// Example sending a request using the ModifyDBAccountPrivilegeCommonRequest method.
req, resp := client.ModifyDBAccountPrivilegeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBAccountPrivilegeCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBAccountPrivilegeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBAccountPrivilegeCommonWithContext is the same as ModifyDBAccountPrivilegeCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBAccountPrivilegeCommon 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 (*RDSPOSTGRESQL) ModifyDBAccountPrivilegeRequest

func (c *RDSPOSTGRESQL) ModifyDBAccountPrivilegeRequest(input *ModifyDBAccountPrivilegeInput) (req *request.Request, output *ModifyDBAccountPrivilegeOutput)

ModifyDBAccountPrivilegeRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBAccountPrivilege operation. The "output" return value will be populated with the ModifyDBAccountPrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBAccountPrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBAccountPrivilegeCommon Send returns without error.

See ModifyDBAccountPrivilege for more information on using the ModifyDBAccountPrivilege API call, and error handling.

// Example sending a request using the ModifyDBAccountPrivilegeRequest method.
req, resp := client.ModifyDBAccountPrivilegeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBAccountPrivilegeWithContext

func (c *RDSPOSTGRESQL) ModifyDBAccountPrivilegeWithContext(ctx volcengine.Context, input *ModifyDBAccountPrivilegeInput, opts ...request.Option) (*ModifyDBAccountPrivilegeOutput, error)

ModifyDBAccountPrivilegeWithContext is the same as ModifyDBAccountPrivilege with the addition of the ability to pass a context and additional request options.

See ModifyDBAccountPrivilege 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 (*RDSPOSTGRESQL) ModifyDBEndpointAddress

func (c *RDSPOSTGRESQL) ModifyDBEndpointAddress(input *ModifyDBEndpointAddressInput) (*ModifyDBEndpointAddressOutput, error)

ModifyDBEndpointAddress API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointAddress for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointAddressCommon

func (c *RDSPOSTGRESQL) ModifyDBEndpointAddressCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBEndpointAddressCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointAddressCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointAddressCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointAddressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBEndpointAddressCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointAddressCommon operation. The "output" return value will be populated with the ModifyDBEndpointAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointAddressCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointAddressCommon Send returns without error.

See ModifyDBEndpointAddressCommon for more information on using the ModifyDBEndpointAddressCommon API call, and error handling.

// Example sending a request using the ModifyDBEndpointAddressCommonRequest method.
req, resp := client.ModifyDBEndpointAddressCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointAddressCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointAddressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBEndpointAddressCommonWithContext is the same as ModifyDBEndpointAddressCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointAddressCommon 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 (*RDSPOSTGRESQL) ModifyDBEndpointAddressRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointAddressRequest(input *ModifyDBEndpointAddressInput) (req *request.Request, output *ModifyDBEndpointAddressOutput)

ModifyDBEndpointAddressRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointAddress operation. The "output" return value will be populated with the ModifyDBEndpointAddressCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointAddressCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointAddressCommon Send returns without error.

See ModifyDBEndpointAddress for more information on using the ModifyDBEndpointAddress API call, and error handling.

// Example sending a request using the ModifyDBEndpointAddressRequest method.
req, resp := client.ModifyDBEndpointAddressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointAddressWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointAddressWithContext(ctx volcengine.Context, input *ModifyDBEndpointAddressInput, opts ...request.Option) (*ModifyDBEndpointAddressOutput, error)

ModifyDBEndpointAddressWithContext is the same as ModifyDBEndpointAddress with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointAddress 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 (*RDSPOSTGRESQL) ModifyDBEndpointDNS

func (c *RDSPOSTGRESQL) ModifyDBEndpointDNS(input *ModifyDBEndpointDNSInput) (*ModifyDBEndpointDNSOutput, error)

ModifyDBEndpointDNS API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointDNS for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointDNSCommon

func (c *RDSPOSTGRESQL) ModifyDBEndpointDNSCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBEndpointDNSCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointDNSCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointDNSCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointDNSCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBEndpointDNSCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointDNSCommon operation. The "output" return value will be populated with the ModifyDBEndpointDNSCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointDNSCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointDNSCommon Send returns without error.

See ModifyDBEndpointDNSCommon for more information on using the ModifyDBEndpointDNSCommon API call, and error handling.

// Example sending a request using the ModifyDBEndpointDNSCommonRequest method.
req, resp := client.ModifyDBEndpointDNSCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointDNSCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointDNSCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBEndpointDNSCommonWithContext is the same as ModifyDBEndpointDNSCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointDNSCommon 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 (*RDSPOSTGRESQL) ModifyDBEndpointDNSRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointDNSRequest(input *ModifyDBEndpointDNSInput) (req *request.Request, output *ModifyDBEndpointDNSOutput)

ModifyDBEndpointDNSRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointDNS operation. The "output" return value will be populated with the ModifyDBEndpointDNSCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointDNSCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointDNSCommon Send returns without error.

See ModifyDBEndpointDNS for more information on using the ModifyDBEndpointDNS API call, and error handling.

// Example sending a request using the ModifyDBEndpointDNSRequest method.
req, resp := client.ModifyDBEndpointDNSRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointDNSWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointDNSWithContext(ctx volcengine.Context, input *ModifyDBEndpointDNSInput, opts ...request.Option) (*ModifyDBEndpointDNSOutput, error)

ModifyDBEndpointDNSWithContext is the same as ModifyDBEndpointDNS with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointDNS 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 (*RDSPOSTGRESQL) ModifyDBEndpointName

func (c *RDSPOSTGRESQL) ModifyDBEndpointName(input *ModifyDBEndpointNameInput) (*ModifyDBEndpointNameOutput, error)

ModifyDBEndpointName API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointName for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointNameCommon

func (c *RDSPOSTGRESQL) ModifyDBEndpointNameCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBEndpointNameCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointNameCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointNameCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointNameCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBEndpointNameCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointNameCommon operation. The "output" return value will be populated with the ModifyDBEndpointNameCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointNameCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointNameCommon Send returns without error.

See ModifyDBEndpointNameCommon for more information on using the ModifyDBEndpointNameCommon API call, and error handling.

// Example sending a request using the ModifyDBEndpointNameCommonRequest method.
req, resp := client.ModifyDBEndpointNameCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointNameCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointNameCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBEndpointNameCommonWithContext is the same as ModifyDBEndpointNameCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointNameCommon 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 (*RDSPOSTGRESQL) ModifyDBEndpointNameRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointNameRequest(input *ModifyDBEndpointNameInput) (req *request.Request, output *ModifyDBEndpointNameOutput)

ModifyDBEndpointNameRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointName operation. The "output" return value will be populated with the ModifyDBEndpointNameCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointNameCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointNameCommon Send returns without error.

See ModifyDBEndpointName for more information on using the ModifyDBEndpointName API call, and error handling.

// Example sending a request using the ModifyDBEndpointNameRequest method.
req, resp := client.ModifyDBEndpointNameRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointNameWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointNameWithContext(ctx volcengine.Context, input *ModifyDBEndpointNameInput, opts ...request.Option) (*ModifyDBEndpointNameOutput, error)

ModifyDBEndpointNameWithContext is the same as ModifyDBEndpointName with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointName 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 (*RDSPOSTGRESQL) ModifyDBEndpointProxyConfig added in v1.1.53

ModifyDBEndpointProxyConfig API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointProxyConfig for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointProxyConfigCommon added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBEndpointProxyConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBEndpointProxyConfigCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointProxyConfigCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointProxyConfigCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBEndpointProxyConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBEndpointProxyConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointProxyConfigCommon operation. The "output" return value will be populated with the ModifyDBEndpointProxyConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointProxyConfigCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointProxyConfigCommon Send returns without error.

See ModifyDBEndpointProxyConfigCommon for more information on using the ModifyDBEndpointProxyConfigCommon API call, and error handling.

// Example sending a request using the ModifyDBEndpointProxyConfigCommonRequest method.
req, resp := client.ModifyDBEndpointProxyConfigCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointProxyConfigCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBEndpointProxyConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBEndpointProxyConfigCommonWithContext is the same as ModifyDBEndpointProxyConfigCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointProxyConfigCommon 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 (*RDSPOSTGRESQL) ModifyDBEndpointProxyConfigRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBEndpointProxyConfigRequest(input *ModifyDBEndpointProxyConfigInput) (req *request.Request, output *ModifyDBEndpointProxyConfigOutput)

ModifyDBEndpointProxyConfigRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointProxyConfig operation. The "output" return value will be populated with the ModifyDBEndpointProxyConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointProxyConfigCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointProxyConfigCommon Send returns without error.

See ModifyDBEndpointProxyConfig for more information on using the ModifyDBEndpointProxyConfig API call, and error handling.

// Example sending a request using the ModifyDBEndpointProxyConfigRequest method.
req, resp := client.ModifyDBEndpointProxyConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointProxyConfigWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBEndpointProxyConfigWithContext(ctx volcengine.Context, input *ModifyDBEndpointProxyConfigInput, opts ...request.Option) (*ModifyDBEndpointProxyConfigOutput, error)

ModifyDBEndpointProxyConfigWithContext is the same as ModifyDBEndpointProxyConfig with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointProxyConfig 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 (*RDSPOSTGRESQL) ModifyDBEndpointReadWeight

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWeight(input *ModifyDBEndpointReadWeightInput) (*ModifyDBEndpointReadWeightOutput, error)

ModifyDBEndpointReadWeight API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointReadWeight for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWeightCommon

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWeightCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBEndpointReadWeightCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointReadWeightCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWeightCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWeightCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBEndpointReadWeightCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointReadWeightCommon operation. The "output" return value will be populated with the ModifyDBEndpointReadWeightCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointReadWeightCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointReadWeightCommon Send returns without error.

See ModifyDBEndpointReadWeightCommon for more information on using the ModifyDBEndpointReadWeightCommon API call, and error handling.

// Example sending a request using the ModifyDBEndpointReadWeightCommonRequest method.
req, resp := client.ModifyDBEndpointReadWeightCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWeightCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWeightCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBEndpointReadWeightCommonWithContext is the same as ModifyDBEndpointReadWeightCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointReadWeightCommon 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 (*RDSPOSTGRESQL) ModifyDBEndpointReadWeightRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWeightRequest(input *ModifyDBEndpointReadWeightInput) (req *request.Request, output *ModifyDBEndpointReadWeightOutput)

ModifyDBEndpointReadWeightRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointReadWeight operation. The "output" return value will be populated with the ModifyDBEndpointReadWeightCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointReadWeightCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointReadWeightCommon Send returns without error.

See ModifyDBEndpointReadWeight for more information on using the ModifyDBEndpointReadWeight API call, and error handling.

// Example sending a request using the ModifyDBEndpointReadWeightRequest method.
req, resp := client.ModifyDBEndpointReadWeightRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWeightWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWeightWithContext(ctx volcengine.Context, input *ModifyDBEndpointReadWeightInput, opts ...request.Option) (*ModifyDBEndpointReadWeightOutput, error)

ModifyDBEndpointReadWeightWithContext is the same as ModifyDBEndpointReadWeight with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointReadWeight 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 (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteDelayThreshold

ModifyDBEndpointReadWriteDelayThreshold API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointReadWriteDelayThreshold for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteDelayThresholdCommon

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWriteDelayThresholdCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBEndpointReadWriteDelayThresholdCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointReadWriteDelayThresholdCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteDelayThresholdCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWriteDelayThresholdCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBEndpointReadWriteDelayThresholdCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointReadWriteDelayThresholdCommon operation. The "output" return value will be populated with the ModifyDBEndpointReadWriteDelayThresholdCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointReadWriteDelayThresholdCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointReadWriteDelayThresholdCommon Send returns without error.

See ModifyDBEndpointReadWriteDelayThresholdCommon for more information on using the ModifyDBEndpointReadWriteDelayThresholdCommon API call, and error handling.

// Example sending a request using the ModifyDBEndpointReadWriteDelayThresholdCommonRequest method.
req, resp := client.ModifyDBEndpointReadWriteDelayThresholdCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteDelayThresholdCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWriteDelayThresholdCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBEndpointReadWriteDelayThresholdCommonWithContext is the same as ModifyDBEndpointReadWriteDelayThresholdCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointReadWriteDelayThresholdCommon 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 (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteDelayThresholdRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWriteDelayThresholdRequest(input *ModifyDBEndpointReadWriteDelayThresholdInput) (req *request.Request, output *ModifyDBEndpointReadWriteDelayThresholdOutput)

ModifyDBEndpointReadWriteDelayThresholdRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointReadWriteDelayThreshold operation. The "output" return value will be populated with the ModifyDBEndpointReadWriteDelayThresholdCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointReadWriteDelayThresholdCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointReadWriteDelayThresholdCommon Send returns without error.

See ModifyDBEndpointReadWriteDelayThreshold for more information on using the ModifyDBEndpointReadWriteDelayThreshold API call, and error handling.

// Example sending a request using the ModifyDBEndpointReadWriteDelayThresholdRequest method.
req, resp := client.ModifyDBEndpointReadWriteDelayThresholdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteDelayThresholdWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWriteDelayThresholdWithContext(ctx volcengine.Context, input *ModifyDBEndpointReadWriteDelayThresholdInput, opts ...request.Option) (*ModifyDBEndpointReadWriteDelayThresholdOutput, error)

ModifyDBEndpointReadWriteDelayThresholdWithContext is the same as ModifyDBEndpointReadWriteDelayThreshold with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointReadWriteDelayThreshold 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 (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteFlag

ModifyDBEndpointReadWriteFlag API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointReadWriteFlag for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteFlagCommon

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWriteFlagCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBEndpointReadWriteFlagCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBEndpointReadWriteFlagCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteFlagCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWriteFlagCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBEndpointReadWriteFlagCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointReadWriteFlagCommon operation. The "output" return value will be populated with the ModifyDBEndpointReadWriteFlagCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointReadWriteFlagCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointReadWriteFlagCommon Send returns without error.

See ModifyDBEndpointReadWriteFlagCommon for more information on using the ModifyDBEndpointReadWriteFlagCommon API call, and error handling.

// Example sending a request using the ModifyDBEndpointReadWriteFlagCommonRequest method.
req, resp := client.ModifyDBEndpointReadWriteFlagCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteFlagCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWriteFlagCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBEndpointReadWriteFlagCommonWithContext is the same as ModifyDBEndpointReadWriteFlagCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointReadWriteFlagCommon 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 (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteFlagRequest

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWriteFlagRequest(input *ModifyDBEndpointReadWriteFlagInput) (req *request.Request, output *ModifyDBEndpointReadWriteFlagOutput)

ModifyDBEndpointReadWriteFlagRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBEndpointReadWriteFlag operation. The "output" return value will be populated with the ModifyDBEndpointReadWriteFlagCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBEndpointReadWriteFlagCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBEndpointReadWriteFlagCommon Send returns without error.

See ModifyDBEndpointReadWriteFlag for more information on using the ModifyDBEndpointReadWriteFlag API call, and error handling.

// Example sending a request using the ModifyDBEndpointReadWriteFlagRequest method.
req, resp := client.ModifyDBEndpointReadWriteFlagRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBEndpointReadWriteFlagWithContext

func (c *RDSPOSTGRESQL) ModifyDBEndpointReadWriteFlagWithContext(ctx volcengine.Context, input *ModifyDBEndpointReadWriteFlagInput, opts ...request.Option) (*ModifyDBEndpointReadWriteFlagOutput, error)

ModifyDBEndpointReadWriteFlagWithContext is the same as ModifyDBEndpointReadWriteFlag with the addition of the ability to pass a context and additional request options.

See ModifyDBEndpointReadWriteFlag 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 (*RDSPOSTGRESQL) ModifyDBInstanceAvailabilityZone

ModifyDBInstanceAvailabilityZone API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceAvailabilityZone for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceAvailabilityZoneCommon

func (c *RDSPOSTGRESQL) ModifyDBInstanceAvailabilityZoneCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceAvailabilityZoneCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceAvailabilityZoneCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceAvailabilityZoneCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceAvailabilityZoneCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceAvailabilityZoneCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceAvailabilityZoneCommon operation. The "output" return value will be populated with the ModifyDBInstanceAvailabilityZoneCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceAvailabilityZoneCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceAvailabilityZoneCommon Send returns without error.

See ModifyDBInstanceAvailabilityZoneCommon for more information on using the ModifyDBInstanceAvailabilityZoneCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceAvailabilityZoneCommonRequest method.
req, resp := client.ModifyDBInstanceAvailabilityZoneCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceAvailabilityZoneCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceAvailabilityZoneCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceAvailabilityZoneCommonWithContext is the same as ModifyDBInstanceAvailabilityZoneCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceAvailabilityZoneCommon 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 (*RDSPOSTGRESQL) ModifyDBInstanceAvailabilityZoneRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceAvailabilityZoneRequest(input *ModifyDBInstanceAvailabilityZoneInput) (req *request.Request, output *ModifyDBInstanceAvailabilityZoneOutput)

ModifyDBInstanceAvailabilityZoneRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceAvailabilityZone operation. The "output" return value will be populated with the ModifyDBInstanceAvailabilityZoneCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceAvailabilityZoneCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceAvailabilityZoneCommon Send returns without error.

See ModifyDBInstanceAvailabilityZone for more information on using the ModifyDBInstanceAvailabilityZone API call, and error handling.

// Example sending a request using the ModifyDBInstanceAvailabilityZoneRequest method.
req, resp := client.ModifyDBInstanceAvailabilityZoneRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceAvailabilityZoneWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceAvailabilityZoneWithContext(ctx volcengine.Context, input *ModifyDBInstanceAvailabilityZoneInput, opts ...request.Option) (*ModifyDBInstanceAvailabilityZoneOutput, error)

ModifyDBInstanceAvailabilityZoneWithContext is the same as ModifyDBInstanceAvailabilityZone with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceAvailabilityZone 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 (*RDSPOSTGRESQL) ModifyDBInstanceChargeType

func (c *RDSPOSTGRESQL) ModifyDBInstanceChargeType(input *ModifyDBInstanceChargeTypeInput) (*ModifyDBInstanceChargeTypeOutput, error)

ModifyDBInstanceChargeType API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceChargeType for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceChargeTypeCommon

func (c *RDSPOSTGRESQL) ModifyDBInstanceChargeTypeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceChargeTypeCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceChargeTypeCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceChargeTypeCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceChargeTypeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceChargeTypeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceChargeTypeCommon operation. The "output" return value will be populated with the ModifyDBInstanceChargeTypeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceChargeTypeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceChargeTypeCommon Send returns without error.

See ModifyDBInstanceChargeTypeCommon for more information on using the ModifyDBInstanceChargeTypeCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceChargeTypeCommonRequest method.
req, resp := client.ModifyDBInstanceChargeTypeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceChargeTypeCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceChargeTypeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceChargeTypeCommonWithContext is the same as ModifyDBInstanceChargeTypeCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceChargeTypeCommon 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 (*RDSPOSTGRESQL) ModifyDBInstanceChargeTypeRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceChargeTypeRequest(input *ModifyDBInstanceChargeTypeInput) (req *request.Request, output *ModifyDBInstanceChargeTypeOutput)

ModifyDBInstanceChargeTypeRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceChargeType operation. The "output" return value will be populated with the ModifyDBInstanceChargeTypeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceChargeTypeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceChargeTypeCommon Send returns without error.

See ModifyDBInstanceChargeType for more information on using the ModifyDBInstanceChargeType API call, and error handling.

// Example sending a request using the ModifyDBInstanceChargeTypeRequest method.
req, resp := client.ModifyDBInstanceChargeTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceChargeTypeWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceChargeTypeWithContext(ctx volcengine.Context, input *ModifyDBInstanceChargeTypeInput, opts ...request.Option) (*ModifyDBInstanceChargeTypeOutput, error)

ModifyDBInstanceChargeTypeWithContext is the same as ModifyDBInstanceChargeType with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceChargeType 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 (*RDSPOSTGRESQL) ModifyDBInstanceConfig

func (c *RDSPOSTGRESQL) ModifyDBInstanceConfig(input *ModifyDBInstanceConfigInput) (*ModifyDBInstanceConfigOutput, error)

ModifyDBInstanceConfig API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceConfig for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceConfigCommon

func (c *RDSPOSTGRESQL) ModifyDBInstanceConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceConfigCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceConfigCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceConfigCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceConfigCommon operation. The "output" return value will be populated with the ModifyDBInstanceConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceConfigCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceConfigCommon Send returns without error.

See ModifyDBInstanceConfigCommon for more information on using the ModifyDBInstanceConfigCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceConfigCommonRequest method.
req, resp := client.ModifyDBInstanceConfigCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceConfigCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceConfigCommonWithContext is the same as ModifyDBInstanceConfigCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceConfigCommon 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 (*RDSPOSTGRESQL) ModifyDBInstanceConfigRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceConfigRequest(input *ModifyDBInstanceConfigInput) (req *request.Request, output *ModifyDBInstanceConfigOutput)

ModifyDBInstanceConfigRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceConfig operation. The "output" return value will be populated with the ModifyDBInstanceConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceConfigCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceConfigCommon Send returns without error.

See ModifyDBInstanceConfig for more information on using the ModifyDBInstanceConfig API call, and error handling.

// Example sending a request using the ModifyDBInstanceConfigRequest method.
req, resp := client.ModifyDBInstanceConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceConfigWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceConfigWithContext(ctx volcengine.Context, input *ModifyDBInstanceConfigInput, opts ...request.Option) (*ModifyDBInstanceConfigOutput, error)

ModifyDBInstanceConfigWithContext is the same as ModifyDBInstanceConfig with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceConfig 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 (*RDSPOSTGRESQL) ModifyDBInstanceMaintenanceWindow added in v1.1.53

ModifyDBInstanceMaintenanceWindow API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceMaintenanceWindow for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceMaintenanceWindowCommon added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBInstanceMaintenanceWindowCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceMaintenanceWindowCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceMaintenanceWindowCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceMaintenanceWindowCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBInstanceMaintenanceWindowCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceMaintenanceWindowCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceMaintenanceWindowCommon operation. The "output" return value will be populated with the ModifyDBInstanceMaintenanceWindowCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceMaintenanceWindowCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceMaintenanceWindowCommon Send returns without error.

See ModifyDBInstanceMaintenanceWindowCommon for more information on using the ModifyDBInstanceMaintenanceWindowCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceMaintenanceWindowCommonRequest method.
req, resp := client.ModifyDBInstanceMaintenanceWindowCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceMaintenanceWindowCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBInstanceMaintenanceWindowCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceMaintenanceWindowCommonWithContext is the same as ModifyDBInstanceMaintenanceWindowCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceMaintenanceWindowCommon 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 (*RDSPOSTGRESQL) ModifyDBInstanceMaintenanceWindowRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBInstanceMaintenanceWindowRequest(input *ModifyDBInstanceMaintenanceWindowInput) (req *request.Request, output *ModifyDBInstanceMaintenanceWindowOutput)

ModifyDBInstanceMaintenanceWindowRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceMaintenanceWindow operation. The "output" return value will be populated with the ModifyDBInstanceMaintenanceWindowCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceMaintenanceWindowCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceMaintenanceWindowCommon Send returns without error.

See ModifyDBInstanceMaintenanceWindow for more information on using the ModifyDBInstanceMaintenanceWindow API call, and error handling.

// Example sending a request using the ModifyDBInstanceMaintenanceWindowRequest method.
req, resp := client.ModifyDBInstanceMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceMaintenanceWindowWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBInstanceMaintenanceWindowWithContext(ctx volcengine.Context, input *ModifyDBInstanceMaintenanceWindowInput, opts ...request.Option) (*ModifyDBInstanceMaintenanceWindowOutput, error)

ModifyDBInstanceMaintenanceWindowWithContext is the same as ModifyDBInstanceMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceMaintenanceWindow 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 (*RDSPOSTGRESQL) ModifyDBInstanceName

func (c *RDSPOSTGRESQL) ModifyDBInstanceName(input *ModifyDBInstanceNameInput) (*ModifyDBInstanceNameOutput, error)

ModifyDBInstanceName API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceName for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceNameCommon

func (c *RDSPOSTGRESQL) ModifyDBInstanceNameCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceNameCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceNameCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceNameCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceNameCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceNameCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceNameCommon operation. The "output" return value will be populated with the ModifyDBInstanceNameCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceNameCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceNameCommon Send returns without error.

See ModifyDBInstanceNameCommon for more information on using the ModifyDBInstanceNameCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceNameCommonRequest method.
req, resp := client.ModifyDBInstanceNameCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceNameCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceNameCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceNameCommonWithContext is the same as ModifyDBInstanceNameCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceNameCommon 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 (*RDSPOSTGRESQL) ModifyDBInstanceNameRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceNameRequest(input *ModifyDBInstanceNameInput) (req *request.Request, output *ModifyDBInstanceNameOutput)

ModifyDBInstanceNameRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceName operation. The "output" return value will be populated with the ModifyDBInstanceNameCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceNameCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceNameCommon Send returns without error.

See ModifyDBInstanceName for more information on using the ModifyDBInstanceName API call, and error handling.

// Example sending a request using the ModifyDBInstanceNameRequest method.
req, resp := client.ModifyDBInstanceNameRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceNameWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceNameWithContext(ctx volcengine.Context, input *ModifyDBInstanceNameInput, opts ...request.Option) (*ModifyDBInstanceNameOutput, error)

ModifyDBInstanceNameWithContext is the same as ModifyDBInstanceName with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceName 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 (*RDSPOSTGRESQL) ModifyDBInstanceParameters

func (c *RDSPOSTGRESQL) ModifyDBInstanceParameters(input *ModifyDBInstanceParametersInput) (*ModifyDBInstanceParametersOutput, error)

ModifyDBInstanceParameters API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceParameters for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceParametersCommon

func (c *RDSPOSTGRESQL) ModifyDBInstanceParametersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceParametersCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceParametersCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceParametersCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceParametersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceParametersCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceParametersCommon operation. The "output" return value will be populated with the ModifyDBInstanceParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceParametersCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceParametersCommon Send returns without error.

See ModifyDBInstanceParametersCommon for more information on using the ModifyDBInstanceParametersCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceParametersCommonRequest method.
req, resp := client.ModifyDBInstanceParametersCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceParametersCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceParametersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceParametersCommonWithContext is the same as ModifyDBInstanceParametersCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceParametersCommon 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 (*RDSPOSTGRESQL) ModifyDBInstanceParametersRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceParametersRequest(input *ModifyDBInstanceParametersInput) (req *request.Request, output *ModifyDBInstanceParametersOutput)

ModifyDBInstanceParametersRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceParameters operation. The "output" return value will be populated with the ModifyDBInstanceParametersCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceParametersCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceParametersCommon Send returns without error.

See ModifyDBInstanceParameters for more information on using the ModifyDBInstanceParameters API call, and error handling.

// Example sending a request using the ModifyDBInstanceParametersRequest method.
req, resp := client.ModifyDBInstanceParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceParametersWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceParametersWithContext(ctx volcengine.Context, input *ModifyDBInstanceParametersInput, opts ...request.Option) (*ModifyDBInstanceParametersOutput, error)

ModifyDBInstanceParametersWithContext is the same as ModifyDBInstanceParameters with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceParameters 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 (*RDSPOSTGRESQL) ModifyDBInstanceSSL added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBInstanceSSL(input *ModifyDBInstanceSSLInput) (*ModifyDBInstanceSSLOutput, error)

ModifyDBInstanceSSL API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceSSL for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceSSLCommon added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBInstanceSSLCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceSSLCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceSSLCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceSSLCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBInstanceSSLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceSSLCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceSSLCommon operation. The "output" return value will be populated with the ModifyDBInstanceSSLCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceSSLCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceSSLCommon Send returns without error.

See ModifyDBInstanceSSLCommon for more information on using the ModifyDBInstanceSSLCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceSSLCommonRequest method.
req, resp := client.ModifyDBInstanceSSLCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceSSLCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBInstanceSSLCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceSSLCommonWithContext is the same as ModifyDBInstanceSSLCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceSSLCommon 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 (*RDSPOSTGRESQL) ModifyDBInstanceSSLRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBInstanceSSLRequest(input *ModifyDBInstanceSSLInput) (req *request.Request, output *ModifyDBInstanceSSLOutput)

ModifyDBInstanceSSLRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceSSL operation. The "output" return value will be populated with the ModifyDBInstanceSSLCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceSSLCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceSSLCommon Send returns without error.

See ModifyDBInstanceSSL for more information on using the ModifyDBInstanceSSL API call, and error handling.

// Example sending a request using the ModifyDBInstanceSSLRequest method.
req, resp := client.ModifyDBInstanceSSLRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceSSLWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyDBInstanceSSLWithContext(ctx volcengine.Context, input *ModifyDBInstanceSSLInput, opts ...request.Option) (*ModifyDBInstanceSSLOutput, error)

ModifyDBInstanceSSLWithContext is the same as ModifyDBInstanceSSL with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceSSL 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 (*RDSPOSTGRESQL) ModifyDBInstanceSpec

func (c *RDSPOSTGRESQL) ModifyDBInstanceSpec(input *ModifyDBInstanceSpecInput) (*ModifyDBInstanceSpecOutput, error)

ModifyDBInstanceSpec API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceSpec for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceSpecCommon

func (c *RDSPOSTGRESQL) ModifyDBInstanceSpecCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceSpecCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDBInstanceSpecCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDBInstanceSpecCommonRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceSpecCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceSpecCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceSpecCommon operation. The "output" return value will be populated with the ModifyDBInstanceSpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceSpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceSpecCommon Send returns without error.

See ModifyDBInstanceSpecCommon for more information on using the ModifyDBInstanceSpecCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceSpecCommonRequest method.
req, resp := client.ModifyDBInstanceSpecCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceSpecCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceSpecCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceSpecCommonWithContext is the same as ModifyDBInstanceSpecCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceSpecCommon 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 (*RDSPOSTGRESQL) ModifyDBInstanceSpecRequest

func (c *RDSPOSTGRESQL) ModifyDBInstanceSpecRequest(input *ModifyDBInstanceSpecInput) (req *request.Request, output *ModifyDBInstanceSpecOutput)

ModifyDBInstanceSpecRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceSpec operation. The "output" return value will be populated with the ModifyDBInstanceSpecCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceSpecCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceSpecCommon Send returns without error.

See ModifyDBInstanceSpec for more information on using the ModifyDBInstanceSpec API call, and error handling.

// Example sending a request using the ModifyDBInstanceSpecRequest method.
req, resp := client.ModifyDBInstanceSpecRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDBInstanceSpecWithContext

func (c *RDSPOSTGRESQL) ModifyDBInstanceSpecWithContext(ctx volcengine.Context, input *ModifyDBInstanceSpecInput, opts ...request.Option) (*ModifyDBInstanceSpecOutput, error)

ModifyDBInstanceSpecWithContext is the same as ModifyDBInstanceSpec with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceSpec 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 (*RDSPOSTGRESQL) ModifyDatabaseOwner

func (c *RDSPOSTGRESQL) ModifyDatabaseOwner(input *ModifyDatabaseOwnerInput) (*ModifyDatabaseOwnerOutput, error)

ModifyDatabaseOwner API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDatabaseOwner for usage and error information.

func (*RDSPOSTGRESQL) ModifyDatabaseOwnerCommon

func (c *RDSPOSTGRESQL) ModifyDatabaseOwnerCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDatabaseOwnerCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyDatabaseOwnerCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyDatabaseOwnerCommonRequest

func (c *RDSPOSTGRESQL) ModifyDatabaseOwnerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDatabaseOwnerCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDatabaseOwnerCommon operation. The "output" return value will be populated with the ModifyDatabaseOwnerCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDatabaseOwnerCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDatabaseOwnerCommon Send returns without error.

See ModifyDatabaseOwnerCommon for more information on using the ModifyDatabaseOwnerCommon API call, and error handling.

// Example sending a request using the ModifyDatabaseOwnerCommonRequest method.
req, resp := client.ModifyDatabaseOwnerCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDatabaseOwnerCommonWithContext

func (c *RDSPOSTGRESQL) ModifyDatabaseOwnerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDatabaseOwnerCommonWithContext is the same as ModifyDatabaseOwnerCommon with the addition of the ability to pass a context and additional request options.

See ModifyDatabaseOwnerCommon 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 (*RDSPOSTGRESQL) ModifyDatabaseOwnerRequest

func (c *RDSPOSTGRESQL) ModifyDatabaseOwnerRequest(input *ModifyDatabaseOwnerInput) (req *request.Request, output *ModifyDatabaseOwnerOutput)

ModifyDatabaseOwnerRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDatabaseOwner operation. The "output" return value will be populated with the ModifyDatabaseOwnerCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDatabaseOwnerCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDatabaseOwnerCommon Send returns without error.

See ModifyDatabaseOwner for more information on using the ModifyDatabaseOwner API call, and error handling.

// Example sending a request using the ModifyDatabaseOwnerRequest method.
req, resp := client.ModifyDatabaseOwnerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyDatabaseOwnerWithContext

func (c *RDSPOSTGRESQL) ModifyDatabaseOwnerWithContext(ctx volcengine.Context, input *ModifyDatabaseOwnerInput, opts ...request.Option) (*ModifyDatabaseOwnerOutput, error)

ModifyDatabaseOwnerWithContext is the same as ModifyDatabaseOwner with the addition of the ability to pass a context and additional request options.

See ModifyDatabaseOwner 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 (*RDSPOSTGRESQL) ModifyParameterTemplate added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyParameterTemplate(input *ModifyParameterTemplateInput) (*ModifyParameterTemplateOutput, error)

ModifyParameterTemplate API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyParameterTemplate for usage and error information.

func (*RDSPOSTGRESQL) ModifyParameterTemplateCommon added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyParameterTemplateCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyParameterTemplateCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyParameterTemplateCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyParameterTemplateCommon operation. The "output" return value will be populated with the ModifyParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyParameterTemplateCommon Send returns without error.

See ModifyParameterTemplateCommon for more information on using the ModifyParameterTemplateCommon API call, and error handling.

// Example sending a request using the ModifyParameterTemplateCommonRequest method.
req, resp := client.ModifyParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyParameterTemplateCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyParameterTemplateCommonWithContext is the same as ModifyParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See ModifyParameterTemplateCommon 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 (*RDSPOSTGRESQL) ModifyParameterTemplateRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyParameterTemplateRequest(input *ModifyParameterTemplateInput) (req *request.Request, output *ModifyParameterTemplateOutput)

ModifyParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the ModifyParameterTemplate operation. The "output" return value will be populated with the ModifyParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyParameterTemplateCommon Send returns without error.

See ModifyParameterTemplate for more information on using the ModifyParameterTemplate API call, and error handling.

// Example sending a request using the ModifyParameterTemplateRequest method.
req, resp := client.ModifyParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyParameterTemplateWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyParameterTemplateWithContext(ctx volcengine.Context, input *ModifyParameterTemplateInput, opts ...request.Option) (*ModifyParameterTemplateOutput, error)

ModifyParameterTemplateWithContext is the same as ModifyParameterTemplate with the addition of the ability to pass a context and additional request options.

See ModifyParameterTemplate 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 (*RDSPOSTGRESQL) ModifyPlannedEventExecuteTime added in v1.1.53

ModifyPlannedEventExecuteTime API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyPlannedEventExecuteTime for usage and error information.

func (*RDSPOSTGRESQL) ModifyPlannedEventExecuteTimeCommon added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyPlannedEventExecuteTimeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyPlannedEventExecuteTimeCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyPlannedEventExecuteTimeCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyPlannedEventExecuteTimeCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyPlannedEventExecuteTimeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyPlannedEventExecuteTimeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPlannedEventExecuteTimeCommon operation. The "output" return value will be populated with the ModifyPlannedEventExecuteTimeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyPlannedEventExecuteTimeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPlannedEventExecuteTimeCommon Send returns without error.

See ModifyPlannedEventExecuteTimeCommon for more information on using the ModifyPlannedEventExecuteTimeCommon API call, and error handling.

// Example sending a request using the ModifyPlannedEventExecuteTimeCommonRequest method.
req, resp := client.ModifyPlannedEventExecuteTimeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyPlannedEventExecuteTimeCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyPlannedEventExecuteTimeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyPlannedEventExecuteTimeCommonWithContext is the same as ModifyPlannedEventExecuteTimeCommon with the addition of the ability to pass a context and additional request options.

See ModifyPlannedEventExecuteTimeCommon 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 (*RDSPOSTGRESQL) ModifyPlannedEventExecuteTimeRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyPlannedEventExecuteTimeRequest(input *ModifyPlannedEventExecuteTimeInput) (req *request.Request, output *ModifyPlannedEventExecuteTimeOutput)

ModifyPlannedEventExecuteTimeRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPlannedEventExecuteTime operation. The "output" return value will be populated with the ModifyPlannedEventExecuteTimeCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyPlannedEventExecuteTimeCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPlannedEventExecuteTimeCommon Send returns without error.

See ModifyPlannedEventExecuteTime for more information on using the ModifyPlannedEventExecuteTime API call, and error handling.

// Example sending a request using the ModifyPlannedEventExecuteTimeRequest method.
req, resp := client.ModifyPlannedEventExecuteTimeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyPlannedEventExecuteTimeWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyPlannedEventExecuteTimeWithContext(ctx volcengine.Context, input *ModifyPlannedEventExecuteTimeInput, opts ...request.Option) (*ModifyPlannedEventExecuteTimeOutput, error)

ModifyPlannedEventExecuteTimeWithContext is the same as ModifyPlannedEventExecuteTime with the addition of the ability to pass a context and additional request options.

See ModifyPlannedEventExecuteTime 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 (*RDSPOSTGRESQL) ModifySchemaOwner

func (c *RDSPOSTGRESQL) ModifySchemaOwner(input *ModifySchemaOwnerInput) (*ModifySchemaOwnerOutput, error)

ModifySchemaOwner API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifySchemaOwner for usage and error information.

func (*RDSPOSTGRESQL) ModifySchemaOwnerCommon

func (c *RDSPOSTGRESQL) ModifySchemaOwnerCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifySchemaOwnerCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifySchemaOwnerCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifySchemaOwnerCommonRequest

func (c *RDSPOSTGRESQL) ModifySchemaOwnerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifySchemaOwnerCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifySchemaOwnerCommon operation. The "output" return value will be populated with the ModifySchemaOwnerCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifySchemaOwnerCommon Request to send the API call to the service. the "output" return value is not valid until after ModifySchemaOwnerCommon Send returns without error.

See ModifySchemaOwnerCommon for more information on using the ModifySchemaOwnerCommon API call, and error handling.

// Example sending a request using the ModifySchemaOwnerCommonRequest method.
req, resp := client.ModifySchemaOwnerCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifySchemaOwnerCommonWithContext

func (c *RDSPOSTGRESQL) ModifySchemaOwnerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifySchemaOwnerCommonWithContext is the same as ModifySchemaOwnerCommon with the addition of the ability to pass a context and additional request options.

See ModifySchemaOwnerCommon 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 (*RDSPOSTGRESQL) ModifySchemaOwnerRequest

func (c *RDSPOSTGRESQL) ModifySchemaOwnerRequest(input *ModifySchemaOwnerInput) (req *request.Request, output *ModifySchemaOwnerOutput)

ModifySchemaOwnerRequest generates a "volcengine/request.Request" representing the client's request for the ModifySchemaOwner operation. The "output" return value will be populated with the ModifySchemaOwnerCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifySchemaOwnerCommon Request to send the API call to the service. the "output" return value is not valid until after ModifySchemaOwnerCommon Send returns without error.

See ModifySchemaOwner for more information on using the ModifySchemaOwner API call, and error handling.

// Example sending a request using the ModifySchemaOwnerRequest method.
req, resp := client.ModifySchemaOwnerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifySchemaOwnerWithContext

func (c *RDSPOSTGRESQL) ModifySchemaOwnerWithContext(ctx volcengine.Context, input *ModifySchemaOwnerInput, opts ...request.Option) (*ModifySchemaOwnerOutput, error)

ModifySchemaOwnerWithContext is the same as ModifySchemaOwner with the addition of the ability to pass a context and additional request options.

See ModifySchemaOwner 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 (*RDSPOSTGRESQL) ModifyTask added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyTask(input *ModifyTaskInput) (*ModifyTaskOutput, error)

ModifyTask API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyTask for usage and error information.

func (*RDSPOSTGRESQL) ModifyTaskCommon added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTaskCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ModifyTaskCommon for usage and error information.

func (*RDSPOSTGRESQL) ModifyTaskCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTaskCommon operation. The "output" return value will be populated with the ModifyTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTaskCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTaskCommon Send returns without error.

See ModifyTaskCommon for more information on using the ModifyTaskCommon API call, and error handling.

// Example sending a request using the ModifyTaskCommonRequest method.
req, resp := client.ModifyTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyTaskCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTaskCommonWithContext is the same as ModifyTaskCommon with the addition of the ability to pass a context and additional request options.

See ModifyTaskCommon 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 (*RDSPOSTGRESQL) ModifyTaskRequest added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyTaskRequest(input *ModifyTaskInput) (req *request.Request, output *ModifyTaskOutput)

ModifyTaskRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTask operation. The "output" return value will be populated with the ModifyTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTaskCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTaskCommon Send returns without error.

See ModifyTask for more information on using the ModifyTask API call, and error handling.

// Example sending a request using the ModifyTaskRequest method.
req, resp := client.ModifyTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ModifyTaskWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) ModifyTaskWithContext(ctx volcengine.Context, input *ModifyTaskInput, opts ...request.Option) (*ModifyTaskOutput, error)

ModifyTaskWithContext is the same as ModifyTask with the addition of the ability to pass a context and additional request options.

See ModifyTask 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 (*RDSPOSTGRESQL) RemoveTagsFromResource

func (c *RDSPOSTGRESQL) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation RemoveTagsFromResource for usage and error information.

func (*RDSPOSTGRESQL) RemoveTagsFromResourceCommon

func (c *RDSPOSTGRESQL) RemoveTagsFromResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RemoveTagsFromResourceCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation RemoveTagsFromResourceCommon for usage and error information.

func (*RDSPOSTGRESQL) RemoveTagsFromResourceCommonRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) RemoveTagsFromResourceCommonWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) RemoveTagsFromResourceRequest

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) RemoveTagsFromResourceWithContext

func (c *RDSPOSTGRESQL) 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 (*RDSPOSTGRESQL) ResetDBAccount

func (c *RDSPOSTGRESQL) ResetDBAccount(input *ResetDBAccountInput) (*ResetDBAccountOutput, error)

ResetDBAccount API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ResetDBAccount for usage and error information.

func (*RDSPOSTGRESQL) ResetDBAccountCommon

func (c *RDSPOSTGRESQL) ResetDBAccountCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResetDBAccountCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation ResetDBAccountCommon for usage and error information.

func (*RDSPOSTGRESQL) ResetDBAccountCommonRequest

func (c *RDSPOSTGRESQL) ResetDBAccountCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResetDBAccountCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResetDBAccountCommon operation. The "output" return value will be populated with the ResetDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after ResetDBAccountCommon Send returns without error.

See ResetDBAccountCommon for more information on using the ResetDBAccountCommon API call, and error handling.

// Example sending a request using the ResetDBAccountCommonRequest method.
req, resp := client.ResetDBAccountCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ResetDBAccountCommonWithContext

func (c *RDSPOSTGRESQL) ResetDBAccountCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResetDBAccountCommonWithContext is the same as ResetDBAccountCommon with the addition of the ability to pass a context and additional request options.

See ResetDBAccountCommon 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 (*RDSPOSTGRESQL) ResetDBAccountRequest

func (c *RDSPOSTGRESQL) ResetDBAccountRequest(input *ResetDBAccountInput) (req *request.Request, output *ResetDBAccountOutput)

ResetDBAccountRequest generates a "volcengine/request.Request" representing the client's request for the ResetDBAccount operation. The "output" return value will be populated with the ResetDBAccountCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetDBAccountCommon Request to send the API call to the service. the "output" return value is not valid until after ResetDBAccountCommon Send returns without error.

See ResetDBAccount for more information on using the ResetDBAccount API call, and error handling.

// Example sending a request using the ResetDBAccountRequest method.
req, resp := client.ResetDBAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) ResetDBAccountWithContext

func (c *RDSPOSTGRESQL) ResetDBAccountWithContext(ctx volcengine.Context, input *ResetDBAccountInput, opts ...request.Option) (*ResetDBAccountOutput, error)

ResetDBAccountWithContext is the same as ResetDBAccount with the addition of the ability to pass a context and additional request options.

See ResetDBAccount 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 (*RDSPOSTGRESQL) RestartDBInstance

func (c *RDSPOSTGRESQL) RestartDBInstance(input *RestartDBInstanceInput) (*RestartDBInstanceOutput, error)

RestartDBInstance API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation RestartDBInstance for usage and error information.

func (*RDSPOSTGRESQL) RestartDBInstanceCommon

func (c *RDSPOSTGRESQL) RestartDBInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RestartDBInstanceCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation RestartDBInstanceCommon for usage and error information.

func (*RDSPOSTGRESQL) RestartDBInstanceCommonRequest

func (c *RDSPOSTGRESQL) RestartDBInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RestartDBInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestartDBInstanceCommon operation. The "output" return value will be populated with the RestartDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestartDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestartDBInstanceCommon Send returns without error.

See RestartDBInstanceCommon for more information on using the RestartDBInstanceCommon API call, and error handling.

// Example sending a request using the RestartDBInstanceCommonRequest method.
req, resp := client.RestartDBInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) RestartDBInstanceCommonWithContext

func (c *RDSPOSTGRESQL) RestartDBInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RestartDBInstanceCommonWithContext is the same as RestartDBInstanceCommon with the addition of the ability to pass a context and additional request options.

See RestartDBInstanceCommon 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 (*RDSPOSTGRESQL) RestartDBInstanceRequest

func (c *RDSPOSTGRESQL) RestartDBInstanceRequest(input *RestartDBInstanceInput) (req *request.Request, output *RestartDBInstanceOutput)

RestartDBInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RestartDBInstance operation. The "output" return value will be populated with the RestartDBInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestartDBInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestartDBInstanceCommon Send returns without error.

See RestartDBInstance for more information on using the RestartDBInstance API call, and error handling.

// Example sending a request using the RestartDBInstanceRequest method.
req, resp := client.RestartDBInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) RestartDBInstanceWithContext

func (c *RDSPOSTGRESQL) RestartDBInstanceWithContext(ctx volcengine.Context, input *RestartDBInstanceInput, opts ...request.Option) (*RestartDBInstanceOutput, error)

RestartDBInstanceWithContext is the same as RestartDBInstance with the addition of the ability to pass a context and additional request options.

See RestartDBInstance 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 (*RDSPOSTGRESQL) RestoreToExistedInstance added in v1.1.53

func (c *RDSPOSTGRESQL) RestoreToExistedInstance(input *RestoreToExistedInstanceInput) (*RestoreToExistedInstanceOutput, error)

RestoreToExistedInstance API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation RestoreToExistedInstance for usage and error information.

func (*RDSPOSTGRESQL) RestoreToExistedInstanceCommon added in v1.1.53

func (c *RDSPOSTGRESQL) RestoreToExistedInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RestoreToExistedInstanceCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation RestoreToExistedInstanceCommon for usage and error information.

func (*RDSPOSTGRESQL) RestoreToExistedInstanceCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) RestoreToExistedInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RestoreToExistedInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToExistedInstanceCommon operation. The "output" return value will be populated with the RestoreToExistedInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToExistedInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToExistedInstanceCommon Send returns without error.

See RestoreToExistedInstanceCommon for more information on using the RestoreToExistedInstanceCommon API call, and error handling.

// Example sending a request using the RestoreToExistedInstanceCommonRequest method.
req, resp := client.RestoreToExistedInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) RestoreToExistedInstanceCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) RestoreToExistedInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RestoreToExistedInstanceCommonWithContext is the same as RestoreToExistedInstanceCommon with the addition of the ability to pass a context and additional request options.

See RestoreToExistedInstanceCommon 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 (*RDSPOSTGRESQL) RestoreToExistedInstanceRequest added in v1.1.53

func (c *RDSPOSTGRESQL) RestoreToExistedInstanceRequest(input *RestoreToExistedInstanceInput) (req *request.Request, output *RestoreToExistedInstanceOutput)

RestoreToExistedInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToExistedInstance operation. The "output" return value will be populated with the RestoreToExistedInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToExistedInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToExistedInstanceCommon Send returns without error.

See RestoreToExistedInstance for more information on using the RestoreToExistedInstance API call, and error handling.

// Example sending a request using the RestoreToExistedInstanceRequest method.
req, resp := client.RestoreToExistedInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) RestoreToExistedInstanceWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) RestoreToExistedInstanceWithContext(ctx volcengine.Context, input *RestoreToExistedInstanceInput, opts ...request.Option) (*RestoreToExistedInstanceOutput, error)

RestoreToExistedInstanceWithContext is the same as RestoreToExistedInstance with the addition of the ability to pass a context and additional request options.

See RestoreToExistedInstance 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 (*RDSPOSTGRESQL) RestoreToNewInstance

func (c *RDSPOSTGRESQL) RestoreToNewInstance(input *RestoreToNewInstanceInput) (*RestoreToNewInstanceOutput, error)

RestoreToNewInstance API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation RestoreToNewInstance for usage and error information.

func (*RDSPOSTGRESQL) RestoreToNewInstanceCommon

func (c *RDSPOSTGRESQL) RestoreToNewInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RestoreToNewInstanceCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation RestoreToNewInstanceCommon for usage and error information.

func (*RDSPOSTGRESQL) RestoreToNewInstanceCommonRequest

func (c *RDSPOSTGRESQL) RestoreToNewInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RestoreToNewInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToNewInstanceCommon operation. The "output" return value will be populated with the RestoreToNewInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToNewInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToNewInstanceCommon Send returns without error.

See RestoreToNewInstanceCommon for more information on using the RestoreToNewInstanceCommon API call, and error handling.

// Example sending a request using the RestoreToNewInstanceCommonRequest method.
req, resp := client.RestoreToNewInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) RestoreToNewInstanceCommonWithContext

func (c *RDSPOSTGRESQL) RestoreToNewInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RestoreToNewInstanceCommonWithContext is the same as RestoreToNewInstanceCommon with the addition of the ability to pass a context and additional request options.

See RestoreToNewInstanceCommon 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 (*RDSPOSTGRESQL) RestoreToNewInstanceRequest

func (c *RDSPOSTGRESQL) RestoreToNewInstanceRequest(input *RestoreToNewInstanceInput) (req *request.Request, output *RestoreToNewInstanceOutput)

RestoreToNewInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RestoreToNewInstance operation. The "output" return value will be populated with the RestoreToNewInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreToNewInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreToNewInstanceCommon Send returns without error.

See RestoreToNewInstance for more information on using the RestoreToNewInstance API call, and error handling.

// Example sending a request using the RestoreToNewInstanceRequest method.
req, resp := client.RestoreToNewInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) RestoreToNewInstanceWithContext

func (c *RDSPOSTGRESQL) RestoreToNewInstanceWithContext(ctx volcengine.Context, input *RestoreToNewInstanceInput, opts ...request.Option) (*RestoreToNewInstanceOutput, error)

RestoreToNewInstanceWithContext is the same as RestoreToNewInstance with the addition of the ability to pass a context and additional request options.

See RestoreToNewInstance 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 (*RDSPOSTGRESQL) RevokeDBAccountPrivilege

func (c *RDSPOSTGRESQL) RevokeDBAccountPrivilege(input *RevokeDBAccountPrivilegeInput) (*RevokeDBAccountPrivilegeOutput, error)

RevokeDBAccountPrivilege API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation RevokeDBAccountPrivilege for usage and error information.

func (*RDSPOSTGRESQL) RevokeDBAccountPrivilegeCommon

func (c *RDSPOSTGRESQL) RevokeDBAccountPrivilegeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RevokeDBAccountPrivilegeCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation RevokeDBAccountPrivilegeCommon for usage and error information.

func (*RDSPOSTGRESQL) RevokeDBAccountPrivilegeCommonRequest

func (c *RDSPOSTGRESQL) RevokeDBAccountPrivilegeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RevokeDBAccountPrivilegeCommonRequest generates a "volcengine/request.Request" representing the client's request for the RevokeDBAccountPrivilegeCommon operation. The "output" return value will be populated with the RevokeDBAccountPrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned RevokeDBAccountPrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after RevokeDBAccountPrivilegeCommon Send returns without error.

See RevokeDBAccountPrivilegeCommon for more information on using the RevokeDBAccountPrivilegeCommon API call, and error handling.

// Example sending a request using the RevokeDBAccountPrivilegeCommonRequest method.
req, resp := client.RevokeDBAccountPrivilegeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) RevokeDBAccountPrivilegeCommonWithContext

func (c *RDSPOSTGRESQL) RevokeDBAccountPrivilegeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RevokeDBAccountPrivilegeCommonWithContext is the same as RevokeDBAccountPrivilegeCommon with the addition of the ability to pass a context and additional request options.

See RevokeDBAccountPrivilegeCommon 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 (*RDSPOSTGRESQL) RevokeDBAccountPrivilegeRequest

func (c *RDSPOSTGRESQL) RevokeDBAccountPrivilegeRequest(input *RevokeDBAccountPrivilegeInput) (req *request.Request, output *RevokeDBAccountPrivilegeOutput)

RevokeDBAccountPrivilegeRequest generates a "volcengine/request.Request" representing the client's request for the RevokeDBAccountPrivilege operation. The "output" return value will be populated with the RevokeDBAccountPrivilegeCommon request's response once the request completes successfully.

Use "Send" method on the returned RevokeDBAccountPrivilegeCommon Request to send the API call to the service. the "output" return value is not valid until after RevokeDBAccountPrivilegeCommon Send returns without error.

See RevokeDBAccountPrivilege for more information on using the RevokeDBAccountPrivilege API call, and error handling.

// Example sending a request using the RevokeDBAccountPrivilegeRequest method.
req, resp := client.RevokeDBAccountPrivilegeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) RevokeDBAccountPrivilegeWithContext

func (c *RDSPOSTGRESQL) RevokeDBAccountPrivilegeWithContext(ctx volcengine.Context, input *RevokeDBAccountPrivilegeInput, opts ...request.Option) (*RevokeDBAccountPrivilegeOutput, error)

RevokeDBAccountPrivilegeWithContext is the same as RevokeDBAccountPrivilege with the addition of the ability to pass a context and additional request options.

See RevokeDBAccountPrivilege 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 (*RDSPOSTGRESQL) SaveAsParameterTemplate added in v1.1.53

func (c *RDSPOSTGRESQL) SaveAsParameterTemplate(input *SaveAsParameterTemplateInput) (*SaveAsParameterTemplateOutput, error)

SaveAsParameterTemplate API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation SaveAsParameterTemplate for usage and error information.

func (*RDSPOSTGRESQL) SaveAsParameterTemplateCommon added in v1.1.53

func (c *RDSPOSTGRESQL) SaveAsParameterTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SaveAsParameterTemplateCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation SaveAsParameterTemplateCommon for usage and error information.

func (*RDSPOSTGRESQL) SaveAsParameterTemplateCommonRequest added in v1.1.53

func (c *RDSPOSTGRESQL) SaveAsParameterTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SaveAsParameterTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the SaveAsParameterTemplateCommon operation. The "output" return value will be populated with the SaveAsParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned SaveAsParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after SaveAsParameterTemplateCommon Send returns without error.

See SaveAsParameterTemplateCommon for more information on using the SaveAsParameterTemplateCommon API call, and error handling.

// Example sending a request using the SaveAsParameterTemplateCommonRequest method.
req, resp := client.SaveAsParameterTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) SaveAsParameterTemplateCommonWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) SaveAsParameterTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SaveAsParameterTemplateCommonWithContext is the same as SaveAsParameterTemplateCommon with the addition of the ability to pass a context and additional request options.

See SaveAsParameterTemplateCommon 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 (*RDSPOSTGRESQL) SaveAsParameterTemplateRequest added in v1.1.53

func (c *RDSPOSTGRESQL) SaveAsParameterTemplateRequest(input *SaveAsParameterTemplateInput) (req *request.Request, output *SaveAsParameterTemplateOutput)

SaveAsParameterTemplateRequest generates a "volcengine/request.Request" representing the client's request for the SaveAsParameterTemplate operation. The "output" return value will be populated with the SaveAsParameterTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned SaveAsParameterTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after SaveAsParameterTemplateCommon Send returns without error.

See SaveAsParameterTemplate for more information on using the SaveAsParameterTemplate API call, and error handling.

// Example sending a request using the SaveAsParameterTemplateRequest method.
req, resp := client.SaveAsParameterTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) SaveAsParameterTemplateWithContext added in v1.1.53

func (c *RDSPOSTGRESQL) SaveAsParameterTemplateWithContext(ctx volcengine.Context, input *SaveAsParameterTemplateInput, opts ...request.Option) (*SaveAsParameterTemplateOutput, error)

SaveAsParameterTemplateWithContext is the same as SaveAsParameterTemplate with the addition of the ability to pass a context and additional request options.

See SaveAsParameterTemplate 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 (*RDSPOSTGRESQL) UnifyNewAllowList

func (c *RDSPOSTGRESQL) UnifyNewAllowList(input *UnifyNewAllowListInput) (*UnifyNewAllowListOutput, error)

UnifyNewAllowList API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation UnifyNewAllowList for usage and error information.

func (*RDSPOSTGRESQL) UnifyNewAllowListCommon

func (c *RDSPOSTGRESQL) UnifyNewAllowListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UnifyNewAllowListCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation UnifyNewAllowListCommon for usage and error information.

func (*RDSPOSTGRESQL) UnifyNewAllowListCommonRequest

func (c *RDSPOSTGRESQL) UnifyNewAllowListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UnifyNewAllowListCommonRequest generates a "volcengine/request.Request" representing the client's request for the UnifyNewAllowListCommon operation. The "output" return value will be populated with the UnifyNewAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned UnifyNewAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after UnifyNewAllowListCommon Send returns without error.

See UnifyNewAllowListCommon for more information on using the UnifyNewAllowListCommon API call, and error handling.

// Example sending a request using the UnifyNewAllowListCommonRequest method.
req, resp := client.UnifyNewAllowListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) UnifyNewAllowListCommonWithContext

func (c *RDSPOSTGRESQL) UnifyNewAllowListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UnifyNewAllowListCommonWithContext is the same as UnifyNewAllowListCommon with the addition of the ability to pass a context and additional request options.

See UnifyNewAllowListCommon 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 (*RDSPOSTGRESQL) UnifyNewAllowListRequest

func (c *RDSPOSTGRESQL) UnifyNewAllowListRequest(input *UnifyNewAllowListInput) (req *request.Request, output *UnifyNewAllowListOutput)

UnifyNewAllowListRequest generates a "volcengine/request.Request" representing the client's request for the UnifyNewAllowList operation. The "output" return value will be populated with the UnifyNewAllowListCommon request's response once the request completes successfully.

Use "Send" method on the returned UnifyNewAllowListCommon Request to send the API call to the service. the "output" return value is not valid until after UnifyNewAllowListCommon Send returns without error.

See UnifyNewAllowList for more information on using the UnifyNewAllowList API call, and error handling.

// Example sending a request using the UnifyNewAllowListRequest method.
req, resp := client.UnifyNewAllowListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) UnifyNewAllowListWithContext

func (c *RDSPOSTGRESQL) UnifyNewAllowListWithContext(ctx volcengine.Context, input *UnifyNewAllowListInput, opts ...request.Option) (*UnifyNewAllowListOutput, error)

UnifyNewAllowListWithContext is the same as UnifyNewAllowList with the addition of the ability to pass a context and additional request options.

See UnifyNewAllowList 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 (*RDSPOSTGRESQL) UpgradeAllowListVersion

func (c *RDSPOSTGRESQL) UpgradeAllowListVersion(input *UpgradeAllowListVersionInput) (*UpgradeAllowListVersionOutput, error)

UpgradeAllowListVersion API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation UpgradeAllowListVersion for usage and error information.

func (*RDSPOSTGRESQL) UpgradeAllowListVersionCommon

func (c *RDSPOSTGRESQL) UpgradeAllowListVersionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpgradeAllowListVersionCommon API operation for RDS_POSTGRESQL.

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 RDS_POSTGRESQL's API operation UpgradeAllowListVersionCommon for usage and error information.

func (*RDSPOSTGRESQL) UpgradeAllowListVersionCommonRequest

func (c *RDSPOSTGRESQL) UpgradeAllowListVersionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpgradeAllowListVersionCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeAllowListVersionCommon operation. The "output" return value will be populated with the UpgradeAllowListVersionCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeAllowListVersionCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeAllowListVersionCommon Send returns without error.

See UpgradeAllowListVersionCommon for more information on using the UpgradeAllowListVersionCommon API call, and error handling.

// Example sending a request using the UpgradeAllowListVersionCommonRequest method.
req, resp := client.UpgradeAllowListVersionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) UpgradeAllowListVersionCommonWithContext

func (c *RDSPOSTGRESQL) UpgradeAllowListVersionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpgradeAllowListVersionCommonWithContext is the same as UpgradeAllowListVersionCommon with the addition of the ability to pass a context and additional request options.

See UpgradeAllowListVersionCommon 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 (*RDSPOSTGRESQL) UpgradeAllowListVersionRequest

func (c *RDSPOSTGRESQL) UpgradeAllowListVersionRequest(input *UpgradeAllowListVersionInput) (req *request.Request, output *UpgradeAllowListVersionOutput)

UpgradeAllowListVersionRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeAllowListVersion operation. The "output" return value will be populated with the UpgradeAllowListVersionCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeAllowListVersionCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeAllowListVersionCommon Send returns without error.

See UpgradeAllowListVersion for more information on using the UpgradeAllowListVersion API call, and error handling.

// Example sending a request using the UpgradeAllowListVersionRequest method.
req, resp := client.UpgradeAllowListVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*RDSPOSTGRESQL) UpgradeAllowListVersionWithContext

func (c *RDSPOSTGRESQL) UpgradeAllowListVersionWithContext(ctx volcengine.Context, input *UpgradeAllowListVersionInput, opts ...request.Option) (*UpgradeAllowListVersionOutput, error)

UpgradeAllowListVersionWithContext is the same as UpgradeAllowListVersion with the addition of the ability to pass a context and additional request options.

See UpgradeAllowListVersion 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 RDSPOSTGRESQLAPI

type RDSPOSTGRESQLAPI 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)

	CloneDatabaseCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CloneDatabaseCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CloneDatabaseCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CloneDatabase(*CloneDatabaseInput) (*CloneDatabaseOutput, error)
	CloneDatabaseWithContext(volcengine.Context, *CloneDatabaseInput, ...request.Option) (*CloneDatabaseOutput, error)
	CloneDatabaseRequest(*CloneDatabaseInput) (*request.Request, *CloneDatabaseOutput)

	CloneParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CloneParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CloneParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CloneParameterTemplate(*CloneParameterTemplateInput) (*CloneParameterTemplateOutput, error)
	CloneParameterTemplateWithContext(volcengine.Context, *CloneParameterTemplateInput, ...request.Option) (*CloneParameterTemplateOutput, error)
	CloneParameterTemplateRequest(*CloneParameterTemplateInput) (*request.Request, *CloneParameterTemplateOutput)

	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)

	CreateBackupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateBackupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateBackupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateBackup(*CreateBackupInput) (*CreateBackupOutput, error)
	CreateBackupWithContext(volcengine.Context, *CreateBackupInput, ...request.Option) (*CreateBackupOutput, error)
	CreateBackupRequest(*CreateBackupInput) (*request.Request, *CreateBackupOutput)

	CreateDBAccountCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBAccountCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBAccountCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBAccount(*CreateDBAccountInput) (*CreateDBAccountOutput, error)
	CreateDBAccountWithContext(volcengine.Context, *CreateDBAccountInput, ...request.Option) (*CreateDBAccountOutput, error)
	CreateDBAccountRequest(*CreateDBAccountInput) (*request.Request, *CreateDBAccountOutput)

	CreateDBEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBEndpointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBEndpoint(*CreateDBEndpointInput) (*CreateDBEndpointOutput, error)
	CreateDBEndpointWithContext(volcengine.Context, *CreateDBEndpointInput, ...request.Option) (*CreateDBEndpointOutput, error)
	CreateDBEndpointRequest(*CreateDBEndpointInput) (*request.Request, *CreateDBEndpointOutput)

	CreateDBEndpointPublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBEndpointPublicAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBEndpointPublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBEndpointPublicAddress(*CreateDBEndpointPublicAddressInput) (*CreateDBEndpointPublicAddressOutput, error)
	CreateDBEndpointPublicAddressWithContext(volcengine.Context, *CreateDBEndpointPublicAddressInput, ...request.Option) (*CreateDBEndpointPublicAddressOutput, error)
	CreateDBEndpointPublicAddressRequest(*CreateDBEndpointPublicAddressInput) (*request.Request, *CreateDBEndpointPublicAddressOutput)

	CreateDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDBInstance(*CreateDBInstanceInput) (*CreateDBInstanceOutput, error)
	CreateDBInstanceWithContext(volcengine.Context, *CreateDBInstanceInput, ...request.Option) (*CreateDBInstanceOutput, error)
	CreateDBInstanceRequest(*CreateDBInstanceInput) (*request.Request, *CreateDBInstanceOutput)

	CreateDatabaseCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDatabaseCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDatabaseCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDatabase(*CreateDatabaseInput) (*CreateDatabaseOutput, error)
	CreateDatabaseWithContext(volcengine.Context, *CreateDatabaseInput, ...request.Option) (*CreateDatabaseOutput, error)
	CreateDatabaseRequest(*CreateDatabaseInput) (*request.Request, *CreateDatabaseOutput)

	CreateParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateParameterTemplate(*CreateParameterTemplateInput) (*CreateParameterTemplateOutput, error)
	CreateParameterTemplateWithContext(volcengine.Context, *CreateParameterTemplateInput, ...request.Option) (*CreateParameterTemplateOutput, error)
	CreateParameterTemplateRequest(*CreateParameterTemplateInput) (*request.Request, *CreateParameterTemplateOutput)

	CreateSchemaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateSchemaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateSchemaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateSchema(*CreateSchemaInput) (*CreateSchemaOutput, error)
	CreateSchemaWithContext(volcengine.Context, *CreateSchemaInput, ...request.Option) (*CreateSchemaOutput, error)
	CreateSchemaRequest(*CreateSchemaInput) (*request.Request, *CreateSchemaOutput)

	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)

	DeleteBackupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteBackupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteBackupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteBackup(*DeleteBackupInput) (*DeleteBackupOutput, error)
	DeleteBackupWithContext(volcengine.Context, *DeleteBackupInput, ...request.Option) (*DeleteBackupOutput, error)
	DeleteBackupRequest(*DeleteBackupInput) (*request.Request, *DeleteBackupOutput)

	DeleteDBAccountCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBAccountCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBAccountCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBAccount(*DeleteDBAccountInput) (*DeleteDBAccountOutput, error)
	DeleteDBAccountWithContext(volcengine.Context, *DeleteDBAccountInput, ...request.Option) (*DeleteDBAccountOutput, error)
	DeleteDBAccountRequest(*DeleteDBAccountInput) (*request.Request, *DeleteDBAccountOutput)

	DeleteDBEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBEndpointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBEndpoint(*DeleteDBEndpointInput) (*DeleteDBEndpointOutput, error)
	DeleteDBEndpointWithContext(volcengine.Context, *DeleteDBEndpointInput, ...request.Option) (*DeleteDBEndpointOutput, error)
	DeleteDBEndpointRequest(*DeleteDBEndpointInput) (*request.Request, *DeleteDBEndpointOutput)

	DeleteDBEndpointPublicAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBEndpointPublicAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBEndpointPublicAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBEndpointPublicAddress(*DeleteDBEndpointPublicAddressInput) (*DeleteDBEndpointPublicAddressOutput, error)
	DeleteDBEndpointPublicAddressWithContext(volcengine.Context, *DeleteDBEndpointPublicAddressInput, ...request.Option) (*DeleteDBEndpointPublicAddressOutput, error)
	DeleteDBEndpointPublicAddressRequest(*DeleteDBEndpointPublicAddressInput) (*request.Request, *DeleteDBEndpointPublicAddressOutput)

	DeleteDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDBInstance(*DeleteDBInstanceInput) (*DeleteDBInstanceOutput, error)
	DeleteDBInstanceWithContext(volcengine.Context, *DeleteDBInstanceInput, ...request.Option) (*DeleteDBInstanceOutput, error)
	DeleteDBInstanceRequest(*DeleteDBInstanceInput) (*request.Request, *DeleteDBInstanceOutput)

	DeleteDatabaseCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDatabaseCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDatabaseCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDatabase(*DeleteDatabaseInput) (*DeleteDatabaseOutput, error)
	DeleteDatabaseWithContext(volcengine.Context, *DeleteDatabaseInput, ...request.Option) (*DeleteDatabaseOutput, error)
	DeleteDatabaseRequest(*DeleteDatabaseInput) (*request.Request, *DeleteDatabaseOutput)

	DeleteParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteParameterTemplate(*DeleteParameterTemplateInput) (*DeleteParameterTemplateOutput, error)
	DeleteParameterTemplateWithContext(volcengine.Context, *DeleteParameterTemplateInput, ...request.Option) (*DeleteParameterTemplateOutput, error)
	DeleteParameterTemplateRequest(*DeleteParameterTemplateInput) (*request.Request, *DeleteParameterTemplateOutput)

	DeleteSchemaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteSchemaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteSchemaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteSchema(*DeleteSchemaInput) (*DeleteSchemaOutput, error)
	DeleteSchemaWithContext(volcengine.Context, *DeleteSchemaInput, ...request.Option) (*DeleteSchemaOutput, error)
	DeleteSchemaRequest(*DeleteSchemaInput) (*request.Request, *DeleteSchemaOutput)

	DeleteSlotCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteSlotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteSlotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteSlot(*DeleteSlotInput) (*DeleteSlotOutput, error)
	DeleteSlotWithContext(volcengine.Context, *DeleteSlotInput, ...request.Option) (*DeleteSlotOutput, error)
	DeleteSlotRequest(*DeleteSlotInput) (*request.Request, *DeleteSlotOutput)

	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)

	DescribeApplyParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeApplyParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeApplyParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeApplyParameterTemplate(*DescribeApplyParameterTemplateInput) (*DescribeApplyParameterTemplateOutput, error)
	DescribeApplyParameterTemplateWithContext(volcengine.Context, *DescribeApplyParameterTemplateInput, ...request.Option) (*DescribeApplyParameterTemplateOutput, error)
	DescribeApplyParameterTemplateRequest(*DescribeApplyParameterTemplateInput) (*request.Request, *DescribeApplyParameterTemplateOutput)

	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)

	DescribeBackupPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeBackupPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeBackupPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeBackupPolicy(*DescribeBackupPolicyInput) (*DescribeBackupPolicyOutput, error)
	DescribeBackupPolicyWithContext(volcengine.Context, *DescribeBackupPolicyInput, ...request.Option) (*DescribeBackupPolicyOutput, error)
	DescribeBackupPolicyRequest(*DescribeBackupPolicyInput) (*request.Request, *DescribeBackupPolicyOutput)

	DescribeBackupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeBackupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeBackupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeBackups(*DescribeBackupsInput) (*DescribeBackupsOutput, error)
	DescribeBackupsWithContext(volcengine.Context, *DescribeBackupsInput, ...request.Option) (*DescribeBackupsOutput, error)
	DescribeBackupsRequest(*DescribeBackupsInput) (*request.Request, *DescribeBackupsOutput)

	DescribeDBAccountsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBAccountsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBAccountsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBAccounts(*DescribeDBAccountsInput) (*DescribeDBAccountsOutput, error)
	DescribeDBAccountsWithContext(volcengine.Context, *DescribeDBAccountsInput, ...request.Option) (*DescribeDBAccountsOutput, error)
	DescribeDBAccountsRequest(*DescribeDBAccountsInput) (*request.Request, *DescribeDBAccountsOutput)

	DescribeDBEngineVersionParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBEngineVersionParametersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBEngineVersionParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBEngineVersionParameters(*DescribeDBEngineVersionParametersInput) (*DescribeDBEngineVersionParametersOutput, error)
	DescribeDBEngineVersionParametersWithContext(volcengine.Context, *DescribeDBEngineVersionParametersInput, ...request.Option) (*DescribeDBEngineVersionParametersOutput, error)
	DescribeDBEngineVersionParametersRequest(*DescribeDBEngineVersionParametersInput) (*request.Request, *DescribeDBEngineVersionParametersOutput)

	DescribeDBInstanceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceDetail(*DescribeDBInstanceDetailInput) (*DescribeDBInstanceDetailOutput, error)
	DescribeDBInstanceDetailWithContext(volcengine.Context, *DescribeDBInstanceDetailInput, ...request.Option) (*DescribeDBInstanceDetailOutput, error)
	DescribeDBInstanceDetailRequest(*DescribeDBInstanceDetailInput) (*request.Request, *DescribeDBInstanceDetailOutput)

	DescribeDBInstanceParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceParametersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceParameters(*DescribeDBInstanceParametersInput) (*DescribeDBInstanceParametersOutput, error)
	DescribeDBInstanceParametersWithContext(volcengine.Context, *DescribeDBInstanceParametersInput, ...request.Option) (*DescribeDBInstanceParametersOutput, error)
	DescribeDBInstanceParametersRequest(*DescribeDBInstanceParametersInput) (*request.Request, *DescribeDBInstanceParametersOutput)

	DescribeDBInstanceParametersLogCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceParametersLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceParametersLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceParametersLog(*DescribeDBInstanceParametersLogInput) (*DescribeDBInstanceParametersLogOutput, error)
	DescribeDBInstanceParametersLogWithContext(volcengine.Context, *DescribeDBInstanceParametersLogInput, ...request.Option) (*DescribeDBInstanceParametersLogOutput, error)
	DescribeDBInstanceParametersLogRequest(*DescribeDBInstanceParametersLogInput) (*request.Request, *DescribeDBInstanceParametersLogOutput)

	DescribeDBInstancePriceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstancePriceDetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstancePriceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstancePriceDetail(*DescribeDBInstancePriceDetailInput) (*DescribeDBInstancePriceDetailOutput, error)
	DescribeDBInstancePriceDetailWithContext(volcengine.Context, *DescribeDBInstancePriceDetailInput, ...request.Option) (*DescribeDBInstancePriceDetailOutput, error)
	DescribeDBInstancePriceDetailRequest(*DescribeDBInstancePriceDetailInput) (*request.Request, *DescribeDBInstancePriceDetailOutput)

	DescribeDBInstancePriceDifferenceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstancePriceDifferenceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstancePriceDifferenceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstancePriceDifference(*DescribeDBInstancePriceDifferenceInput) (*DescribeDBInstancePriceDifferenceOutput, error)
	DescribeDBInstancePriceDifferenceWithContext(volcengine.Context, *DescribeDBInstancePriceDifferenceInput, ...request.Option) (*DescribeDBInstancePriceDifferenceOutput, error)
	DescribeDBInstancePriceDifferenceRequest(*DescribeDBInstancePriceDifferenceInput) (*request.Request, *DescribeDBInstancePriceDifferenceOutput)

	DescribeDBInstanceProxyParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceProxyParametersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceProxyParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceProxyParameters(*DescribeDBInstanceProxyParametersInput) (*DescribeDBInstanceProxyParametersOutput, error)
	DescribeDBInstanceProxyParametersWithContext(volcengine.Context, *DescribeDBInstanceProxyParametersInput, ...request.Option) (*DescribeDBInstanceProxyParametersOutput, error)
	DescribeDBInstanceProxyParametersRequest(*DescribeDBInstanceProxyParametersInput) (*request.Request, *DescribeDBInstanceProxyParametersOutput)

	DescribeDBInstanceSSLCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceSSLCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceSSLCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceSSL(*DescribeDBInstanceSSLInput) (*DescribeDBInstanceSSLOutput, error)
	DescribeDBInstanceSSLWithContext(volcengine.Context, *DescribeDBInstanceSSLInput, ...request.Option) (*DescribeDBInstanceSSLOutput, error)
	DescribeDBInstanceSSLRequest(*DescribeDBInstanceSSLInput) (*request.Request, *DescribeDBInstanceSSLOutput)

	DescribeDBInstanceSpecsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstanceSpecsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstanceSpecsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstanceSpecs(*DescribeDBInstanceSpecsInput) (*DescribeDBInstanceSpecsOutput, error)
	DescribeDBInstanceSpecsWithContext(volcengine.Context, *DescribeDBInstanceSpecsInput, ...request.Option) (*DescribeDBInstanceSpecsOutput, error)
	DescribeDBInstanceSpecsRequest(*DescribeDBInstanceSpecsInput) (*request.Request, *DescribeDBInstanceSpecsOutput)

	DescribeDBInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDBInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDBInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDBInstances(*DescribeDBInstancesInput) (*DescribeDBInstancesOutput, error)
	DescribeDBInstancesWithContext(volcengine.Context, *DescribeDBInstancesInput, ...request.Option) (*DescribeDBInstancesOutput, error)
	DescribeDBInstancesRequest(*DescribeDBInstancesInput) (*request.Request, *DescribeDBInstancesOutput)

	DescribeDatabasesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDatabasesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDatabasesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDatabases(*DescribeDatabasesInput) (*DescribeDatabasesOutput, error)
	DescribeDatabasesWithContext(volcengine.Context, *DescribeDatabasesInput, ...request.Option) (*DescribeDatabasesOutput, error)
	DescribeDatabasesRequest(*DescribeDatabasesInput) (*request.Request, *DescribeDatabasesOutput)

	DescribeDetachedBackupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDetachedBackupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDetachedBackupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDetachedBackups(*DescribeDetachedBackupsInput) (*DescribeDetachedBackupsOutput, error)
	DescribeDetachedBackupsWithContext(volcengine.Context, *DescribeDetachedBackupsInput, ...request.Option) (*DescribeDetachedBackupsOutput, error)
	DescribeDetachedBackupsRequest(*DescribeDetachedBackupsInput) (*request.Request, *DescribeDetachedBackupsOutput)

	DescribeFailoverLogsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeFailoverLogsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeFailoverLogsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeFailoverLogs(*DescribeFailoverLogsInput) (*DescribeFailoverLogsOutput, error)
	DescribeFailoverLogsWithContext(volcengine.Context, *DescribeFailoverLogsInput, ...request.Option) (*DescribeFailoverLogsOutput, error)
	DescribeFailoverLogsRequest(*DescribeFailoverLogsInput) (*request.Request, *DescribeFailoverLogsOutput)

	DescribeParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeParameterTemplate(*DescribeParameterTemplateInput) (*DescribeParameterTemplateOutput, error)
	DescribeParameterTemplateWithContext(volcengine.Context, *DescribeParameterTemplateInput, ...request.Option) (*DescribeParameterTemplateOutput, error)
	DescribeParameterTemplateRequest(*DescribeParameterTemplateInput) (*request.Request, *DescribeParameterTemplateOutput)

	DescribePlannedEventsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribePlannedEventsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribePlannedEventsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribePlannedEvents(*DescribePlannedEventsInput) (*DescribePlannedEventsOutput, error)
	DescribePlannedEventsWithContext(volcengine.Context, *DescribePlannedEventsInput, ...request.Option) (*DescribePlannedEventsOutput, error)
	DescribePlannedEventsRequest(*DescribePlannedEventsInput) (*request.Request, *DescribePlannedEventsOutput)

	DescribeRecoverableTimeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeRecoverableTimeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeRecoverableTimeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeRecoverableTime(*DescribeRecoverableTimeInput) (*DescribeRecoverableTimeOutput, error)
	DescribeRecoverableTimeWithContext(volcengine.Context, *DescribeRecoverableTimeInput, ...request.Option) (*DescribeRecoverableTimeOutput, error)
	DescribeRecoverableTimeRequest(*DescribeRecoverableTimeInput) (*request.Request, *DescribeRecoverableTimeOutput)

	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)

	DescribeSchemasCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeSchemasCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeSchemasCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeSchemas(*DescribeSchemasInput) (*DescribeSchemasOutput, error)
	DescribeSchemasWithContext(volcengine.Context, *DescribeSchemasInput, ...request.Option) (*DescribeSchemasOutput, error)
	DescribeSchemasRequest(*DescribeSchemasInput) (*request.Request, *DescribeSchemasOutput)

	DescribeSlotsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeSlotsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeSlotsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeSlots(*DescribeSlotsInput) (*DescribeSlotsOutput, error)
	DescribeSlotsWithContext(volcengine.Context, *DescribeSlotsInput, ...request.Option) (*DescribeSlotsOutput, error)
	DescribeSlotsRequest(*DescribeSlotsInput) (*request.Request, *DescribeSlotsOutput)

	DescribeTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTasks(*DescribeTasksInput) (*DescribeTasksOutput, error)
	DescribeTasksWithContext(volcengine.Context, *DescribeTasksInput, ...request.Option) (*DescribeTasksOutput, error)
	DescribeTasksRequest(*DescribeTasksInput) (*request.Request, *DescribeTasksOutput)

	DescribeWALLogBackupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeWALLogBackupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeWALLogBackupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeWALLogBackups(*DescribeWALLogBackupsInput) (*DescribeWALLogBackupsOutput, error)
	DescribeWALLogBackupsWithContext(volcengine.Context, *DescribeWALLogBackupsInput, ...request.Option) (*DescribeWALLogBackupsOutput, error)
	DescribeWALLogBackupsRequest(*DescribeWALLogBackupsInput) (*request.Request, *DescribeWALLogBackupsOutput)

	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)

	DownloadBackupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DownloadBackupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DownloadBackupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DownloadBackup(*DownloadBackupInput) (*DownloadBackupOutput, error)
	DownloadBackupWithContext(volcengine.Context, *DownloadBackupInput, ...request.Option) (*DownloadBackupOutput, error)
	DownloadBackupRequest(*DownloadBackupInput) (*request.Request, *DownloadBackupOutput)

	DownloadSSLCertificateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DownloadSSLCertificateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DownloadSSLCertificateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DownloadSSLCertificate(*DownloadSSLCertificateInput) (*DownloadSSLCertificateOutput, error)
	DownloadSSLCertificateWithContext(volcengine.Context, *DownloadSSLCertificateInput, ...request.Option) (*DownloadSSLCertificateOutput, error)
	DownloadSSLCertificateRequest(*DownloadSSLCertificateInput) (*request.Request, *DownloadSSLCertificateOutput)

	GetBackupDownloadLinkCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetBackupDownloadLinkCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetBackupDownloadLinkCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetBackupDownloadLink(*GetBackupDownloadLinkInput) (*GetBackupDownloadLinkOutput, error)
	GetBackupDownloadLinkWithContext(volcengine.Context, *GetBackupDownloadLinkInput, ...request.Option) (*GetBackupDownloadLinkOutput, error)
	GetBackupDownloadLinkRequest(*GetBackupDownloadLinkInput) (*request.Request, *GetBackupDownloadLinkOutput)

	ListParameterTemplatesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListParameterTemplatesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListParameterTemplatesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListParameterTemplates(*ListParameterTemplatesInput) (*ListParameterTemplatesOutput, error)
	ListParameterTemplatesWithContext(volcengine.Context, *ListParameterTemplatesInput, ...request.Option) (*ListParameterTemplatesOutput, error)
	ListParameterTemplatesRequest(*ListParameterTemplatesInput) (*request.Request, *ListParameterTemplatesOutput)

	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)

	ModifyBackupPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyBackupPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyBackupPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyBackupPolicy(*ModifyBackupPolicyInput) (*ModifyBackupPolicyOutput, error)
	ModifyBackupPolicyWithContext(volcengine.Context, *ModifyBackupPolicyInput, ...request.Option) (*ModifyBackupPolicyOutput, error)
	ModifyBackupPolicyRequest(*ModifyBackupPolicyInput) (*request.Request, *ModifyBackupPolicyOutput)

	ModifyDBAccountPrivilegeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBAccountPrivilegeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBAccountPrivilegeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBAccountPrivilege(*ModifyDBAccountPrivilegeInput) (*ModifyDBAccountPrivilegeOutput, error)
	ModifyDBAccountPrivilegeWithContext(volcengine.Context, *ModifyDBAccountPrivilegeInput, ...request.Option) (*ModifyDBAccountPrivilegeOutput, error)
	ModifyDBAccountPrivilegeRequest(*ModifyDBAccountPrivilegeInput) (*request.Request, *ModifyDBAccountPrivilegeOutput)

	ModifyDBEndpointAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointAddressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointAddress(*ModifyDBEndpointAddressInput) (*ModifyDBEndpointAddressOutput, error)
	ModifyDBEndpointAddressWithContext(volcengine.Context, *ModifyDBEndpointAddressInput, ...request.Option) (*ModifyDBEndpointAddressOutput, error)
	ModifyDBEndpointAddressRequest(*ModifyDBEndpointAddressInput) (*request.Request, *ModifyDBEndpointAddressOutput)

	ModifyDBEndpointDNSCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointDNSCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointDNSCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointDNS(*ModifyDBEndpointDNSInput) (*ModifyDBEndpointDNSOutput, error)
	ModifyDBEndpointDNSWithContext(volcengine.Context, *ModifyDBEndpointDNSInput, ...request.Option) (*ModifyDBEndpointDNSOutput, error)
	ModifyDBEndpointDNSRequest(*ModifyDBEndpointDNSInput) (*request.Request, *ModifyDBEndpointDNSOutput)

	ModifyDBEndpointNameCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointNameCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointNameCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointName(*ModifyDBEndpointNameInput) (*ModifyDBEndpointNameOutput, error)
	ModifyDBEndpointNameWithContext(volcengine.Context, *ModifyDBEndpointNameInput, ...request.Option) (*ModifyDBEndpointNameOutput, error)
	ModifyDBEndpointNameRequest(*ModifyDBEndpointNameInput) (*request.Request, *ModifyDBEndpointNameOutput)

	ModifyDBEndpointProxyConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointProxyConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointProxyConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointProxyConfig(*ModifyDBEndpointProxyConfigInput) (*ModifyDBEndpointProxyConfigOutput, error)
	ModifyDBEndpointProxyConfigWithContext(volcengine.Context, *ModifyDBEndpointProxyConfigInput, ...request.Option) (*ModifyDBEndpointProxyConfigOutput, error)
	ModifyDBEndpointProxyConfigRequest(*ModifyDBEndpointProxyConfigInput) (*request.Request, *ModifyDBEndpointProxyConfigOutput)

	ModifyDBEndpointReadWeightCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointReadWeightCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointReadWeightCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointReadWeight(*ModifyDBEndpointReadWeightInput) (*ModifyDBEndpointReadWeightOutput, error)
	ModifyDBEndpointReadWeightWithContext(volcengine.Context, *ModifyDBEndpointReadWeightInput, ...request.Option) (*ModifyDBEndpointReadWeightOutput, error)
	ModifyDBEndpointReadWeightRequest(*ModifyDBEndpointReadWeightInput) (*request.Request, *ModifyDBEndpointReadWeightOutput)

	ModifyDBEndpointReadWriteDelayThresholdCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointReadWriteDelayThresholdCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointReadWriteDelayThresholdCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointReadWriteDelayThreshold(*ModifyDBEndpointReadWriteDelayThresholdInput) (*ModifyDBEndpointReadWriteDelayThresholdOutput, error)
	ModifyDBEndpointReadWriteDelayThresholdWithContext(volcengine.Context, *ModifyDBEndpointReadWriteDelayThresholdInput, ...request.Option) (*ModifyDBEndpointReadWriteDelayThresholdOutput, error)
	ModifyDBEndpointReadWriteDelayThresholdRequest(*ModifyDBEndpointReadWriteDelayThresholdInput) (*request.Request, *ModifyDBEndpointReadWriteDelayThresholdOutput)

	ModifyDBEndpointReadWriteFlagCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBEndpointReadWriteFlagCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBEndpointReadWriteFlagCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBEndpointReadWriteFlag(*ModifyDBEndpointReadWriteFlagInput) (*ModifyDBEndpointReadWriteFlagOutput, error)
	ModifyDBEndpointReadWriteFlagWithContext(volcengine.Context, *ModifyDBEndpointReadWriteFlagInput, ...request.Option) (*ModifyDBEndpointReadWriteFlagOutput, error)
	ModifyDBEndpointReadWriteFlagRequest(*ModifyDBEndpointReadWriteFlagInput) (*request.Request, *ModifyDBEndpointReadWriteFlagOutput)

	ModifyDBInstanceAvailabilityZoneCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceAvailabilityZoneCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceAvailabilityZoneCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceAvailabilityZone(*ModifyDBInstanceAvailabilityZoneInput) (*ModifyDBInstanceAvailabilityZoneOutput, error)
	ModifyDBInstanceAvailabilityZoneWithContext(volcengine.Context, *ModifyDBInstanceAvailabilityZoneInput, ...request.Option) (*ModifyDBInstanceAvailabilityZoneOutput, error)
	ModifyDBInstanceAvailabilityZoneRequest(*ModifyDBInstanceAvailabilityZoneInput) (*request.Request, *ModifyDBInstanceAvailabilityZoneOutput)

	ModifyDBInstanceChargeTypeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceChargeTypeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceChargeTypeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceChargeType(*ModifyDBInstanceChargeTypeInput) (*ModifyDBInstanceChargeTypeOutput, error)
	ModifyDBInstanceChargeTypeWithContext(volcengine.Context, *ModifyDBInstanceChargeTypeInput, ...request.Option) (*ModifyDBInstanceChargeTypeOutput, error)
	ModifyDBInstanceChargeTypeRequest(*ModifyDBInstanceChargeTypeInput) (*request.Request, *ModifyDBInstanceChargeTypeOutput)

	ModifyDBInstanceConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceConfig(*ModifyDBInstanceConfigInput) (*ModifyDBInstanceConfigOutput, error)
	ModifyDBInstanceConfigWithContext(volcengine.Context, *ModifyDBInstanceConfigInput, ...request.Option) (*ModifyDBInstanceConfigOutput, error)
	ModifyDBInstanceConfigRequest(*ModifyDBInstanceConfigInput) (*request.Request, *ModifyDBInstanceConfigOutput)

	ModifyDBInstanceMaintenanceWindowCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceMaintenanceWindowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceMaintenanceWindowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceMaintenanceWindow(*ModifyDBInstanceMaintenanceWindowInput) (*ModifyDBInstanceMaintenanceWindowOutput, error)
	ModifyDBInstanceMaintenanceWindowWithContext(volcengine.Context, *ModifyDBInstanceMaintenanceWindowInput, ...request.Option) (*ModifyDBInstanceMaintenanceWindowOutput, error)
	ModifyDBInstanceMaintenanceWindowRequest(*ModifyDBInstanceMaintenanceWindowInput) (*request.Request, *ModifyDBInstanceMaintenanceWindowOutput)

	ModifyDBInstanceNameCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceNameCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceNameCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceName(*ModifyDBInstanceNameInput) (*ModifyDBInstanceNameOutput, error)
	ModifyDBInstanceNameWithContext(volcengine.Context, *ModifyDBInstanceNameInput, ...request.Option) (*ModifyDBInstanceNameOutput, error)
	ModifyDBInstanceNameRequest(*ModifyDBInstanceNameInput) (*request.Request, *ModifyDBInstanceNameOutput)

	ModifyDBInstanceParametersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceParametersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceParametersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceParameters(*ModifyDBInstanceParametersInput) (*ModifyDBInstanceParametersOutput, error)
	ModifyDBInstanceParametersWithContext(volcengine.Context, *ModifyDBInstanceParametersInput, ...request.Option) (*ModifyDBInstanceParametersOutput, error)
	ModifyDBInstanceParametersRequest(*ModifyDBInstanceParametersInput) (*request.Request, *ModifyDBInstanceParametersOutput)

	ModifyDBInstanceSSLCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceSSLCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceSSLCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceSSL(*ModifyDBInstanceSSLInput) (*ModifyDBInstanceSSLOutput, error)
	ModifyDBInstanceSSLWithContext(volcengine.Context, *ModifyDBInstanceSSLInput, ...request.Option) (*ModifyDBInstanceSSLOutput, error)
	ModifyDBInstanceSSLRequest(*ModifyDBInstanceSSLInput) (*request.Request, *ModifyDBInstanceSSLOutput)

	ModifyDBInstanceSpecCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceSpecCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceSpecCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceSpec(*ModifyDBInstanceSpecInput) (*ModifyDBInstanceSpecOutput, error)
	ModifyDBInstanceSpecWithContext(volcengine.Context, *ModifyDBInstanceSpecInput, ...request.Option) (*ModifyDBInstanceSpecOutput, error)
	ModifyDBInstanceSpecRequest(*ModifyDBInstanceSpecInput) (*request.Request, *ModifyDBInstanceSpecOutput)

	ModifyDatabaseOwnerCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDatabaseOwnerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDatabaseOwnerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDatabaseOwner(*ModifyDatabaseOwnerInput) (*ModifyDatabaseOwnerOutput, error)
	ModifyDatabaseOwnerWithContext(volcengine.Context, *ModifyDatabaseOwnerInput, ...request.Option) (*ModifyDatabaseOwnerOutput, error)
	ModifyDatabaseOwnerRequest(*ModifyDatabaseOwnerInput) (*request.Request, *ModifyDatabaseOwnerOutput)

	ModifyParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyParameterTemplate(*ModifyParameterTemplateInput) (*ModifyParameterTemplateOutput, error)
	ModifyParameterTemplateWithContext(volcengine.Context, *ModifyParameterTemplateInput, ...request.Option) (*ModifyParameterTemplateOutput, error)
	ModifyParameterTemplateRequest(*ModifyParameterTemplateInput) (*request.Request, *ModifyParameterTemplateOutput)

	ModifyPlannedEventExecuteTimeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyPlannedEventExecuteTimeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyPlannedEventExecuteTimeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyPlannedEventExecuteTime(*ModifyPlannedEventExecuteTimeInput) (*ModifyPlannedEventExecuteTimeOutput, error)
	ModifyPlannedEventExecuteTimeWithContext(volcengine.Context, *ModifyPlannedEventExecuteTimeInput, ...request.Option) (*ModifyPlannedEventExecuteTimeOutput, error)
	ModifyPlannedEventExecuteTimeRequest(*ModifyPlannedEventExecuteTimeInput) (*request.Request, *ModifyPlannedEventExecuteTimeOutput)

	ModifySchemaOwnerCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifySchemaOwnerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifySchemaOwnerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifySchemaOwner(*ModifySchemaOwnerInput) (*ModifySchemaOwnerOutput, error)
	ModifySchemaOwnerWithContext(volcengine.Context, *ModifySchemaOwnerInput, ...request.Option) (*ModifySchemaOwnerOutput, error)
	ModifySchemaOwnerRequest(*ModifySchemaOwnerInput) (*request.Request, *ModifySchemaOwnerOutput)

	ModifyTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTask(*ModifyTaskInput) (*ModifyTaskOutput, error)
	ModifyTaskWithContext(volcengine.Context, *ModifyTaskInput, ...request.Option) (*ModifyTaskOutput, error)
	ModifyTaskRequest(*ModifyTaskInput) (*request.Request, *ModifyTaskOutput)

	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)

	ResetDBAccountCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResetDBAccountCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResetDBAccountCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResetDBAccount(*ResetDBAccountInput) (*ResetDBAccountOutput, error)
	ResetDBAccountWithContext(volcengine.Context, *ResetDBAccountInput, ...request.Option) (*ResetDBAccountOutput, error)
	ResetDBAccountRequest(*ResetDBAccountInput) (*request.Request, *ResetDBAccountOutput)

	RestartDBInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestartDBInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestartDBInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestartDBInstance(*RestartDBInstanceInput) (*RestartDBInstanceOutput, error)
	RestartDBInstanceWithContext(volcengine.Context, *RestartDBInstanceInput, ...request.Option) (*RestartDBInstanceOutput, error)
	RestartDBInstanceRequest(*RestartDBInstanceInput) (*request.Request, *RestartDBInstanceOutput)

	RestoreToExistedInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestoreToExistedInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestoreToExistedInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestoreToExistedInstance(*RestoreToExistedInstanceInput) (*RestoreToExistedInstanceOutput, error)
	RestoreToExistedInstanceWithContext(volcengine.Context, *RestoreToExistedInstanceInput, ...request.Option) (*RestoreToExistedInstanceOutput, error)
	RestoreToExistedInstanceRequest(*RestoreToExistedInstanceInput) (*request.Request, *RestoreToExistedInstanceOutput)

	RestoreToNewInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestoreToNewInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestoreToNewInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestoreToNewInstance(*RestoreToNewInstanceInput) (*RestoreToNewInstanceOutput, error)
	RestoreToNewInstanceWithContext(volcengine.Context, *RestoreToNewInstanceInput, ...request.Option) (*RestoreToNewInstanceOutput, error)
	RestoreToNewInstanceRequest(*RestoreToNewInstanceInput) (*request.Request, *RestoreToNewInstanceOutput)

	RevokeDBAccountPrivilegeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RevokeDBAccountPrivilegeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RevokeDBAccountPrivilegeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RevokeDBAccountPrivilege(*RevokeDBAccountPrivilegeInput) (*RevokeDBAccountPrivilegeOutput, error)
	RevokeDBAccountPrivilegeWithContext(volcengine.Context, *RevokeDBAccountPrivilegeInput, ...request.Option) (*RevokeDBAccountPrivilegeOutput, error)
	RevokeDBAccountPrivilegeRequest(*RevokeDBAccountPrivilegeInput) (*request.Request, *RevokeDBAccountPrivilegeOutput)

	SaveAsParameterTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SaveAsParameterTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SaveAsParameterTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SaveAsParameterTemplate(*SaveAsParameterTemplateInput) (*SaveAsParameterTemplateOutput, error)
	SaveAsParameterTemplateWithContext(volcengine.Context, *SaveAsParameterTemplateInput, ...request.Option) (*SaveAsParameterTemplateOutput, error)
	SaveAsParameterTemplateRequest(*SaveAsParameterTemplateInput) (*request.Request, *SaveAsParameterTemplateOutput)

	UnifyNewAllowListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UnifyNewAllowListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UnifyNewAllowListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UnifyNewAllowList(*UnifyNewAllowListInput) (*UnifyNewAllowListOutput, error)
	UnifyNewAllowListWithContext(volcengine.Context, *UnifyNewAllowListInput, ...request.Option) (*UnifyNewAllowListOutput, error)
	UnifyNewAllowListRequest(*UnifyNewAllowListInput) (*request.Request, *UnifyNewAllowListOutput)

	UpgradeAllowListVersionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpgradeAllowListVersionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpgradeAllowListVersionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpgradeAllowListVersion(*UpgradeAllowListVersionInput) (*UpgradeAllowListVersionOutput, error)
	UpgradeAllowListVersionWithContext(volcengine.Context, *UpgradeAllowListVersionInput, ...request.Option) (*UpgradeAllowListVersionOutput, error)
	UpgradeAllowListVersionRequest(*UpgradeAllowListVersionInput) (*request.Request, *UpgradeAllowListVersionOutput)
}

RDSPOSTGRESQLAPI provides an interface to enable mocking the rdspostgresql.RDSPOSTGRESQL service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// RDS_POSTGRESQL.
func myFunc(svc RDSPOSTGRESQLAPI) bool {
    // Make svc.AddTagsToResource request
}

func main() {
    sess := session.New()
    svc := rdspostgresql.New(sess)

    myFunc(svc)
}

type ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput

type ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Weight *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) GoString

GoString returns the string representation

func (*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) SetWeight

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForDescribeDBInstanceDetailOutput) String

String returns the string representation

type ReadOnlyNodeWeightForDescribeDBInstancesOutput added in v1.1.53

type ReadOnlyNodeWeightForDescribeDBInstancesOutput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Weight *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadOnlyNodeWeightForDescribeDBInstancesOutput) GoString added in v1.1.53

GoString returns the string representation

func (*ReadOnlyNodeWeightForDescribeDBInstancesOutput) SetNodeId added in v1.1.53

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForDescribeDBInstancesOutput) SetNodeType added in v1.1.53

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForDescribeDBInstancesOutput) SetWeight added in v1.1.53

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForDescribeDBInstancesOutput) String added in v1.1.53

String returns the string representation

type ReadOnlyNodeWeightForModifyDBEndpointReadWeightInput

type ReadOnlyNodeWeightForModifyDBEndpointReadWeightInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Weight *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadOnlyNodeWeightForModifyDBEndpointReadWeightInput) GoString

GoString returns the string representation

func (*ReadOnlyNodeWeightForModifyDBEndpointReadWeightInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForModifyDBEndpointReadWeightInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForModifyDBEndpointReadWeightInput) SetWeight

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForModifyDBEndpointReadWeightInput) String

String returns the string representation

type ReadOnlyNodeWeightForModifyDBEndpointReadWriteFlagInput

type ReadOnlyNodeWeightForModifyDBEndpointReadWriteFlagInput struct {
	NodeId *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Weight *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadOnlyNodeWeightForModifyDBEndpointReadWriteFlagInput) GoString

GoString returns the string representation

func (*ReadOnlyNodeWeightForModifyDBEndpointReadWriteFlagInput) SetNodeId

SetNodeId sets the NodeId field's value.

func (*ReadOnlyNodeWeightForModifyDBEndpointReadWriteFlagInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*ReadOnlyNodeWeightForModifyDBEndpointReadWriteFlagInput) SetWeight

SetWeight sets the Weight field's value.

func (ReadOnlyNodeWeightForModifyDBEndpointReadWriteFlagInput) String

String returns the string representation

type RecoverableTimeInfoForDescribeRecoverableTimeOutput

type RecoverableTimeInfoForDescribeRecoverableTimeOutput struct {
	EarliestRecoverableTime *string `type:"string" json:",omitempty"`

	LatestRecoverableTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RecoverableTimeInfoForDescribeRecoverableTimeOutput) GoString

GoString returns the string representation

func (*RecoverableTimeInfoForDescribeRecoverableTimeOutput) SetEarliestRecoverableTime

SetEarliestRecoverableTime sets the EarliestRecoverableTime field's value.

func (*RecoverableTimeInfoForDescribeRecoverableTimeOutput) SetLatestRecoverableTime

SetLatestRecoverableTime sets the LatestRecoverableTime field's value.

func (RecoverableTimeInfoForDescribeRecoverableTimeOutput) String

String returns the string representation

type RegionForDescribeRegionsOutput

type RegionForDescribeRegionsOutput struct {
	RegionId *string `type:"string" json:",omitempty"`

	RegionName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RegionForDescribeRegionsOutput) GoString

GoString returns the string representation

func (*RegionForDescribeRegionsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*RegionForDescribeRegionsOutput) SetRegionName

SetRegionName sets the RegionName field's value.

func (RegionForDescribeRegionsOutput) String

String returns the string representation

type RemoveTagsFromResourceInput

type RemoveTagsFromResourceInput struct {
	All *bool `type:"boolean" json:",omitempty"`

	InstanceIds []*string `type:"list" json:",omitempty"`

	TagKeys []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RemoveTagsFromResourceInput) GoString

func (s RemoveTagsFromResourceInput) GoString() string

GoString returns the string representation

func (*RemoveTagsFromResourceInput) SetAll

SetAll sets the All field's value.

func (*RemoveTagsFromResourceInput) SetInstanceIds

SetInstanceIds sets the InstanceIds field's value.

func (*RemoveTagsFromResourceInput) SetTagKeys

SetTagKeys sets the TagKeys field's value.

func (RemoveTagsFromResourceInput) String

String returns the string representation

type RemoveTagsFromResourceOutput

type RemoveTagsFromResourceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RemoveTagsFromResourceOutput) GoString

func (s RemoveTagsFromResourceOutput) GoString() string

GoString returns the string representation

func (RemoveTagsFromResourceOutput) String

String returns the string representation

type ReplicationSlotForDescribeSlotsOutput added in v1.0.187

type ReplicationSlotForDescribeSlotsOutput struct {
	Database *string `type:"string" json:",omitempty"`

	IPAddress *string `type:"string" json:",omitempty"`

	Plugin *string `type:"string" json:",omitempty"`

	SlotName *string `type:"string" json:",omitempty"`

	SlotStatus *string `type:"string" json:",omitempty"`

	SlotType *string `type:"string" json:",omitempty"`

	Temporary *bool `type:"boolean" json:",omitempty"`

	WalDelay *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReplicationSlotForDescribeSlotsOutput) GoString added in v1.0.187

GoString returns the string representation

func (*ReplicationSlotForDescribeSlotsOutput) SetDatabase added in v1.0.187

SetDatabase sets the Database field's value.

func (*ReplicationSlotForDescribeSlotsOutput) SetIPAddress added in v1.0.187

SetIPAddress sets the IPAddress field's value.

func (*ReplicationSlotForDescribeSlotsOutput) SetPlugin added in v1.0.187

SetPlugin sets the Plugin field's value.

func (*ReplicationSlotForDescribeSlotsOutput) SetSlotName added in v1.0.187

SetSlotName sets the SlotName field's value.

func (*ReplicationSlotForDescribeSlotsOutput) SetSlotStatus added in v1.0.187

SetSlotStatus sets the SlotStatus field's value.

func (*ReplicationSlotForDescribeSlotsOutput) SetSlotType added in v1.0.187

SetSlotType sets the SlotType field's value.

func (*ReplicationSlotForDescribeSlotsOutput) SetTemporary added in v1.0.187

SetTemporary sets the Temporary field's value.

func (*ReplicationSlotForDescribeSlotsOutput) SetWalDelay added in v1.0.187

SetWalDelay sets the WalDelay field's value.

func (ReplicationSlotForDescribeSlotsOutput) String added in v1.0.187

String returns the string representation

type ResetDBAccountInput

type ResetDBAccountInput struct {

	// AccountName is a required field
	AccountName *string `type:"string" json:",omitempty" required:"true"`

	// AccountPassword is a required field
	AccountPassword *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 (ResetDBAccountInput) GoString

func (s ResetDBAccountInput) GoString() string

GoString returns the string representation

func (*ResetDBAccountInput) SetAccountName

func (s *ResetDBAccountInput) SetAccountName(v string) *ResetDBAccountInput

SetAccountName sets the AccountName field's value.

func (*ResetDBAccountInput) SetAccountPassword

func (s *ResetDBAccountInput) SetAccountPassword(v string) *ResetDBAccountInput

SetAccountPassword sets the AccountPassword field's value.

func (*ResetDBAccountInput) SetInstanceId

func (s *ResetDBAccountInput) SetInstanceId(v string) *ResetDBAccountInput

SetInstanceId sets the InstanceId field's value.

func (ResetDBAccountInput) String

func (s ResetDBAccountInput) String() string

String returns the string representation

func (*ResetDBAccountInput) Validate

func (s *ResetDBAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResetDBAccountOutput

type ResetDBAccountOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ResetDBAccountOutput) GoString

func (s ResetDBAccountOutput) GoString() string

GoString returns the string representation

func (ResetDBAccountOutput) String

func (s ResetDBAccountOutput) String() string

String returns the string representation

type RestartDBInstanceInput

type RestartDBInstanceInput struct {
	ApplyScope *string `type:"string" json:",omitempty"`

	CustomNodeIds []*string `type:"list" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RestartDBInstanceInput) GoString

func (s RestartDBInstanceInput) GoString() string

GoString returns the string representation

func (*RestartDBInstanceInput) SetApplyScope added in v1.0.187

SetApplyScope sets the ApplyScope field's value.

func (*RestartDBInstanceInput) SetCustomNodeIds added in v1.0.187

func (s *RestartDBInstanceInput) SetCustomNodeIds(v []*string) *RestartDBInstanceInput

SetCustomNodeIds sets the CustomNodeIds field's value.

func (*RestartDBInstanceInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (RestartDBInstanceInput) String

func (s RestartDBInstanceInput) String() string

String returns the string representation

func (*RestartDBInstanceInput) Validate

func (s *RestartDBInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestartDBInstanceOutput

type RestartDBInstanceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RestartDBInstanceOutput) GoString

func (s RestartDBInstanceOutput) GoString() string

GoString returns the string representation

func (RestartDBInstanceOutput) String

func (s RestartDBInstanceOutput) String() string

String returns the string representation

type RestoreToExistedInstanceInput added in v1.1.53

type RestoreToExistedInstanceInput struct {

	// BackupId is a required field
	BackupId *string `type:"string" json:",omitempty" required:"true"`

	Databases []*DatabaseForRestoreToExistedInstanceInput `type:"list" json:",omitempty"`

	// SourceDBInstanceId is a required field
	SourceDBInstanceId *string `type:"string" json:",omitempty" required:"true"`

	// TargetDBInstanceAccount is a required field
	TargetDBInstanceAccount *string `type:"string" json:",omitempty" required:"true"`

	// TargetDBInstanceId is a required field
	TargetDBInstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RestoreToExistedInstanceInput) GoString added in v1.1.53

GoString returns the string representation

func (*RestoreToExistedInstanceInput) SetBackupId added in v1.1.53

SetBackupId sets the BackupId field's value.

func (*RestoreToExistedInstanceInput) SetDatabases added in v1.1.53

SetDatabases sets the Databases field's value.

func (*RestoreToExistedInstanceInput) SetSourceDBInstanceId added in v1.1.53

SetSourceDBInstanceId sets the SourceDBInstanceId field's value.

func (*RestoreToExistedInstanceInput) SetTargetDBInstanceAccount added in v1.1.53

func (s *RestoreToExistedInstanceInput) SetTargetDBInstanceAccount(v string) *RestoreToExistedInstanceInput

SetTargetDBInstanceAccount sets the TargetDBInstanceAccount field's value.

func (*RestoreToExistedInstanceInput) SetTargetDBInstanceId added in v1.1.53

SetTargetDBInstanceId sets the TargetDBInstanceId field's value.

func (RestoreToExistedInstanceInput) String added in v1.1.53

String returns the string representation

func (*RestoreToExistedInstanceInput) Validate added in v1.1.53

func (s *RestoreToExistedInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestoreToExistedInstanceOutput added in v1.1.53

type RestoreToExistedInstanceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RestoreToExistedInstanceOutput) GoString added in v1.1.53

GoString returns the string representation

func (RestoreToExistedInstanceOutput) String added in v1.1.53

String returns the string representation

type RestoreToNewInstanceInput

type RestoreToNewInstanceInput struct {
	AllowListIds []*string `type:"list" json:",omitempty"`

	BackupId *string `type:"string" json:",omitempty"`

	ChargeInfo *ChargeInfoForRestoreToNewInstanceInput `type:"structure" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	MaintenanceWindow *MaintenanceWindowForRestoreToNewInstanceInput `type:"structure" json:",omitempty"`

	NodeInfo []*NodeInfoForRestoreToNewInstanceInput `type:"list" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RestoreTime *string `type:"string" json:",omitempty"`

	// SrcInstanceId is a required field
	SrcInstanceId *string `type:"string" json:",omitempty" required:"true"`

	StorageSpace *int32 `type:"int32" json:",omitempty"`

	// StorageType is a required field
	StorageType *string `type:"string" json:",omitempty" required:"true"`

	// SubnetId is a required field
	SubnetId *string `type:"string" json:",omitempty" required:"true"`

	Tags []*TagForRestoreToNewInstanceInput `type:"list" json:",omitempty"`

	// VpcId is a required field
	VpcId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RestoreToNewInstanceInput) GoString

func (s RestoreToNewInstanceInput) GoString() string

GoString returns the string representation

func (*RestoreToNewInstanceInput) SetAllowListIds added in v1.1.53

SetAllowListIds sets the AllowListIds field's value.

func (*RestoreToNewInstanceInput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*RestoreToNewInstanceInput) SetChargeInfo

SetChargeInfo sets the ChargeInfo field's value.

func (*RestoreToNewInstanceInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*RestoreToNewInstanceInput) SetMaintenanceWindow added in v1.1.53

SetMaintenanceWindow sets the MaintenanceWindow field's value.

func (*RestoreToNewInstanceInput) SetNodeInfo

SetNodeInfo sets the NodeInfo field's value.

func (*RestoreToNewInstanceInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*RestoreToNewInstanceInput) SetRestoreTime

SetRestoreTime sets the RestoreTime field's value.

func (*RestoreToNewInstanceInput) SetSrcInstanceId

SetSrcInstanceId sets the SrcInstanceId field's value.

func (*RestoreToNewInstanceInput) SetStorageSpace

SetStorageSpace sets the StorageSpace field's value.

func (*RestoreToNewInstanceInput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*RestoreToNewInstanceInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*RestoreToNewInstanceInput) SetTags

SetTags sets the Tags field's value.

func (*RestoreToNewInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (RestoreToNewInstanceInput) String

func (s RestoreToNewInstanceInput) String() string

String returns the string representation

func (*RestoreToNewInstanceInput) Validate

func (s *RestoreToNewInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestoreToNewInstanceOutput

type RestoreToNewInstanceOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

	OrderId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RestoreToNewInstanceOutput) GoString

func (s RestoreToNewInstanceOutput) GoString() string

GoString returns the string representation

func (*RestoreToNewInstanceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*RestoreToNewInstanceOutput) SetOrderId

SetOrderId sets the OrderId field's value.

func (RestoreToNewInstanceOutput) String

String returns the string representation

type RevokeDBAccountPrivilegeInput

type RevokeDBAccountPrivilegeInput struct {

	// AccountName is a required field
	AccountName *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 (RevokeDBAccountPrivilegeInput) GoString

GoString returns the string representation

func (*RevokeDBAccountPrivilegeInput) SetAccountName

SetAccountName sets the AccountName field's value.

func (*RevokeDBAccountPrivilegeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (RevokeDBAccountPrivilegeInput) String

String returns the string representation

func (*RevokeDBAccountPrivilegeInput) Validate

func (s *RevokeDBAccountPrivilegeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RevokeDBAccountPrivilegeOutput

type RevokeDBAccountPrivilegeOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RevokeDBAccountPrivilegeOutput) GoString

GoString returns the string representation

func (RevokeDBAccountPrivilegeOutput) String

String returns the string representation

type SaveAsParameterTemplateInput added in v1.1.53

type SaveAsParameterTemplateInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	TemplateDesc *string `type:"string" json:",omitempty"`

	// TemplateName is a required field
	TemplateName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (SaveAsParameterTemplateInput) GoString added in v1.1.53

func (s SaveAsParameterTemplateInput) GoString() string

GoString returns the string representation

func (*SaveAsParameterTemplateInput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*SaveAsParameterTemplateInput) SetTemplateDesc added in v1.1.53

SetTemplateDesc sets the TemplateDesc field's value.

func (*SaveAsParameterTemplateInput) SetTemplateName added in v1.1.53

SetTemplateName sets the TemplateName field's value.

func (SaveAsParameterTemplateInput) String added in v1.1.53

String returns the string representation

func (*SaveAsParameterTemplateInput) Validate added in v1.1.53

func (s *SaveAsParameterTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SaveAsParameterTemplateOutput added in v1.1.53

type SaveAsParameterTemplateOutput struct {
	Metadata *response.ResponseMetadata

	TemplateId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SaveAsParameterTemplateOutput) GoString added in v1.1.53

GoString returns the string representation

func (*SaveAsParameterTemplateOutput) SetTemplateId added in v1.1.53

SetTemplateId sets the TemplateId field's value.

func (SaveAsParameterTemplateOutput) String added in v1.1.53

String returns the string representation

type SchemaForDescribeSchemasOutput

type SchemaForDescribeSchemasOutput struct {
	DBName *string `type:"string" json:",omitempty"`

	Owner *string `type:"string" json:",omitempty"`

	SchemaName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SchemaForDescribeSchemasOutput) GoString

GoString returns the string representation

func (*SchemaForDescribeSchemasOutput) SetDBName

SetDBName sets the DBName field's value.

func (*SchemaForDescribeSchemasOutput) SetOwner

SetOwner sets the Owner field's value.

func (*SchemaForDescribeSchemasOutput) SetSchemaName

SetSchemaName sets the SchemaName field's value.

func (SchemaForDescribeSchemasOutput) String

String returns the string representation

type SchemaInfoForModifySchemaOwnerInput

type SchemaInfoForModifySchemaOwnerInput struct {
	DBName *string `type:"string" json:",omitempty"`

	Owner *string `type:"string" json:",omitempty"`

	SchemaName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SchemaInfoForModifySchemaOwnerInput) GoString

GoString returns the string representation

func (*SchemaInfoForModifySchemaOwnerInput) SetDBName

SetDBName sets the DBName field's value.

func (*SchemaInfoForModifySchemaOwnerInput) SetOwner

SetOwner sets the Owner field's value.

func (*SchemaInfoForModifySchemaOwnerInput) SetSchemaName

SetSchemaName sets the SchemaName field's value.

func (SchemaInfoForModifySchemaOwnerInput) String

String returns the string representation

type SecurityGroupBindInfoForCreateAllowListInput added in v1.1.53

type SecurityGroupBindInfoForCreateAllowListInput struct {
	BindMode *string `type:"string" json:",omitempty"`

	IpList []*string `type:"list" json:",omitempty"`

	SecurityGroupId *string `type:"string" json:",omitempty"`

	SecurityGroupName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SecurityGroupBindInfoForCreateAllowListInput) GoString added in v1.1.53

GoString returns the string representation

func (*SecurityGroupBindInfoForCreateAllowListInput) SetBindMode added in v1.1.53

SetBindMode sets the BindMode field's value.

func (*SecurityGroupBindInfoForCreateAllowListInput) SetIpList added in v1.1.53

SetIpList sets the IpList field's value.

func (*SecurityGroupBindInfoForCreateAllowListInput) SetSecurityGroupId added in v1.1.53

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*SecurityGroupBindInfoForCreateAllowListInput) SetSecurityGroupName added in v1.1.53

SetSecurityGroupName sets the SecurityGroupName field's value.

func (SecurityGroupBindInfoForCreateAllowListInput) String added in v1.1.53

String returns the string representation

type SecurityGroupBindInfoForDescribeAllowListDetailOutput added in v1.1.53

type SecurityGroupBindInfoForDescribeAllowListDetailOutput struct {
	BindMode *string `type:"string" json:",omitempty"`

	IpList []*string `type:"list" json:",omitempty"`

	SecurityGroupId *string `type:"string" json:",omitempty"`

	SecurityGroupName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SecurityGroupBindInfoForDescribeAllowListDetailOutput) GoString added in v1.1.53

GoString returns the string representation

func (*SecurityGroupBindInfoForDescribeAllowListDetailOutput) SetBindMode added in v1.1.53

SetBindMode sets the BindMode field's value.

func (*SecurityGroupBindInfoForDescribeAllowListDetailOutput) SetIpList added in v1.1.53

SetIpList sets the IpList field's value.

func (*SecurityGroupBindInfoForDescribeAllowListDetailOutput) SetSecurityGroupId added in v1.1.53

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*SecurityGroupBindInfoForDescribeAllowListDetailOutput) SetSecurityGroupName added in v1.1.53

SetSecurityGroupName sets the SecurityGroupName field's value.

func (SecurityGroupBindInfoForDescribeAllowListDetailOutput) String added in v1.1.53

String returns the string representation

type SecurityGroupBindInfoForDescribeAllowListsOutput added in v1.1.53

type SecurityGroupBindInfoForDescribeAllowListsOutput struct {
	BindMode *string `type:"string" json:",omitempty"`

	IpList []*string `type:"list" json:",omitempty"`

	SecurityGroupId *string `type:"string" json:",omitempty"`

	SecurityGroupName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SecurityGroupBindInfoForDescribeAllowListsOutput) GoString added in v1.1.53

GoString returns the string representation

func (*SecurityGroupBindInfoForDescribeAllowListsOutput) SetBindMode added in v1.1.53

SetBindMode sets the BindMode field's value.

func (*SecurityGroupBindInfoForDescribeAllowListsOutput) SetIpList added in v1.1.53

SetIpList sets the IpList field's value.

func (*SecurityGroupBindInfoForDescribeAllowListsOutput) SetSecurityGroupId added in v1.1.53

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*SecurityGroupBindInfoForDescribeAllowListsOutput) SetSecurityGroupName added in v1.1.53

SetSecurityGroupName sets the SecurityGroupName field's value.

func (SecurityGroupBindInfoForDescribeAllowListsOutput) String added in v1.1.53

String returns the string representation

type SecurityGroupBindInfoForModifyAllowListInput added in v1.1.53

type SecurityGroupBindInfoForModifyAllowListInput struct {
	BindMode *string `type:"string" json:",omitempty"`

	IpList []*string `type:"list" json:",omitempty"`

	SecurityGroupId *string `type:"string" json:",omitempty"`

	SecurityGroupName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SecurityGroupBindInfoForModifyAllowListInput) GoString added in v1.1.53

GoString returns the string representation

func (*SecurityGroupBindInfoForModifyAllowListInput) SetBindMode added in v1.1.53

SetBindMode sets the BindMode field's value.

func (*SecurityGroupBindInfoForModifyAllowListInput) SetIpList added in v1.1.53

SetIpList sets the IpList field's value.

func (*SecurityGroupBindInfoForModifyAllowListInput) SetSecurityGroupId added in v1.1.53

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*SecurityGroupBindInfoForModifyAllowListInput) SetSecurityGroupName added in v1.1.53

SetSecurityGroupName sets the SecurityGroupName field's value.

func (SecurityGroupBindInfoForModifyAllowListInput) String added in v1.1.53

String returns the string representation

type TagFilterForDescribeDBInstancesInput

type TagFilterForDescribeDBInstancesInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeDBInstancesInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeDBInstancesInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeDBInstancesInput) SetValue

SetValue sets the Value field's value.

func (TagFilterForDescribeDBInstancesInput) String

String returns the string representation

type TagForAddTagsToResourceInput

type TagForAddTagsToResourceInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForAddTagsToResourceInput) GoString

func (s TagForAddTagsToResourceInput) GoString() string

GoString returns the string representation

func (*TagForAddTagsToResourceInput) SetKey

SetKey sets the Key field's value.

func (*TagForAddTagsToResourceInput) SetValue

SetValue sets the Value field's value.

func (TagForAddTagsToResourceInput) String

String returns the string representation

type TagForCreateDBInstanceInput

type TagForCreateDBInstanceInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForCreateDBInstanceInput) GoString

func (s TagForCreateDBInstanceInput) GoString() string

GoString returns the string representation

func (*TagForCreateDBInstanceInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateDBInstanceInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateDBInstanceInput) String

String returns the string representation

type TagForDescribeDBInstancesOutput

type TagForDescribeDBInstancesOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForDescribeDBInstancesOutput) GoString

GoString returns the string representation

func (*TagForDescribeDBInstancesOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeDBInstancesOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeDBInstancesOutput) String

String returns the string representation

type TagForRestoreToNewInstanceInput

type TagForRestoreToNewInstanceInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForRestoreToNewInstanceInput) GoString

GoString returns the string representation

func (*TagForRestoreToNewInstanceInput) SetKey

SetKey sets the Key field's value.

func (*TagForRestoreToNewInstanceInput) SetValue

SetValue sets the Value field's value.

func (TagForRestoreToNewInstanceInput) String

String returns the string representation

type TaskInfoForDescribeTasksOutput added in v1.1.53

type TaskInfoForDescribeTasksOutput struct {
	CostTimeMS *int64 `type:"int64" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	FinishTime *string `type:"string" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	ScheduledSwitchEndTime *string `type:"string" json:",omitempty"`

	ScheduledSwitchStartTime *string `type:"string" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`

	TaskParams *string `type:"string" json:",omitempty"`

	TaskStatus *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TaskInfoForDescribeTasksOutput) GoString added in v1.1.53

GoString returns the string representation

func (*TaskInfoForDescribeTasksOutput) SetCostTimeMS added in v1.1.53

SetCostTimeMS sets the CostTimeMS field's value.

func (*TaskInfoForDescribeTasksOutput) SetCreateTime added in v1.1.53

SetCreateTime sets the CreateTime field's value.

func (*TaskInfoForDescribeTasksOutput) SetFinishTime added in v1.1.53

SetFinishTime sets the FinishTime field's value.

func (*TaskInfoForDescribeTasksOutput) SetInstanceId added in v1.1.53

SetInstanceId sets the InstanceId field's value.

func (*TaskInfoForDescribeTasksOutput) SetProjectName added in v1.1.53

SetProjectName sets the ProjectName field's value.

func (*TaskInfoForDescribeTasksOutput) SetRegion added in v1.1.53

SetRegion sets the Region field's value.

func (*TaskInfoForDescribeTasksOutput) SetScheduledSwitchEndTime added in v1.1.53

func (s *TaskInfoForDescribeTasksOutput) SetScheduledSwitchEndTime(v string) *TaskInfoForDescribeTasksOutput

SetScheduledSwitchEndTime sets the ScheduledSwitchEndTime field's value.

func (*TaskInfoForDescribeTasksOutput) SetScheduledSwitchStartTime added in v1.1.53

func (s *TaskInfoForDescribeTasksOutput) SetScheduledSwitchStartTime(v string) *TaskInfoForDescribeTasksOutput

SetScheduledSwitchStartTime sets the ScheduledSwitchStartTime field's value.

func (*TaskInfoForDescribeTasksOutput) SetTaskAction added in v1.1.53

SetTaskAction sets the TaskAction field's value.

func (*TaskInfoForDescribeTasksOutput) SetTaskId added in v1.1.53

SetTaskId sets the TaskId field's value.

func (*TaskInfoForDescribeTasksOutput) SetTaskParams added in v1.1.53

SetTaskParams sets the TaskParams field's value.

func (*TaskInfoForDescribeTasksOutput) SetTaskStatus added in v1.1.53

SetTaskStatus sets the TaskStatus field's value.

func (TaskInfoForDescribeTasksOutput) String added in v1.1.53

String returns the string representation

type TemplateInfoForDescribeParameterTemplateOutput added in v1.1.53

type TemplateInfoForDescribeParameterTemplateOutput struct {
	AccountId *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	NeedRestart *bool `type:"boolean" json:",omitempty"`

	ParameterNum *int32 `type:"int32" json:",omitempty"`

	TemplateCategory *string `type:"string" json:",omitempty"`

	TemplateDesc *string `type:"string" json:",omitempty"`

	TemplateId *string `type:"string" json:",omitempty"`

	TemplateName *string `type:"string" json:",omitempty"`

	TemplateParams []*TemplateParamForDescribeParameterTemplateOutput `type:"list" json:",omitempty"`

	TemplateSource *string `type:"string" json:",omitempty"`

	TemplateType *string `type:"string" json:",omitempty"`

	TemplateTypeVersion *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TemplateInfoForDescribeParameterTemplateOutput) GoString added in v1.1.53

GoString returns the string representation

func (*TemplateInfoForDescribeParameterTemplateOutput) SetAccountId added in v1.1.53

SetAccountId sets the AccountId field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetCreateTime added in v1.1.53

SetCreateTime sets the CreateTime field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetNeedRestart added in v1.1.53

SetNeedRestart sets the NeedRestart field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetParameterNum added in v1.1.53

SetParameterNum sets the ParameterNum field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateCategory added in v1.1.53

SetTemplateCategory sets the TemplateCategory field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateDesc added in v1.1.53

SetTemplateDesc sets the TemplateDesc field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateId added in v1.1.53

SetTemplateId sets the TemplateId field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateName added in v1.1.53

SetTemplateName sets the TemplateName field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateParams added in v1.1.53

SetTemplateParams sets the TemplateParams field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateSource added in v1.1.53

SetTemplateSource sets the TemplateSource field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateType added in v1.1.53

SetTemplateType sets the TemplateType field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetTemplateTypeVersion added in v1.1.53

SetTemplateTypeVersion sets the TemplateTypeVersion field's value.

func (*TemplateInfoForDescribeParameterTemplateOutput) SetUpdateTime added in v1.1.53

SetUpdateTime sets the UpdateTime field's value.

func (TemplateInfoForDescribeParameterTemplateOutput) String added in v1.1.53

String returns the string representation

type TemplateInfoForListParameterTemplatesOutput added in v1.1.53

type TemplateInfoForListParameterTemplatesOutput struct {
	AccountId *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	NeedRestart *bool `type:"boolean" json:",omitempty"`

	ParameterNum *int32 `type:"int32" json:",omitempty"`

	TemplateCategory *string `type:"string" json:",omitempty"`

	TemplateDesc *string `type:"string" json:",omitempty"`

	TemplateId *string `type:"string" json:",omitempty"`

	TemplateName *string `type:"string" json:",omitempty"`

	TemplateParams []*TemplateParamForListParameterTemplatesOutput `type:"list" json:",omitempty"`

	TemplateSource *string `type:"string" json:",omitempty"`

	TemplateType *string `type:"string" json:",omitempty"`

	TemplateTypeVersion *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TemplateInfoForListParameterTemplatesOutput) GoString added in v1.1.53

GoString returns the string representation

func (*TemplateInfoForListParameterTemplatesOutput) SetAccountId added in v1.1.53

SetAccountId sets the AccountId field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetCreateTime added in v1.1.53

SetCreateTime sets the CreateTime field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetNeedRestart added in v1.1.53

SetNeedRestart sets the NeedRestart field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetParameterNum added in v1.1.53

SetParameterNum sets the ParameterNum field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateCategory added in v1.1.53

SetTemplateCategory sets the TemplateCategory field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateDesc added in v1.1.53

SetTemplateDesc sets the TemplateDesc field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateId added in v1.1.53

SetTemplateId sets the TemplateId field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateName added in v1.1.53

SetTemplateName sets the TemplateName field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateParams added in v1.1.53

SetTemplateParams sets the TemplateParams field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateSource added in v1.1.53

SetTemplateSource sets the TemplateSource field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateType added in v1.1.53

SetTemplateType sets the TemplateType field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetTemplateTypeVersion added in v1.1.53

SetTemplateTypeVersion sets the TemplateTypeVersion field's value.

func (*TemplateInfoForListParameterTemplatesOutput) SetUpdateTime added in v1.1.53

SetUpdateTime sets the UpdateTime field's value.

func (TemplateInfoForListParameterTemplatesOutput) String added in v1.1.53

String returns the string representation

type TemplateParamForCreateParameterTemplateInput added in v1.1.53

type TemplateParamForCreateParameterTemplateInput struct {
	CheckingCode *string `type:"string" json:",omitempty"`

	DefaultValue *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DescriptionZH *string `type:"string" json:",omitempty"`

	ForceRestart *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TemplateParamForCreateParameterTemplateInput) GoString added in v1.1.53

GoString returns the string representation

func (*TemplateParamForCreateParameterTemplateInput) SetCheckingCode added in v1.1.53

SetCheckingCode sets the CheckingCode field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetDefaultValue added in v1.1.53

SetDefaultValue sets the DefaultValue field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetDescription added in v1.1.53

SetDescription sets the Description field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetDescriptionZH added in v1.1.53

SetDescriptionZH sets the DescriptionZH field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetForceRestart added in v1.1.53

SetForceRestart sets the ForceRestart field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetName added in v1.1.53

SetName sets the Name field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetType added in v1.1.53

SetType sets the Type field's value.

func (*TemplateParamForCreateParameterTemplateInput) SetValue added in v1.1.53

SetValue sets the Value field's value.

func (TemplateParamForCreateParameterTemplateInput) String added in v1.1.53

String returns the string representation

type TemplateParamForDescribeParameterTemplateOutput added in v1.1.53

type TemplateParamForDescribeParameterTemplateOutput struct {
	CheckingCode *string `type:"string" json:",omitempty"`

	DefaultValue *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DescriptionZH *string `type:"string" json:",omitempty"`

	ForceRestart *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TemplateParamForDescribeParameterTemplateOutput) GoString added in v1.1.53

GoString returns the string representation

func (*TemplateParamForDescribeParameterTemplateOutput) SetCheckingCode added in v1.1.53

SetCheckingCode sets the CheckingCode field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetDefaultValue added in v1.1.53

SetDefaultValue sets the DefaultValue field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetDescription added in v1.1.53

SetDescription sets the Description field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetDescriptionZH added in v1.1.53

SetDescriptionZH sets the DescriptionZH field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetForceRestart added in v1.1.53

SetForceRestart sets the ForceRestart field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetName added in v1.1.53

SetName sets the Name field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetType added in v1.1.53

SetType sets the Type field's value.

func (*TemplateParamForDescribeParameterTemplateOutput) SetValue added in v1.1.53

SetValue sets the Value field's value.

func (TemplateParamForDescribeParameterTemplateOutput) String added in v1.1.53

String returns the string representation

type TemplateParamForListParameterTemplatesOutput added in v1.1.53

type TemplateParamForListParameterTemplatesOutput struct {
	CheckingCode *string `type:"string" json:",omitempty"`

	DefaultValue *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DescriptionZH *string `type:"string" json:",omitempty"`

	ForceRestart *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TemplateParamForListParameterTemplatesOutput) GoString added in v1.1.53

GoString returns the string representation

func (*TemplateParamForListParameterTemplatesOutput) SetCheckingCode added in v1.1.53

SetCheckingCode sets the CheckingCode field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetDefaultValue added in v1.1.53

SetDefaultValue sets the DefaultValue field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetDescription added in v1.1.53

SetDescription sets the Description field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetDescriptionZH added in v1.1.53

SetDescriptionZH sets the DescriptionZH field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetForceRestart added in v1.1.53

SetForceRestart sets the ForceRestart field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetName added in v1.1.53

SetName sets the Name field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetType added in v1.1.53

SetType sets the Type field's value.

func (*TemplateParamForListParameterTemplatesOutput) SetValue added in v1.1.53

SetValue sets the Value field's value.

func (TemplateParamForListParameterTemplatesOutput) String added in v1.1.53

String returns the string representation

type TemplateParamForModifyParameterTemplateInput added in v1.1.53

type TemplateParamForModifyParameterTemplateInput struct {
	CheckingCode *string `type:"string" json:",omitempty"`

	DefaultValue *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DescriptionZH *string `type:"string" json:",omitempty"`

	ForceRestart *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TemplateParamForModifyParameterTemplateInput) GoString added in v1.1.53

GoString returns the string representation

func (*TemplateParamForModifyParameterTemplateInput) SetCheckingCode added in v1.1.53

SetCheckingCode sets the CheckingCode field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetDefaultValue added in v1.1.53

SetDefaultValue sets the DefaultValue field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetDescription added in v1.1.53

SetDescription sets the Description field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetDescriptionZH added in v1.1.53

SetDescriptionZH sets the DescriptionZH field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetForceRestart added in v1.1.53

SetForceRestart sets the ForceRestart field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetName added in v1.1.53

SetName sets the Name field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetType added in v1.1.53

SetType sets the Type field's value.

func (*TemplateParamForModifyParameterTemplateInput) SetValue added in v1.1.53

SetValue sets the Value field's value.

func (TemplateParamForModifyParameterTemplateInput) String added in v1.1.53

String returns the string representation

type UnifyNewAllowListInput

type UnifyNewAllowListInput struct {
	AllowListDesc *string `type:"string" json:",omitempty"`

	// AllowListName is a required field
	AllowListName *string `type:"string" json:",omitempty" required:"true"`

	InstanceIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UnifyNewAllowListInput) GoString

func (s UnifyNewAllowListInput) GoString() string

GoString returns the string representation

func (*UnifyNewAllowListInput) SetAllowListDesc

func (s *UnifyNewAllowListInput) SetAllowListDesc(v string) *UnifyNewAllowListInput

SetAllowListDesc sets the AllowListDesc field's value.

func (*UnifyNewAllowListInput) SetAllowListName

func (s *UnifyNewAllowListInput) SetAllowListName(v string) *UnifyNewAllowListInput

SetAllowListName sets the AllowListName field's value.

func (*UnifyNewAllowListInput) SetInstanceIds

func (s *UnifyNewAllowListInput) SetInstanceIds(v []*string) *UnifyNewAllowListInput

SetInstanceIds sets the InstanceIds field's value.

func (UnifyNewAllowListInput) String

func (s UnifyNewAllowListInput) String() string

String returns the string representation

func (*UnifyNewAllowListInput) Validate

func (s *UnifyNewAllowListInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnifyNewAllowListOutput

type UnifyNewAllowListOutput struct {
	Metadata *response.ResponseMetadata

	AllowListId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UnifyNewAllowListOutput) GoString

func (s UnifyNewAllowListOutput) GoString() string

GoString returns the string representation

func (*UnifyNewAllowListOutput) SetAllowListId

SetAllowListId sets the AllowListId field's value.

func (UnifyNewAllowListOutput) String

func (s UnifyNewAllowListOutput) String() string

String returns the string representation

type UpgradeAllowListVersionInput

type UpgradeAllowListVersionInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpgradeAllowListVersionInput) GoString

func (s UpgradeAllowListVersionInput) GoString() string

GoString returns the string representation

func (*UpgradeAllowListVersionInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (UpgradeAllowListVersionInput) String

String returns the string representation

func (*UpgradeAllowListVersionInput) Validate

func (s *UpgradeAllowListVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpgradeAllowListVersionOutput

type UpgradeAllowListVersionOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpgradeAllowListVersionOutput) GoString

GoString returns the string representation

func (UpgradeAllowListVersionOutput) String

String returns the string representation

type WALLogBackupForDescribeWALLogBackupsOutput added in v1.1.53

type WALLogBackupForDescribeWALLogBackupsOutput struct {
	BackupFileSize *int64 `type:"int64" json:",omitempty"`

	BackupId *string `type:"string" json:",omitempty"`

	BackupStatus *string `type:"string" json:",omitempty"`

	Checksum *string `type:"string" json:",omitempty"`

	DownloadStatus *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	WALLogBackupEndTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WALLogBackupForDescribeWALLogBackupsOutput) GoString added in v1.1.53

GoString returns the string representation

func (*WALLogBackupForDescribeWALLogBackupsOutput) SetBackupFileSize added in v1.1.53

SetBackupFileSize sets the BackupFileSize field's value.

func (*WALLogBackupForDescribeWALLogBackupsOutput) SetBackupId added in v1.1.53

SetBackupId sets the BackupId field's value.

func (*WALLogBackupForDescribeWALLogBackupsOutput) SetBackupStatus added in v1.1.53

SetBackupStatus sets the BackupStatus field's value.

func (*WALLogBackupForDescribeWALLogBackupsOutput) SetChecksum added in v1.1.53

SetChecksum sets the Checksum field's value.

func (*WALLogBackupForDescribeWALLogBackupsOutput) SetDownloadStatus added in v1.1.53

SetDownloadStatus sets the DownloadStatus field's value.

func (*WALLogBackupForDescribeWALLogBackupsOutput) SetProjectName added in v1.1.53

SetProjectName sets the ProjectName field's value.

func (*WALLogBackupForDescribeWALLogBackupsOutput) SetWALLogBackupEndTime added in v1.1.53

SetWALLogBackupEndTime sets the WALLogBackupEndTime field's value.

func (WALLogBackupForDescribeWALLogBackupsOutput) String added in v1.1.53

String returns the string representation

type ZoneForDescribeAvailabilityZonesOutput

type ZoneForDescribeAvailabilityZonesOutput struct {
	Description *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) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*ZoneForDescribeAvailabilityZonesOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (ZoneForDescribeAvailabilityZonesOutput) String

String returns the string representation

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL