aws

package
v0.0.0-...-7538523 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcmService

type AcmService struct {
	Client *acm.ACM
}

func (*AcmService) DeleteCertificate

func (s *AcmService) DeleteCertificate(input *acm.DeleteCertificateInput) (*acm.DeleteCertificateOutput, error)

func (*AcmService) UpsertCertificate

func (s *AcmService) UpsertCertificate(input *acm.ImportCertificateInput) (*UpsertCertificateResponse, error)

type IAcmService

type IAcmService interface {
	UpsertCertificate(input *acm.ImportCertificateInput) (*UpsertCertificateResponse, error)
	DeleteCertificate(input *acm.DeleteCertificateInput) (*acm.DeleteCertificateOutput, error)
}

type UpsertCertificateResponse

type UpsertCertificateResponse struct {
	CertificateArn *string
	Tags           []*acm.Tag
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL