Socket
Socket
Sign inDemoInstall

@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.2.1 to 0.2.2

7

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

@@ -8,3 +8,3 @@ "homepage": "https://github.com/architect/aws-lite",

"type": "git",
"url": "https://github.com/architect/aws-lite.git",
"url": "git+https://github.com/architect/aws-lite.git",
"directory": "plugins/ssm"

@@ -21,3 +21,4 @@ },

"src"
]
],
"scripts": {}
}

@@ -29,2 +29,20 @@ # [`@aws-lite/ssm`](https://aws-lite.org/services/ssm)

<!-- METHOD_DOCS_START -->
### `DeleteParameter`
[Canonical AWS API doc](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DeleteParameter)
Properties:
- **`Name` (string) [required]**
- The name of the parameter
### `DeleteParameters`
[Canonical AWS API doc](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DeleteParameters)
Properties:
- **`Names` (array) [required]**
- Array of parameter names to delete
### `GetParameter`

@@ -36,3 +54,3 @@

- **`Name` (string) [required]**
- The name of the parameter to query
- The name of the parameter
- **`WithDecryption` (boolean)**

@@ -74,2 +92,34 @@ - Decrypt encrypted parameter values

### `PutParameter`
[Canonical AWS API doc](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter)
Properties:
- **`Name` (string) [required]**
- The name of the parameter, including the complete path hierarchy
- **`Value` (string) [required]**
- Value of the parameter; can be up to 4KB by default, or 8KB if Advanced
- **`AllowedPattern` (string)**
- Regular expression used to validate the parameter value
- **`DataType` (string)**
- Data type for a `String` parameter; can be one of: `text`, `aws:ec2:image`, `aws:ssm:integration`
- **`Description` (string)**
- Description of the parameter
- **`KeyId` (string)**
- AWS KMS ID to use to encrypt the parameter
- **`Overwrite` (boolean)**
- Overwrite an existing parameter (defaults to `false`)
- **`Policies` (array)**
- Array of policies to apply; supports `Expiration`, `ExpirationNotification`, `NoChangeNotification`
- [More details (AWS)](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html)
- **`Tags` (array)**
- Array of tags, such as `Key=OS,Value=macOS`
- [More details (AWS)](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_Tag.html)
- **`Tier` (string)**
- Parameter tier; can be one of: `Standard`, `Advanced`, `Intelligent-Tiering`
- [More details (AWS)](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html#systemsmanager-PutParameter-request-Tier)
- **`Type` (string)**
- Parameter type; can be one of: `String`, `StringList`,`SecureString`
### Methods yet to be implemented

@@ -98,4 +148,2 @@

- [`DeleteOpsMetadata`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DeleteOpsMetadata)
- [`DeleteParameter`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DeleteParameter)
- [`DeleteParameters`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DeleteParameters)
- [`DeletePatchBaseline`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DeletePatchBaseline)

@@ -183,3 +231,2 @@ - [`DeleteResourceDataSync`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DeleteResourceDataSync)

- [`PutInventory`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutInventory)
- [`PutParameter`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter)
- [`PutResourcePolicy`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutResourcePolicy)

@@ -186,0 +233,0 @@ - [`RegisterDefaultPatchBaseline`](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_RegisterDefaultPatchBaseline)

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