awsrdsresources

package
v0.21.1 Latest Latest
Warning

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

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

Documentation

Overview

Package awsrdsresources contains methods related to AwsRdsResources

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AwsRdsResourcesV1

type AwsRdsResourcesV1 struct {
	// contains filtered or unexported fields
}

AwsRdsResourcesV1 represents a custom type struct

func (*AwsRdsResourcesV1) ListAwsRdsResources

func (a *AwsRdsResourcesV1) ListAwsRdsResources(
	limit *int64,
	start *string,
	filter *string,
	embed *string,
	lookbackDays *int64) (
	*models.ListRdsResourcesResponse, *apiutils.APIError)

ListAwsRdsResources Retrieve a list of RDS resources.

func (*AwsRdsResourcesV1) ReadAwsRdsResource

func (a *AwsRdsResourcesV1) ReadAwsRdsResource(
	resourceId string,
	lookbackDays *int64,
	embed *string) (
	*models.ReadRdsResourceResponse, *apiutils.APIError)

ReadAwsRdsResource Returns a representation of the specified RDS resource.

type AwsRdsResourcesV1Client

type AwsRdsResourcesV1Client interface {
	// ListAwsRdsResources Retrieve a list of RDS resources.
	ListAwsRdsResources(
		limit *int64,
		start *string,
		filter *string,
		embed *string,
		lookbackDays *int64) (
		*models.ListRdsResourcesResponse, *apiutils.APIError)

	// ReadAwsRdsResource Returns a representation of the specified RDS resource.
	ReadAwsRdsResource(
		resourceId string,
		lookbackDays *int64,
		embed *string) (
		*models.ReadRdsResourceResponse, *apiutils.APIError)
}

AwsRdsResourcesV1Client represents a custom type interface

func NewAwsRdsResourcesV1

func NewAwsRdsResourcesV1(config config.Config) AwsRdsResourcesV1Client

NewAwsRdsResourcesV1 returns AwsRdsResourcesV1Client

Jump to

Keyboard shortcuts

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