Documentation
¶
Overview ¶
Package postprocessawsconnection contains methods related to PostProcessAwsConnection
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostProcessAwsConnectionV1 ¶
type PostProcessAwsConnectionV1 struct {
// contains filtered or unexported fields
}
PostProcessAwsConnectionV1 represents a custom type struct
func (*PostProcessAwsConnectionV1) PostProcessAwsConnection ¶
func (p *PostProcessAwsConnectionV1) PostProcessAwsConnection( body *models.PostProcessAwsConnectionV1Request) ( interface{}, *apiutils.APIError)
PostProcessAwsConnection Performs post-processing after AWS Connection Create, Update or Delete. This API should only be invoked by the Clumio Terraform provider and should not be invoked manually.
type PostProcessAwsConnectionV1Client ¶
type PostProcessAwsConnectionV1Client interface { // PostProcessAwsConnection Performs post-processing after AWS Connection Create, Update or Delete. This API should only be invoked by the Clumio Terraform provider and should not be invoked manually. PostProcessAwsConnection( body *models.PostProcessAwsConnectionV1Request) ( interface{}, *apiutils.APIError) }
PostProcessAwsConnectionV1Client represents a custom type interface
func NewPostProcessAwsConnectionV1 ¶
func NewPostProcessAwsConnectionV1(config config.Config) PostProcessAwsConnectionV1Client
NewPostProcessAwsConnectionV1 returns PostProcessAwsConnectionV1Client
Click to show internal directories.
Click to hide internal directories.