messages

package
v0.0.0-...-8ce7bc2 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	AccountName  string `json:"name"`
	AccountID    string `json:"id"`
	RoleName     string `json:"role"`
	AccountEmail string `json:"email"`
}

func (*Account) String

func (a *Account) String() string

type Credentials

type Credentials struct {
	*sts.Credentials
	Region string
}

type ListAccountsRolesResult

type ListAccountsRolesResult struct {
	Accounts []Account `json:"account"`
}

type ListProfilesResult

type ListProfilesResult struct {
	Profiles []Profile `json:"profiles"`
}

type LoginResponse

type LoginResponse struct {
	Status   string
	Error    string
	LoginURL string
	Result   string
}

type Profile

type Profile struct {
	ID       string `json:"id"`
	StartUrl string `json:"start-url"`
	Region   string `json:"region"`
}

Jump to

Keyboard shortcuts

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