Documentation
¶
Overview ¶
Package awsenvironments contains methods related to AwsEnvironments
Index ¶
- type AwsEnvironmentsV1
- func (a *AwsEnvironmentsV1) ListAwsEnvironments(limit *int64, start *string, filter *string, embed *string) (*models.ListAWSEnvironmentsResponse, *apiutils.APIError)
- func (a *AwsEnvironmentsV1) ReadAwsEnvironment(environmentId string, embed *string) (*models.ReadAWSEnvironmentResponse, *apiutils.APIError)
- type AwsEnvironmentsV1Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsEnvironmentsV1 ¶
type AwsEnvironmentsV1 struct {
// contains filtered or unexported fields
}
AwsEnvironmentsV1 represents a custom type struct
func (*AwsEnvironmentsV1) ListAwsEnvironments ¶
func (a *AwsEnvironmentsV1) ListAwsEnvironments( limit *int64, start *string, filter *string, embed *string) ( *models.ListAWSEnvironmentsResponse, *apiutils.APIError)
ListAwsEnvironments Returns a list of AWS environments.
func (*AwsEnvironmentsV1) ReadAwsEnvironment ¶
func (a *AwsEnvironmentsV1) ReadAwsEnvironment( environmentId string, embed *string) ( *models.ReadAWSEnvironmentResponse, *apiutils.APIError)
ReadAwsEnvironment Returns a representation of the specified AWS environment.
type AwsEnvironmentsV1Client ¶
type AwsEnvironmentsV1Client interface { // Returns a list of AWS environments. ListAwsEnvironments( limit *int64, start *string, filter *string, embed *string) ( *models.ListAWSEnvironmentsResponse, *apiutils.APIError) // Returns a representation of the specified AWS environment. ReadAwsEnvironment( environmentId string, embed *string) ( *models.ReadAWSEnvironmentResponse, *apiutils.APIError) }
AwsEnvironmentsV1Client represents a custom type interface
func NewAwsEnvironmentsV1 ¶
func NewAwsEnvironmentsV1(config config.Config) AwsEnvironmentsV1Client
NewAwsEnvironmentsV1 returns AwsEnvironmentsV1Client
Click to show internal directories.
Click to hide internal directories.