Documentation
¶
Overview ¶
Package certificateserviceiface provides an interface to enable mocking the CERTIFICATE_SERVICE 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
- type CERTIFICATESERVICE
- func (c *CERTIFICATESERVICE) CancelInstance(input *CancelInstanceInput) (*CancelInstanceOutput, error)
- func (c *CERTIFICATESERVICE) CancelInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CancelInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) CancelInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CancelInstanceRequest(input *CancelInstanceInput) (req *request.Request, output *CancelInstanceOutput)
- func (c *CERTIFICATESERVICE) CancelInstanceWithContext(ctx volcengine.Context, input *CancelInstanceInput, opts ...request.Option) (*CancelInstanceOutput, error)
- func (c *CERTIFICATESERVICE) CertificateAddOrganization(input *CertificateAddOrganizationInput) (*CertificateAddOrganizationOutput, error)
- func (c *CERTIFICATESERVICE) CertificateAddOrganizationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateAddOrganizationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) CertificateAddOrganizationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateAddOrganizationRequest(input *CertificateAddOrganizationInput) (req *request.Request, output *CertificateAddOrganizationOutput)
- func (c *CERTIFICATESERVICE) CertificateAddOrganizationWithContext(ctx volcengine.Context, input *CertificateAddOrganizationInput, ...) (*CertificateAddOrganizationOutput, error)
- func (c *CERTIFICATESERVICE) CertificateDeleteInstance(input *CertificateDeleteInstanceInput) (*CertificateDeleteInstanceOutput, error)
- func (c *CERTIFICATESERVICE) CertificateDeleteInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateDeleteInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) CertificateDeleteInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateDeleteInstanceRequest(input *CertificateDeleteInstanceInput) (req *request.Request, output *CertificateDeleteInstanceOutput)
- func (c *CERTIFICATESERVICE) CertificateDeleteInstanceWithContext(ctx volcengine.Context, input *CertificateDeleteInstanceInput, ...) (*CertificateDeleteInstanceOutput, error)
- func (c *CERTIFICATESERVICE) CertificateDeleteOrganization(input *CertificateDeleteOrganizationInput) (*CertificateDeleteOrganizationOutput, error)
- func (c *CERTIFICATESERVICE) CertificateDeleteOrganizationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateDeleteOrganizationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) CertificateDeleteOrganizationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateDeleteOrganizationRequest(input *CertificateDeleteOrganizationInput) (req *request.Request, output *CertificateDeleteOrganizationOutput)
- func (c *CERTIFICATESERVICE) CertificateDeleteOrganizationWithContext(ctx volcengine.Context, input *CertificateDeleteOrganizationInput, ...) (*CertificateDeleteOrganizationOutput, error)
- func (c *CERTIFICATESERVICE) CertificateGetInstance(input *CertificateGetInstanceInput) (*CertificateGetInstanceOutput, error)
- func (c *CERTIFICATESERVICE) CertificateGetInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateGetInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) CertificateGetInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateGetInstanceList(input *CertificateGetInstanceListInput) (*CertificateGetInstanceListOutput, error)
- func (c *CERTIFICATESERVICE) CertificateGetInstanceListCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateGetInstanceListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) CertificateGetInstanceListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateGetInstanceListRequest(input *CertificateGetInstanceListInput) (req *request.Request, output *CertificateGetInstanceListOutput)
- func (c *CERTIFICATESERVICE) CertificateGetInstanceListWithContext(ctx volcengine.Context, input *CertificateGetInstanceListInput, ...) (*CertificateGetInstanceListOutput, error)
- func (c *CERTIFICATESERVICE) CertificateGetInstanceRequest(input *CertificateGetInstanceInput) (req *request.Request, output *CertificateGetInstanceOutput)
- func (c *CERTIFICATESERVICE) CertificateGetInstanceWithContext(ctx volcengine.Context, input *CertificateGetInstanceInput, ...) (*CertificateGetInstanceOutput, error)
- func (c *CERTIFICATESERVICE) CertificateGetOrganization(input *CertificateGetOrganizationInput) (*CertificateGetOrganizationOutput, error)
- func (c *CERTIFICATESERVICE) CertificateGetOrganizationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateGetOrganizationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) CertificateGetOrganizationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateGetOrganizationList(input *CertificateGetOrganizationListInput) (*CertificateGetOrganizationListOutput, error)
- func (c *CERTIFICATESERVICE) CertificateGetOrganizationListCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateGetOrganizationListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) CertificateGetOrganizationListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateGetOrganizationListRequest(input *CertificateGetOrganizationListInput) (req *request.Request, output *CertificateGetOrganizationListOutput)
- func (c *CERTIFICATESERVICE) CertificateGetOrganizationListWithContext(ctx volcengine.Context, input *CertificateGetOrganizationListInput, ...) (*CertificateGetOrganizationListOutput, error)
- func (c *CERTIFICATESERVICE) CertificateGetOrganizationRequest(input *CertificateGetOrganizationInput) (req *request.Request, output *CertificateGetOrganizationOutput)
- func (c *CERTIFICATESERVICE) CertificateGetOrganizationWithContext(ctx volcengine.Context, input *CertificateGetOrganizationInput, ...) (*CertificateGetOrganizationOutput, error)
- func (c *CERTIFICATESERVICE) CertificateUpdateInstance(input *CertificateUpdateInstanceInput) (*CertificateUpdateInstanceOutput, error)
- func (c *CERTIFICATESERVICE) CertificateUpdateInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateUpdateInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) CertificateUpdateInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateUpdateInstanceRequest(input *CertificateUpdateInstanceInput) (req *request.Request, output *CertificateUpdateInstanceOutput)
- func (c *CERTIFICATESERVICE) CertificateUpdateInstanceWithContext(ctx volcengine.Context, input *CertificateUpdateInstanceInput, ...) (*CertificateUpdateInstanceOutput, error)
- func (c *CERTIFICATESERVICE) CertificateUpdateOrganization(input *CertificateUpdateOrganizationInput) (*CertificateUpdateOrganizationOutput, error)
- func (c *CERTIFICATESERVICE) CertificateUpdateOrganizationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateUpdateOrganizationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) CertificateUpdateOrganizationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) CertificateUpdateOrganizationRequest(input *CertificateUpdateOrganizationInput) (req *request.Request, output *CertificateUpdateOrganizationOutput)
- func (c *CERTIFICATESERVICE) CertificateUpdateOrganizationWithContext(ctx volcengine.Context, input *CertificateUpdateOrganizationInput, ...) (*CertificateUpdateOrganizationOutput, error)
- func (c *CERTIFICATESERVICE) ImportCertificate(input *ImportCertificateInput) (*ImportCertificateOutput, error)
- func (c *CERTIFICATESERVICE) ImportCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) ImportCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) ImportCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) ImportCertificateRequest(input *ImportCertificateInput) (req *request.Request, output *ImportCertificateOutput)
- func (c *CERTIFICATESERVICE) ImportCertificateWithContext(ctx volcengine.Context, input *ImportCertificateInput, opts ...request.Option) (*ImportCertificateOutput, error)
- func (c *CERTIFICATESERVICE) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
- func (c *CERTIFICATESERVICE) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) ListTagsForResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)
- func (c *CERTIFICATESERVICE) ListTagsForResourcesWithContext(ctx volcengine.Context, input *ListTagsForResourcesInput, ...) (*ListTagsForResourcesOutput, error)
- func (c *CERTIFICATESERVICE) QuickApplyCertificate(input *QuickApplyCertificateInput) (*QuickApplyCertificateOutput, error)
- func (c *CERTIFICATESERVICE) QuickApplyCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) QuickApplyCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) QuickApplyCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) QuickApplyCertificateRequest(input *QuickApplyCertificateInput) (req *request.Request, output *QuickApplyCertificateOutput)
- func (c *CERTIFICATESERVICE) QuickApplyCertificateWithContext(ctx volcengine.Context, input *QuickApplyCertificateInput, ...) (*QuickApplyCertificateOutput, error)
- func (c *CERTIFICATESERVICE) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
- func (c *CERTIFICATESERVICE) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
- func (c *CERTIFICATESERVICE) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
- func (c *CERTIFICATESERVICE) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
- func (c *CERTIFICATESERVICE) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CERTIFICATESERVICE) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CERTIFICATESERVICE) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
- func (c *CERTIFICATESERVICE) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
- type CERTIFICATESERVICEAPI
- type CancelInstanceInput
- type CancelInstanceOutput
- type CertificateAddOrganizationInput
- func (s CertificateAddOrganizationInput) GoString() string
- func (s *CertificateAddOrganizationInput) SetAddress(v string) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetBusinessLicenseNo(v string) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetCity(v string) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetContact(v *ContactForCertificateAddOrganizationInput) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetCountry(v string) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetDepartment(v string) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetEmail(v string) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetName(v string) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetPostalCode(v string) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetProjectName(v string) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetProvince(v string) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetTag(v string) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetTags(v []*ConvertTagForCertificateAddOrganizationInput) *CertificateAddOrganizationInput
- func (s *CertificateAddOrganizationInput) SetType(v string) *CertificateAddOrganizationInput
- func (s CertificateAddOrganizationInput) String() string
- func (s *CertificateAddOrganizationInput) Validate() error
- type CertificateAddOrganizationOutput
- type CertificateDeleteInstanceInput
- type CertificateDeleteInstanceOutput
- type CertificateDeleteOrganizationInput
- type CertificateDeleteOrganizationOutput
- type CertificateDetailForCertificateGetInstanceOutput
- func (s CertificateDetailForCertificateGetInstanceOutput) GoString() string
- func (s *CertificateDetailForCertificateGetInstanceOutput) SetChain(v []*string) *CertificateDetailForCertificateGetInstanceOutput
- func (s *CertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha1(v string) *CertificateDetailForCertificateGetInstanceOutput
- func (s *CertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha256(v string) *CertificateDetailForCertificateGetInstanceOutput
- func (s *CertificateDetailForCertificateGetInstanceOutput) SetIssuer(v *IssuerForCertificateGetInstanceOutput) *CertificateDetailForCertificateGetInstanceOutput
- func (s *CertificateDetailForCertificateGetInstanceOutput) SetKeyAlgorithm(v string) *CertificateDetailForCertificateGetInstanceOutput
- func (s *CertificateDetailForCertificateGetInstanceOutput) SetPrivateKey(v string) *CertificateDetailForCertificateGetInstanceOutput
- func (s *CertificateDetailForCertificateGetInstanceOutput) SetSerialNumber(v string) *CertificateDetailForCertificateGetInstanceOutput
- func (s *CertificateDetailForCertificateGetInstanceOutput) SetSignatureAlgorithm(v string) *CertificateDetailForCertificateGetInstanceOutput
- func (s *CertificateDetailForCertificateGetInstanceOutput) SetSubject(v *SubjectForCertificateGetInstanceOutput) *CertificateDetailForCertificateGetInstanceOutput
- func (s CertificateDetailForCertificateGetInstanceOutput) String() string
- type CertificateGetInstanceInput
- func (s CertificateGetInstanceInput) GoString() string
- func (s *CertificateGetInstanceInput) SetInstanceId(v string) *CertificateGetInstanceInput
- func (s *CertificateGetInstanceInput) SetProjectName(v string) *CertificateGetInstanceInput
- func (s CertificateGetInstanceInput) String() string
- func (s *CertificateGetInstanceInput) Validate() error
- type CertificateGetInstanceListInput
- func (s CertificateGetInstanceListInput) GoString() string
- func (s *CertificateGetInstanceListInput) SetCertificateExpireAfter(v string) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetCertificateExpireBefore(v string) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetCommonName(v string) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetDomain(v string) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetInstanceIds(v []*string) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetInstanceType(v string) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetIsRevoked(v bool) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetIsValid(v bool) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetPageNumber(v int32) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetPageSize(v int32) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetProjectName(v string) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetStatus(v []*string) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetTag(v string) *CertificateGetInstanceListInput
- func (s *CertificateGetInstanceListInput) SetTagFilters(v []*TagFilterForCertificateGetInstanceListInput) *CertificateGetInstanceListInput
- func (s CertificateGetInstanceListInput) String() string
- type CertificateGetInstanceListOutput
- func (s CertificateGetInstanceListOutput) GoString() string
- func (s *CertificateGetInstanceListOutput) SetInstances(v []*InstanceForCertificateGetInstanceListOutput) *CertificateGetInstanceListOutput
- func (s *CertificateGetInstanceListOutput) SetPageNumber(v int32) *CertificateGetInstanceListOutput
- func (s *CertificateGetInstanceListOutput) SetPageSize(v int32) *CertificateGetInstanceListOutput
- func (s *CertificateGetInstanceListOutput) SetTotalCount(v int32) *CertificateGetInstanceListOutput
- func (s CertificateGetInstanceListOutput) String() string
- type CertificateGetInstanceOutput
- func (s CertificateGetInstanceOutput) GoString() string
- func (s *CertificateGetInstanceOutput) SetAccountId(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetCertificateDetail(v *CertificateDetailForCertificateGetInstanceOutput) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetCertificateDomainType(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetCommonName(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetCreatedTime(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetEncryptionCertificateDetail(v *EncryptionCertificateDetailForCertificateGetInstanceOutput) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetInstanceId(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetInstanceLevel(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetInstanceType(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetIsCertificateRevoked(v bool) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetIsCertificateSm(v bool) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetNotAfter(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetNotBefore(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetOrderBrand(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetOrderOrganizationId(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetOrderPeriod(v int32) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetOrderPlan(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetProjectName(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetSan(v []*string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetSourceId(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetStatus(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetTag(v string) *CertificateGetInstanceOutput
- func (s *CertificateGetInstanceOutput) SetTags(v []*TagForCertificateGetInstanceOutput) *CertificateGetInstanceOutput
- func (s CertificateGetInstanceOutput) String() string
- type CertificateGetOrganizationInput
- func (s CertificateGetOrganizationInput) GoString() string
- func (s *CertificateGetOrganizationInput) SetOrganizationId(v string) *CertificateGetOrganizationInput
- func (s *CertificateGetOrganizationInput) SetProjectName(v string) *CertificateGetOrganizationInput
- func (s CertificateGetOrganizationInput) String() string
- func (s *CertificateGetOrganizationInput) Validate() error
- type CertificateGetOrganizationListInput
- func (s CertificateGetOrganizationListInput) GoString() string
- func (s *CertificateGetOrganizationListInput) SetOrganizationIds(v []*string) *CertificateGetOrganizationListInput
- func (s *CertificateGetOrganizationListInput) SetOrganizationType(v string) *CertificateGetOrganizationListInput
- func (s *CertificateGetOrganizationListInput) SetPageNumber(v int32) *CertificateGetOrganizationListInput
- func (s *CertificateGetOrganizationListInput) SetPageSize(v int32) *CertificateGetOrganizationListInput
- func (s *CertificateGetOrganizationListInput) SetProjectName(v string) *CertificateGetOrganizationListInput
- func (s *CertificateGetOrganizationListInput) SetTag(v string) *CertificateGetOrganizationListInput
- func (s *CertificateGetOrganizationListInput) SetTagFilters(v []*TagFilterForCertificateGetOrganizationListInput) *CertificateGetOrganizationListInput
- func (s CertificateGetOrganizationListInput) String() string
- type CertificateGetOrganizationListOutput
- func (s CertificateGetOrganizationListOutput) GoString() string
- func (s *CertificateGetOrganizationListOutput) SetOrganizations(v []*OrganizationForCertificateGetOrganizationListOutput) *CertificateGetOrganizationListOutput
- func (s *CertificateGetOrganizationListOutput) SetPageNumber(v int32) *CertificateGetOrganizationListOutput
- func (s *CertificateGetOrganizationListOutput) SetPageSize(v int32) *CertificateGetOrganizationListOutput
- func (s *CertificateGetOrganizationListOutput) SetTotalCount(v int32) *CertificateGetOrganizationListOutput
- func (s CertificateGetOrganizationListOutput) String() string
- type CertificateGetOrganizationOutput
- func (s CertificateGetOrganizationOutput) GoString() string
- func (s *CertificateGetOrganizationOutput) SetAccount(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetAddress(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetBusinessLicenseNo(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetCity(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetContact(v *ContactForCertificateGetOrganizationOutput) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetCountry(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetCreatedTime(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetDepartment(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetEmail(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetName(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetOrganizationId(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetPostalCode(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetProjectName(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetProvince(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetTag(v string) *CertificateGetOrganizationOutput
- func (s *CertificateGetOrganizationOutput) SetTags(v []*TagForCertificateGetOrganizationOutput) *CertificateGetOrganizationOutput
- func (s CertificateGetOrganizationOutput) String() string
- type CertificateInfoForImportCertificateInput
- func (s CertificateInfoForImportCertificateInput) GoString() string
- func (s *CertificateInfoForImportCertificateInput) SetCertificateChain(v string) *CertificateInfoForImportCertificateInput
- func (s *CertificateInfoForImportCertificateInput) SetPrivateKey(v string) *CertificateInfoForImportCertificateInput
- func (s CertificateInfoForImportCertificateInput) String() string
- type CertificateUpdateInstanceInput
- func (s CertificateUpdateInstanceInput) GoString() string
- func (s *CertificateUpdateInstanceInput) SetInstanceId(v string) *CertificateUpdateInstanceInput
- func (s *CertificateUpdateInstanceInput) SetOptions(v *OptionsForCertificateUpdateInstanceInput) *CertificateUpdateInstanceInput
- func (s *CertificateUpdateInstanceInput) SetTag(v string) *CertificateUpdateInstanceInput
- func (s CertificateUpdateInstanceInput) String() string
- func (s *CertificateUpdateInstanceInput) Validate() error
- type CertificateUpdateInstanceOutput
- type CertificateUpdateOrganizationInput
- func (s CertificateUpdateOrganizationInput) GoString() string
- func (s *CertificateUpdateOrganizationInput) SetAddress(v string) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetBusinessLicenseNo(v string) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetCity(v string) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetContact(v *ContactForCertificateUpdateOrganizationInput) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetCountry(v string) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetDepartment(v string) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetEmail(v string) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetName(v string) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetOrganizationId(v string) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetPostalCode(v string) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetProvince(v string) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetTag(v string) *CertificateUpdateOrganizationInput
- func (s *CertificateUpdateOrganizationInput) SetType(v string) *CertificateUpdateOrganizationInput
- func (s CertificateUpdateOrganizationInput) String() string
- func (s *CertificateUpdateOrganizationInput) Validate() error
- type CertificateUpdateOrganizationOutput
- type ContactForCertificateAddOrganizationInput
- func (s ContactForCertificateAddOrganizationInput) GoString() string
- func (s *ContactForCertificateAddOrganizationInput) SetEmail(v string) *ContactForCertificateAddOrganizationInput
- func (s *ContactForCertificateAddOrganizationInput) SetFirstName(v string) *ContactForCertificateAddOrganizationInput
- func (s *ContactForCertificateAddOrganizationInput) SetIdCardNo(v string) *ContactForCertificateAddOrganizationInput
- func (s *ContactForCertificateAddOrganizationInput) SetLastName(v string) *ContactForCertificateAddOrganizationInput
- func (s *ContactForCertificateAddOrganizationInput) SetPhone(v string) *ContactForCertificateAddOrganizationInput
- func (s ContactForCertificateAddOrganizationInput) String() string
- type ContactForCertificateGetOrganizationListOutput
- func (s ContactForCertificateGetOrganizationListOutput) GoString() string
- func (s *ContactForCertificateGetOrganizationListOutput) SetEmail(v string) *ContactForCertificateGetOrganizationListOutput
- func (s *ContactForCertificateGetOrganizationListOutput) SetFirstName(v string) *ContactForCertificateGetOrganizationListOutput
- func (s *ContactForCertificateGetOrganizationListOutput) SetIdCardNo(v string) *ContactForCertificateGetOrganizationListOutput
- func (s *ContactForCertificateGetOrganizationListOutput) SetLastName(v string) *ContactForCertificateGetOrganizationListOutput
- func (s *ContactForCertificateGetOrganizationListOutput) SetPhone(v string) *ContactForCertificateGetOrganizationListOutput
- func (s ContactForCertificateGetOrganizationListOutput) String() string
- type ContactForCertificateGetOrganizationOutput
- func (s ContactForCertificateGetOrganizationOutput) GoString() string
- func (s *ContactForCertificateGetOrganizationOutput) SetEmail(v string) *ContactForCertificateGetOrganizationOutput
- func (s *ContactForCertificateGetOrganizationOutput) SetFirstName(v string) *ContactForCertificateGetOrganizationOutput
- func (s *ContactForCertificateGetOrganizationOutput) SetIdCardNo(v string) *ContactForCertificateGetOrganizationOutput
- func (s *ContactForCertificateGetOrganizationOutput) SetLastName(v string) *ContactForCertificateGetOrganizationOutput
- func (s *ContactForCertificateGetOrganizationOutput) SetPhone(v string) *ContactForCertificateGetOrganizationOutput
- func (s ContactForCertificateGetOrganizationOutput) String() string
- type ContactForCertificateUpdateOrganizationInput
- func (s ContactForCertificateUpdateOrganizationInput) GoString() string
- func (s *ContactForCertificateUpdateOrganizationInput) SetEmail(v string) *ContactForCertificateUpdateOrganizationInput
- func (s *ContactForCertificateUpdateOrganizationInput) SetFirstName(v string) *ContactForCertificateUpdateOrganizationInput
- func (s *ContactForCertificateUpdateOrganizationInput) SetIdCardNo(v string) *ContactForCertificateUpdateOrganizationInput
- func (s *ContactForCertificateUpdateOrganizationInput) SetLastName(v string) *ContactForCertificateUpdateOrganizationInput
- func (s *ContactForCertificateUpdateOrganizationInput) SetPhone(v string) *ContactForCertificateUpdateOrganizationInput
- func (s ContactForCertificateUpdateOrganizationInput) String() string
- type ConvertTagForCertificateAddOrganizationInput
- func (s ConvertTagForCertificateAddOrganizationInput) GoString() string
- func (s *ConvertTagForCertificateAddOrganizationInput) SetKey(v string) *ConvertTagForCertificateAddOrganizationInput
- func (s *ConvertTagForCertificateAddOrganizationInput) SetValue(v string) *ConvertTagForCertificateAddOrganizationInput
- func (s ConvertTagForCertificateAddOrganizationInput) String() string
- type EncryptionCertificateDetailForCertificateGetInstanceOutput
- func (s EncryptionCertificateDetailForCertificateGetInstanceOutput) GoString() string
- func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetChain(v []*string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
- func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha1(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
- func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha256(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
- func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetIssuer(v *IssuerForCertificateGetInstanceOutput) *EncryptionCertificateDetailForCertificateGetInstanceOutput
- func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetKeyAlgorithm(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
- func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetPrivateKey(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
- func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetSerialNumber(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
- func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetSignatureAlgorithm(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
- func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetSubject(v *SubjectForCertificateGetInstanceOutput) *EncryptionCertificateDetailForCertificateGetInstanceOutput
- func (s EncryptionCertificateDetailForCertificateGetInstanceOutput) String() string
- type GmCertificateInfoForImportCertificateInput
- func (s GmCertificateInfoForImportCertificateInput) GoString() string
- func (s *GmCertificateInfoForImportCertificateInput) SetEncryptCertificateChain(v string) *GmCertificateInfoForImportCertificateInput
- func (s *GmCertificateInfoForImportCertificateInput) SetEncryptPrivateKey(v string) *GmCertificateInfoForImportCertificateInput
- func (s *GmCertificateInfoForImportCertificateInput) SetSignCertificateChain(v string) *GmCertificateInfoForImportCertificateInput
- func (s *GmCertificateInfoForImportCertificateInput) SetSignPrivateKey(v string) *GmCertificateInfoForImportCertificateInput
- func (s GmCertificateInfoForImportCertificateInput) String() string
- type ImportCertificateInput
- func (s ImportCertificateInput) GoString() string
- func (s *ImportCertificateInput) SetCertificateInfo(v *CertificateInfoForImportCertificateInput) *ImportCertificateInput
- func (s *ImportCertificateInput) SetGmCertificateInfo(v *GmCertificateInfoForImportCertificateInput) *ImportCertificateInput
- func (s *ImportCertificateInput) SetNoVerifyAndFixChain(v bool) *ImportCertificateInput
- func (s *ImportCertificateInput) SetProjectName(v string) *ImportCertificateInput
- func (s *ImportCertificateInput) SetRepeatable(v bool) *ImportCertificateInput
- func (s *ImportCertificateInput) SetTag(v string) *ImportCertificateInput
- func (s *ImportCertificateInput) SetTags(v []*TagForImportCertificateInput) *ImportCertificateInput
- func (s ImportCertificateInput) String() string
- type ImportCertificateOutput
- type InstanceForCertificateGetInstanceListOutput
- func (s InstanceForCertificateGetInstanceListOutput) GoString() string
- func (s *InstanceForCertificateGetInstanceListOutput) SetAccountId(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetCertificateDomainType(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetCertificateKeyAlgorithm(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetCommonName(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetCreatedTime(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetInstanceId(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetInstanceLevel(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetInstanceType(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetIsCertificateRevoked(v bool) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetIsCertificateSm(v bool) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetIssuer(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetNotAfter(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetNotBefore(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetOrderBrand(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetOrderPeriod(v int32) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetProjectName(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetSan(v []*string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetSourceId(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetStatus(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetTag(v string) *InstanceForCertificateGetInstanceListOutput
- func (s *InstanceForCertificateGetInstanceListOutput) SetTags(v []*TagForCertificateGetInstanceListOutput) *InstanceForCertificateGetInstanceListOutput
- func (s InstanceForCertificateGetInstanceListOutput) String() string
- type IssuerForCertificateGetInstanceOutput
- func (s IssuerForCertificateGetInstanceOutput) GoString() string
- func (s *IssuerForCertificateGetInstanceOutput) SetAddress(v string) *IssuerForCertificateGetInstanceOutput
- func (s *IssuerForCertificateGetInstanceOutput) SetCommonName(v string) *IssuerForCertificateGetInstanceOutput
- func (s *IssuerForCertificateGetInstanceOutput) SetCountry(v string) *IssuerForCertificateGetInstanceOutput
- func (s *IssuerForCertificateGetInstanceOutput) SetLocality(v string) *IssuerForCertificateGetInstanceOutput
- func (s *IssuerForCertificateGetInstanceOutput) SetOrganization(v string) *IssuerForCertificateGetInstanceOutput
- func (s *IssuerForCertificateGetInstanceOutput) SetOrganizationUnit(v string) *IssuerForCertificateGetInstanceOutput
- func (s *IssuerForCertificateGetInstanceOutput) SetPostalCode(v string) *IssuerForCertificateGetInstanceOutput
- func (s *IssuerForCertificateGetInstanceOutput) SetProvince(v string) *IssuerForCertificateGetInstanceOutput
- func (s IssuerForCertificateGetInstanceOutput) String() string
- type ListTagsForResourcesInput
- func (s ListTagsForResourcesInput) GoString() string
- func (s *ListTagsForResourcesInput) SetPageNumber(v int32) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetPageSize(v int32) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetResourceIds(v []*string) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetResourceType(v string) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetTagFilters(v []*TagFilterForListTagsForResourcesInput) *ListTagsForResourcesInput
- func (s ListTagsForResourcesInput) String() string
- func (s *ListTagsForResourcesInput) Validate() error
- type ListTagsForResourcesOutput
- func (s ListTagsForResourcesOutput) GoString() string
- func (s *ListTagsForResourcesOutput) SetPageNumber(v int32) *ListTagsForResourcesOutput
- func (s *ListTagsForResourcesOutput) SetPageSize(v int32) *ListTagsForResourcesOutput
- func (s *ListTagsForResourcesOutput) SetResourceTags(v []*ResourceTagForListTagsForResourcesOutput) *ListTagsForResourcesOutput
- func (s *ListTagsForResourcesOutput) SetTotalCount(v int32) *ListTagsForResourcesOutput
- func (s ListTagsForResourcesOutput) String() string
- type OptionsForCertificateUpdateInstanceInput
- type OrganizationForCertificateGetOrganizationListOutput
- func (s OrganizationForCertificateGetOrganizationListOutput) GoString() string
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetAccount(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetAddress(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetBusinessLicenseNo(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetCity(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetContact(v *ContactForCertificateGetOrganizationListOutput) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetCountry(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetCreatedTime(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetDepartment(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetEmail(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetName(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetOrganizationId(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetPostalCode(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetProjectName(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetProvince(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetTag(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetTags(v []*TagForCertificateGetOrganizationListOutput) *OrganizationForCertificateGetOrganizationListOutput
- func (s *OrganizationForCertificateGetOrganizationListOutput) SetType(v string) *OrganizationForCertificateGetOrganizationListOutput
- func (s OrganizationForCertificateGetOrganizationListOutput) String() string
- type QuickApplyCertificateInput
- func (s QuickApplyCertificateInput) GoString() string
- func (s *QuickApplyCertificateInput) SetCommonName(v string) *QuickApplyCertificateInput
- func (s *QuickApplyCertificateInput) SetCsr(v string) *QuickApplyCertificateInput
- func (s *QuickApplyCertificateInput) SetKeyAlg(v string) *QuickApplyCertificateInput
- func (s *QuickApplyCertificateInput) SetOrganizationId(v string) *QuickApplyCertificateInput
- func (s *QuickApplyCertificateInput) SetPlan(v string) *QuickApplyCertificateInput
- func (s *QuickApplyCertificateInput) SetPrivateKey(v string) *QuickApplyCertificateInput
- func (s *QuickApplyCertificateInput) SetProjectName(v string) *QuickApplyCertificateInput
- func (s *QuickApplyCertificateInput) SetSan(v []*string) *QuickApplyCertificateInput
- func (s *QuickApplyCertificateInput) SetTag(v string) *QuickApplyCertificateInput
- func (s *QuickApplyCertificateInput) SetTags(v []*TagForQuickApplyCertificateInput) *QuickApplyCertificateInput
- func (s *QuickApplyCertificateInput) SetValidationType(v string) *QuickApplyCertificateInput
- func (s QuickApplyCertificateInput) String() string
- func (s *QuickApplyCertificateInput) Validate() error
- type QuickApplyCertificateOutput
- type ResourceTagForListTagsForResourcesOutput
- func (s ResourceTagForListTagsForResourcesOutput) GoString() string
- func (s *ResourceTagForListTagsForResourcesOutput) SetResourceId(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetResourceType(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetTagKey(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetTagValue(v string) *ResourceTagForListTagsForResourcesOutput
- func (s ResourceTagForListTagsForResourcesOutput) String() string
- type SubjectForCertificateGetInstanceOutput
- func (s SubjectForCertificateGetInstanceOutput) GoString() string
- func (s *SubjectForCertificateGetInstanceOutput) SetAddress(v string) *SubjectForCertificateGetInstanceOutput
- func (s *SubjectForCertificateGetInstanceOutput) SetCommonName(v string) *SubjectForCertificateGetInstanceOutput
- func (s *SubjectForCertificateGetInstanceOutput) SetCountry(v string) *SubjectForCertificateGetInstanceOutput
- func (s *SubjectForCertificateGetInstanceOutput) SetLocality(v string) *SubjectForCertificateGetInstanceOutput
- func (s *SubjectForCertificateGetInstanceOutput) SetOrganization(v string) *SubjectForCertificateGetInstanceOutput
- func (s *SubjectForCertificateGetInstanceOutput) SetOrganizationUnit(v string) *SubjectForCertificateGetInstanceOutput
- func (s *SubjectForCertificateGetInstanceOutput) SetPostalCode(v string) *SubjectForCertificateGetInstanceOutput
- func (s *SubjectForCertificateGetInstanceOutput) SetProvince(v string) *SubjectForCertificateGetInstanceOutput
- func (s SubjectForCertificateGetInstanceOutput) String() string
- type TagFilterForCertificateGetInstanceListInput
- func (s TagFilterForCertificateGetInstanceListInput) GoString() string
- func (s *TagFilterForCertificateGetInstanceListInput) SetKey(v string) *TagFilterForCertificateGetInstanceListInput
- func (s *TagFilterForCertificateGetInstanceListInput) SetValues(v []*string) *TagFilterForCertificateGetInstanceListInput
- func (s TagFilterForCertificateGetInstanceListInput) String() string
- type TagFilterForCertificateGetOrganizationListInput
- func (s TagFilterForCertificateGetOrganizationListInput) GoString() string
- func (s *TagFilterForCertificateGetOrganizationListInput) SetKey(v string) *TagFilterForCertificateGetOrganizationListInput
- func (s *TagFilterForCertificateGetOrganizationListInput) SetValues(v []*string) *TagFilterForCertificateGetOrganizationListInput
- func (s TagFilterForCertificateGetOrganizationListInput) String() string
- type TagFilterForListTagsForResourcesInput
- func (s TagFilterForListTagsForResourcesInput) GoString() string
- func (s *TagFilterForListTagsForResourcesInput) SetKey(v string) *TagFilterForListTagsForResourcesInput
- func (s *TagFilterForListTagsForResourcesInput) SetValues(v []*string) *TagFilterForListTagsForResourcesInput
- func (s TagFilterForListTagsForResourcesInput) String() string
- type TagForCertificateGetInstanceListOutput
- func (s TagForCertificateGetInstanceListOutput) GoString() string
- func (s *TagForCertificateGetInstanceListOutput) SetKey(v string) *TagForCertificateGetInstanceListOutput
- func (s *TagForCertificateGetInstanceListOutput) SetValue(v string) *TagForCertificateGetInstanceListOutput
- func (s TagForCertificateGetInstanceListOutput) String() string
- type TagForCertificateGetInstanceOutput
- func (s TagForCertificateGetInstanceOutput) GoString() string
- func (s *TagForCertificateGetInstanceOutput) SetKey(v string) *TagForCertificateGetInstanceOutput
- func (s *TagForCertificateGetInstanceOutput) SetValue(v string) *TagForCertificateGetInstanceOutput
- func (s TagForCertificateGetInstanceOutput) String() string
- type TagForCertificateGetOrganizationListOutput
- func (s TagForCertificateGetOrganizationListOutput) GoString() string
- func (s *TagForCertificateGetOrganizationListOutput) SetKey(v string) *TagForCertificateGetOrganizationListOutput
- func (s *TagForCertificateGetOrganizationListOutput) SetValue(v string) *TagForCertificateGetOrganizationListOutput
- func (s TagForCertificateGetOrganizationListOutput) String() string
- type TagForCertificateGetOrganizationOutput
- func (s TagForCertificateGetOrganizationOutput) GoString() string
- func (s *TagForCertificateGetOrganizationOutput) SetKey(v string) *TagForCertificateGetOrganizationOutput
- func (s *TagForCertificateGetOrganizationOutput) SetValue(v string) *TagForCertificateGetOrganizationOutput
- func (s TagForCertificateGetOrganizationOutput) String() string
- type TagForImportCertificateInput
- type TagForQuickApplyCertificateInput
- func (s TagForQuickApplyCertificateInput) GoString() string
- func (s *TagForQuickApplyCertificateInput) SetKey(v string) *TagForQuickApplyCertificateInput
- func (s *TagForQuickApplyCertificateInput) SetValue(v string) *TagForQuickApplyCertificateInput
- func (s TagForQuickApplyCertificateInput) String() string
- type TagForTagResourcesInput
- type TagResourcesInput
- func (s TagResourcesInput) GoString() string
- func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
- func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
- func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
- func (s TagResourcesInput) String() string
- func (s *TagResourcesInput) Validate() error
- type TagResourcesOutput
- type UntagResourcesInput
- func (s UntagResourcesInput) GoString() string
- func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
- func (s UntagResourcesInput) String() string
- func (s *UntagResourcesInput) Validate() error
- type UntagResourcesOutput
Constants ¶
const ( // EnumOfTypeForCertificateAddOrganizationInputEnterprise is a EnumOfTypeForCertificateAddOrganizationInput enum value EnumOfTypeForCertificateAddOrganizationInputEnterprise = "Enterprise" // EnumOfTypeForCertificateAddOrganizationInputIndividual is a EnumOfTypeForCertificateAddOrganizationInput enum value EnumOfTypeForCertificateAddOrganizationInputIndividual = "Individual" )
const ( // EnumOfInstanceTypeForCertificateGetInstanceListInputFree is a EnumOfInstanceTypeForCertificateGetInstanceListInput enum value EnumOfInstanceTypeForCertificateGetInstanceListInputFree = "Free" // EnumOfInstanceTypeForCertificateGetInstanceListInputTest is a EnumOfInstanceTypeForCertificateGetInstanceListInput enum value EnumOfInstanceTypeForCertificateGetInstanceListInputTest = "Test" // EnumOfInstanceTypeForCertificateGetInstanceListInputPaid is a EnumOfInstanceTypeForCertificateGetInstanceListInput enum value EnumOfInstanceTypeForCertificateGetInstanceListInputPaid = "Paid" // EnumOfInstanceTypeForCertificateGetInstanceListInputImported is a EnumOfInstanceTypeForCertificateGetInstanceListInput enum value EnumOfInstanceTypeForCertificateGetInstanceListInputImported = "Imported" )
const ( // EnumOfStatusListForCertificateGetInstanceListInputNotSubmitted is a EnumOfStatusListForCertificateGetInstanceListInput enum value EnumOfStatusListForCertificateGetInstanceListInputNotSubmitted = "NotSubmitted" // EnumOfStatusListForCertificateGetInstanceListInputPending is a EnumOfStatusListForCertificateGetInstanceListInput enum value EnumOfStatusListForCertificateGetInstanceListInputPending = "Pending" // EnumOfStatusListForCertificateGetInstanceListInputIssued is a EnumOfStatusListForCertificateGetInstanceListInput enum value EnumOfStatusListForCertificateGetInstanceListInputIssued = "Issued" // EnumOfStatusListForCertificateGetInstanceListInputCancelling is a EnumOfStatusListForCertificateGetInstanceListInput enum value EnumOfStatusListForCertificateGetInstanceListInputCancelling = "Cancelling" // EnumOfStatusListForCertificateGetInstanceListInputCanceled is a EnumOfStatusListForCertificateGetInstanceListInput enum value EnumOfStatusListForCertificateGetInstanceListInputCanceled = "Canceled" // EnumOfStatusListForCertificateGetInstanceListInputRevoking is a EnumOfStatusListForCertificateGetInstanceListInput enum value EnumOfStatusListForCertificateGetInstanceListInputRevoking = "Revoking" // EnumOfStatusListForCertificateGetInstanceListInputRevoked is a EnumOfStatusListForCertificateGetInstanceListInput enum value EnumOfStatusListForCertificateGetInstanceListInputRevoked = "Revoked" // EnumOfStatusListForCertificateGetInstanceListInputFailed is a EnumOfStatusListForCertificateGetInstanceListInput enum value EnumOfStatusListForCertificateGetInstanceListInputFailed = "Failed" // EnumOfStatusListForCertificateGetInstanceListInputUnknown is a EnumOfStatusListForCertificateGetInstanceListInput enum value EnumOfStatusListForCertificateGetInstanceListInputUnknown = "Unknown" )
const ( // EnumOfOrganizationTypeForCertificateGetOrganizationListInputEnterprise is a EnumOfOrganizationTypeForCertificateGetOrganizationListInput enum value EnumOfOrganizationTypeForCertificateGetOrganizationListInputEnterprise = "Enterprise" // EnumOfOrganizationTypeForCertificateGetOrganizationListInputIndividual is a EnumOfOrganizationTypeForCertificateGetOrganizationListInput enum value EnumOfOrganizationTypeForCertificateGetOrganizationListInputIndividual = "Individual" )
const ( // EnumOfExpiredNoticeForCertificateUpdateInstanceInputEnabled is a EnumOfExpiredNoticeForCertificateUpdateInstanceInput enum value EnumOfExpiredNoticeForCertificateUpdateInstanceInputEnabled = "Enabled" // EnumOfExpiredNoticeForCertificateUpdateInstanceInputDisabled is a EnumOfExpiredNoticeForCertificateUpdateInstanceInput enum value EnumOfExpiredNoticeForCertificateUpdateInstanceInputDisabled = "Disabled" )
const ( // EnumOfTypeForCertificateUpdateOrganizationInputEnterprise is a EnumOfTypeForCertificateUpdateOrganizationInput enum value EnumOfTypeForCertificateUpdateOrganizationInputEnterprise = "Enterprise" // EnumOfTypeForCertificateUpdateOrganizationInputIndividual is a EnumOfTypeForCertificateUpdateOrganizationInput enum value EnumOfTypeForCertificateUpdateOrganizationInputIndividual = "Individual" )
const ( // EnumOfKeyAlgForQuickApplyCertificateInputRsa is a EnumOfKeyAlgForQuickApplyCertificateInput enum value EnumOfKeyAlgForQuickApplyCertificateInputRsa = "rsa" // EnumOfKeyAlgForQuickApplyCertificateInputEcc is a EnumOfKeyAlgForQuickApplyCertificateInput enum value EnumOfKeyAlgForQuickApplyCertificateInputEcc = "ecc" // EnumOfKeyAlgForQuickApplyCertificateInputSm2 is a EnumOfKeyAlgForQuickApplyCertificateInput enum value EnumOfKeyAlgForQuickApplyCertificateInputSm2 = "SM2" )
const ( // EnumOfValidationTypeForQuickApplyCertificateInputDnsCname is a EnumOfValidationTypeForQuickApplyCertificateInput enum value EnumOfValidationTypeForQuickApplyCertificateInputDnsCname = "dns_cname" // EnumOfValidationTypeForQuickApplyCertificateInputDnsTxt is a EnumOfValidationTypeForQuickApplyCertificateInput enum value EnumOfValidationTypeForQuickApplyCertificateInputDnsTxt = "dns_txt" // EnumOfValidationTypeForQuickApplyCertificateInputHttps is a EnumOfValidationTypeForQuickApplyCertificateInput enum value EnumOfValidationTypeForQuickApplyCertificateInputHttps = "https" // EnumOfValidationTypeForQuickApplyCertificateInputHttp is a EnumOfValidationTypeForQuickApplyCertificateInput enum value EnumOfValidationTypeForQuickApplyCertificateInputHttp = "http" )
const ( ServiceName = "certificate_service" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "certificate_service" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CERTIFICATESERVICE ¶
CERTIFICATESERVICE provides the API operation methods for making requests to CERTIFICATE_SERVICE. See this package's package overview docs for details on the service.
CERTIFICATESERVICE methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *CERTIFICATESERVICE
New create int can support ssl or region locate set
func (*CERTIFICATESERVICE) CancelInstance ¶
func (c *CERTIFICATESERVICE) CancelInstance(input *CancelInstanceInput) (*CancelInstanceOutput, error)
CancelInstance API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CancelInstance for usage and error information.
func (*CERTIFICATESERVICE) CancelInstanceCommon ¶
func (c *CERTIFICATESERVICE) CancelInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CancelInstanceCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CancelInstanceCommon for usage and error information.
func (*CERTIFICATESERVICE) CancelInstanceCommonRequest ¶
func (c *CERTIFICATESERVICE) CancelInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CancelInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelInstanceCommon operation. The "output" return value will be populated with the CancelInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CancelInstanceCommon Send returns without error.
See CancelInstanceCommon for more information on using the CancelInstanceCommon API call, and error handling.
// Example sending a request using the CancelInstanceCommonRequest method.
req, resp := client.CancelInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CancelInstanceCommonWithContext ¶
func (c *CERTIFICATESERVICE) CancelInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CancelInstanceCommonWithContext is the same as CancelInstanceCommon with the addition of the ability to pass a context and additional request options.
See CancelInstanceCommon 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 (*CERTIFICATESERVICE) CancelInstanceRequest ¶
func (c *CERTIFICATESERVICE) CancelInstanceRequest(input *CancelInstanceInput) (req *request.Request, output *CancelInstanceOutput)
CancelInstanceRequest generates a "volcengine/request.Request" representing the client's request for the CancelInstance operation. The "output" return value will be populated with the CancelInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CancelInstanceCommon Send returns without error.
See CancelInstance for more information on using the CancelInstance API call, and error handling.
// Example sending a request using the CancelInstanceRequest method.
req, resp := client.CancelInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CancelInstanceWithContext ¶
func (c *CERTIFICATESERVICE) CancelInstanceWithContext(ctx volcengine.Context, input *CancelInstanceInput, opts ...request.Option) (*CancelInstanceOutput, error)
CancelInstanceWithContext is the same as CancelInstance with the addition of the ability to pass a context and additional request options.
See CancelInstance 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 (*CERTIFICATESERVICE) CertificateAddOrganization ¶
func (c *CERTIFICATESERVICE) CertificateAddOrganization(input *CertificateAddOrganizationInput) (*CertificateAddOrganizationOutput, error)
CertificateAddOrganization API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateAddOrganization for usage and error information.
func (*CERTIFICATESERVICE) CertificateAddOrganizationCommon ¶
func (c *CERTIFICATESERVICE) CertificateAddOrganizationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CertificateAddOrganizationCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateAddOrganizationCommon for usage and error information.
func (*CERTIFICATESERVICE) CertificateAddOrganizationCommonRequest ¶
func (c *CERTIFICATESERVICE) CertificateAddOrganizationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CertificateAddOrganizationCommonRequest generates a "volcengine/request.Request" representing the client's request for the CertificateAddOrganizationCommon operation. The "output" return value will be populated with the CertificateAddOrganizationCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateAddOrganizationCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateAddOrganizationCommon Send returns without error.
See CertificateAddOrganizationCommon for more information on using the CertificateAddOrganizationCommon API call, and error handling.
// Example sending a request using the CertificateAddOrganizationCommonRequest method.
req, resp := client.CertificateAddOrganizationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateAddOrganizationCommonWithContext ¶
func (c *CERTIFICATESERVICE) CertificateAddOrganizationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CertificateAddOrganizationCommonWithContext is the same as CertificateAddOrganizationCommon with the addition of the ability to pass a context and additional request options.
See CertificateAddOrganizationCommon 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 (*CERTIFICATESERVICE) CertificateAddOrganizationRequest ¶
func (c *CERTIFICATESERVICE) CertificateAddOrganizationRequest(input *CertificateAddOrganizationInput) (req *request.Request, output *CertificateAddOrganizationOutput)
CertificateAddOrganizationRequest generates a "volcengine/request.Request" representing the client's request for the CertificateAddOrganization operation. The "output" return value will be populated with the CertificateAddOrganizationCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateAddOrganizationCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateAddOrganizationCommon Send returns without error.
See CertificateAddOrganization for more information on using the CertificateAddOrganization API call, and error handling.
// Example sending a request using the CertificateAddOrganizationRequest method.
req, resp := client.CertificateAddOrganizationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateAddOrganizationWithContext ¶
func (c *CERTIFICATESERVICE) CertificateAddOrganizationWithContext(ctx volcengine.Context, input *CertificateAddOrganizationInput, opts ...request.Option) (*CertificateAddOrganizationOutput, error)
CertificateAddOrganizationWithContext is the same as CertificateAddOrganization with the addition of the ability to pass a context and additional request options.
See CertificateAddOrganization 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 (*CERTIFICATESERVICE) CertificateDeleteInstance ¶
func (c *CERTIFICATESERVICE) CertificateDeleteInstance(input *CertificateDeleteInstanceInput) (*CertificateDeleteInstanceOutput, error)
CertificateDeleteInstance API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateDeleteInstance for usage and error information.
func (*CERTIFICATESERVICE) CertificateDeleteInstanceCommon ¶
func (c *CERTIFICATESERVICE) CertificateDeleteInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CertificateDeleteInstanceCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateDeleteInstanceCommon for usage and error information.
func (*CERTIFICATESERVICE) CertificateDeleteInstanceCommonRequest ¶
func (c *CERTIFICATESERVICE) CertificateDeleteInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CertificateDeleteInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CertificateDeleteInstanceCommon operation. The "output" return value will be populated with the CertificateDeleteInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateDeleteInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateDeleteInstanceCommon Send returns without error.
See CertificateDeleteInstanceCommon for more information on using the CertificateDeleteInstanceCommon API call, and error handling.
// Example sending a request using the CertificateDeleteInstanceCommonRequest method.
req, resp := client.CertificateDeleteInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateDeleteInstanceCommonWithContext ¶
func (c *CERTIFICATESERVICE) CertificateDeleteInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CertificateDeleteInstanceCommonWithContext is the same as CertificateDeleteInstanceCommon with the addition of the ability to pass a context and additional request options.
See CertificateDeleteInstanceCommon 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 (*CERTIFICATESERVICE) CertificateDeleteInstanceRequest ¶
func (c *CERTIFICATESERVICE) CertificateDeleteInstanceRequest(input *CertificateDeleteInstanceInput) (req *request.Request, output *CertificateDeleteInstanceOutput)
CertificateDeleteInstanceRequest generates a "volcengine/request.Request" representing the client's request for the CertificateDeleteInstance operation. The "output" return value will be populated with the CertificateDeleteInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateDeleteInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateDeleteInstanceCommon Send returns without error.
See CertificateDeleteInstance for more information on using the CertificateDeleteInstance API call, and error handling.
// Example sending a request using the CertificateDeleteInstanceRequest method.
req, resp := client.CertificateDeleteInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateDeleteInstanceWithContext ¶
func (c *CERTIFICATESERVICE) CertificateDeleteInstanceWithContext(ctx volcengine.Context, input *CertificateDeleteInstanceInput, opts ...request.Option) (*CertificateDeleteInstanceOutput, error)
CertificateDeleteInstanceWithContext is the same as CertificateDeleteInstance with the addition of the ability to pass a context and additional request options.
See CertificateDeleteInstance 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 (*CERTIFICATESERVICE) CertificateDeleteOrganization ¶
func (c *CERTIFICATESERVICE) CertificateDeleteOrganization(input *CertificateDeleteOrganizationInput) (*CertificateDeleteOrganizationOutput, error)
CertificateDeleteOrganization API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateDeleteOrganization for usage and error information.
func (*CERTIFICATESERVICE) CertificateDeleteOrganizationCommon ¶
func (c *CERTIFICATESERVICE) CertificateDeleteOrganizationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CertificateDeleteOrganizationCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateDeleteOrganizationCommon for usage and error information.
func (*CERTIFICATESERVICE) CertificateDeleteOrganizationCommonRequest ¶
func (c *CERTIFICATESERVICE) CertificateDeleteOrganizationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CertificateDeleteOrganizationCommonRequest generates a "volcengine/request.Request" representing the client's request for the CertificateDeleteOrganizationCommon operation. The "output" return value will be populated with the CertificateDeleteOrganizationCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateDeleteOrganizationCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateDeleteOrganizationCommon Send returns without error.
See CertificateDeleteOrganizationCommon for more information on using the CertificateDeleteOrganizationCommon API call, and error handling.
// Example sending a request using the CertificateDeleteOrganizationCommonRequest method.
req, resp := client.CertificateDeleteOrganizationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateDeleteOrganizationCommonWithContext ¶
func (c *CERTIFICATESERVICE) CertificateDeleteOrganizationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CertificateDeleteOrganizationCommonWithContext is the same as CertificateDeleteOrganizationCommon with the addition of the ability to pass a context and additional request options.
See CertificateDeleteOrganizationCommon 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 (*CERTIFICATESERVICE) CertificateDeleteOrganizationRequest ¶
func (c *CERTIFICATESERVICE) CertificateDeleteOrganizationRequest(input *CertificateDeleteOrganizationInput) (req *request.Request, output *CertificateDeleteOrganizationOutput)
CertificateDeleteOrganizationRequest generates a "volcengine/request.Request" representing the client's request for the CertificateDeleteOrganization operation. The "output" return value will be populated with the CertificateDeleteOrganizationCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateDeleteOrganizationCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateDeleteOrganizationCommon Send returns without error.
See CertificateDeleteOrganization for more information on using the CertificateDeleteOrganization API call, and error handling.
// Example sending a request using the CertificateDeleteOrganizationRequest method.
req, resp := client.CertificateDeleteOrganizationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateDeleteOrganizationWithContext ¶
func (c *CERTIFICATESERVICE) CertificateDeleteOrganizationWithContext(ctx volcengine.Context, input *CertificateDeleteOrganizationInput, opts ...request.Option) (*CertificateDeleteOrganizationOutput, error)
CertificateDeleteOrganizationWithContext is the same as CertificateDeleteOrganization with the addition of the ability to pass a context and additional request options.
See CertificateDeleteOrganization 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 (*CERTIFICATESERVICE) CertificateGetInstance ¶
func (c *CERTIFICATESERVICE) CertificateGetInstance(input *CertificateGetInstanceInput) (*CertificateGetInstanceOutput, error)
CertificateGetInstance API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateGetInstance for usage and error information.
func (*CERTIFICATESERVICE) CertificateGetInstanceCommon ¶
func (c *CERTIFICATESERVICE) CertificateGetInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CertificateGetInstanceCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateGetInstanceCommon for usage and error information.
func (*CERTIFICATESERVICE) CertificateGetInstanceCommonRequest ¶
func (c *CERTIFICATESERVICE) CertificateGetInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CertificateGetInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CertificateGetInstanceCommon operation. The "output" return value will be populated with the CertificateGetInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateGetInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateGetInstanceCommon Send returns without error.
See CertificateGetInstanceCommon for more information on using the CertificateGetInstanceCommon API call, and error handling.
// Example sending a request using the CertificateGetInstanceCommonRequest method.
req, resp := client.CertificateGetInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateGetInstanceCommonWithContext ¶
func (c *CERTIFICATESERVICE) CertificateGetInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CertificateGetInstanceCommonWithContext is the same as CertificateGetInstanceCommon with the addition of the ability to pass a context and additional request options.
See CertificateGetInstanceCommon 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 (*CERTIFICATESERVICE) CertificateGetInstanceList ¶
func (c *CERTIFICATESERVICE) CertificateGetInstanceList(input *CertificateGetInstanceListInput) (*CertificateGetInstanceListOutput, error)
CertificateGetInstanceList API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateGetInstanceList for usage and error information.
func (*CERTIFICATESERVICE) CertificateGetInstanceListCommon ¶
func (c *CERTIFICATESERVICE) CertificateGetInstanceListCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CertificateGetInstanceListCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateGetInstanceListCommon for usage and error information.
func (*CERTIFICATESERVICE) CertificateGetInstanceListCommonRequest ¶
func (c *CERTIFICATESERVICE) CertificateGetInstanceListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CertificateGetInstanceListCommonRequest generates a "volcengine/request.Request" representing the client's request for the CertificateGetInstanceListCommon operation. The "output" return value will be populated with the CertificateGetInstanceListCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateGetInstanceListCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateGetInstanceListCommon Send returns without error.
See CertificateGetInstanceListCommon for more information on using the CertificateGetInstanceListCommon API call, and error handling.
// Example sending a request using the CertificateGetInstanceListCommonRequest method.
req, resp := client.CertificateGetInstanceListCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateGetInstanceListCommonWithContext ¶
func (c *CERTIFICATESERVICE) CertificateGetInstanceListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CertificateGetInstanceListCommonWithContext is the same as CertificateGetInstanceListCommon with the addition of the ability to pass a context and additional request options.
See CertificateGetInstanceListCommon 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 (*CERTIFICATESERVICE) CertificateGetInstanceListRequest ¶
func (c *CERTIFICATESERVICE) CertificateGetInstanceListRequest(input *CertificateGetInstanceListInput) (req *request.Request, output *CertificateGetInstanceListOutput)
CertificateGetInstanceListRequest generates a "volcengine/request.Request" representing the client's request for the CertificateGetInstanceList operation. The "output" return value will be populated with the CertificateGetInstanceListCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateGetInstanceListCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateGetInstanceListCommon Send returns without error.
See CertificateGetInstanceList for more information on using the CertificateGetInstanceList API call, and error handling.
// Example sending a request using the CertificateGetInstanceListRequest method.
req, resp := client.CertificateGetInstanceListRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateGetInstanceListWithContext ¶
func (c *CERTIFICATESERVICE) CertificateGetInstanceListWithContext(ctx volcengine.Context, input *CertificateGetInstanceListInput, opts ...request.Option) (*CertificateGetInstanceListOutput, error)
CertificateGetInstanceListWithContext is the same as CertificateGetInstanceList with the addition of the ability to pass a context and additional request options.
See CertificateGetInstanceList 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 (*CERTIFICATESERVICE) CertificateGetInstanceRequest ¶
func (c *CERTIFICATESERVICE) CertificateGetInstanceRequest(input *CertificateGetInstanceInput) (req *request.Request, output *CertificateGetInstanceOutput)
CertificateGetInstanceRequest generates a "volcengine/request.Request" representing the client's request for the CertificateGetInstance operation. The "output" return value will be populated with the CertificateGetInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateGetInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateGetInstanceCommon Send returns without error.
See CertificateGetInstance for more information on using the CertificateGetInstance API call, and error handling.
// Example sending a request using the CertificateGetInstanceRequest method.
req, resp := client.CertificateGetInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateGetInstanceWithContext ¶
func (c *CERTIFICATESERVICE) CertificateGetInstanceWithContext(ctx volcengine.Context, input *CertificateGetInstanceInput, opts ...request.Option) (*CertificateGetInstanceOutput, error)
CertificateGetInstanceWithContext is the same as CertificateGetInstance with the addition of the ability to pass a context and additional request options.
See CertificateGetInstance 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 (*CERTIFICATESERVICE) CertificateGetOrganization ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganization(input *CertificateGetOrganizationInput) (*CertificateGetOrganizationOutput, error)
CertificateGetOrganization API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateGetOrganization for usage and error information.
func (*CERTIFICATESERVICE) CertificateGetOrganizationCommon ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganizationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CertificateGetOrganizationCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateGetOrganizationCommon for usage and error information.
func (*CERTIFICATESERVICE) CertificateGetOrganizationCommonRequest ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganizationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CertificateGetOrganizationCommonRequest generates a "volcengine/request.Request" representing the client's request for the CertificateGetOrganizationCommon operation. The "output" return value will be populated with the CertificateGetOrganizationCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateGetOrganizationCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateGetOrganizationCommon Send returns without error.
See CertificateGetOrganizationCommon for more information on using the CertificateGetOrganizationCommon API call, and error handling.
// Example sending a request using the CertificateGetOrganizationCommonRequest method.
req, resp := client.CertificateGetOrganizationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateGetOrganizationCommonWithContext ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganizationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CertificateGetOrganizationCommonWithContext is the same as CertificateGetOrganizationCommon with the addition of the ability to pass a context and additional request options.
See CertificateGetOrganizationCommon 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 (*CERTIFICATESERVICE) CertificateGetOrganizationList ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganizationList(input *CertificateGetOrganizationListInput) (*CertificateGetOrganizationListOutput, error)
CertificateGetOrganizationList API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateGetOrganizationList for usage and error information.
func (*CERTIFICATESERVICE) CertificateGetOrganizationListCommon ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganizationListCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CertificateGetOrganizationListCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateGetOrganizationListCommon for usage and error information.
func (*CERTIFICATESERVICE) CertificateGetOrganizationListCommonRequest ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganizationListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CertificateGetOrganizationListCommonRequest generates a "volcengine/request.Request" representing the client's request for the CertificateGetOrganizationListCommon operation. The "output" return value will be populated with the CertificateGetOrganizationListCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateGetOrganizationListCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateGetOrganizationListCommon Send returns without error.
See CertificateGetOrganizationListCommon for more information on using the CertificateGetOrganizationListCommon API call, and error handling.
// Example sending a request using the CertificateGetOrganizationListCommonRequest method.
req, resp := client.CertificateGetOrganizationListCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateGetOrganizationListCommonWithContext ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganizationListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CertificateGetOrganizationListCommonWithContext is the same as CertificateGetOrganizationListCommon with the addition of the ability to pass a context and additional request options.
See CertificateGetOrganizationListCommon 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 (*CERTIFICATESERVICE) CertificateGetOrganizationListRequest ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganizationListRequest(input *CertificateGetOrganizationListInput) (req *request.Request, output *CertificateGetOrganizationListOutput)
CertificateGetOrganizationListRequest generates a "volcengine/request.Request" representing the client's request for the CertificateGetOrganizationList operation. The "output" return value will be populated with the CertificateGetOrganizationListCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateGetOrganizationListCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateGetOrganizationListCommon Send returns without error.
See CertificateGetOrganizationList for more information on using the CertificateGetOrganizationList API call, and error handling.
// Example sending a request using the CertificateGetOrganizationListRequest method.
req, resp := client.CertificateGetOrganizationListRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateGetOrganizationListWithContext ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganizationListWithContext(ctx volcengine.Context, input *CertificateGetOrganizationListInput, opts ...request.Option) (*CertificateGetOrganizationListOutput, error)
CertificateGetOrganizationListWithContext is the same as CertificateGetOrganizationList with the addition of the ability to pass a context and additional request options.
See CertificateGetOrganizationList 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 (*CERTIFICATESERVICE) CertificateGetOrganizationRequest ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganizationRequest(input *CertificateGetOrganizationInput) (req *request.Request, output *CertificateGetOrganizationOutput)
CertificateGetOrganizationRequest generates a "volcengine/request.Request" representing the client's request for the CertificateGetOrganization operation. The "output" return value will be populated with the CertificateGetOrganizationCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateGetOrganizationCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateGetOrganizationCommon Send returns without error.
See CertificateGetOrganization for more information on using the CertificateGetOrganization API call, and error handling.
// Example sending a request using the CertificateGetOrganizationRequest method.
req, resp := client.CertificateGetOrganizationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateGetOrganizationWithContext ¶
func (c *CERTIFICATESERVICE) CertificateGetOrganizationWithContext(ctx volcengine.Context, input *CertificateGetOrganizationInput, opts ...request.Option) (*CertificateGetOrganizationOutput, error)
CertificateGetOrganizationWithContext is the same as CertificateGetOrganization with the addition of the ability to pass a context and additional request options.
See CertificateGetOrganization 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 (*CERTIFICATESERVICE) CertificateUpdateInstance ¶
func (c *CERTIFICATESERVICE) CertificateUpdateInstance(input *CertificateUpdateInstanceInput) (*CertificateUpdateInstanceOutput, error)
CertificateUpdateInstance API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateUpdateInstance for usage and error information.
func (*CERTIFICATESERVICE) CertificateUpdateInstanceCommon ¶
func (c *CERTIFICATESERVICE) CertificateUpdateInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CertificateUpdateInstanceCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateUpdateInstanceCommon for usage and error information.
func (*CERTIFICATESERVICE) CertificateUpdateInstanceCommonRequest ¶
func (c *CERTIFICATESERVICE) CertificateUpdateInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CertificateUpdateInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CertificateUpdateInstanceCommon operation. The "output" return value will be populated with the CertificateUpdateInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateUpdateInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateUpdateInstanceCommon Send returns without error.
See CertificateUpdateInstanceCommon for more information on using the CertificateUpdateInstanceCommon API call, and error handling.
// Example sending a request using the CertificateUpdateInstanceCommonRequest method.
req, resp := client.CertificateUpdateInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateUpdateInstanceCommonWithContext ¶
func (c *CERTIFICATESERVICE) CertificateUpdateInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CertificateUpdateInstanceCommonWithContext is the same as CertificateUpdateInstanceCommon with the addition of the ability to pass a context and additional request options.
See CertificateUpdateInstanceCommon 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 (*CERTIFICATESERVICE) CertificateUpdateInstanceRequest ¶
func (c *CERTIFICATESERVICE) CertificateUpdateInstanceRequest(input *CertificateUpdateInstanceInput) (req *request.Request, output *CertificateUpdateInstanceOutput)
CertificateUpdateInstanceRequest generates a "volcengine/request.Request" representing the client's request for the CertificateUpdateInstance operation. The "output" return value will be populated with the CertificateUpdateInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateUpdateInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateUpdateInstanceCommon Send returns without error.
See CertificateUpdateInstance for more information on using the CertificateUpdateInstance API call, and error handling.
// Example sending a request using the CertificateUpdateInstanceRequest method.
req, resp := client.CertificateUpdateInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateUpdateInstanceWithContext ¶
func (c *CERTIFICATESERVICE) CertificateUpdateInstanceWithContext(ctx volcengine.Context, input *CertificateUpdateInstanceInput, opts ...request.Option) (*CertificateUpdateInstanceOutput, error)
CertificateUpdateInstanceWithContext is the same as CertificateUpdateInstance with the addition of the ability to pass a context and additional request options.
See CertificateUpdateInstance 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 (*CERTIFICATESERVICE) CertificateUpdateOrganization ¶
func (c *CERTIFICATESERVICE) CertificateUpdateOrganization(input *CertificateUpdateOrganizationInput) (*CertificateUpdateOrganizationOutput, error)
CertificateUpdateOrganization API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateUpdateOrganization for usage and error information.
func (*CERTIFICATESERVICE) CertificateUpdateOrganizationCommon ¶
func (c *CERTIFICATESERVICE) CertificateUpdateOrganizationCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CertificateUpdateOrganizationCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation CertificateUpdateOrganizationCommon for usage and error information.
func (*CERTIFICATESERVICE) CertificateUpdateOrganizationCommonRequest ¶
func (c *CERTIFICATESERVICE) CertificateUpdateOrganizationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CertificateUpdateOrganizationCommonRequest generates a "volcengine/request.Request" representing the client's request for the CertificateUpdateOrganizationCommon operation. The "output" return value will be populated with the CertificateUpdateOrganizationCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateUpdateOrganizationCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateUpdateOrganizationCommon Send returns without error.
See CertificateUpdateOrganizationCommon for more information on using the CertificateUpdateOrganizationCommon API call, and error handling.
// Example sending a request using the CertificateUpdateOrganizationCommonRequest method.
req, resp := client.CertificateUpdateOrganizationCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateUpdateOrganizationCommonWithContext ¶
func (c *CERTIFICATESERVICE) CertificateUpdateOrganizationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CertificateUpdateOrganizationCommonWithContext is the same as CertificateUpdateOrganizationCommon with the addition of the ability to pass a context and additional request options.
See CertificateUpdateOrganizationCommon 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 (*CERTIFICATESERVICE) CertificateUpdateOrganizationRequest ¶
func (c *CERTIFICATESERVICE) CertificateUpdateOrganizationRequest(input *CertificateUpdateOrganizationInput) (req *request.Request, output *CertificateUpdateOrganizationOutput)
CertificateUpdateOrganizationRequest generates a "volcengine/request.Request" representing the client's request for the CertificateUpdateOrganization operation. The "output" return value will be populated with the CertificateUpdateOrganizationCommon request's response once the request completes successfully.
Use "Send" method on the returned CertificateUpdateOrganizationCommon Request to send the API call to the service. the "output" return value is not valid until after CertificateUpdateOrganizationCommon Send returns without error.
See CertificateUpdateOrganization for more information on using the CertificateUpdateOrganization API call, and error handling.
// Example sending a request using the CertificateUpdateOrganizationRequest method.
req, resp := client.CertificateUpdateOrganizationRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) CertificateUpdateOrganizationWithContext ¶
func (c *CERTIFICATESERVICE) CertificateUpdateOrganizationWithContext(ctx volcengine.Context, input *CertificateUpdateOrganizationInput, opts ...request.Option) (*CertificateUpdateOrganizationOutput, error)
CertificateUpdateOrganizationWithContext is the same as CertificateUpdateOrganization with the addition of the ability to pass a context and additional request options.
See CertificateUpdateOrganization 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 (*CERTIFICATESERVICE) ImportCertificate ¶
func (c *CERTIFICATESERVICE) ImportCertificate(input *ImportCertificateInput) (*ImportCertificateOutput, error)
ImportCertificate API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation ImportCertificate for usage and error information.
func (*CERTIFICATESERVICE) ImportCertificateCommon ¶
func (c *CERTIFICATESERVICE) ImportCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ImportCertificateCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation ImportCertificateCommon for usage and error information.
func (*CERTIFICATESERVICE) ImportCertificateCommonRequest ¶
func (c *CERTIFICATESERVICE) ImportCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ImportCertificateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ImportCertificateCommon operation. The "output" return value will be populated with the ImportCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned ImportCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after ImportCertificateCommon Send returns without error.
See ImportCertificateCommon for more information on using the ImportCertificateCommon API call, and error handling.
// Example sending a request using the ImportCertificateCommonRequest method.
req, resp := client.ImportCertificateCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) ImportCertificateCommonWithContext ¶
func (c *CERTIFICATESERVICE) ImportCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ImportCertificateCommonWithContext is the same as ImportCertificateCommon with the addition of the ability to pass a context and additional request options.
See ImportCertificateCommon 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 (*CERTIFICATESERVICE) ImportCertificateRequest ¶
func (c *CERTIFICATESERVICE) ImportCertificateRequest(input *ImportCertificateInput) (req *request.Request, output *ImportCertificateOutput)
ImportCertificateRequest generates a "volcengine/request.Request" representing the client's request for the ImportCertificate operation. The "output" return value will be populated with the ImportCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned ImportCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after ImportCertificateCommon Send returns without error.
See ImportCertificate for more information on using the ImportCertificate API call, and error handling.
// Example sending a request using the ImportCertificateRequest method.
req, resp := client.ImportCertificateRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) ImportCertificateWithContext ¶
func (c *CERTIFICATESERVICE) ImportCertificateWithContext(ctx volcengine.Context, input *ImportCertificateInput, opts ...request.Option) (*ImportCertificateOutput, error)
ImportCertificateWithContext is the same as ImportCertificate with the addition of the ability to pass a context and additional request options.
See ImportCertificate 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 (*CERTIFICATESERVICE) ListTagsForResources ¶
func (c *CERTIFICATESERVICE) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
ListTagsForResources API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation ListTagsForResources for usage and error information.
func (*CERTIFICATESERVICE) ListTagsForResourcesCommon ¶
func (c *CERTIFICATESERVICE) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListTagsForResourcesCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation ListTagsForResourcesCommon for usage and error information.
func (*CERTIFICATESERVICE) ListTagsForResourcesCommonRequest ¶
func (c *CERTIFICATESERVICE) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListTagsForResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResourcesCommon operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.
See ListTagsForResourcesCommon for more information on using the ListTagsForResourcesCommon API call, and error handling.
// Example sending a request using the ListTagsForResourcesCommonRequest method.
req, resp := client.ListTagsForResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) ListTagsForResourcesCommonWithContext ¶
func (c *CERTIFICATESERVICE) ListTagsForResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListTagsForResourcesCommonWithContext is the same as ListTagsForResourcesCommon with the addition of the ability to pass a context and additional request options.
See ListTagsForResourcesCommon 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 (*CERTIFICATESERVICE) ListTagsForResourcesRequest ¶
func (c *CERTIFICATESERVICE) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)
ListTagsForResourcesRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResources operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.
See ListTagsForResources for more information on using the ListTagsForResources API call, and error handling.
// Example sending a request using the ListTagsForResourcesRequest method.
req, resp := client.ListTagsForResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) ListTagsForResourcesWithContext ¶
func (c *CERTIFICATESERVICE) ListTagsForResourcesWithContext(ctx volcengine.Context, input *ListTagsForResourcesInput, opts ...request.Option) (*ListTagsForResourcesOutput, error)
ListTagsForResourcesWithContext is the same as ListTagsForResources with the addition of the ability to pass a context and additional request options.
See ListTagsForResources 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 (*CERTIFICATESERVICE) QuickApplyCertificate ¶
func (c *CERTIFICATESERVICE) QuickApplyCertificate(input *QuickApplyCertificateInput) (*QuickApplyCertificateOutput, error)
QuickApplyCertificate API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation QuickApplyCertificate for usage and error information.
func (*CERTIFICATESERVICE) QuickApplyCertificateCommon ¶
func (c *CERTIFICATESERVICE) QuickApplyCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
QuickApplyCertificateCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation QuickApplyCertificateCommon for usage and error information.
func (*CERTIFICATESERVICE) QuickApplyCertificateCommonRequest ¶
func (c *CERTIFICATESERVICE) QuickApplyCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
QuickApplyCertificateCommonRequest generates a "volcengine/request.Request" representing the client's request for the QuickApplyCertificateCommon operation. The "output" return value will be populated with the QuickApplyCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned QuickApplyCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after QuickApplyCertificateCommon Send returns without error.
See QuickApplyCertificateCommon for more information on using the QuickApplyCertificateCommon API call, and error handling.
// Example sending a request using the QuickApplyCertificateCommonRequest method.
req, resp := client.QuickApplyCertificateCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) QuickApplyCertificateCommonWithContext ¶
func (c *CERTIFICATESERVICE) QuickApplyCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
QuickApplyCertificateCommonWithContext is the same as QuickApplyCertificateCommon with the addition of the ability to pass a context and additional request options.
See QuickApplyCertificateCommon 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 (*CERTIFICATESERVICE) QuickApplyCertificateRequest ¶
func (c *CERTIFICATESERVICE) QuickApplyCertificateRequest(input *QuickApplyCertificateInput) (req *request.Request, output *QuickApplyCertificateOutput)
QuickApplyCertificateRequest generates a "volcengine/request.Request" representing the client's request for the QuickApplyCertificate operation. The "output" return value will be populated with the QuickApplyCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned QuickApplyCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after QuickApplyCertificateCommon Send returns without error.
See QuickApplyCertificate for more information on using the QuickApplyCertificate API call, and error handling.
// Example sending a request using the QuickApplyCertificateRequest method.
req, resp := client.QuickApplyCertificateRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) QuickApplyCertificateWithContext ¶
func (c *CERTIFICATESERVICE) QuickApplyCertificateWithContext(ctx volcengine.Context, input *QuickApplyCertificateInput, opts ...request.Option) (*QuickApplyCertificateOutput, error)
QuickApplyCertificateWithContext is the same as QuickApplyCertificate with the addition of the ability to pass a context and additional request options.
See QuickApplyCertificate 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 (*CERTIFICATESERVICE) TagResources ¶
func (c *CERTIFICATESERVICE) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
TagResources API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation TagResources for usage and error information.
func (*CERTIFICATESERVICE) TagResourcesCommon ¶
func (c *CERTIFICATESERVICE) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
TagResourcesCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation TagResourcesCommon for usage and error information.
func (*CERTIFICATESERVICE) TagResourcesCommonRequest ¶
func (c *CERTIFICATESERVICE) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
TagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the TagResourcesCommon operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResourcesCommon for more information on using the TagResourcesCommon API call, and error handling.
// Example sending a request using the TagResourcesCommonRequest method.
req, resp := client.TagResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) TagResourcesCommonWithContext ¶
func (c *CERTIFICATESERVICE) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
TagResourcesCommonWithContext is the same as TagResourcesCommon with the addition of the ability to pass a context and additional request options.
See TagResourcesCommon 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 (*CERTIFICATESERVICE) TagResourcesRequest ¶
func (c *CERTIFICATESERVICE) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
TagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the TagResources operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResources for more information on using the TagResources API call, and error handling.
// Example sending a request using the TagResourcesRequest method.
req, resp := client.TagResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) TagResourcesWithContext ¶
func (c *CERTIFICATESERVICE) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
TagResourcesWithContext is the same as TagResources with the addition of the ability to pass a context and additional request options.
See TagResources 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 (*CERTIFICATESERVICE) UntagResources ¶
func (c *CERTIFICATESERVICE) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
UntagResources API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation UntagResources for usage and error information.
func (*CERTIFICATESERVICE) UntagResourcesCommon ¶
func (c *CERTIFICATESERVICE) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UntagResourcesCommon API operation for CERTIFICATE_SERVICE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CERTIFICATE_SERVICE's API operation UntagResourcesCommon for usage and error information.
func (*CERTIFICATESERVICE) UntagResourcesCommonRequest ¶
func (c *CERTIFICATESERVICE) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UntagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the UntagResourcesCommon operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResourcesCommon for more information on using the UntagResourcesCommon API call, and error handling.
// Example sending a request using the UntagResourcesCommonRequest method.
req, resp := client.UntagResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) UntagResourcesCommonWithContext ¶
func (c *CERTIFICATESERVICE) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UntagResourcesCommonWithContext is the same as UntagResourcesCommon with the addition of the ability to pass a context and additional request options.
See UntagResourcesCommon 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 (*CERTIFICATESERVICE) UntagResourcesRequest ¶
func (c *CERTIFICATESERVICE) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
UntagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the UntagResources operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResources for more information on using the UntagResources API call, and error handling.
// Example sending a request using the UntagResourcesRequest method.
req, resp := client.UntagResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CERTIFICATESERVICE) UntagResourcesWithContext ¶
func (c *CERTIFICATESERVICE) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
UntagResourcesWithContext is the same as UntagResources with the addition of the ability to pass a context and additional request options.
See UntagResources 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 CERTIFICATESERVICEAPI ¶
type CERTIFICATESERVICEAPI interface {
CancelInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
CancelInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CancelInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CancelInstance(*CancelInstanceInput) (*CancelInstanceOutput, error)
CancelInstanceWithContext(volcengine.Context, *CancelInstanceInput, ...request.Option) (*CancelInstanceOutput, error)
CancelInstanceRequest(*CancelInstanceInput) (*request.Request, *CancelInstanceOutput)
CertificateAddOrganizationCommon(*map[string]interface{}) (*map[string]interface{}, error)
CertificateAddOrganizationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CertificateAddOrganizationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CertificateAddOrganization(*CertificateAddOrganizationInput) (*CertificateAddOrganizationOutput, error)
CertificateAddOrganizationWithContext(volcengine.Context, *CertificateAddOrganizationInput, ...request.Option) (*CertificateAddOrganizationOutput, error)
CertificateAddOrganizationRequest(*CertificateAddOrganizationInput) (*request.Request, *CertificateAddOrganizationOutput)
CertificateDeleteInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
CertificateDeleteInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CertificateDeleteInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CertificateDeleteInstance(*CertificateDeleteInstanceInput) (*CertificateDeleteInstanceOutput, error)
CertificateDeleteInstanceWithContext(volcengine.Context, *CertificateDeleteInstanceInput, ...request.Option) (*CertificateDeleteInstanceOutput, error)
CertificateDeleteInstanceRequest(*CertificateDeleteInstanceInput) (*request.Request, *CertificateDeleteInstanceOutput)
CertificateDeleteOrganizationCommon(*map[string]interface{}) (*map[string]interface{}, error)
CertificateDeleteOrganizationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CertificateDeleteOrganizationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CertificateDeleteOrganization(*CertificateDeleteOrganizationInput) (*CertificateDeleteOrganizationOutput, error)
CertificateDeleteOrganizationWithContext(volcengine.Context, *CertificateDeleteOrganizationInput, ...request.Option) (*CertificateDeleteOrganizationOutput, error)
CertificateDeleteOrganizationRequest(*CertificateDeleteOrganizationInput) (*request.Request, *CertificateDeleteOrganizationOutput)
CertificateGetInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
CertificateGetInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CertificateGetInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CertificateGetInstance(*CertificateGetInstanceInput) (*CertificateGetInstanceOutput, error)
CertificateGetInstanceWithContext(volcengine.Context, *CertificateGetInstanceInput, ...request.Option) (*CertificateGetInstanceOutput, error)
CertificateGetInstanceRequest(*CertificateGetInstanceInput) (*request.Request, *CertificateGetInstanceOutput)
CertificateGetInstanceListCommon(*map[string]interface{}) (*map[string]interface{}, error)
CertificateGetInstanceListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CertificateGetInstanceListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CertificateGetInstanceList(*CertificateGetInstanceListInput) (*CertificateGetInstanceListOutput, error)
CertificateGetInstanceListWithContext(volcengine.Context, *CertificateGetInstanceListInput, ...request.Option) (*CertificateGetInstanceListOutput, error)
CertificateGetInstanceListRequest(*CertificateGetInstanceListInput) (*request.Request, *CertificateGetInstanceListOutput)
CertificateGetOrganizationCommon(*map[string]interface{}) (*map[string]interface{}, error)
CertificateGetOrganizationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CertificateGetOrganizationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CertificateGetOrganization(*CertificateGetOrganizationInput) (*CertificateGetOrganizationOutput, error)
CertificateGetOrganizationWithContext(volcengine.Context, *CertificateGetOrganizationInput, ...request.Option) (*CertificateGetOrganizationOutput, error)
CertificateGetOrganizationRequest(*CertificateGetOrganizationInput) (*request.Request, *CertificateGetOrganizationOutput)
CertificateGetOrganizationListCommon(*map[string]interface{}) (*map[string]interface{}, error)
CertificateGetOrganizationListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CertificateGetOrganizationListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CertificateGetOrganizationList(*CertificateGetOrganizationListInput) (*CertificateGetOrganizationListOutput, error)
CertificateGetOrganizationListWithContext(volcengine.Context, *CertificateGetOrganizationListInput, ...request.Option) (*CertificateGetOrganizationListOutput, error)
CertificateGetOrganizationListRequest(*CertificateGetOrganizationListInput) (*request.Request, *CertificateGetOrganizationListOutput)
CertificateUpdateInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
CertificateUpdateInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CertificateUpdateInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CertificateUpdateInstance(*CertificateUpdateInstanceInput) (*CertificateUpdateInstanceOutput, error)
CertificateUpdateInstanceWithContext(volcengine.Context, *CertificateUpdateInstanceInput, ...request.Option) (*CertificateUpdateInstanceOutput, error)
CertificateUpdateInstanceRequest(*CertificateUpdateInstanceInput) (*request.Request, *CertificateUpdateInstanceOutput)
CertificateUpdateOrganizationCommon(*map[string]interface{}) (*map[string]interface{}, error)
CertificateUpdateOrganizationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CertificateUpdateOrganizationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CertificateUpdateOrganization(*CertificateUpdateOrganizationInput) (*CertificateUpdateOrganizationOutput, error)
CertificateUpdateOrganizationWithContext(volcengine.Context, *CertificateUpdateOrganizationInput, ...request.Option) (*CertificateUpdateOrganizationOutput, error)
CertificateUpdateOrganizationRequest(*CertificateUpdateOrganizationInput) (*request.Request, *CertificateUpdateOrganizationOutput)
ImportCertificateCommon(*map[string]interface{}) (*map[string]interface{}, error)
ImportCertificateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ImportCertificateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ImportCertificate(*ImportCertificateInput) (*ImportCertificateOutput, error)
ImportCertificateWithContext(volcengine.Context, *ImportCertificateInput, ...request.Option) (*ImportCertificateOutput, error)
ImportCertificateRequest(*ImportCertificateInput) (*request.Request, *ImportCertificateOutput)
ListTagsForResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListTagsForResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListTagsForResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListTagsForResources(*ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
ListTagsForResourcesWithContext(volcengine.Context, *ListTagsForResourcesInput, ...request.Option) (*ListTagsForResourcesOutput, error)
ListTagsForResourcesRequest(*ListTagsForResourcesInput) (*request.Request, *ListTagsForResourcesOutput)
QuickApplyCertificateCommon(*map[string]interface{}) (*map[string]interface{}, error)
QuickApplyCertificateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
QuickApplyCertificateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
QuickApplyCertificate(*QuickApplyCertificateInput) (*QuickApplyCertificateOutput, error)
QuickApplyCertificateWithContext(volcengine.Context, *QuickApplyCertificateInput, ...request.Option) (*QuickApplyCertificateOutput, error)
QuickApplyCertificateRequest(*QuickApplyCertificateInput) (*request.Request, *QuickApplyCertificateOutput)
TagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
TagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
TagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
TagResources(*TagResourcesInput) (*TagResourcesOutput, error)
TagResourcesWithContext(volcengine.Context, *TagResourcesInput, ...request.Option) (*TagResourcesOutput, error)
TagResourcesRequest(*TagResourcesInput) (*request.Request, *TagResourcesOutput)
UntagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
UntagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UntagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UntagResources(*UntagResourcesInput) (*UntagResourcesOutput, error)
UntagResourcesWithContext(volcengine.Context, *UntagResourcesInput, ...request.Option) (*UntagResourcesOutput, error)
UntagResourcesRequest(*UntagResourcesInput) (*request.Request, *UntagResourcesOutput)
}
CERTIFICATESERVICEAPI provides an interface to enable mocking the certificateservice.CERTIFICATESERVICE service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to
// CERTIFICATE_SERVICE.
func myFunc(svc CERTIFICATESERVICEAPI) bool {
// Make svc.CancelInstance request
}
func main() {
sess := session.New()
svc := certificateservice.New(sess)
myFunc(svc)
}
type CancelInstanceInput ¶
type CancelInstanceInput struct {
// InstanceId is a required field
InstanceId *string `type:"string" json:",omitempty" required:"true"`
Reason *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CancelInstanceInput) GoString ¶
func (s CancelInstanceInput) GoString() string
GoString returns the string representation
func (*CancelInstanceInput) SetInstanceId ¶
func (s *CancelInstanceInput) SetInstanceId(v string) *CancelInstanceInput
SetInstanceId sets the InstanceId field's value.
func (*CancelInstanceInput) SetReason ¶
func (s *CancelInstanceInput) SetReason(v string) *CancelInstanceInput
SetReason sets the Reason field's value.
func (CancelInstanceInput) String ¶
func (s CancelInstanceInput) String() string
String returns the string representation
func (*CancelInstanceInput) Validate ¶
func (s *CancelInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelInstanceOutput ¶
type CancelInstanceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CancelInstanceOutput) GoString ¶
func (s CancelInstanceOutput) GoString() string
GoString returns the string representation
func (CancelInstanceOutput) String ¶
func (s CancelInstanceOutput) String() string
String returns the string representation
type CertificateAddOrganizationInput ¶
type CertificateAddOrganizationInput struct {
Address *string `type:"string" json:",omitempty"`
BusinessLicenseNo *string `type:"string" json:",omitempty"`
City *string `type:"string" json:",omitempty"`
Contact *ContactForCertificateAddOrganizationInput `type:"structure" json:",omitempty"`
Country *string `type:"string" json:",omitempty"`
Department *string `type:"string" json:",omitempty"`
Email *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
PostalCode *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
Province *string `type:"string" json:",omitempty"`
// Tag is a required field
Tag *string `max:"100" type:"string" json:",omitempty" required:"true"`
Tags []*ConvertTagForCertificateAddOrganizationInput `type:"list" json:",omitempty"`
// Type is a required field
Type *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfTypeForCertificateAddOrganizationInput"`
// contains filtered or unexported fields
}
func (CertificateAddOrganizationInput) GoString ¶
func (s CertificateAddOrganizationInput) GoString() string
GoString returns the string representation
func (*CertificateAddOrganizationInput) SetAddress ¶
func (s *CertificateAddOrganizationInput) SetAddress(v string) *CertificateAddOrganizationInput
SetAddress sets the Address field's value.
func (*CertificateAddOrganizationInput) SetBusinessLicenseNo ¶
func (s *CertificateAddOrganizationInput) SetBusinessLicenseNo(v string) *CertificateAddOrganizationInput
SetBusinessLicenseNo sets the BusinessLicenseNo field's value.
func (*CertificateAddOrganizationInput) SetCity ¶
func (s *CertificateAddOrganizationInput) SetCity(v string) *CertificateAddOrganizationInput
SetCity sets the City field's value.
func (*CertificateAddOrganizationInput) SetContact ¶
func (s *CertificateAddOrganizationInput) SetContact(v *ContactForCertificateAddOrganizationInput) *CertificateAddOrganizationInput
SetContact sets the Contact field's value.
func (*CertificateAddOrganizationInput) SetCountry ¶
func (s *CertificateAddOrganizationInput) SetCountry(v string) *CertificateAddOrganizationInput
SetCountry sets the Country field's value.
func (*CertificateAddOrganizationInput) SetDepartment ¶
func (s *CertificateAddOrganizationInput) SetDepartment(v string) *CertificateAddOrganizationInput
SetDepartment sets the Department field's value.
func (*CertificateAddOrganizationInput) SetEmail ¶
func (s *CertificateAddOrganizationInput) SetEmail(v string) *CertificateAddOrganizationInput
SetEmail sets the Email field's value.
func (*CertificateAddOrganizationInput) SetName ¶
func (s *CertificateAddOrganizationInput) SetName(v string) *CertificateAddOrganizationInput
SetName sets the Name field's value.
func (*CertificateAddOrganizationInput) SetPostalCode ¶
func (s *CertificateAddOrganizationInput) SetPostalCode(v string) *CertificateAddOrganizationInput
SetPostalCode sets the PostalCode field's value.
func (*CertificateAddOrganizationInput) SetProjectName ¶
func (s *CertificateAddOrganizationInput) SetProjectName(v string) *CertificateAddOrganizationInput
SetProjectName sets the ProjectName field's value.
func (*CertificateAddOrganizationInput) SetProvince ¶
func (s *CertificateAddOrganizationInput) SetProvince(v string) *CertificateAddOrganizationInput
SetProvince sets the Province field's value.
func (*CertificateAddOrganizationInput) SetTag ¶
func (s *CertificateAddOrganizationInput) SetTag(v string) *CertificateAddOrganizationInput
SetTag sets the Tag field's value.
func (*CertificateAddOrganizationInput) SetTags ¶
func (s *CertificateAddOrganizationInput) SetTags(v []*ConvertTagForCertificateAddOrganizationInput) *CertificateAddOrganizationInput
SetTags sets the Tags field's value.
func (*CertificateAddOrganizationInput) SetType ¶
func (s *CertificateAddOrganizationInput) SetType(v string) *CertificateAddOrganizationInput
SetType sets the Type field's value.
func (CertificateAddOrganizationInput) String ¶
func (s CertificateAddOrganizationInput) String() string
String returns the string representation
func (*CertificateAddOrganizationInput) Validate ¶
func (s *CertificateAddOrganizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CertificateAddOrganizationOutput ¶
type CertificateAddOrganizationOutput struct {
Metadata *response.ResponseMetadata
OrganizationId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateAddOrganizationOutput) GoString ¶
func (s CertificateAddOrganizationOutput) GoString() string
GoString returns the string representation
func (*CertificateAddOrganizationOutput) SetOrganizationId ¶
func (s *CertificateAddOrganizationOutput) SetOrganizationId(v string) *CertificateAddOrganizationOutput
SetOrganizationId sets the OrganizationId field's value.
func (CertificateAddOrganizationOutput) String ¶
func (s CertificateAddOrganizationOutput) String() string
String returns the string representation
type CertificateDeleteInstanceInput ¶
type CertificateDeleteInstanceInput struct {
// InstanceId is a required field
InstanceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CertificateDeleteInstanceInput) GoString ¶
func (s CertificateDeleteInstanceInput) GoString() string
GoString returns the string representation
func (*CertificateDeleteInstanceInput) SetInstanceId ¶
func (s *CertificateDeleteInstanceInput) SetInstanceId(v string) *CertificateDeleteInstanceInput
SetInstanceId sets the InstanceId field's value.
func (CertificateDeleteInstanceInput) String ¶
func (s CertificateDeleteInstanceInput) String() string
String returns the string representation
func (*CertificateDeleteInstanceInput) Validate ¶
func (s *CertificateDeleteInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CertificateDeleteInstanceOutput ¶
type CertificateDeleteInstanceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CertificateDeleteInstanceOutput) GoString ¶
func (s CertificateDeleteInstanceOutput) GoString() string
GoString returns the string representation
func (CertificateDeleteInstanceOutput) String ¶
func (s CertificateDeleteInstanceOutput) String() string
String returns the string representation
type CertificateDeleteOrganizationInput ¶
type CertificateDeleteOrganizationInput struct {
// OrganizationId is a required field
OrganizationId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CertificateDeleteOrganizationInput) GoString ¶
func (s CertificateDeleteOrganizationInput) GoString() string
GoString returns the string representation
func (*CertificateDeleteOrganizationInput) SetOrganizationId ¶
func (s *CertificateDeleteOrganizationInput) SetOrganizationId(v string) *CertificateDeleteOrganizationInput
SetOrganizationId sets the OrganizationId field's value.
func (CertificateDeleteOrganizationInput) String ¶
func (s CertificateDeleteOrganizationInput) String() string
String returns the string representation
func (*CertificateDeleteOrganizationInput) Validate ¶
func (s *CertificateDeleteOrganizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CertificateDeleteOrganizationOutput ¶
type CertificateDeleteOrganizationOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CertificateDeleteOrganizationOutput) GoString ¶
func (s CertificateDeleteOrganizationOutput) GoString() string
GoString returns the string representation
func (CertificateDeleteOrganizationOutput) String ¶
func (s CertificateDeleteOrganizationOutput) String() string
String returns the string representation
type CertificateDetailForCertificateGetInstanceOutput ¶
type CertificateDetailForCertificateGetInstanceOutput struct {
Chain []*string `type:"list" json:",omitempty"`
FingerPrintSha1 *string `type:"string" json:",omitempty"`
FingerPrintSha256 *string `type:"string" json:",omitempty"`
Issuer *IssuerForCertificateGetInstanceOutput `type:"structure" json:",omitempty"`
KeyAlgorithm *string `type:"string" json:",omitempty"`
PrivateKey *string `type:"string" json:",omitempty"`
SerialNumber *string `type:"string" json:",omitempty"`
SignatureAlgorithm *string `type:"string" json:",omitempty"`
Subject *SubjectForCertificateGetInstanceOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateDetailForCertificateGetInstanceOutput) GoString ¶
func (s CertificateDetailForCertificateGetInstanceOutput) GoString() string
GoString returns the string representation
func (*CertificateDetailForCertificateGetInstanceOutput) SetChain ¶
func (s *CertificateDetailForCertificateGetInstanceOutput) SetChain(v []*string) *CertificateDetailForCertificateGetInstanceOutput
SetChain sets the Chain field's value.
func (*CertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha1 ¶
func (s *CertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha1(v string) *CertificateDetailForCertificateGetInstanceOutput
SetFingerPrintSha1 sets the FingerPrintSha1 field's value.
func (*CertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha256 ¶
func (s *CertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha256(v string) *CertificateDetailForCertificateGetInstanceOutput
SetFingerPrintSha256 sets the FingerPrintSha256 field's value.
func (*CertificateDetailForCertificateGetInstanceOutput) SetIssuer ¶
func (s *CertificateDetailForCertificateGetInstanceOutput) SetIssuer(v *IssuerForCertificateGetInstanceOutput) *CertificateDetailForCertificateGetInstanceOutput
SetIssuer sets the Issuer field's value.
func (*CertificateDetailForCertificateGetInstanceOutput) SetKeyAlgorithm ¶
func (s *CertificateDetailForCertificateGetInstanceOutput) SetKeyAlgorithm(v string) *CertificateDetailForCertificateGetInstanceOutput
SetKeyAlgorithm sets the KeyAlgorithm field's value.
func (*CertificateDetailForCertificateGetInstanceOutput) SetPrivateKey ¶
func (s *CertificateDetailForCertificateGetInstanceOutput) SetPrivateKey(v string) *CertificateDetailForCertificateGetInstanceOutput
SetPrivateKey sets the PrivateKey field's value.
func (*CertificateDetailForCertificateGetInstanceOutput) SetSerialNumber ¶
func (s *CertificateDetailForCertificateGetInstanceOutput) SetSerialNumber(v string) *CertificateDetailForCertificateGetInstanceOutput
SetSerialNumber sets the SerialNumber field's value.
func (*CertificateDetailForCertificateGetInstanceOutput) SetSignatureAlgorithm ¶
func (s *CertificateDetailForCertificateGetInstanceOutput) SetSignatureAlgorithm(v string) *CertificateDetailForCertificateGetInstanceOutput
SetSignatureAlgorithm sets the SignatureAlgorithm field's value.
func (*CertificateDetailForCertificateGetInstanceOutput) SetSubject ¶
func (s *CertificateDetailForCertificateGetInstanceOutput) SetSubject(v *SubjectForCertificateGetInstanceOutput) *CertificateDetailForCertificateGetInstanceOutput
SetSubject sets the Subject field's value.
func (CertificateDetailForCertificateGetInstanceOutput) String ¶
func (s CertificateDetailForCertificateGetInstanceOutput) String() string
String returns the string representation
type CertificateGetInstanceInput ¶
type CertificateGetInstanceInput struct {
// InstanceId is a required field
InstanceId *string `type:"string" json:",omitempty" required:"true"`
ProjectName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateGetInstanceInput) GoString ¶
func (s CertificateGetInstanceInput) GoString() string
GoString returns the string representation
func (*CertificateGetInstanceInput) SetInstanceId ¶
func (s *CertificateGetInstanceInput) SetInstanceId(v string) *CertificateGetInstanceInput
SetInstanceId sets the InstanceId field's value.
func (*CertificateGetInstanceInput) SetProjectName ¶
func (s *CertificateGetInstanceInput) SetProjectName(v string) *CertificateGetInstanceInput
SetProjectName sets the ProjectName field's value.
func (CertificateGetInstanceInput) String ¶
func (s CertificateGetInstanceInput) String() string
String returns the string representation
func (*CertificateGetInstanceInput) Validate ¶
func (s *CertificateGetInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CertificateGetInstanceListInput ¶
type CertificateGetInstanceListInput struct {
CertificateExpireAfter *string `type:"string" json:",omitempty"`
CertificateExpireBefore *string `type:"string" json:",omitempty"`
CommonName *string `type:"string" json:",omitempty"`
Domain *string `type:"string" json:",omitempty"`
InstanceIds []*string `type:"list" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty" enum:"EnumOfInstanceTypeForCertificateGetInstanceListInput"`
IsRevoked *bool `type:"boolean" json:",omitempty"`
IsValid *bool `type:"boolean" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
Status []*string `type:"list" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
TagFilters []*TagFilterForCertificateGetInstanceListInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateGetInstanceListInput) GoString ¶
func (s CertificateGetInstanceListInput) GoString() string
GoString returns the string representation
func (*CertificateGetInstanceListInput) SetCertificateExpireAfter ¶
func (s *CertificateGetInstanceListInput) SetCertificateExpireAfter(v string) *CertificateGetInstanceListInput
SetCertificateExpireAfter sets the CertificateExpireAfter field's value.
func (*CertificateGetInstanceListInput) SetCertificateExpireBefore ¶
func (s *CertificateGetInstanceListInput) SetCertificateExpireBefore(v string) *CertificateGetInstanceListInput
SetCertificateExpireBefore sets the CertificateExpireBefore field's value.
func (*CertificateGetInstanceListInput) SetCommonName ¶
func (s *CertificateGetInstanceListInput) SetCommonName(v string) *CertificateGetInstanceListInput
SetCommonName sets the CommonName field's value.
func (*CertificateGetInstanceListInput) SetDomain ¶
func (s *CertificateGetInstanceListInput) SetDomain(v string) *CertificateGetInstanceListInput
SetDomain sets the Domain field's value.
func (*CertificateGetInstanceListInput) SetInstanceIds ¶
func (s *CertificateGetInstanceListInput) SetInstanceIds(v []*string) *CertificateGetInstanceListInput
SetInstanceIds sets the InstanceIds field's value.
func (*CertificateGetInstanceListInput) SetInstanceType ¶
func (s *CertificateGetInstanceListInput) SetInstanceType(v string) *CertificateGetInstanceListInput
SetInstanceType sets the InstanceType field's value.
func (*CertificateGetInstanceListInput) SetIsRevoked ¶
func (s *CertificateGetInstanceListInput) SetIsRevoked(v bool) *CertificateGetInstanceListInput
SetIsRevoked sets the IsRevoked field's value.
func (*CertificateGetInstanceListInput) SetIsValid ¶
func (s *CertificateGetInstanceListInput) SetIsValid(v bool) *CertificateGetInstanceListInput
SetIsValid sets the IsValid field's value.
func (*CertificateGetInstanceListInput) SetPageNumber ¶
func (s *CertificateGetInstanceListInput) SetPageNumber(v int32) *CertificateGetInstanceListInput
SetPageNumber sets the PageNumber field's value.
func (*CertificateGetInstanceListInput) SetPageSize ¶
func (s *CertificateGetInstanceListInput) SetPageSize(v int32) *CertificateGetInstanceListInput
SetPageSize sets the PageSize field's value.
func (*CertificateGetInstanceListInput) SetProjectName ¶
func (s *CertificateGetInstanceListInput) SetProjectName(v string) *CertificateGetInstanceListInput
SetProjectName sets the ProjectName field's value.
func (*CertificateGetInstanceListInput) SetStatus ¶
func (s *CertificateGetInstanceListInput) SetStatus(v []*string) *CertificateGetInstanceListInput
SetStatus sets the Status field's value.
func (*CertificateGetInstanceListInput) SetTag ¶
func (s *CertificateGetInstanceListInput) SetTag(v string) *CertificateGetInstanceListInput
SetTag sets the Tag field's value.
func (*CertificateGetInstanceListInput) SetTagFilters ¶
func (s *CertificateGetInstanceListInput) SetTagFilters(v []*TagFilterForCertificateGetInstanceListInput) *CertificateGetInstanceListInput
SetTagFilters sets the TagFilters field's value.
func (CertificateGetInstanceListInput) String ¶
func (s CertificateGetInstanceListInput) String() string
String returns the string representation
type CertificateGetInstanceListOutput ¶
type CertificateGetInstanceListOutput struct {
Metadata *response.ResponseMetadata
Instances []*InstanceForCertificateGetInstanceListOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateGetInstanceListOutput) GoString ¶
func (s CertificateGetInstanceListOutput) GoString() string
GoString returns the string representation
func (*CertificateGetInstanceListOutput) SetInstances ¶
func (s *CertificateGetInstanceListOutput) SetInstances(v []*InstanceForCertificateGetInstanceListOutput) *CertificateGetInstanceListOutput
SetInstances sets the Instances field's value.
func (*CertificateGetInstanceListOutput) SetPageNumber ¶
func (s *CertificateGetInstanceListOutput) SetPageNumber(v int32) *CertificateGetInstanceListOutput
SetPageNumber sets the PageNumber field's value.
func (*CertificateGetInstanceListOutput) SetPageSize ¶
func (s *CertificateGetInstanceListOutput) SetPageSize(v int32) *CertificateGetInstanceListOutput
SetPageSize sets the PageSize field's value.
func (*CertificateGetInstanceListOutput) SetTotalCount ¶
func (s *CertificateGetInstanceListOutput) SetTotalCount(v int32) *CertificateGetInstanceListOutput
SetTotalCount sets the TotalCount field's value.
func (CertificateGetInstanceListOutput) String ¶
func (s CertificateGetInstanceListOutput) String() string
String returns the string representation
type CertificateGetInstanceOutput ¶
type CertificateGetInstanceOutput struct {
Metadata *response.ResponseMetadata
AccountId *string `type:"string" json:",omitempty"`
CertificateDetail *CertificateDetailForCertificateGetInstanceOutput `type:"structure" json:",omitempty"`
CertificateDomainType *string `type:"string" json:",omitempty"`
CommonName *string `type:"string" json:",omitempty"`
CreatedTime *string `type:"string" json:",omitempty"`
EncryptionCertificateDetail *EncryptionCertificateDetailForCertificateGetInstanceOutput `type:"structure" json:",omitempty"`
InstanceId *string `type:"string" json:",omitempty"`
InstanceLevel *string `type:"string" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
IsCertificateRevoked *bool `type:"boolean" json:",omitempty"`
IsCertificateSm *bool `type:"boolean" json:",omitempty"`
NotAfter *string `type:"string" json:",omitempty"`
NotBefore *string `type:"string" json:",omitempty"`
OrderBrand *string `type:"string" json:",omitempty"`
OrderOrganizationId *string `type:"string" json:",omitempty"`
OrderPeriod *int32 `type:"int32" json:",omitempty"`
OrderPlan *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
San []*string `type:"list" json:",omitempty"`
SourceId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Tags []*TagForCertificateGetInstanceOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateGetInstanceOutput) GoString ¶
func (s CertificateGetInstanceOutput) GoString() string
GoString returns the string representation
func (*CertificateGetInstanceOutput) SetAccountId ¶
func (s *CertificateGetInstanceOutput) SetAccountId(v string) *CertificateGetInstanceOutput
SetAccountId sets the AccountId field's value.
func (*CertificateGetInstanceOutput) SetCertificateDetail ¶
func (s *CertificateGetInstanceOutput) SetCertificateDetail(v *CertificateDetailForCertificateGetInstanceOutput) *CertificateGetInstanceOutput
SetCertificateDetail sets the CertificateDetail field's value.
func (*CertificateGetInstanceOutput) SetCertificateDomainType ¶
func (s *CertificateGetInstanceOutput) SetCertificateDomainType(v string) *CertificateGetInstanceOutput
SetCertificateDomainType sets the CertificateDomainType field's value.
func (*CertificateGetInstanceOutput) SetCommonName ¶
func (s *CertificateGetInstanceOutput) SetCommonName(v string) *CertificateGetInstanceOutput
SetCommonName sets the CommonName field's value.
func (*CertificateGetInstanceOutput) SetCreatedTime ¶
func (s *CertificateGetInstanceOutput) SetCreatedTime(v string) *CertificateGetInstanceOutput
SetCreatedTime sets the CreatedTime field's value.
func (*CertificateGetInstanceOutput) SetEncryptionCertificateDetail ¶
func (s *CertificateGetInstanceOutput) SetEncryptionCertificateDetail(v *EncryptionCertificateDetailForCertificateGetInstanceOutput) *CertificateGetInstanceOutput
SetEncryptionCertificateDetail sets the EncryptionCertificateDetail field's value.
func (*CertificateGetInstanceOutput) SetInstanceId ¶
func (s *CertificateGetInstanceOutput) SetInstanceId(v string) *CertificateGetInstanceOutput
SetInstanceId sets the InstanceId field's value.
func (*CertificateGetInstanceOutput) SetInstanceLevel ¶
func (s *CertificateGetInstanceOutput) SetInstanceLevel(v string) *CertificateGetInstanceOutput
SetInstanceLevel sets the InstanceLevel field's value.
func (*CertificateGetInstanceOutput) SetInstanceType ¶
func (s *CertificateGetInstanceOutput) SetInstanceType(v string) *CertificateGetInstanceOutput
SetInstanceType sets the InstanceType field's value.
func (*CertificateGetInstanceOutput) SetIsCertificateRevoked ¶
func (s *CertificateGetInstanceOutput) SetIsCertificateRevoked(v bool) *CertificateGetInstanceOutput
SetIsCertificateRevoked sets the IsCertificateRevoked field's value.
func (*CertificateGetInstanceOutput) SetIsCertificateSm ¶
func (s *CertificateGetInstanceOutput) SetIsCertificateSm(v bool) *CertificateGetInstanceOutput
SetIsCertificateSm sets the IsCertificateSm field's value.
func (*CertificateGetInstanceOutput) SetNotAfter ¶
func (s *CertificateGetInstanceOutput) SetNotAfter(v string) *CertificateGetInstanceOutput
SetNotAfter sets the NotAfter field's value.
func (*CertificateGetInstanceOutput) SetNotBefore ¶
func (s *CertificateGetInstanceOutput) SetNotBefore(v string) *CertificateGetInstanceOutput
SetNotBefore sets the NotBefore field's value.
func (*CertificateGetInstanceOutput) SetOrderBrand ¶
func (s *CertificateGetInstanceOutput) SetOrderBrand(v string) *CertificateGetInstanceOutput
SetOrderBrand sets the OrderBrand field's value.
func (*CertificateGetInstanceOutput) SetOrderOrganizationId ¶
func (s *CertificateGetInstanceOutput) SetOrderOrganizationId(v string) *CertificateGetInstanceOutput
SetOrderOrganizationId sets the OrderOrganizationId field's value.
func (*CertificateGetInstanceOutput) SetOrderPeriod ¶
func (s *CertificateGetInstanceOutput) SetOrderPeriod(v int32) *CertificateGetInstanceOutput
SetOrderPeriod sets the OrderPeriod field's value.
func (*CertificateGetInstanceOutput) SetOrderPlan ¶
func (s *CertificateGetInstanceOutput) SetOrderPlan(v string) *CertificateGetInstanceOutput
SetOrderPlan sets the OrderPlan field's value.
func (*CertificateGetInstanceOutput) SetProjectName ¶
func (s *CertificateGetInstanceOutput) SetProjectName(v string) *CertificateGetInstanceOutput
SetProjectName sets the ProjectName field's value.
func (*CertificateGetInstanceOutput) SetSan ¶
func (s *CertificateGetInstanceOutput) SetSan(v []*string) *CertificateGetInstanceOutput
SetSan sets the San field's value.
func (*CertificateGetInstanceOutput) SetSourceId ¶
func (s *CertificateGetInstanceOutput) SetSourceId(v string) *CertificateGetInstanceOutput
SetSourceId sets the SourceId field's value.
func (*CertificateGetInstanceOutput) SetStatus ¶
func (s *CertificateGetInstanceOutput) SetStatus(v string) *CertificateGetInstanceOutput
SetStatus sets the Status field's value.
func (*CertificateGetInstanceOutput) SetTag ¶
func (s *CertificateGetInstanceOutput) SetTag(v string) *CertificateGetInstanceOutput
SetTag sets the Tag field's value.
func (*CertificateGetInstanceOutput) SetTags ¶
func (s *CertificateGetInstanceOutput) SetTags(v []*TagForCertificateGetInstanceOutput) *CertificateGetInstanceOutput
SetTags sets the Tags field's value.
func (CertificateGetInstanceOutput) String ¶
func (s CertificateGetInstanceOutput) String() string
String returns the string representation
type CertificateGetOrganizationInput ¶
type CertificateGetOrganizationInput struct {
// OrganizationId is a required field
OrganizationId *string `type:"string" json:",omitempty" required:"true"`
ProjectName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateGetOrganizationInput) GoString ¶
func (s CertificateGetOrganizationInput) GoString() string
GoString returns the string representation
func (*CertificateGetOrganizationInput) SetOrganizationId ¶
func (s *CertificateGetOrganizationInput) SetOrganizationId(v string) *CertificateGetOrganizationInput
SetOrganizationId sets the OrganizationId field's value.
func (*CertificateGetOrganizationInput) SetProjectName ¶
func (s *CertificateGetOrganizationInput) SetProjectName(v string) *CertificateGetOrganizationInput
SetProjectName sets the ProjectName field's value.
func (CertificateGetOrganizationInput) String ¶
func (s CertificateGetOrganizationInput) String() string
String returns the string representation
func (*CertificateGetOrganizationInput) Validate ¶
func (s *CertificateGetOrganizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CertificateGetOrganizationListInput ¶
type CertificateGetOrganizationListInput struct {
OrganizationIds []*string `type:"list" json:",omitempty"`
OrganizationType *string `type:"string" json:",omitempty" enum:"EnumOfOrganizationTypeForCertificateGetOrganizationListInput"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
TagFilters []*TagFilterForCertificateGetOrganizationListInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateGetOrganizationListInput) GoString ¶
func (s CertificateGetOrganizationListInput) GoString() string
GoString returns the string representation
func (*CertificateGetOrganizationListInput) SetOrganizationIds ¶
func (s *CertificateGetOrganizationListInput) SetOrganizationIds(v []*string) *CertificateGetOrganizationListInput
SetOrganizationIds sets the OrganizationIds field's value.
func (*CertificateGetOrganizationListInput) SetOrganizationType ¶
func (s *CertificateGetOrganizationListInput) SetOrganizationType(v string) *CertificateGetOrganizationListInput
SetOrganizationType sets the OrganizationType field's value.
func (*CertificateGetOrganizationListInput) SetPageNumber ¶
func (s *CertificateGetOrganizationListInput) SetPageNumber(v int32) *CertificateGetOrganizationListInput
SetPageNumber sets the PageNumber field's value.
func (*CertificateGetOrganizationListInput) SetPageSize ¶
func (s *CertificateGetOrganizationListInput) SetPageSize(v int32) *CertificateGetOrganizationListInput
SetPageSize sets the PageSize field's value.
func (*CertificateGetOrganizationListInput) SetProjectName ¶
func (s *CertificateGetOrganizationListInput) SetProjectName(v string) *CertificateGetOrganizationListInput
SetProjectName sets the ProjectName field's value.
func (*CertificateGetOrganizationListInput) SetTag ¶
func (s *CertificateGetOrganizationListInput) SetTag(v string) *CertificateGetOrganizationListInput
SetTag sets the Tag field's value.
func (*CertificateGetOrganizationListInput) SetTagFilters ¶
func (s *CertificateGetOrganizationListInput) SetTagFilters(v []*TagFilterForCertificateGetOrganizationListInput) *CertificateGetOrganizationListInput
SetTagFilters sets the TagFilters field's value.
func (CertificateGetOrganizationListInput) String ¶
func (s CertificateGetOrganizationListInput) String() string
String returns the string representation
type CertificateGetOrganizationListOutput ¶
type CertificateGetOrganizationListOutput struct {
Metadata *response.ResponseMetadata
Organizations []*OrganizationForCertificateGetOrganizationListOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateGetOrganizationListOutput) GoString ¶
func (s CertificateGetOrganizationListOutput) GoString() string
GoString returns the string representation
func (*CertificateGetOrganizationListOutput) SetOrganizations ¶
func (s *CertificateGetOrganizationListOutput) SetOrganizations(v []*OrganizationForCertificateGetOrganizationListOutput) *CertificateGetOrganizationListOutput
SetOrganizations sets the Organizations field's value.
func (*CertificateGetOrganizationListOutput) SetPageNumber ¶
func (s *CertificateGetOrganizationListOutput) SetPageNumber(v int32) *CertificateGetOrganizationListOutput
SetPageNumber sets the PageNumber field's value.
func (*CertificateGetOrganizationListOutput) SetPageSize ¶
func (s *CertificateGetOrganizationListOutput) SetPageSize(v int32) *CertificateGetOrganizationListOutput
SetPageSize sets the PageSize field's value.
func (*CertificateGetOrganizationListOutput) SetTotalCount ¶
func (s *CertificateGetOrganizationListOutput) SetTotalCount(v int32) *CertificateGetOrganizationListOutput
SetTotalCount sets the TotalCount field's value.
func (CertificateGetOrganizationListOutput) String ¶
func (s CertificateGetOrganizationListOutput) String() string
String returns the string representation
type CertificateGetOrganizationOutput ¶
type CertificateGetOrganizationOutput struct {
Metadata *response.ResponseMetadata
Account *string `type:"string" json:",omitempty"`
Address *string `type:"string" json:",omitempty"`
BusinessLicenseNo *string `type:"string" json:",omitempty"`
City *string `type:"string" json:",omitempty"`
Contact *ContactForCertificateGetOrganizationOutput `type:"structure" json:",omitempty"`
Country *string `type:"string" json:",omitempty"`
CreatedTime *string `type:"string" json:",omitempty"`
Department *string `type:"string" json:",omitempty"`
Email *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
OrganizationId *string `type:"string" json:",omitempty"`
PostalCode *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
Province *string `type:"string" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Tags []*TagForCertificateGetOrganizationOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateGetOrganizationOutput) GoString ¶
func (s CertificateGetOrganizationOutput) GoString() string
GoString returns the string representation
func (*CertificateGetOrganizationOutput) SetAccount ¶
func (s *CertificateGetOrganizationOutput) SetAccount(v string) *CertificateGetOrganizationOutput
SetAccount sets the Account field's value.
func (*CertificateGetOrganizationOutput) SetAddress ¶
func (s *CertificateGetOrganizationOutput) SetAddress(v string) *CertificateGetOrganizationOutput
SetAddress sets the Address field's value.
func (*CertificateGetOrganizationOutput) SetBusinessLicenseNo ¶
func (s *CertificateGetOrganizationOutput) SetBusinessLicenseNo(v string) *CertificateGetOrganizationOutput
SetBusinessLicenseNo sets the BusinessLicenseNo field's value.
func (*CertificateGetOrganizationOutput) SetCity ¶
func (s *CertificateGetOrganizationOutput) SetCity(v string) *CertificateGetOrganizationOutput
SetCity sets the City field's value.
func (*CertificateGetOrganizationOutput) SetContact ¶
func (s *CertificateGetOrganizationOutput) SetContact(v *ContactForCertificateGetOrganizationOutput) *CertificateGetOrganizationOutput
SetContact sets the Contact field's value.
func (*CertificateGetOrganizationOutput) SetCountry ¶
func (s *CertificateGetOrganizationOutput) SetCountry(v string) *CertificateGetOrganizationOutput
SetCountry sets the Country field's value.
func (*CertificateGetOrganizationOutput) SetCreatedTime ¶
func (s *CertificateGetOrganizationOutput) SetCreatedTime(v string) *CertificateGetOrganizationOutput
SetCreatedTime sets the CreatedTime field's value.
func (*CertificateGetOrganizationOutput) SetDepartment ¶
func (s *CertificateGetOrganizationOutput) SetDepartment(v string) *CertificateGetOrganizationOutput
SetDepartment sets the Department field's value.
func (*CertificateGetOrganizationOutput) SetEmail ¶
func (s *CertificateGetOrganizationOutput) SetEmail(v string) *CertificateGetOrganizationOutput
SetEmail sets the Email field's value.
func (*CertificateGetOrganizationOutput) SetName ¶
func (s *CertificateGetOrganizationOutput) SetName(v string) *CertificateGetOrganizationOutput
SetName sets the Name field's value.
func (*CertificateGetOrganizationOutput) SetOrganizationId ¶
func (s *CertificateGetOrganizationOutput) SetOrganizationId(v string) *CertificateGetOrganizationOutput
SetOrganizationId sets the OrganizationId field's value.
func (*CertificateGetOrganizationOutput) SetPostalCode ¶
func (s *CertificateGetOrganizationOutput) SetPostalCode(v string) *CertificateGetOrganizationOutput
SetPostalCode sets the PostalCode field's value.
func (*CertificateGetOrganizationOutput) SetProjectName ¶
func (s *CertificateGetOrganizationOutput) SetProjectName(v string) *CertificateGetOrganizationOutput
SetProjectName sets the ProjectName field's value.
func (*CertificateGetOrganizationOutput) SetProvince ¶
func (s *CertificateGetOrganizationOutput) SetProvince(v string) *CertificateGetOrganizationOutput
SetProvince sets the Province field's value.
func (*CertificateGetOrganizationOutput) SetTag ¶
func (s *CertificateGetOrganizationOutput) SetTag(v string) *CertificateGetOrganizationOutput
SetTag sets the Tag field's value.
func (*CertificateGetOrganizationOutput) SetTags ¶
func (s *CertificateGetOrganizationOutput) SetTags(v []*TagForCertificateGetOrganizationOutput) *CertificateGetOrganizationOutput
SetTags sets the Tags field's value.
func (CertificateGetOrganizationOutput) String ¶
func (s CertificateGetOrganizationOutput) String() string
String returns the string representation
type CertificateInfoForImportCertificateInput ¶
type CertificateInfoForImportCertificateInput struct {
CertificateChain *string `type:"string" json:",omitempty"`
PrivateKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateInfoForImportCertificateInput) GoString ¶
func (s CertificateInfoForImportCertificateInput) GoString() string
GoString returns the string representation
func (*CertificateInfoForImportCertificateInput) SetCertificateChain ¶
func (s *CertificateInfoForImportCertificateInput) SetCertificateChain(v string) *CertificateInfoForImportCertificateInput
SetCertificateChain sets the CertificateChain field's value.
func (*CertificateInfoForImportCertificateInput) SetPrivateKey ¶
func (s *CertificateInfoForImportCertificateInput) SetPrivateKey(v string) *CertificateInfoForImportCertificateInput
SetPrivateKey sets the PrivateKey field's value.
func (CertificateInfoForImportCertificateInput) String ¶
func (s CertificateInfoForImportCertificateInput) String() string
String returns the string representation
type CertificateUpdateInstanceInput ¶
type CertificateUpdateInstanceInput struct {
// InstanceId is a required field
InstanceId *string `type:"string" json:",omitempty" required:"true"`
Options *OptionsForCertificateUpdateInstanceInput `type:"structure" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CertificateUpdateInstanceInput) GoString ¶
func (s CertificateUpdateInstanceInput) GoString() string
GoString returns the string representation
func (*CertificateUpdateInstanceInput) SetInstanceId ¶
func (s *CertificateUpdateInstanceInput) SetInstanceId(v string) *CertificateUpdateInstanceInput
SetInstanceId sets the InstanceId field's value.
func (*CertificateUpdateInstanceInput) SetOptions ¶
func (s *CertificateUpdateInstanceInput) SetOptions(v *OptionsForCertificateUpdateInstanceInput) *CertificateUpdateInstanceInput
SetOptions sets the Options field's value.
func (*CertificateUpdateInstanceInput) SetTag ¶
func (s *CertificateUpdateInstanceInput) SetTag(v string) *CertificateUpdateInstanceInput
SetTag sets the Tag field's value.
func (CertificateUpdateInstanceInput) String ¶
func (s CertificateUpdateInstanceInput) String() string
String returns the string representation
func (*CertificateUpdateInstanceInput) Validate ¶
func (s *CertificateUpdateInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CertificateUpdateInstanceOutput ¶
type CertificateUpdateInstanceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CertificateUpdateInstanceOutput) GoString ¶
func (s CertificateUpdateInstanceOutput) GoString() string
GoString returns the string representation
func (CertificateUpdateInstanceOutput) String ¶
func (s CertificateUpdateInstanceOutput) String() string
String returns the string representation
type CertificateUpdateOrganizationInput ¶
type CertificateUpdateOrganizationInput struct {
Address *string `type:"string" json:",omitempty"`
BusinessLicenseNo *string `type:"string" json:",omitempty"`
City *string `type:"string" json:",omitempty"`
Contact *ContactForCertificateUpdateOrganizationInput `type:"structure" json:",omitempty"`
Country *string `type:"string" json:",omitempty"`
Department *string `type:"string" json:",omitempty"`
Email *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
// OrganizationId is a required field
OrganizationId *string `type:"string" json:",omitempty" required:"true"`
PostalCode *string `type:"string" json:",omitempty"`
Province *string `type:"string" json:",omitempty"`
Tag *string `max:"100" type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCertificateUpdateOrganizationInput"`
// contains filtered or unexported fields
}
func (CertificateUpdateOrganizationInput) GoString ¶
func (s CertificateUpdateOrganizationInput) GoString() string
GoString returns the string representation
func (*CertificateUpdateOrganizationInput) SetAddress ¶
func (s *CertificateUpdateOrganizationInput) SetAddress(v string) *CertificateUpdateOrganizationInput
SetAddress sets the Address field's value.
func (*CertificateUpdateOrganizationInput) SetBusinessLicenseNo ¶
func (s *CertificateUpdateOrganizationInput) SetBusinessLicenseNo(v string) *CertificateUpdateOrganizationInput
SetBusinessLicenseNo sets the BusinessLicenseNo field's value.
func (*CertificateUpdateOrganizationInput) SetCity ¶
func (s *CertificateUpdateOrganizationInput) SetCity(v string) *CertificateUpdateOrganizationInput
SetCity sets the City field's value.
func (*CertificateUpdateOrganizationInput) SetContact ¶
func (s *CertificateUpdateOrganizationInput) SetContact(v *ContactForCertificateUpdateOrganizationInput) *CertificateUpdateOrganizationInput
SetContact sets the Contact field's value.
func (*CertificateUpdateOrganizationInput) SetCountry ¶
func (s *CertificateUpdateOrganizationInput) SetCountry(v string) *CertificateUpdateOrganizationInput
SetCountry sets the Country field's value.
func (*CertificateUpdateOrganizationInput) SetDepartment ¶
func (s *CertificateUpdateOrganizationInput) SetDepartment(v string) *CertificateUpdateOrganizationInput
SetDepartment sets the Department field's value.
func (*CertificateUpdateOrganizationInput) SetEmail ¶
func (s *CertificateUpdateOrganizationInput) SetEmail(v string) *CertificateUpdateOrganizationInput
SetEmail sets the Email field's value.
func (*CertificateUpdateOrganizationInput) SetName ¶
func (s *CertificateUpdateOrganizationInput) SetName(v string) *CertificateUpdateOrganizationInput
SetName sets the Name field's value.
func (*CertificateUpdateOrganizationInput) SetOrganizationId ¶
func (s *CertificateUpdateOrganizationInput) SetOrganizationId(v string) *CertificateUpdateOrganizationInput
SetOrganizationId sets the OrganizationId field's value.
func (*CertificateUpdateOrganizationInput) SetPostalCode ¶
func (s *CertificateUpdateOrganizationInput) SetPostalCode(v string) *CertificateUpdateOrganizationInput
SetPostalCode sets the PostalCode field's value.
func (*CertificateUpdateOrganizationInput) SetProvince ¶
func (s *CertificateUpdateOrganizationInput) SetProvince(v string) *CertificateUpdateOrganizationInput
SetProvince sets the Province field's value.
func (*CertificateUpdateOrganizationInput) SetTag ¶
func (s *CertificateUpdateOrganizationInput) SetTag(v string) *CertificateUpdateOrganizationInput
SetTag sets the Tag field's value.
func (*CertificateUpdateOrganizationInput) SetType ¶
func (s *CertificateUpdateOrganizationInput) SetType(v string) *CertificateUpdateOrganizationInput
SetType sets the Type field's value.
func (CertificateUpdateOrganizationInput) String ¶
func (s CertificateUpdateOrganizationInput) String() string
String returns the string representation
func (*CertificateUpdateOrganizationInput) Validate ¶
func (s *CertificateUpdateOrganizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CertificateUpdateOrganizationOutput ¶
type CertificateUpdateOrganizationOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CertificateUpdateOrganizationOutput) GoString ¶
func (s CertificateUpdateOrganizationOutput) GoString() string
GoString returns the string representation
func (CertificateUpdateOrganizationOutput) String ¶
func (s CertificateUpdateOrganizationOutput) String() string
String returns the string representation
type ContactForCertificateAddOrganizationInput ¶
type ContactForCertificateAddOrganizationInput struct {
Email *string `type:"string" json:",omitempty"`
FirstName *string `type:"string" json:",omitempty"`
IdCardNo *string `type:"string" json:",omitempty"`
LastName *string `type:"string" json:",omitempty"`
Phone *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ContactForCertificateAddOrganizationInput) GoString ¶
func (s ContactForCertificateAddOrganizationInput) GoString() string
GoString returns the string representation
func (*ContactForCertificateAddOrganizationInput) SetEmail ¶
func (s *ContactForCertificateAddOrganizationInput) SetEmail(v string) *ContactForCertificateAddOrganizationInput
SetEmail sets the Email field's value.
func (*ContactForCertificateAddOrganizationInput) SetFirstName ¶
func (s *ContactForCertificateAddOrganizationInput) SetFirstName(v string) *ContactForCertificateAddOrganizationInput
SetFirstName sets the FirstName field's value.
func (*ContactForCertificateAddOrganizationInput) SetIdCardNo ¶
func (s *ContactForCertificateAddOrganizationInput) SetIdCardNo(v string) *ContactForCertificateAddOrganizationInput
SetIdCardNo sets the IdCardNo field's value.
func (*ContactForCertificateAddOrganizationInput) SetLastName ¶
func (s *ContactForCertificateAddOrganizationInput) SetLastName(v string) *ContactForCertificateAddOrganizationInput
SetLastName sets the LastName field's value.
func (*ContactForCertificateAddOrganizationInput) SetPhone ¶
func (s *ContactForCertificateAddOrganizationInput) SetPhone(v string) *ContactForCertificateAddOrganizationInput
SetPhone sets the Phone field's value.
func (ContactForCertificateAddOrganizationInput) String ¶
func (s ContactForCertificateAddOrganizationInput) String() string
String returns the string representation
type ContactForCertificateGetOrganizationListOutput ¶
type ContactForCertificateGetOrganizationListOutput struct {
Email *string `type:"string" json:",omitempty"`
FirstName *string `type:"string" json:",omitempty"`
IdCardNo *string `type:"string" json:",omitempty"`
LastName *string `type:"string" json:",omitempty"`
Phone *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ContactForCertificateGetOrganizationListOutput) GoString ¶
func (s ContactForCertificateGetOrganizationListOutput) GoString() string
GoString returns the string representation
func (*ContactForCertificateGetOrganizationListOutput) SetEmail ¶
func (s *ContactForCertificateGetOrganizationListOutput) SetEmail(v string) *ContactForCertificateGetOrganizationListOutput
SetEmail sets the Email field's value.
func (*ContactForCertificateGetOrganizationListOutput) SetFirstName ¶
func (s *ContactForCertificateGetOrganizationListOutput) SetFirstName(v string) *ContactForCertificateGetOrganizationListOutput
SetFirstName sets the FirstName field's value.
func (*ContactForCertificateGetOrganizationListOutput) SetIdCardNo ¶
func (s *ContactForCertificateGetOrganizationListOutput) SetIdCardNo(v string) *ContactForCertificateGetOrganizationListOutput
SetIdCardNo sets the IdCardNo field's value.
func (*ContactForCertificateGetOrganizationListOutput) SetLastName ¶
func (s *ContactForCertificateGetOrganizationListOutput) SetLastName(v string) *ContactForCertificateGetOrganizationListOutput
SetLastName sets the LastName field's value.
func (*ContactForCertificateGetOrganizationListOutput) SetPhone ¶
func (s *ContactForCertificateGetOrganizationListOutput) SetPhone(v string) *ContactForCertificateGetOrganizationListOutput
SetPhone sets the Phone field's value.
func (ContactForCertificateGetOrganizationListOutput) String ¶
func (s ContactForCertificateGetOrganizationListOutput) String() string
String returns the string representation
type ContactForCertificateGetOrganizationOutput ¶
type ContactForCertificateGetOrganizationOutput struct {
Email *string `type:"string" json:",omitempty"`
FirstName *string `type:"string" json:",omitempty"`
IdCardNo *string `type:"string" json:",omitempty"`
LastName *string `type:"string" json:",omitempty"`
Phone *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ContactForCertificateGetOrganizationOutput) GoString ¶
func (s ContactForCertificateGetOrganizationOutput) GoString() string
GoString returns the string representation
func (*ContactForCertificateGetOrganizationOutput) SetEmail ¶
func (s *ContactForCertificateGetOrganizationOutput) SetEmail(v string) *ContactForCertificateGetOrganizationOutput
SetEmail sets the Email field's value.
func (*ContactForCertificateGetOrganizationOutput) SetFirstName ¶
func (s *ContactForCertificateGetOrganizationOutput) SetFirstName(v string) *ContactForCertificateGetOrganizationOutput
SetFirstName sets the FirstName field's value.
func (*ContactForCertificateGetOrganizationOutput) SetIdCardNo ¶
func (s *ContactForCertificateGetOrganizationOutput) SetIdCardNo(v string) *ContactForCertificateGetOrganizationOutput
SetIdCardNo sets the IdCardNo field's value.
func (*ContactForCertificateGetOrganizationOutput) SetLastName ¶
func (s *ContactForCertificateGetOrganizationOutput) SetLastName(v string) *ContactForCertificateGetOrganizationOutput
SetLastName sets the LastName field's value.
func (*ContactForCertificateGetOrganizationOutput) SetPhone ¶
func (s *ContactForCertificateGetOrganizationOutput) SetPhone(v string) *ContactForCertificateGetOrganizationOutput
SetPhone sets the Phone field's value.
func (ContactForCertificateGetOrganizationOutput) String ¶
func (s ContactForCertificateGetOrganizationOutput) String() string
String returns the string representation
type ContactForCertificateUpdateOrganizationInput ¶
type ContactForCertificateUpdateOrganizationInput struct {
Email *string `type:"string" json:",omitempty"`
FirstName *string `type:"string" json:",omitempty"`
IdCardNo *string `type:"string" json:",omitempty"`
LastName *string `type:"string" json:",omitempty"`
Phone *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ContactForCertificateUpdateOrganizationInput) GoString ¶
func (s ContactForCertificateUpdateOrganizationInput) GoString() string
GoString returns the string representation
func (*ContactForCertificateUpdateOrganizationInput) SetEmail ¶
func (s *ContactForCertificateUpdateOrganizationInput) SetEmail(v string) *ContactForCertificateUpdateOrganizationInput
SetEmail sets the Email field's value.
func (*ContactForCertificateUpdateOrganizationInput) SetFirstName ¶
func (s *ContactForCertificateUpdateOrganizationInput) SetFirstName(v string) *ContactForCertificateUpdateOrganizationInput
SetFirstName sets the FirstName field's value.
func (*ContactForCertificateUpdateOrganizationInput) SetIdCardNo ¶
func (s *ContactForCertificateUpdateOrganizationInput) SetIdCardNo(v string) *ContactForCertificateUpdateOrganizationInput
SetIdCardNo sets the IdCardNo field's value.
func (*ContactForCertificateUpdateOrganizationInput) SetLastName ¶
func (s *ContactForCertificateUpdateOrganizationInput) SetLastName(v string) *ContactForCertificateUpdateOrganizationInput
SetLastName sets the LastName field's value.
func (*ContactForCertificateUpdateOrganizationInput) SetPhone ¶
func (s *ContactForCertificateUpdateOrganizationInput) SetPhone(v string) *ContactForCertificateUpdateOrganizationInput
SetPhone sets the Phone field's value.
func (ContactForCertificateUpdateOrganizationInput) String ¶
func (s ContactForCertificateUpdateOrganizationInput) String() string
String returns the string representation
type ConvertTagForCertificateAddOrganizationInput ¶
type ConvertTagForCertificateAddOrganizationInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConvertTagForCertificateAddOrganizationInput) GoString ¶
func (s ConvertTagForCertificateAddOrganizationInput) GoString() string
GoString returns the string representation
func (*ConvertTagForCertificateAddOrganizationInput) SetKey ¶
func (s *ConvertTagForCertificateAddOrganizationInput) SetKey(v string) *ConvertTagForCertificateAddOrganizationInput
SetKey sets the Key field's value.
func (*ConvertTagForCertificateAddOrganizationInput) SetValue ¶
func (s *ConvertTagForCertificateAddOrganizationInput) SetValue(v string) *ConvertTagForCertificateAddOrganizationInput
SetValue sets the Value field's value.
func (ConvertTagForCertificateAddOrganizationInput) String ¶
func (s ConvertTagForCertificateAddOrganizationInput) String() string
String returns the string representation
type EncryptionCertificateDetailForCertificateGetInstanceOutput ¶
type EncryptionCertificateDetailForCertificateGetInstanceOutput struct {
Chain []*string `type:"list" json:",omitempty"`
FingerPrintSha1 *string `type:"string" json:",omitempty"`
FingerPrintSha256 *string `type:"string" json:",omitempty"`
Issuer *IssuerForCertificateGetInstanceOutput `type:"structure" json:",omitempty"`
KeyAlgorithm *string `type:"string" json:",omitempty"`
PrivateKey *string `type:"string" json:",omitempty"`
SerialNumber *string `type:"string" json:",omitempty"`
SignatureAlgorithm *string `type:"string" json:",omitempty"`
Subject *SubjectForCertificateGetInstanceOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (EncryptionCertificateDetailForCertificateGetInstanceOutput) GoString ¶
func (s EncryptionCertificateDetailForCertificateGetInstanceOutput) GoString() string
GoString returns the string representation
func (*EncryptionCertificateDetailForCertificateGetInstanceOutput) SetChain ¶
func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetChain(v []*string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
SetChain sets the Chain field's value.
func (*EncryptionCertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha1 ¶
func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha1(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
SetFingerPrintSha1 sets the FingerPrintSha1 field's value.
func (*EncryptionCertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha256 ¶
func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetFingerPrintSha256(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
SetFingerPrintSha256 sets the FingerPrintSha256 field's value.
func (*EncryptionCertificateDetailForCertificateGetInstanceOutput) SetIssuer ¶
func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetIssuer(v *IssuerForCertificateGetInstanceOutput) *EncryptionCertificateDetailForCertificateGetInstanceOutput
SetIssuer sets the Issuer field's value.
func (*EncryptionCertificateDetailForCertificateGetInstanceOutput) SetKeyAlgorithm ¶
func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetKeyAlgorithm(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
SetKeyAlgorithm sets the KeyAlgorithm field's value.
func (*EncryptionCertificateDetailForCertificateGetInstanceOutput) SetPrivateKey ¶
func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetPrivateKey(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
SetPrivateKey sets the PrivateKey field's value.
func (*EncryptionCertificateDetailForCertificateGetInstanceOutput) SetSerialNumber ¶
func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetSerialNumber(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
SetSerialNumber sets the SerialNumber field's value.
func (*EncryptionCertificateDetailForCertificateGetInstanceOutput) SetSignatureAlgorithm ¶
func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetSignatureAlgorithm(v string) *EncryptionCertificateDetailForCertificateGetInstanceOutput
SetSignatureAlgorithm sets the SignatureAlgorithm field's value.
func (*EncryptionCertificateDetailForCertificateGetInstanceOutput) SetSubject ¶
func (s *EncryptionCertificateDetailForCertificateGetInstanceOutput) SetSubject(v *SubjectForCertificateGetInstanceOutput) *EncryptionCertificateDetailForCertificateGetInstanceOutput
SetSubject sets the Subject field's value.
func (EncryptionCertificateDetailForCertificateGetInstanceOutput) String ¶
func (s EncryptionCertificateDetailForCertificateGetInstanceOutput) String() string
String returns the string representation
type GmCertificateInfoForImportCertificateInput ¶
type GmCertificateInfoForImportCertificateInput struct {
EncryptCertificateChain *string `type:"string" json:",omitempty"`
EncryptPrivateKey *string `type:"string" json:",omitempty"`
SignCertificateChain *string `type:"string" json:",omitempty"`
SignPrivateKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GmCertificateInfoForImportCertificateInput) GoString ¶
func (s GmCertificateInfoForImportCertificateInput) GoString() string
GoString returns the string representation
func (*GmCertificateInfoForImportCertificateInput) SetEncryptCertificateChain ¶
func (s *GmCertificateInfoForImportCertificateInput) SetEncryptCertificateChain(v string) *GmCertificateInfoForImportCertificateInput
SetEncryptCertificateChain sets the EncryptCertificateChain field's value.
func (*GmCertificateInfoForImportCertificateInput) SetEncryptPrivateKey ¶
func (s *GmCertificateInfoForImportCertificateInput) SetEncryptPrivateKey(v string) *GmCertificateInfoForImportCertificateInput
SetEncryptPrivateKey sets the EncryptPrivateKey field's value.
func (*GmCertificateInfoForImportCertificateInput) SetSignCertificateChain ¶
func (s *GmCertificateInfoForImportCertificateInput) SetSignCertificateChain(v string) *GmCertificateInfoForImportCertificateInput
SetSignCertificateChain sets the SignCertificateChain field's value.
func (*GmCertificateInfoForImportCertificateInput) SetSignPrivateKey ¶
func (s *GmCertificateInfoForImportCertificateInput) SetSignPrivateKey(v string) *GmCertificateInfoForImportCertificateInput
SetSignPrivateKey sets the SignPrivateKey field's value.
func (GmCertificateInfoForImportCertificateInput) String ¶
func (s GmCertificateInfoForImportCertificateInput) String() string
String returns the string representation
type ImportCertificateInput ¶
type ImportCertificateInput struct {
CertificateInfo *CertificateInfoForImportCertificateInput `type:"structure" json:",omitempty"`
GmCertificateInfo *GmCertificateInfoForImportCertificateInput `type:"structure" json:",omitempty"`
NoVerifyAndFixChain *bool `type:"boolean" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
Repeatable *bool `type:"boolean" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Tags []*TagForImportCertificateInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ImportCertificateInput) GoString ¶
func (s ImportCertificateInput) GoString() string
GoString returns the string representation
func (*ImportCertificateInput) SetCertificateInfo ¶
func (s *ImportCertificateInput) SetCertificateInfo(v *CertificateInfoForImportCertificateInput) *ImportCertificateInput
SetCertificateInfo sets the CertificateInfo field's value.
func (*ImportCertificateInput) SetGmCertificateInfo ¶
func (s *ImportCertificateInput) SetGmCertificateInfo(v *GmCertificateInfoForImportCertificateInput) *ImportCertificateInput
SetGmCertificateInfo sets the GmCertificateInfo field's value.
func (*ImportCertificateInput) SetNoVerifyAndFixChain ¶
func (s *ImportCertificateInput) SetNoVerifyAndFixChain(v bool) *ImportCertificateInput
SetNoVerifyAndFixChain sets the NoVerifyAndFixChain field's value.
func (*ImportCertificateInput) SetProjectName ¶
func (s *ImportCertificateInput) SetProjectName(v string) *ImportCertificateInput
SetProjectName sets the ProjectName field's value.
func (*ImportCertificateInput) SetRepeatable ¶
func (s *ImportCertificateInput) SetRepeatable(v bool) *ImportCertificateInput
SetRepeatable sets the Repeatable field's value.
func (*ImportCertificateInput) SetTag ¶
func (s *ImportCertificateInput) SetTag(v string) *ImportCertificateInput
SetTag sets the Tag field's value.
func (*ImportCertificateInput) SetTags ¶
func (s *ImportCertificateInput) SetTags(v []*TagForImportCertificateInput) *ImportCertificateInput
SetTags sets the Tags field's value.
func (ImportCertificateInput) String ¶
func (s ImportCertificateInput) String() string
String returns the string representation
type ImportCertificateOutput ¶
type ImportCertificateOutput struct {
Metadata *response.ResponseMetadata
InstanceId *string `type:"string" json:",omitempty"`
RepeatId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ImportCertificateOutput) GoString ¶
func (s ImportCertificateOutput) GoString() string
GoString returns the string representation
func (*ImportCertificateOutput) SetInstanceId ¶
func (s *ImportCertificateOutput) SetInstanceId(v string) *ImportCertificateOutput
SetInstanceId sets the InstanceId field's value.
func (*ImportCertificateOutput) SetRepeatId ¶
func (s *ImportCertificateOutput) SetRepeatId(v string) *ImportCertificateOutput
SetRepeatId sets the RepeatId field's value.
func (ImportCertificateOutput) String ¶
func (s ImportCertificateOutput) String() string
String returns the string representation
type InstanceForCertificateGetInstanceListOutput ¶
type InstanceForCertificateGetInstanceListOutput struct {
AccountId *string `type:"string" json:",omitempty"`
CertificateDomainType *string `type:"string" json:",omitempty"`
CertificateKeyAlgorithm *string `type:"string" json:",omitempty"`
CommonName *string `type:"string" json:",omitempty"`
CreatedTime *string `type:"string" json:",omitempty"`
InstanceId *string `type:"string" json:",omitempty"`
InstanceLevel *string `type:"string" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
IsCertificateRevoked *bool `type:"boolean" json:",omitempty"`
IsCertificateSm *bool `type:"boolean" json:",omitempty"`
Issuer *string `type:"string" json:",omitempty"`
NotAfter *string `type:"string" json:",omitempty"`
NotBefore *string `type:"string" json:",omitempty"`
OrderBrand *string `type:"string" json:",omitempty"`
OrderPeriod *int32 `type:"int32" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
San []*string `type:"list" json:",omitempty"`
SourceId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Tags []*TagForCertificateGetInstanceListOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (InstanceForCertificateGetInstanceListOutput) GoString ¶
func (s InstanceForCertificateGetInstanceListOutput) GoString() string
GoString returns the string representation
func (*InstanceForCertificateGetInstanceListOutput) SetAccountId ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetAccountId(v string) *InstanceForCertificateGetInstanceListOutput
SetAccountId sets the AccountId field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetCertificateDomainType ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetCertificateDomainType(v string) *InstanceForCertificateGetInstanceListOutput
SetCertificateDomainType sets the CertificateDomainType field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetCertificateKeyAlgorithm ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetCertificateKeyAlgorithm(v string) *InstanceForCertificateGetInstanceListOutput
SetCertificateKeyAlgorithm sets the CertificateKeyAlgorithm field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetCommonName ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetCommonName(v string) *InstanceForCertificateGetInstanceListOutput
SetCommonName sets the CommonName field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetCreatedTime ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetCreatedTime(v string) *InstanceForCertificateGetInstanceListOutput
SetCreatedTime sets the CreatedTime field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetInstanceId ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetInstanceId(v string) *InstanceForCertificateGetInstanceListOutput
SetInstanceId sets the InstanceId field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetInstanceLevel ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetInstanceLevel(v string) *InstanceForCertificateGetInstanceListOutput
SetInstanceLevel sets the InstanceLevel field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetInstanceType ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetInstanceType(v string) *InstanceForCertificateGetInstanceListOutput
SetInstanceType sets the InstanceType field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetIsCertificateRevoked ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetIsCertificateRevoked(v bool) *InstanceForCertificateGetInstanceListOutput
SetIsCertificateRevoked sets the IsCertificateRevoked field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetIsCertificateSm ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetIsCertificateSm(v bool) *InstanceForCertificateGetInstanceListOutput
SetIsCertificateSm sets the IsCertificateSm field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetIssuer ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetIssuer(v string) *InstanceForCertificateGetInstanceListOutput
SetIssuer sets the Issuer field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetNotAfter ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetNotAfter(v string) *InstanceForCertificateGetInstanceListOutput
SetNotAfter sets the NotAfter field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetNotBefore ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetNotBefore(v string) *InstanceForCertificateGetInstanceListOutput
SetNotBefore sets the NotBefore field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetOrderBrand ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetOrderBrand(v string) *InstanceForCertificateGetInstanceListOutput
SetOrderBrand sets the OrderBrand field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetOrderPeriod ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetOrderPeriod(v int32) *InstanceForCertificateGetInstanceListOutput
SetOrderPeriod sets the OrderPeriod field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetProjectName ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetProjectName(v string) *InstanceForCertificateGetInstanceListOutput
SetProjectName sets the ProjectName field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetSan ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetSan(v []*string) *InstanceForCertificateGetInstanceListOutput
SetSan sets the San field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetSourceId ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetSourceId(v string) *InstanceForCertificateGetInstanceListOutput
SetSourceId sets the SourceId field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetStatus ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetStatus(v string) *InstanceForCertificateGetInstanceListOutput
SetStatus sets the Status field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetTag ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetTag(v string) *InstanceForCertificateGetInstanceListOutput
SetTag sets the Tag field's value.
func (*InstanceForCertificateGetInstanceListOutput) SetTags ¶
func (s *InstanceForCertificateGetInstanceListOutput) SetTags(v []*TagForCertificateGetInstanceListOutput) *InstanceForCertificateGetInstanceListOutput
SetTags sets the Tags field's value.
func (InstanceForCertificateGetInstanceListOutput) String ¶
func (s InstanceForCertificateGetInstanceListOutput) String() string
String returns the string representation
type IssuerForCertificateGetInstanceOutput ¶
type IssuerForCertificateGetInstanceOutput struct {
Address *string `type:"string" json:",omitempty"`
CommonName *string `type:"string" json:",omitempty"`
Country *string `type:"string" json:",omitempty"`
Locality *string `type:"string" json:",omitempty"`
Organization *string `type:"string" json:",omitempty"`
OrganizationUnit *string `type:"string" json:",omitempty"`
PostalCode *string `type:"string" json:",omitempty"`
Province *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (IssuerForCertificateGetInstanceOutput) GoString ¶
func (s IssuerForCertificateGetInstanceOutput) GoString() string
GoString returns the string representation
func (*IssuerForCertificateGetInstanceOutput) SetAddress ¶
func (s *IssuerForCertificateGetInstanceOutput) SetAddress(v string) *IssuerForCertificateGetInstanceOutput
SetAddress sets the Address field's value.
func (*IssuerForCertificateGetInstanceOutput) SetCommonName ¶
func (s *IssuerForCertificateGetInstanceOutput) SetCommonName(v string) *IssuerForCertificateGetInstanceOutput
SetCommonName sets the CommonName field's value.
func (*IssuerForCertificateGetInstanceOutput) SetCountry ¶
func (s *IssuerForCertificateGetInstanceOutput) SetCountry(v string) *IssuerForCertificateGetInstanceOutput
SetCountry sets the Country field's value.
func (*IssuerForCertificateGetInstanceOutput) SetLocality ¶
func (s *IssuerForCertificateGetInstanceOutput) SetLocality(v string) *IssuerForCertificateGetInstanceOutput
SetLocality sets the Locality field's value.
func (*IssuerForCertificateGetInstanceOutput) SetOrganization ¶
func (s *IssuerForCertificateGetInstanceOutput) SetOrganization(v string) *IssuerForCertificateGetInstanceOutput
SetOrganization sets the Organization field's value.
func (*IssuerForCertificateGetInstanceOutput) SetOrganizationUnit ¶
func (s *IssuerForCertificateGetInstanceOutput) SetOrganizationUnit(v string) *IssuerForCertificateGetInstanceOutput
SetOrganizationUnit sets the OrganizationUnit field's value.
func (*IssuerForCertificateGetInstanceOutput) SetPostalCode ¶
func (s *IssuerForCertificateGetInstanceOutput) SetPostalCode(v string) *IssuerForCertificateGetInstanceOutput
SetPostalCode sets the PostalCode field's value.
func (*IssuerForCertificateGetInstanceOutput) SetProvince ¶
func (s *IssuerForCertificateGetInstanceOutput) SetProvince(v string) *IssuerForCertificateGetInstanceOutput
SetProvince sets the Province field's value.
func (IssuerForCertificateGetInstanceOutput) String ¶
func (s IssuerForCertificateGetInstanceOutput) String() string
String returns the string representation
type ListTagsForResourcesInput ¶
type ListTagsForResourcesInput struct {
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ResourceIds []*string `type:"list" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true"`
TagFilters []*TagFilterForListTagsForResourcesInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTagsForResourcesInput) GoString ¶
func (s ListTagsForResourcesInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourcesInput) SetPageNumber ¶
func (s *ListTagsForResourcesInput) SetPageNumber(v int32) *ListTagsForResourcesInput
SetPageNumber sets the PageNumber field's value.
func (*ListTagsForResourcesInput) SetPageSize ¶
func (s *ListTagsForResourcesInput) SetPageSize(v int32) *ListTagsForResourcesInput
SetPageSize sets the PageSize field's value.
func (*ListTagsForResourcesInput) SetResourceIds ¶
func (s *ListTagsForResourcesInput) SetResourceIds(v []*string) *ListTagsForResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*ListTagsForResourcesInput) SetResourceType ¶
func (s *ListTagsForResourcesInput) SetResourceType(v string) *ListTagsForResourcesInput
SetResourceType sets the ResourceType field's value.
func (*ListTagsForResourcesInput) SetTagFilters ¶
func (s *ListTagsForResourcesInput) SetTagFilters(v []*TagFilterForListTagsForResourcesInput) *ListTagsForResourcesInput
SetTagFilters sets the TagFilters field's value.
func (ListTagsForResourcesInput) String ¶
func (s ListTagsForResourcesInput) String() string
String returns the string representation
func (*ListTagsForResourcesInput) Validate ¶
func (s *ListTagsForResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourcesOutput ¶
type ListTagsForResourcesOutput struct {
Metadata *response.ResponseMetadata
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ResourceTags []*ResourceTagForListTagsForResourcesOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTagsForResourcesOutput) GoString ¶
func (s ListTagsForResourcesOutput) GoString() string
GoString returns the string representation
func (*ListTagsForResourcesOutput) SetPageNumber ¶
func (s *ListTagsForResourcesOutput) SetPageNumber(v int32) *ListTagsForResourcesOutput
SetPageNumber sets the PageNumber field's value.
func (*ListTagsForResourcesOutput) SetPageSize ¶
func (s *ListTagsForResourcesOutput) SetPageSize(v int32) *ListTagsForResourcesOutput
SetPageSize sets the PageSize field's value.
func (*ListTagsForResourcesOutput) SetResourceTags ¶
func (s *ListTagsForResourcesOutput) SetResourceTags(v []*ResourceTagForListTagsForResourcesOutput) *ListTagsForResourcesOutput
SetResourceTags sets the ResourceTags field's value.
func (*ListTagsForResourcesOutput) SetTotalCount ¶
func (s *ListTagsForResourcesOutput) SetTotalCount(v int32) *ListTagsForResourcesOutput
SetTotalCount sets the TotalCount field's value.
func (ListTagsForResourcesOutput) String ¶
func (s ListTagsForResourcesOutput) String() string
String returns the string representation
type OptionsForCertificateUpdateInstanceInput ¶
type OptionsForCertificateUpdateInstanceInput struct {
ExpiredNotice *string `type:"string" json:",omitempty" enum:"EnumOfExpiredNoticeForCertificateUpdateInstanceInput"`
// contains filtered or unexported fields
}
func (OptionsForCertificateUpdateInstanceInput) GoString ¶
func (s OptionsForCertificateUpdateInstanceInput) GoString() string
GoString returns the string representation
func (*OptionsForCertificateUpdateInstanceInput) SetExpiredNotice ¶
func (s *OptionsForCertificateUpdateInstanceInput) SetExpiredNotice(v string) *OptionsForCertificateUpdateInstanceInput
SetExpiredNotice sets the ExpiredNotice field's value.
func (OptionsForCertificateUpdateInstanceInput) String ¶
func (s OptionsForCertificateUpdateInstanceInput) String() string
String returns the string representation
type OrganizationForCertificateGetOrganizationListOutput ¶
type OrganizationForCertificateGetOrganizationListOutput struct {
Account *string `type:"string" json:",omitempty"`
Address *string `type:"string" json:",omitempty"`
BusinessLicenseNo *string `type:"string" json:",omitempty"`
City *string `type:"string" json:",omitempty"`
Contact *ContactForCertificateGetOrganizationListOutput `type:"structure" json:",omitempty"`
Country *string `type:"string" json:",omitempty"`
CreatedTime *string `type:"string" json:",omitempty"`
Department *string `type:"string" json:",omitempty"`
Email *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
OrganizationId *string `type:"string" json:",omitempty"`
PostalCode *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
Province *string `type:"string" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Tags []*TagForCertificateGetOrganizationListOutput `type:"list" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OrganizationForCertificateGetOrganizationListOutput) GoString ¶
func (s OrganizationForCertificateGetOrganizationListOutput) GoString() string
GoString returns the string representation
func (*OrganizationForCertificateGetOrganizationListOutput) SetAccount ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetAccount(v string) *OrganizationForCertificateGetOrganizationListOutput
SetAccount sets the Account field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetAddress ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetAddress(v string) *OrganizationForCertificateGetOrganizationListOutput
SetAddress sets the Address field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetBusinessLicenseNo ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetBusinessLicenseNo(v string) *OrganizationForCertificateGetOrganizationListOutput
SetBusinessLicenseNo sets the BusinessLicenseNo field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetCity ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetCity(v string) *OrganizationForCertificateGetOrganizationListOutput
SetCity sets the City field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetContact ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetContact(v *ContactForCertificateGetOrganizationListOutput) *OrganizationForCertificateGetOrganizationListOutput
SetContact sets the Contact field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetCountry ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetCountry(v string) *OrganizationForCertificateGetOrganizationListOutput
SetCountry sets the Country field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetCreatedTime ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetCreatedTime(v string) *OrganizationForCertificateGetOrganizationListOutput
SetCreatedTime sets the CreatedTime field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetDepartment ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetDepartment(v string) *OrganizationForCertificateGetOrganizationListOutput
SetDepartment sets the Department field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetEmail ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetEmail(v string) *OrganizationForCertificateGetOrganizationListOutput
SetEmail sets the Email field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetName ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetName(v string) *OrganizationForCertificateGetOrganizationListOutput
SetName sets the Name field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetOrganizationId ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetOrganizationId(v string) *OrganizationForCertificateGetOrganizationListOutput
SetOrganizationId sets the OrganizationId field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetPostalCode ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetPostalCode(v string) *OrganizationForCertificateGetOrganizationListOutput
SetPostalCode sets the PostalCode field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetProjectName ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetProjectName(v string) *OrganizationForCertificateGetOrganizationListOutput
SetProjectName sets the ProjectName field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetProvince ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetProvince(v string) *OrganizationForCertificateGetOrganizationListOutput
SetProvince sets the Province field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetTag ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetTag(v string) *OrganizationForCertificateGetOrganizationListOutput
SetTag sets the Tag field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetTags ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetTags(v []*TagForCertificateGetOrganizationListOutput) *OrganizationForCertificateGetOrganizationListOutput
SetTags sets the Tags field's value.
func (*OrganizationForCertificateGetOrganizationListOutput) SetType ¶
func (s *OrganizationForCertificateGetOrganizationListOutput) SetType(v string) *OrganizationForCertificateGetOrganizationListOutput
SetType sets the Type field's value.
func (OrganizationForCertificateGetOrganizationListOutput) String ¶
func (s OrganizationForCertificateGetOrganizationListOutput) String() string
String returns the string representation
type QuickApplyCertificateInput ¶
type QuickApplyCertificateInput struct {
CommonName *string `type:"string" json:",omitempty"`
Csr *string `type:"string" json:",omitempty"`
KeyAlg *string `type:"string" json:",omitempty" enum:"EnumOfKeyAlgForQuickApplyCertificateInput"`
// OrganizationId is a required field
OrganizationId *string `type:"string" json:",omitempty" required:"true"`
// Plan is a required field
Plan *string `type:"string" json:",omitempty" required:"true"`
PrivateKey *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
San []*string `type:"list" json:",omitempty"`
Tag *string `type:"string" json:",omitempty"`
Tags []*TagForQuickApplyCertificateInput `type:"list" json:",omitempty"`
// ValidationType is a required field
ValidationType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfValidationTypeForQuickApplyCertificateInput"`
// contains filtered or unexported fields
}
func (QuickApplyCertificateInput) GoString ¶
func (s QuickApplyCertificateInput) GoString() string
GoString returns the string representation
func (*QuickApplyCertificateInput) SetCommonName ¶
func (s *QuickApplyCertificateInput) SetCommonName(v string) *QuickApplyCertificateInput
SetCommonName sets the CommonName field's value.
func (*QuickApplyCertificateInput) SetCsr ¶
func (s *QuickApplyCertificateInput) SetCsr(v string) *QuickApplyCertificateInput
SetCsr sets the Csr field's value.
func (*QuickApplyCertificateInput) SetKeyAlg ¶
func (s *QuickApplyCertificateInput) SetKeyAlg(v string) *QuickApplyCertificateInput
SetKeyAlg sets the KeyAlg field's value.
func (*QuickApplyCertificateInput) SetOrganizationId ¶
func (s *QuickApplyCertificateInput) SetOrganizationId(v string) *QuickApplyCertificateInput
SetOrganizationId sets the OrganizationId field's value.
func (*QuickApplyCertificateInput) SetPlan ¶
func (s *QuickApplyCertificateInput) SetPlan(v string) *QuickApplyCertificateInput
SetPlan sets the Plan field's value.
func (*QuickApplyCertificateInput) SetPrivateKey ¶
func (s *QuickApplyCertificateInput) SetPrivateKey(v string) *QuickApplyCertificateInput
SetPrivateKey sets the PrivateKey field's value.
func (*QuickApplyCertificateInput) SetProjectName ¶
func (s *QuickApplyCertificateInput) SetProjectName(v string) *QuickApplyCertificateInput
SetProjectName sets the ProjectName field's value.
func (*QuickApplyCertificateInput) SetSan ¶
func (s *QuickApplyCertificateInput) SetSan(v []*string) *QuickApplyCertificateInput
SetSan sets the San field's value.
func (*QuickApplyCertificateInput) SetTag ¶
func (s *QuickApplyCertificateInput) SetTag(v string) *QuickApplyCertificateInput
SetTag sets the Tag field's value.
func (*QuickApplyCertificateInput) SetTags ¶
func (s *QuickApplyCertificateInput) SetTags(v []*TagForQuickApplyCertificateInput) *QuickApplyCertificateInput
SetTags sets the Tags field's value.
func (*QuickApplyCertificateInput) SetValidationType ¶
func (s *QuickApplyCertificateInput) SetValidationType(v string) *QuickApplyCertificateInput
SetValidationType sets the ValidationType field's value.
func (QuickApplyCertificateInput) String ¶
func (s QuickApplyCertificateInput) String() string
String returns the string representation
func (*QuickApplyCertificateInput) Validate ¶
func (s *QuickApplyCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type QuickApplyCertificateOutput ¶
type QuickApplyCertificateOutput struct {
Metadata *response.ResponseMetadata
InstanceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (QuickApplyCertificateOutput) GoString ¶
func (s QuickApplyCertificateOutput) GoString() string
GoString returns the string representation
func (*QuickApplyCertificateOutput) SetInstanceId ¶
func (s *QuickApplyCertificateOutput) SetInstanceId(v string) *QuickApplyCertificateOutput
SetInstanceId sets the InstanceId field's value.
func (QuickApplyCertificateOutput) String ¶
func (s QuickApplyCertificateOutput) String() string
String returns the string representation
type ResourceTagForListTagsForResourcesOutput ¶
type ResourceTagForListTagsForResourcesOutput struct {
ResourceId *string `type:"string" json:",omitempty"`
ResourceType *string `type:"string" json:",omitempty"`
TagKey *string `type:"string" json:",omitempty"`
TagValue *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceTagForListTagsForResourcesOutput) GoString ¶
func (s ResourceTagForListTagsForResourcesOutput) GoString() string
GoString returns the string representation
func (*ResourceTagForListTagsForResourcesOutput) SetResourceId ¶
func (s *ResourceTagForListTagsForResourcesOutput) SetResourceId(v string) *ResourceTagForListTagsForResourcesOutput
SetResourceId sets the ResourceId field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetResourceType ¶
func (s *ResourceTagForListTagsForResourcesOutput) SetResourceType(v string) *ResourceTagForListTagsForResourcesOutput
SetResourceType sets the ResourceType field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetTagKey ¶
func (s *ResourceTagForListTagsForResourcesOutput) SetTagKey(v string) *ResourceTagForListTagsForResourcesOutput
SetTagKey sets the TagKey field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetTagValue ¶
func (s *ResourceTagForListTagsForResourcesOutput) SetTagValue(v string) *ResourceTagForListTagsForResourcesOutput
SetTagValue sets the TagValue field's value.
func (ResourceTagForListTagsForResourcesOutput) String ¶
func (s ResourceTagForListTagsForResourcesOutput) String() string
String returns the string representation
type SubjectForCertificateGetInstanceOutput ¶
type SubjectForCertificateGetInstanceOutput struct {
Address *string `type:"string" json:",omitempty"`
CommonName *string `type:"string" json:",omitempty"`
Country *string `type:"string" json:",omitempty"`
Locality *string `type:"string" json:",omitempty"`
Organization *string `type:"string" json:",omitempty"`
OrganizationUnit *string `type:"string" json:",omitempty"`
PostalCode *string `type:"string" json:",omitempty"`
Province *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SubjectForCertificateGetInstanceOutput) GoString ¶
func (s SubjectForCertificateGetInstanceOutput) GoString() string
GoString returns the string representation
func (*SubjectForCertificateGetInstanceOutput) SetAddress ¶
func (s *SubjectForCertificateGetInstanceOutput) SetAddress(v string) *SubjectForCertificateGetInstanceOutput
SetAddress sets the Address field's value.
func (*SubjectForCertificateGetInstanceOutput) SetCommonName ¶
func (s *SubjectForCertificateGetInstanceOutput) SetCommonName(v string) *SubjectForCertificateGetInstanceOutput
SetCommonName sets the CommonName field's value.
func (*SubjectForCertificateGetInstanceOutput) SetCountry ¶
func (s *SubjectForCertificateGetInstanceOutput) SetCountry(v string) *SubjectForCertificateGetInstanceOutput
SetCountry sets the Country field's value.
func (*SubjectForCertificateGetInstanceOutput) SetLocality ¶
func (s *SubjectForCertificateGetInstanceOutput) SetLocality(v string) *SubjectForCertificateGetInstanceOutput
SetLocality sets the Locality field's value.
func (*SubjectForCertificateGetInstanceOutput) SetOrganization ¶
func (s *SubjectForCertificateGetInstanceOutput) SetOrganization(v string) *SubjectForCertificateGetInstanceOutput
SetOrganization sets the Organization field's value.
func (*SubjectForCertificateGetInstanceOutput) SetOrganizationUnit ¶
func (s *SubjectForCertificateGetInstanceOutput) SetOrganizationUnit(v string) *SubjectForCertificateGetInstanceOutput
SetOrganizationUnit sets the OrganizationUnit field's value.
func (*SubjectForCertificateGetInstanceOutput) SetPostalCode ¶
func (s *SubjectForCertificateGetInstanceOutput) SetPostalCode(v string) *SubjectForCertificateGetInstanceOutput
SetPostalCode sets the PostalCode field's value.
func (*SubjectForCertificateGetInstanceOutput) SetProvince ¶
func (s *SubjectForCertificateGetInstanceOutput) SetProvince(v string) *SubjectForCertificateGetInstanceOutput
SetProvince sets the Province field's value.
func (SubjectForCertificateGetInstanceOutput) String ¶
func (s SubjectForCertificateGetInstanceOutput) String() string
String returns the string representation
type TagFilterForCertificateGetInstanceListInput ¶
type TagFilterForCertificateGetInstanceListInput struct {
Key *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagFilterForCertificateGetInstanceListInput) GoString ¶
func (s TagFilterForCertificateGetInstanceListInput) GoString() string
GoString returns the string representation
func (*TagFilterForCertificateGetInstanceListInput) SetKey ¶
func (s *TagFilterForCertificateGetInstanceListInput) SetKey(v string) *TagFilterForCertificateGetInstanceListInput
SetKey sets the Key field's value.
func (*TagFilterForCertificateGetInstanceListInput) SetValues ¶
func (s *TagFilterForCertificateGetInstanceListInput) SetValues(v []*string) *TagFilterForCertificateGetInstanceListInput
SetValues sets the Values field's value.
func (TagFilterForCertificateGetInstanceListInput) String ¶
func (s TagFilterForCertificateGetInstanceListInput) String() string
String returns the string representation
type TagFilterForCertificateGetOrganizationListInput ¶
type TagFilterForCertificateGetOrganizationListInput struct {
Key *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagFilterForCertificateGetOrganizationListInput) GoString ¶
func (s TagFilterForCertificateGetOrganizationListInput) GoString() string
GoString returns the string representation
func (*TagFilterForCertificateGetOrganizationListInput) SetKey ¶
func (s *TagFilterForCertificateGetOrganizationListInput) SetKey(v string) *TagFilterForCertificateGetOrganizationListInput
SetKey sets the Key field's value.
func (*TagFilterForCertificateGetOrganizationListInput) SetValues ¶
func (s *TagFilterForCertificateGetOrganizationListInput) SetValues(v []*string) *TagFilterForCertificateGetOrganizationListInput
SetValues sets the Values field's value.
func (TagFilterForCertificateGetOrganizationListInput) String ¶
func (s TagFilterForCertificateGetOrganizationListInput) String() string
String returns the string representation
type TagFilterForListTagsForResourcesInput ¶
type TagFilterForListTagsForResourcesInput struct {
Key *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagFilterForListTagsForResourcesInput) GoString ¶
func (s TagFilterForListTagsForResourcesInput) GoString() string
GoString returns the string representation
func (*TagFilterForListTagsForResourcesInput) SetKey ¶
func (s *TagFilterForListTagsForResourcesInput) SetKey(v string) *TagFilterForListTagsForResourcesInput
SetKey sets the Key field's value.
func (*TagFilterForListTagsForResourcesInput) SetValues ¶
func (s *TagFilterForListTagsForResourcesInput) SetValues(v []*string) *TagFilterForListTagsForResourcesInput
SetValues sets the Values field's value.
func (TagFilterForListTagsForResourcesInput) String ¶
func (s TagFilterForListTagsForResourcesInput) String() string
String returns the string representation
type TagForCertificateGetInstanceListOutput ¶
type TagForCertificateGetInstanceListOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForCertificateGetInstanceListOutput) GoString ¶
func (s TagForCertificateGetInstanceListOutput) GoString() string
GoString returns the string representation
func (*TagForCertificateGetInstanceListOutput) SetKey ¶
func (s *TagForCertificateGetInstanceListOutput) SetKey(v string) *TagForCertificateGetInstanceListOutput
SetKey sets the Key field's value.
func (*TagForCertificateGetInstanceListOutput) SetValue ¶
func (s *TagForCertificateGetInstanceListOutput) SetValue(v string) *TagForCertificateGetInstanceListOutput
SetValue sets the Value field's value.
func (TagForCertificateGetInstanceListOutput) String ¶
func (s TagForCertificateGetInstanceListOutput) String() string
String returns the string representation
type TagForCertificateGetInstanceOutput ¶
type TagForCertificateGetInstanceOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForCertificateGetInstanceOutput) GoString ¶
func (s TagForCertificateGetInstanceOutput) GoString() string
GoString returns the string representation
func (*TagForCertificateGetInstanceOutput) SetKey ¶
func (s *TagForCertificateGetInstanceOutput) SetKey(v string) *TagForCertificateGetInstanceOutput
SetKey sets the Key field's value.
func (*TagForCertificateGetInstanceOutput) SetValue ¶
func (s *TagForCertificateGetInstanceOutput) SetValue(v string) *TagForCertificateGetInstanceOutput
SetValue sets the Value field's value.
func (TagForCertificateGetInstanceOutput) String ¶
func (s TagForCertificateGetInstanceOutput) String() string
String returns the string representation
type TagForCertificateGetOrganizationListOutput ¶
type TagForCertificateGetOrganizationListOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForCertificateGetOrganizationListOutput) GoString ¶
func (s TagForCertificateGetOrganizationListOutput) GoString() string
GoString returns the string representation
func (*TagForCertificateGetOrganizationListOutput) SetKey ¶
func (s *TagForCertificateGetOrganizationListOutput) SetKey(v string) *TagForCertificateGetOrganizationListOutput
SetKey sets the Key field's value.
func (*TagForCertificateGetOrganizationListOutput) SetValue ¶
func (s *TagForCertificateGetOrganizationListOutput) SetValue(v string) *TagForCertificateGetOrganizationListOutput
SetValue sets the Value field's value.
func (TagForCertificateGetOrganizationListOutput) String ¶
func (s TagForCertificateGetOrganizationListOutput) String() string
String returns the string representation
type TagForCertificateGetOrganizationOutput ¶
type TagForCertificateGetOrganizationOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForCertificateGetOrganizationOutput) GoString ¶
func (s TagForCertificateGetOrganizationOutput) GoString() string
GoString returns the string representation
func (*TagForCertificateGetOrganizationOutput) SetKey ¶
func (s *TagForCertificateGetOrganizationOutput) SetKey(v string) *TagForCertificateGetOrganizationOutput
SetKey sets the Key field's value.
func (*TagForCertificateGetOrganizationOutput) SetValue ¶
func (s *TagForCertificateGetOrganizationOutput) SetValue(v string) *TagForCertificateGetOrganizationOutput
SetValue sets the Value field's value.
func (TagForCertificateGetOrganizationOutput) String ¶
func (s TagForCertificateGetOrganizationOutput) String() string
String returns the string representation
type TagForImportCertificateInput ¶
type TagForImportCertificateInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForImportCertificateInput) GoString ¶
func (s TagForImportCertificateInput) GoString() string
GoString returns the string representation
func (*TagForImportCertificateInput) SetKey ¶
func (s *TagForImportCertificateInput) SetKey(v string) *TagForImportCertificateInput
SetKey sets the Key field's value.
func (*TagForImportCertificateInput) SetValue ¶
func (s *TagForImportCertificateInput) SetValue(v string) *TagForImportCertificateInput
SetValue sets the Value field's value.
func (TagForImportCertificateInput) String ¶
func (s TagForImportCertificateInput) String() string
String returns the string representation
type TagForQuickApplyCertificateInput ¶
type TagForQuickApplyCertificateInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForQuickApplyCertificateInput) GoString ¶
func (s TagForQuickApplyCertificateInput) GoString() string
GoString returns the string representation
func (*TagForQuickApplyCertificateInput) SetKey ¶
func (s *TagForQuickApplyCertificateInput) SetKey(v string) *TagForQuickApplyCertificateInput
SetKey sets the Key field's value.
func (*TagForQuickApplyCertificateInput) SetValue ¶
func (s *TagForQuickApplyCertificateInput) SetValue(v string) *TagForQuickApplyCertificateInput
SetValue sets the Value field's value.
func (TagForQuickApplyCertificateInput) String ¶
func (s TagForQuickApplyCertificateInput) String() string
String returns the string representation
type TagForTagResourcesInput ¶
type TagForTagResourcesInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForTagResourcesInput) GoString ¶
func (s TagForTagResourcesInput) GoString() string
GoString returns the string representation
func (*TagForTagResourcesInput) SetKey ¶
func (s *TagForTagResourcesInput) SetKey(v string) *TagForTagResourcesInput
SetKey sets the Key field's value.
func (*TagForTagResourcesInput) SetValue ¶
func (s *TagForTagResourcesInput) SetValue(v string) *TagForTagResourcesInput
SetValue sets the Value field's value.
func (TagForTagResourcesInput) String ¶
func (s TagForTagResourcesInput) String() string
String returns the string representation
type TagResourcesInput ¶
type TagResourcesInput struct {
ResourceIds []*string `type:"list" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true"`
Tags []*TagForTagResourcesInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagResourcesInput) GoString ¶
func (s TagResourcesInput) GoString() string
GoString returns the string representation
func (*TagResourcesInput) SetResourceIds ¶
func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*TagResourcesInput) SetResourceType ¶
func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*TagResourcesInput) SetTags ¶
func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
SetTags sets the Tags field's value.
func (TagResourcesInput) String ¶
func (s TagResourcesInput) String() string
String returns the string representation
func (*TagResourcesInput) Validate ¶
func (s *TagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourcesOutput ¶
type TagResourcesOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (TagResourcesOutput) GoString ¶
func (s TagResourcesOutput) GoString() string
GoString returns the string representation
func (TagResourcesOutput) String ¶
func (s TagResourcesOutput) String() string
String returns the string representation
type UntagResourcesInput ¶
type UntagResourcesInput struct {
ResourceIds []*string `type:"list" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true"`
TagKeys []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (UntagResourcesInput) GoString ¶
func (s UntagResourcesInput) GoString() string
GoString returns the string representation
func (*UntagResourcesInput) SetResourceIds ¶
func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*UntagResourcesInput) SetResourceType ¶
func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*UntagResourcesInput) SetTagKeys ¶
func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourcesInput) String ¶
func (s UntagResourcesInput) String() string
String returns the string representation
func (*UntagResourcesInput) Validate ¶
func (s *UntagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourcesOutput ¶
type UntagResourcesOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UntagResourcesOutput) GoString ¶
func (s UntagResourcesOutput) GoString() string
GoString returns the string representation
func (UntagResourcesOutput) String ¶
func (s UntagResourcesOutput) String() string
String returns the string representation
Source Files
¶
- api_cancel_instance.go
- api_certificate_add_organization.go
- api_certificate_delete_instance.go
- api_certificate_delete_organization.go
- api_certificate_get_instance.go
- api_certificate_get_instance_list.go
- api_certificate_get_organization.go
- api_certificate_get_organization_list.go
- api_certificate_update_instance.go
- api_certificate_update_organization.go
- api_import_certificate.go
- api_list_tags_for_resources.go
- api_quick_apply_certificate.go
- api_tag_resources.go
- api_untag_resources.go
- interface_certificateservice.go
- service_certificateservice.go