Versions in this module Expand all Collapse all v1 v1.66.0 Jun 8, 2026 v1.65.0 Jun 2, 2026 Changes in this version + type CmpClient struct + func NewCmpClient(credential *core.Credential) *CmpClient + func (c *CmpClient) AssociateMaintenancePolicy(request *cmp.AssociateMaintenancePolicyRequest) (*cmp.AssociateMaintenancePolicyResponse, error) + func (c *CmpClient) AuthorizeEvent(request *cmp.AuthorizeEventRequest) (*cmp.AuthorizeEventResponse, error) + func (c *CmpClient) CreateCustomEventsOnResource(request *cmp.CreateCustomEventsOnResourceRequest) (*cmp.CreateCustomEventsOnResourceResponse, error) + func (c *CmpClient) CreateMaintenancePolicy(request *cmp.CreateMaintenancePolicyRequest) (*cmp.CreateMaintenancePolicyResponse, error) + func (c *CmpClient) DeleteMaintenancePolicy(request *cmp.DeleteMaintenancePolicyRequest) (*cmp.DeleteMaintenancePolicyResponse, error) + func (c *CmpClient) DescribeMaintenanceEvents(request *cmp.DescribeMaintenanceEventsRequest) (*cmp.DescribeMaintenanceEventsResponse, error) + func (c *CmpClient) DescribeMaintenancePolicies(request *cmp.DescribeMaintenancePoliciesRequest) (*cmp.DescribeMaintenancePoliciesResponse, error) + func (c *CmpClient) DisableLogger() + func (c *CmpClient) DisassociateMaintenancePolicy(request *cmp.DisassociateMaintenancePolicyRequest) (*cmp.DisassociateMaintenancePolicyResponse, error) + func (c *CmpClient) ModifyMaintenanceEvent(request *cmp.ModifyMaintenanceEventRequest) (*cmp.ModifyMaintenanceEventResponse, error) + func (c *CmpClient) ModifyMaintenancePolicy(request *cmp.ModifyMaintenancePolicyRequest) (*cmp.ModifyMaintenancePolicyResponse, error) + func (c *CmpClient) RecommendedInstanceTypes(request *cmp.RecommendedInstanceTypesRequest) (*cmp.RecommendedInstanceTypesResponse, error) + func (c *CmpClient) SetConfig(config *core.Config) + func (c *CmpClient) SetLogger(logger core.Logger)