Discover Packages
github.com/composer22/aws-ps-client
client
package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Mar 29, 2018
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
PrintErr formats an application error.
Client represents an instance of a connection to AWS.
New is a factory function that returns a new client instance.
Get returns a single value from AWS Parameter Store for a given key and version.
Get returns a value from AWS Parameter Store for a given directory and version.
Version prints the version of the client then exits.
type Parameter struct {
Name string `json:"name"`
Type string `json:"type"`
Value string `json:"value"`
Version int64 `json:"version"`
}
A parameter value for exporting.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.