Package Exports
- @aws-lite/ssm
- @aws-lite/ssm/src/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aws-lite/ssm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@aws-lite/ssm
Official
aws-liteplugin for SSM
Maintained by: @architect
Install
npm i @aws-lite/ssmOptionally install types:
npm i -D @aws-lite/ssm-typesDocs
GetParametersByPath
Properties:
Path(string) [required]- Parameter path hierarchy, beginning with
/
- Parameter path hierarchy, beginning with
MaxResults(number)- Limit the maximum number of items returned
NextToken(string)- Pagination token to start the next set of results
ParameterFilters(array)- Array of filters to limit results
Recursive(boolean)- Retrieve all parameters within a hierarchy
WithDecryption(boolean)- Decrypt encrypted parameter values
paginate(boolean)- Enable automatic result pagination; use this instead of making your own individual pagination requests
Methods yet to be implemented
Please help out by opening a PR!
AddTagsToResourceAssociateOpsItemRelatedItemCancelCommandCancelMaintenanceWindowExecutionCreateActivationCreateAssociationCreateAssociationBatchCreateDocumentCreateMaintenanceWindowCreateOpsItemCreateOpsMetadataCreatePatchBaselineCreateResourceDataSyncDeleteActivationDeleteAssociationDeleteDocumentDeleteInventoryDeleteMaintenanceWindowDeleteOpsMetadataDeleteParameterDeleteParametersDeletePatchBaselineDeleteResourceDataSyncDeleteResourcePolicyDeregisterManagedInstanceDeregisterPatchBaselineForPatchGroupDeregisterTargetFromMaintenanceWindowDeregisterTaskFromMaintenanceWindowDescribeActivationsDescribeAssociationDescribeAssociationExecutionsDescribeAssociationExecutionTargetsDescribeAutomationExecutionsDescribeAutomationStepExecutionsDescribeAvailablePatchesDescribeDocumentDescribeDocumentPermissionDescribeEffectiveInstanceAssociationsDescribeEffectivePatchesForPatchBaselineDescribeInstanceAssociationsStatusDescribeInstanceInformationDescribeInstancePatchesDescribeInstancePatchStatesDescribeInstancePatchStatesForPatchGroupDescribeInventoryDeletionsDescribeMaintenanceWindowExecutionsDescribeMaintenanceWindowExecutionTaskInvocationsDescribeMaintenanceWindowExecutionTasksDescribeMaintenanceWindowsDescribeMaintenanceWindowScheduleDescribeMaintenanceWindowsForTargetDescribeMaintenanceWindowTargetsDescribeMaintenanceWindowTasksDescribeOpsItemsDescribeParametersDescribePatchBaselinesDescribePatchGroupsDescribePatchGroupStateDescribePatchPropertiesDescribeSessionsDisassociateOpsItemRelatedItemGetAutomationExecutionGetCalendarStateGetCommandInvocationGetConnectionStatusGetDefaultPatchBaselineGetDeployablePatchSnapshotForInstanceGetDocumentGetInventoryGetInventorySchemaGetMaintenanceWindowGetMaintenanceWindowExecutionGetMaintenanceWindowExecutionTaskGetMaintenanceWindowExecutionTaskInvocationGetMaintenanceWindowTaskGetOpsItemGetOpsMetadataGetOpsSummaryGetParameterGetParameterHistoryGetParametersGetPatchBaselineGetPatchBaselineForPatchGroupGetResourcePoliciesGetServiceSettingLabelParameterVersionListAssociationsListAssociationVersionsListCommandInvocationsListCommandsListComplianceItemsListComplianceSummariesListDocumentMetadataHistoryListDocumentsListDocumentVersionsListInventoryEntriesListOpsItemEventsListOpsItemRelatedItemsListOpsMetadataListResourceComplianceSummariesListResourceDataSyncListTagsForResourceModifyDocumentPermissionPutComplianceItemsPutInventoryPutParameterPutResourcePolicyRegisterDefaultPatchBaselineRegisterPatchBaselineForPatchGroupRegisterTargetWithMaintenanceWindowRegisterTaskWithMaintenanceWindowRemoveTagsFromResourceResetServiceSettingResumeSessionSendAutomationSignalSendCommandStartAssociationsOnceStartAutomationExecutionStartChangeRequestExecutionStartSessionStopAutomationExecutionTerminateSessionUnlabelParameterVersionUpdateAssociationUpdateAssociationStatusUpdateDocumentUpdateDocumentDefaultVersionUpdateDocumentMetadataUpdateMaintenanceWindowUpdateMaintenanceWindowTargetUpdateMaintenanceWindowTaskUpdateManagedInstanceRoleUpdateOpsItemUpdateOpsMetadataUpdatePatchBaselineUpdateResourceDataSyncUpdateServiceSetting
Learn more
Please see the main aws-lite readme for more information about aws-lite plugins.