awsenvironments

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Overview

Package awsenvironments contains methods related to AwsEnvironments

Index

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 {
	// ListAwsEnvironments Returns a list of AWS environments.
	ListAwsEnvironments(
		limit *int64,
		start *string,
		filter *string,
		embed *string) (
		*models.ListAWSEnvironmentsResponse, *apiutils.APIError)

	// ReadAwsEnvironment 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

Jump to

Keyboard shortcuts

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