Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-lite/ssm

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-lite/ssm - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

2

package.json
{
"name": "@aws-lite/ssm",
"version": "0.1.1",
"version": "0.2.0",
"description": "Official `aws-lite` plugin for SSM",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/architect/aws-lite",

@@ -24,2 +24,24 @@ # `@aws-lite/ssm`

<!-- METHOD_DOCS_START -->
### `GetParameter`
[Canonical AWS API doc](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParameter.html)
Properties:
- **`Name` (string) [required]**
- The name of the parameter to query
- **`WithDecryption` (boolean)**
- Decrypt encrypted parameter values
### `GetParameters`
[Canonical AWS API doc](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParameters.html)
Properties:
- **`Names` (array) [required]**
- Array of parameter names to query
- **`WithDecryption` (boolean)**
- Decrypt encrypted parameter values
### `GetParametersByPath`

@@ -128,5 +150,3 @@

- [`GetOpsSummary`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetOpsSummary)
- [`GetParameter`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParameter)
- [`GetParameterHistory`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParameterHistory)
- [`GetParameters`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParameters)
- [`GetPatchBaseline`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetPatchBaseline)

@@ -133,0 +153,0 @@ - [`GetPatchBaselineForPatchGroup`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetPatchBaselineForPatchGroup)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc