Documentation
¶
Overview ¶
Package awstemplates contains methods related to AwsTemplates
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsTemplatesV1 ¶
type AwsTemplatesV1 struct {
// contains filtered or unexported fields
}
AwsTemplatesV1 represents a custom type struct
func (*AwsTemplatesV1) CreateConnectionTemplate ¶
func (a *AwsTemplatesV1) CreateConnectionTemplate( body *models.CreateConnectionTemplateV1Request) ( *models.CreateAWSTemplateV2Response, *apiutils.APIError)
CreateConnectionTemplate Returns the URLs for AWS CloudFormation and terraform templates corresponding
to a given configuration of asset types.
func (*AwsTemplatesV1) ReadConnectionTemplates ¶
func (a *AwsTemplatesV1) ReadConnectionTemplates() ( *models.ReadAWSTemplatesV2Response, *apiutils.APIError)
ReadConnectionTemplates Returns the AWS CloudFormation and Terraform templates available to install to connect
to Clumio.
type AwsTemplatesV1Client ¶
type AwsTemplatesV1Client interface { // ReadConnectionTemplates Returns the AWS CloudFormation and Terraform templates available to install to connect // to Clumio. ReadConnectionTemplates() ( *models.ReadAWSTemplatesV2Response, *apiutils.APIError) // CreateConnectionTemplate Returns the URLs for AWS CloudFormation and terraform templates corresponding // to a given configuration of asset types. CreateConnectionTemplate( body *models.CreateConnectionTemplateV1Request) ( *models.CreateAWSTemplateV2Response, *apiutils.APIError) }
AwsTemplatesV1Client represents a custom type interface
func NewAwsTemplatesV1 ¶
func NewAwsTemplatesV1(config config.Config) AwsTemplatesV1Client
NewAwsTemplatesV1 returns AwsTemplatesV1Client
Click to show internal directories.
Click to hide internal directories.