@aws-lite/ssm
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44522
211
212