The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::SSM - Perl Interface to AWS Amazon Simple Systems Manager (SSM)

SYNOPSIS

  use Paws;

  my $obj = Paws->service('SSM');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

DESCRIPTION

AWS Systems Manager

AWS Systems Manager is a collection of capabilities that helps you automate management tasks such as collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images (AMIs), and configuring operating systems (OSs) and applications at scale. Systems Manager lets you remotely and securely manage the configuration of your managed instances. A managed instance is any Amazon EC2 instance or on-premises machine in your hybrid environment that has been configured for Systems Manager.

This reference is intended to be used with the AWS Systems Manager User Guide (http://docs.aws.amazon.com/systems-manager/latest/userguide/).

To get started, verify prerequisites and configure managed instances. For more information, see Setting Up AWS Systems Manager (http://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html) in the AWS Systems Manager User Guide.

For information about other API actions you can perform on Amazon EC2 instances, see the Amazon EC2 API Reference (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/). For information about how to use a Query API, see Making API Requests (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/making-api-requests.html).

For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06

METHODS

AddTagsToResource

ResourceId => Str
ResourceType => Str
Tags => ArrayRef[Paws::SSM::Tag]

Each argument is described in detail in: Paws::SSM::AddTagsToResource

Returns: a Paws::SSM::AddTagsToResourceResult instance

Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your documents, managed instances, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed instances that helps you track each instance's owner and stack level. For example: Key=Owner and Value=DbAdmin, SysAdmin, or Dev. Or Key=Stack and Value=Production, Pre-Production, or Test.

Each resource can have a maximum of 50 tags.

We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to Amazon EC2 and are interpreted strictly as a string of characters.

For more information about tags, see Tagging Your Amazon EC2 Resources (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) in the Amazon EC2 User Guide.

CancelCommand

CommandId => Str
[InstanceIds => ArrayRef[Str|Undef]]

Each argument is described in detail in: Paws::SSM::CancelCommand

Returns: a Paws::SSM::CancelCommandResult instance

Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.

CancelMaintenanceWindowExecution

WindowExecutionId => Str

Each argument is described in detail in: Paws::SSM::CancelMaintenanceWindowExecution

Returns: a Paws::SSM::CancelMaintenanceWindowExecutionResult instance

Stops a maintenance window execution that is already in progress and cancels any tasks in the window that have not already starting running. (Tasks already in progress will continue to completion.)

CreateActivation

IamRole => Str
[DefaultInstanceName => Str]
[Description => Str]
[ExpirationDate => Str]
[RegistrationLimit => Int]
[Tags => ArrayRef[Paws::SSM::Tag]]

Each argument is described in detail in: Paws::SSM::CreateActivation

Returns: a Paws::SSM::CreateActivationResult instance

Registers your on-premises server or virtual machine with Amazon EC2 so that you can manage these resources using Run Command. An on-premises server or virtual machine that has been registered with EC2 is called a managed instance. For more information about activations, see Setting Up AWS Systems Manager for Hybrid Environments (http://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances.html).

CreateAssociation

Name => Str
[AssociationName => Str]
[AutomationTargetParameterName => Str]
[ComplianceSeverity => Str]
[DocumentVersion => Str]
[InstanceId => Str]
[MaxConcurrency => Str]
[MaxErrors => Str]
[OutputLocation => Paws::SSM::InstanceAssociationOutputLocation]
[Parameters => Paws::SSM::Parameters]
[ScheduleExpression => Str]
[Targets => ArrayRef[Paws::SSM::Target]]

Each argument is described in detail in: Paws::SSM::CreateAssociation

Returns: a Paws::SSM::CreateAssociationResult instance

Associates the specified Systems Manager document with the specified instances or targets.

When you associate a document with one or more instances using instance IDs or tags, SSM Agent running on the instance processes the document and configures the instance as specified.

If you associate a document with an instance that already has an associated document, the system returns the AssociationAlreadyExists exception.

CreateAssociationBatch

Entries => ArrayRef[Paws::SSM::CreateAssociationBatchRequestEntry]

Each argument is described in detail in: Paws::SSM::CreateAssociationBatch

Returns: a Paws::SSM::CreateAssociationBatchResult instance

Associates the specified Systems Manager document with the specified instances or targets.

When you associate a document with one or more instances using instance IDs or tags, SSM Agent running on the instance processes the document and configures the instance as specified.

If you associate a document with an instance that already has an associated document, the system returns the AssociationAlreadyExists exception.

CreateDocument

Content => Str
Name => Str
[Attachments => ArrayRef[Paws::SSM::AttachmentsSource]]
[DocumentFormat => Str]
[DocumentType => Str]
[Tags => ArrayRef[Paws::SSM::Tag]]
[TargetType => Str]
[VersionName => Str]

Each argument is described in detail in: Paws::SSM::CreateDocument

Returns: a Paws::SSM::CreateDocumentResult instance

Creates a Systems Manager document.

After you create a document, you can use CreateAssociation to associate it with one or more running instances.

CreateMaintenanceWindow

AllowUnassociatedTargets => Bool
Cutoff => Int
Duration => Int
Name => Str
Schedule => Str
[ClientToken => Str]
[Description => Str]
[EndDate => Str]
[ScheduleTimezone => Str]
[StartDate => Str]
[Tags => ArrayRef[Paws::SSM::Tag]]

Each argument is described in detail in: Paws::SSM::CreateMaintenanceWindow

Returns: a Paws::SSM::CreateMaintenanceWindowResult instance

Creates a new maintenance window.

CreateOpsItem

Description => Str
Source => Str
Title => Str
[Notifications => ArrayRef[Paws::SSM::OpsItemNotification]]
[OperationalData => Paws::SSM::OpsItemOperationalData]
[Priority => Int]
[RelatedOpsItems => ArrayRef[Paws::SSM::RelatedOpsItem]]
[Tags => ArrayRef[Paws::SSM::Tag]]

Each argument is described in detail in: Paws::SSM::CreateOpsItem

Returns: a Paws::SSM::CreateOpsItemResponse instance

Creates a new OpsItem. You must have permission in AWS Identity and Access Management (IAM) to create a new OpsItem. For more information, see Getting Started with OpsCenter (http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html) in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter (http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide.

CreatePatchBaseline

Name => Str
[ApprovalRules => Paws::SSM::PatchRuleGroup]
[ApprovedPatches => ArrayRef[Str|Undef]]
[ApprovedPatchesComplianceLevel => Str]
[ApprovedPatchesEnableNonSecurity => Bool]
[ClientToken => Str]
[Description => Str]
[GlobalFilters => Paws::SSM::PatchFilterGroup]
[OperatingSystem => Str]
[RejectedPatches => ArrayRef[Str|Undef]]
[RejectedPatchesAction => Str]
[Sources => ArrayRef[Paws::SSM::PatchSource]]
[Tags => ArrayRef[Paws::SSM::Tag]]

Each argument is described in detail in: Paws::SSM::CreatePatchBaseline

Returns: a Paws::SSM::CreatePatchBaselineResult instance

Creates a patch baseline.

For information about valid key and value pairs in PatchFilters for each supported operating system type, see PatchFilter (http://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchFilter.html).

CreateResourceDataSync

S3Destination => Paws::SSM::ResourceDataSyncS3Destination
SyncName => Str

Each argument is described in detail in: Paws::SSM::CreateResourceDataSync

Returns: a Paws::SSM::CreateResourceDataSyncResult instance

Creates a resource data sync configuration to a single bucket in Amazon S3. This is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data to the Amazon S3 bucket. To check the status of the sync, use the ListResourceDataSync.

By default, data is not encrypted in Amazon S3. We strongly recommend that you enable encryption in Amazon S3 to ensure secure data storage. We also recommend that you secure access to the Amazon S3 bucket by creating a restrictive bucket policy. For more information, see Configuring Resource Data Sync for Inventory (http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-datasync.html) in the AWS Systems Manager User Guide.

DeleteActivation

ActivationId => Str

Each argument is described in detail in: Paws::SSM::DeleteActivation

Returns: a Paws::SSM::DeleteActivationResult instance

Deletes an activation. You are not required to delete an activation. If you delete an activation, you can no longer use it to register additional managed instances. Deleting an activation does not de-register managed instances. You must manually de-register managed instances.

DeleteAssociation

[AssociationId => Str]
[InstanceId => Str]
[Name => Str]

Each argument is described in detail in: Paws::SSM::DeleteAssociation

Returns: a Paws::SSM::DeleteAssociationResult instance

Disassociates the specified Systems Manager document from the specified instance.

When you disassociate a document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.

DeleteDocument

Name => Str
[DocumentVersion => Str]
[VersionName => Str]

Each argument is described in detail in: Paws::SSM::DeleteDocument

Returns: a Paws::SSM::DeleteDocumentResult instance

Deletes the Systems Manager document and all instance associations to the document.

Before you delete the document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.

DeleteInventory

TypeName => Str
[ClientToken => Str]
[DryRun => Bool]
[SchemaDeleteOption => Str]

Each argument is described in detail in: Paws::SSM::DeleteInventory

Returns: a Paws::SSM::DeleteInventoryResult instance

Delete a custom inventory type, or the data associated with a custom Inventory type. Deleting a custom inventory type is also referred to as deleting a custom inventory schema.

DeleteMaintenanceWindow

WindowId => Str

Each argument is described in detail in: Paws::SSM::DeleteMaintenanceWindow

Returns: a Paws::SSM::DeleteMaintenanceWindowResult instance

Deletes a maintenance window.

DeleteParameter

Name => Str

Each argument is described in detail in: Paws::SSM::DeleteParameter

Returns: a Paws::SSM::DeleteParameterResult instance

Delete a parameter from the system.

DeleteParameters

Names => ArrayRef[Str|Undef]

Each argument is described in detail in: Paws::SSM::DeleteParameters

Returns: a Paws::SSM::DeleteParametersResult instance

Delete a list of parameters. This API is used to delete parameters by using the Amazon EC2 console.

DeletePatchBaseline

BaselineId => Str

Each argument is described in detail in: Paws::SSM::DeletePatchBaseline

Returns: a Paws::SSM::DeletePatchBaselineResult instance

Deletes a patch baseline.

DeleteResourceDataSync

SyncName => Str

Each argument is described in detail in: Paws::SSM::DeleteResourceDataSync

Returns: a Paws::SSM::DeleteResourceDataSyncResult instance

Deletes a Resource Data Sync configuration. After the configuration is deleted, changes to inventory data on managed instances are no longer synced with the target Amazon S3 bucket. Deleting a sync configuration does not delete data in the target Amazon S3 bucket.

DeregisterManagedInstance

InstanceId => Str

Each argument is described in detail in: Paws::SSM::DeregisterManagedInstance

Returns: a Paws::SSM::DeregisterManagedInstanceResult instance

Removes the server or virtual machine from the list of registered servers. You can reregister the instance again at any time. If you don't plan to use Run Command on the server, we suggest uninstalling SSM Agent first.

DeregisterPatchBaselineForPatchGroup

BaselineId => Str
PatchGroup => Str

Each argument is described in detail in: Paws::SSM::DeregisterPatchBaselineForPatchGroup

Returns: a Paws::SSM::DeregisterPatchBaselineForPatchGroupResult instance

Removes a patch group from a patch baseline.

DeregisterTargetFromMaintenanceWindow

WindowId => Str
WindowTargetId => Str
[Safe => Bool]

Each argument is described in detail in: Paws::SSM::DeregisterTargetFromMaintenanceWindow

Returns: a Paws::SSM::DeregisterTargetFromMaintenanceWindowResult instance

Removes a target from a maintenance window.

DeregisterTaskFromMaintenanceWindow

WindowId => Str
WindowTaskId => Str

Each argument is described in detail in: Paws::SSM::DeregisterTaskFromMaintenanceWindow

Returns: a Paws::SSM::DeregisterTaskFromMaintenanceWindowResult instance

Removes a task from a maintenance window.

DescribeActivations

[Filters => ArrayRef[Paws::SSM::DescribeActivationsFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeActivations

Returns: a Paws::SSM::DescribeActivationsResult instance

Details about the activation, including: the date and time the activation was created, the expiration date, the IAM role assigned to the instances in the activation, and the number of instances activated by this registration.

DescribeAssociation

[AssociationId => Str]
[AssociationVersion => Str]
[InstanceId => Str]
[Name => Str]

Each argument is described in detail in: Paws::SSM::DescribeAssociation

Returns: a Paws::SSM::DescribeAssociationResult instance

Describes the association for the specified target or instance. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID. If you created the association by specifying an instance ID and a Systems Manager document, then you retrieve the association by specifying the document name and the instance ID.

DescribeAssociationExecutions

AssociationId => Str
[Filters => ArrayRef[Paws::SSM::AssociationExecutionFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeAssociationExecutions

Returns: a Paws::SSM::DescribeAssociationExecutionsResult instance

Use this API action to view all executions for a specific association ID.

DescribeAssociationExecutionTargets

AssociationId => Str
ExecutionId => Str
[Filters => ArrayRef[Paws::SSM::AssociationExecutionTargetsFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeAssociationExecutionTargets

Returns: a Paws::SSM::DescribeAssociationExecutionTargetsResult instance

Use this API action to view information about a specific execution of a specific association.

DescribeAutomationExecutions

[Filters => ArrayRef[Paws::SSM::AutomationExecutionFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeAutomationExecutions

Returns: a Paws::SSM::DescribeAutomationExecutionsResult instance

Provides details about all active and terminated Automation executions.

DescribeAutomationStepExecutions

AutomationExecutionId => Str
[Filters => ArrayRef[Paws::SSM::StepExecutionFilter]]
[MaxResults => Int]
[NextToken => Str]
[ReverseOrder => Bool]

Each argument is described in detail in: Paws::SSM::DescribeAutomationStepExecutions

Returns: a Paws::SSM::DescribeAutomationStepExecutionsResult instance

Information about all active and terminated step executions in an Automation workflow.

DescribeAvailablePatches

[Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeAvailablePatches

Returns: a Paws::SSM::DescribeAvailablePatchesResult instance

Lists all patches that could possibly be included in a patch baseline.

DescribeDocument

Name => Str
[DocumentVersion => Str]
[VersionName => Str]

Each argument is described in detail in: Paws::SSM::DescribeDocument

Returns: a Paws::SSM::DescribeDocumentResult instance

Describes the specified Systems Manager document.

DescribeDocumentPermission

Name => Str
PermissionType => Str

Each argument is described in detail in: Paws::SSM::DescribeDocumentPermission

Returns: a Paws::SSM::DescribeDocumentPermissionResponse instance

Describes the permissions for a Systems Manager document. If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's AWS account ID) or publicly (All).

DescribeEffectiveInstanceAssociations

InstanceId => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeEffectiveInstanceAssociations

Returns: a Paws::SSM::DescribeEffectiveInstanceAssociationsResult instance

All associations for the instance(s).

DescribeEffectivePatchesForPatchBaseline

BaselineId => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeEffectivePatchesForPatchBaseline

Returns: a Paws::SSM::DescribeEffectivePatchesForPatchBaselineResult instance

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Note that this API applies only to Windows patch baselines.

DescribeInstanceAssociationsStatus

InstanceId => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeInstanceAssociationsStatus

Returns: a Paws::SSM::DescribeInstanceAssociationsStatusResult instance

The status of the associations for the instance(s).

DescribeInstanceInformation

[Filters => ArrayRef[Paws::SSM::InstanceInformationStringFilter]]
[InstanceInformationFilterList => ArrayRef[Paws::SSM::InstanceInformationFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeInstanceInformation

Returns: a Paws::SSM::DescribeInstanceInformationResult instance

Describes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM Agent version (Linux), status etc. If you specify one or more instance IDs, it returns information for those instances. If you do not specify instance IDs, it returns information for all your instances. If you specify an instance ID that is not valid or an instance that you do not own, you receive an error.

The IamRole field for this API action is the Amazon Identity and Access Management (IAM) role assigned to on-premises instances. This call does not return the IAM role for Amazon EC2 instances.

DescribeInstancePatches

InstanceId => Str
[Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeInstancePatches

Returns: a Paws::SSM::DescribeInstancePatchesResult instance

Retrieves information about the patches on the specified instance and their state relative to the patch baseline being used for the instance.

DescribeInstancePatchStates

InstanceIds => ArrayRef[Str|Undef]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeInstancePatchStates

Returns: a Paws::SSM::DescribeInstancePatchStatesResult instance

Retrieves the high-level patch state of one or more instances.

DescribeInstancePatchStatesForPatchGroup

PatchGroup => Str
[Filters => ArrayRef[Paws::SSM::InstancePatchStateFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeInstancePatchStatesForPatchGroup

Returns: a Paws::SSM::DescribeInstancePatchStatesForPatchGroupResult instance

Retrieves the high-level patch state for the instances in the specified patch group.

DescribeInventoryDeletions

[DeletionId => Str]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeInventoryDeletions

Returns: a Paws::SSM::DescribeInventoryDeletionsResult instance

Describes a specific delete inventory operation.

DescribeMaintenanceWindowExecutions

WindowId => Str
[Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeMaintenanceWindowExecutions

Returns: a Paws::SSM::DescribeMaintenanceWindowExecutionsResult instance

Lists the executions of a maintenance window. This includes information about when the maintenance window was scheduled to be active, and information about tasks registered and run with the maintenance window.

DescribeMaintenanceWindowExecutionTaskInvocations

TaskId => Str
WindowExecutionId => Str
[Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeMaintenanceWindowExecutionTaskInvocations

Returns: a Paws::SSM::DescribeMaintenanceWindowExecutionTaskInvocationsResult instance

Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance window execution.

DescribeMaintenanceWindowExecutionTasks

WindowExecutionId => Str
[Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeMaintenanceWindowExecutionTasks

Returns: a Paws::SSM::DescribeMaintenanceWindowExecutionTasksResult instance

For a given maintenance window execution, lists the tasks that were run.

DescribeMaintenanceWindows

[Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeMaintenanceWindows

Returns: a Paws::SSM::DescribeMaintenanceWindowsResult instance

Retrieves the maintenance windows in an AWS account.

DescribeMaintenanceWindowSchedule

[Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter]]
[MaxResults => Int]
[NextToken => Str]
[ResourceType => Str]
[Targets => ArrayRef[Paws::SSM::Target]]
[WindowId => Str]

Each argument is described in detail in: Paws::SSM::DescribeMaintenanceWindowSchedule

Returns: a Paws::SSM::DescribeMaintenanceWindowScheduleResult instance

Retrieves information about upcoming executions of a maintenance window.

DescribeMaintenanceWindowsForTarget

ResourceType => Str
Targets => ArrayRef[Paws::SSM::Target]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeMaintenanceWindowsForTarget

Returns: a Paws::SSM::DescribeMaintenanceWindowsForTargetResult instance

Retrieves information about the maintenance window targets or tasks that an instance is associated with.

DescribeMaintenanceWindowTargets

WindowId => Str
[Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeMaintenanceWindowTargets

Returns: a Paws::SSM::DescribeMaintenanceWindowTargetsResult instance

Lists the targets registered with the maintenance window.

DescribeMaintenanceWindowTasks

WindowId => Str
[Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeMaintenanceWindowTasks

Returns: a Paws::SSM::DescribeMaintenanceWindowTasksResult instance

Lists the tasks in a maintenance window.

DescribeOpsItems

[MaxResults => Int]
[NextToken => Str]
[OpsItemFilters => ArrayRef[Paws::SSM::OpsItemFilter]]

Each argument is described in detail in: Paws::SSM::DescribeOpsItems

Returns: a Paws::SSM::DescribeOpsItemsResponse instance

Query a set of OpsItems. You must have permission in AWS Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Getting Started with OpsCenter (http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html) in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter (http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide.

DescribeParameters

[Filters => ArrayRef[Paws::SSM::ParametersFilter]]
[MaxResults => Int]
[NextToken => Str]
[ParameterFilters => ArrayRef[Paws::SSM::ParameterStringFilter]]

Each argument is described in detail in: Paws::SSM::DescribeParameters

Returns: a Paws::SSM::DescribeParametersResult instance

Get information about a parameter.

Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.

DescribePatchBaselines

[Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribePatchBaselines

Returns: a Paws::SSM::DescribePatchBaselinesResult instance

Lists the patch baselines in your AWS account.

DescribePatchGroups

[Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribePatchGroups

Returns: a Paws::SSM::DescribePatchGroupsResult instance

Lists all patch groups that have been registered with patch baselines.

DescribePatchGroupState

PatchGroup => Str

Each argument is described in detail in: Paws::SSM::DescribePatchGroupState

Returns: a Paws::SSM::DescribePatchGroupStateResult instance

Returns high-level aggregated patch compliance state for a patch group.

DescribePatchProperties

OperatingSystem => Str
Property => Str
[MaxResults => Int]
[NextToken => Str]
[PatchSet => Str]

Each argument is described in detail in: Paws::SSM::DescribePatchProperties

Returns: a Paws::SSM::DescribePatchPropertiesResult instance

Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for actions such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines.

The following section lists the properties that can be used in filters for each major operating system type:

WINDOWS

Valid properties: PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY

AMAZON_LINUX

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

AMAZON_LINUX_2

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

UBUNTU

Valid properties: PRODUCT, PRIORITY

REDHAT_ENTERPRISE_LINUX

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

SUSE

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

CENTOS

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

DescribeSessions

State => Str
[Filters => ArrayRef[Paws::SSM::SessionFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::DescribeSessions

Returns: a Paws::SSM::DescribeSessionsResponse instance

Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.

GetAutomationExecution

AutomationExecutionId => Str

Each argument is described in detail in: Paws::SSM::GetAutomationExecution

Returns: a Paws::SSM::GetAutomationExecutionResult instance

Get detailed information about a particular Automation execution.

GetCommandInvocation

CommandId => Str
InstanceId => Str
[PluginName => Str]

Each argument is described in detail in: Paws::SSM::GetCommandInvocation

Returns: a Paws::SSM::GetCommandInvocationResult instance

Returns detailed information about command execution for an invocation or plugin.

GetConnectionStatus

Target => Str

Each argument is described in detail in: Paws::SSM::GetConnectionStatus

Returns: a Paws::SSM::GetConnectionStatusResponse instance

Retrieves the Session Manager connection status for an instance to determine whether it is connected and ready to receive Session Manager connections.

GetDefaultPatchBaseline

[OperatingSystem => Str]

Each argument is described in detail in: Paws::SSM::GetDefaultPatchBaseline

Returns: a Paws::SSM::GetDefaultPatchBaselineResult instance

Retrieves the default patch baseline. Note that Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

If you do not specify an operating system value, the default patch baseline for Windows is returned.

GetDeployablePatchSnapshotForInstance

InstanceId => Str
SnapshotId => Str

Each argument is described in detail in: Paws::SSM::GetDeployablePatchSnapshotForInstance

Returns: a Paws::SSM::GetDeployablePatchSnapshotForInstanceResult instance

Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document.

GetDocument

Name => Str
[DocumentFormat => Str]
[DocumentVersion => Str]
[VersionName => Str]

Each argument is described in detail in: Paws::SSM::GetDocument

Returns: a Paws::SSM::GetDocumentResult instance

Gets the contents of the specified Systems Manager document.

GetInventory

[Aggregators => ArrayRef[Paws::SSM::InventoryAggregator]]
[Filters => ArrayRef[Paws::SSM::InventoryFilter]]
[MaxResults => Int]
[NextToken => Str]
[ResultAttributes => ArrayRef[Paws::SSM::ResultAttribute]]

Each argument is described in detail in: Paws::SSM::GetInventory

Returns: a Paws::SSM::GetInventoryResult instance

Query inventory information.

GetInventorySchema

[Aggregator => Bool]
[MaxResults => Int]
[NextToken => Str]
[SubType => Bool]
[TypeName => Str]

Each argument is described in detail in: Paws::SSM::GetInventorySchema

Returns: a Paws::SSM::GetInventorySchemaResult instance

Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.

GetMaintenanceWindow

WindowId => Str

Each argument is described in detail in: Paws::SSM::GetMaintenanceWindow

Returns: a Paws::SSM::GetMaintenanceWindowResult instance

Retrieves a maintenance window.

GetMaintenanceWindowExecution

WindowExecutionId => Str

Each argument is described in detail in: Paws::SSM::GetMaintenanceWindowExecution

Returns: a Paws::SSM::GetMaintenanceWindowExecutionResult instance

Retrieves details about a specific task run as part of a maintenance window execution.

GetMaintenanceWindowExecutionTask

TaskId => Str
WindowExecutionId => Str

Each argument is described in detail in: Paws::SSM::GetMaintenanceWindowExecutionTask

Returns: a Paws::SSM::GetMaintenanceWindowExecutionTaskResult instance

Retrieves the details about a specific task run as part of a maintenance window execution.

GetMaintenanceWindowExecutionTaskInvocation

InvocationId => Str
TaskId => Str
WindowExecutionId => Str

Each argument is described in detail in: Paws::SSM::GetMaintenanceWindowExecutionTaskInvocation

Returns: a Paws::SSM::GetMaintenanceWindowExecutionTaskInvocationResult instance

Retrieves a task invocation. A task invocation is a specific task running on a specific target. maintenance windows report status for all invocations.

GetMaintenanceWindowTask

WindowId => Str
WindowTaskId => Str

Each argument is described in detail in: Paws::SSM::GetMaintenanceWindowTask

Returns: a Paws::SSM::GetMaintenanceWindowTaskResult instance

Lists the tasks in a maintenance window.

GetOpsItem

OpsItemId => Str

Each argument is described in detail in: Paws::SSM::GetOpsItem

Returns: a Paws::SSM::GetOpsItemResponse instance

Get information about an OpsItem by using the ID. You must have permission in AWS Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Getting Started with OpsCenter (http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html) in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter (http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide.

GetOpsSummary

Aggregators => ArrayRef[Paws::SSM::OpsAggregator]
[Filters => ArrayRef[Paws::SSM::OpsFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::GetOpsSummary

Returns: a Paws::SSM::GetOpsSummaryResult instance

View a summary of OpsItems based on specified filters and aggregators.

GetParameter

Name => Str
[WithDecryption => Bool]

Each argument is described in detail in: Paws::SSM::GetParameter

Returns: a Paws::SSM::GetParameterResult instance

Get information about a parameter by using the parameter name. Don't confuse this API action with the GetParameters API action.

GetParameterHistory

Name => Str
[MaxResults => Int]
[NextToken => Str]
[WithDecryption => Bool]

Each argument is described in detail in: Paws::SSM::GetParameterHistory

Returns: a Paws::SSM::GetParameterHistoryResult instance

Query a list of all parameters used by the AWS account.

GetParameters

Names => ArrayRef[Str|Undef]
[WithDecryption => Bool]

Each argument is described in detail in: Paws::SSM::GetParameters

Returns: a Paws::SSM::GetParametersResult instance

Get details of a parameter. Don't confuse this API action with the GetParameter API action.

GetParametersByPath

Path => Str
[MaxResults => Int]
[NextToken => Str]
[ParameterFilters => ArrayRef[Paws::SSM::ParameterStringFilter]]
[Recursive => Bool]
[WithDecryption => Bool]

Each argument is described in detail in: Paws::SSM::GetParametersByPath

Returns: a Paws::SSM::GetParametersByPathResult instance

Retrieve parameters in a specific hierarchy. For more information, see Working with Systems Manager Parameters (http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-working.html) in the AWS Systems Manager User Guide.

Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.

This API action doesn't support filtering by tags.

GetPatchBaseline

BaselineId => Str

Each argument is described in detail in: Paws::SSM::GetPatchBaseline

Returns: a Paws::SSM::GetPatchBaselineResult instance

Retrieves information about a patch baseline.

GetPatchBaselineForPatchGroup

PatchGroup => Str
[OperatingSystem => Str]

Each argument is described in detail in: Paws::SSM::GetPatchBaselineForPatchGroup

Returns: a Paws::SSM::GetPatchBaselineForPatchGroupResult instance

Retrieves the patch baseline that should be used for the specified patch group.

GetServiceSetting

SettingId => Str

Each argument is described in detail in: Paws::SSM::GetServiceSetting

Returns: a Paws::SSM::GetServiceSettingResult instance

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. AWS services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API action to change the default setting. Or use the ResetServiceSetting to change the value back to the original value defined by the AWS service team.

Query the current service setting for the account.

LabelParameterVersion

Labels => ArrayRef[Str|Undef]
Name => Str
[ParameterVersion => Int]

Each argument is described in detail in: Paws::SSM::LabelParameterVersion

Returns: a Paws::SSM::LabelParameterVersionResult instance

A parameter label is a user-defined alias to help you manage different versions of a parameter. When you modify a parameter, Systems Manager automatically saves a new version and increments the version number by one. A label can help you remember the purpose of a parameter when there are multiple versions.

Parameter labels have the following requirements and restrictions.

  • A version of a parameter can have a maximum of 10 labels.

  • You can't attach the same label to different versions of the same parameter. For example, if version 1 has the label Production, then you can't attach Production to version 2.

  • You can move a label from one version of a parameter to another.

  • You can't create a label when you create a new parameter. You must attach a label to a specific version of a parameter.

  • You can't delete a parameter label. If you no longer want to use a parameter label, then you must move it to a different version of a parameter.

  • A label can have a maximum of 100 characters.

  • Labels can contain letters (case sensitive), numbers, periods (.), hyphens (-), or underscores (_).

  • Labels can't begin with a number, "aws," or "ssm" (not case sensitive). If a label fails to meet these requirements, then the label is not associated with a parameter and the system displays it in the list of InvalidLabels.

ListAssociations

[AssociationFilterList => ArrayRef[Paws::SSM::AssociationFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::ListAssociations

Returns: a Paws::SSM::ListAssociationsResult instance

Lists the associations for the specified Systems Manager document or instance.

ListAssociationVersions

AssociationId => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::ListAssociationVersions

Returns: a Paws::SSM::ListAssociationVersionsResult instance

Retrieves all versions of an association for a specific association ID.

ListCommandInvocations

[CommandId => Str]
[Details => Bool]
[Filters => ArrayRef[Paws::SSM::CommandFilter]]
[InstanceId => Str]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::ListCommandInvocations

Returns: a Paws::SSM::ListCommandInvocationsResult instance

An invocation is copy of a command sent to a specific instance. A command can apply to one or more instances. A command invocation applies to one instance. For example, if a user runs SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.

ListCommands

[CommandId => Str]
[Filters => ArrayRef[Paws::SSM::CommandFilter]]
[InstanceId => Str]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::ListCommands

Returns: a Paws::SSM::ListCommandsResult instance

Lists the commands requested by users of the AWS account.

ListComplianceItems

[Filters => ArrayRef[Paws::SSM::ComplianceStringFilter]]
[MaxResults => Int]
[NextToken => Str]
[ResourceIds => ArrayRef[Str|Undef]]
[ResourceTypes => ArrayRef[Str|Undef]]

Each argument is described in detail in: Paws::SSM::ListComplianceItems

Returns: a Paws::SSM::ListComplianceItemsResult instance

For a specified resource ID, this API action returns a list of compliance statuses for different resource types. Currently, you can only specify one resource ID per call. List results depend on the criteria specified in the filter.

ListComplianceSummaries

[Filters => ArrayRef[Paws::SSM::ComplianceStringFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::ListComplianceSummaries

Returns: a Paws::SSM::ListComplianceSummariesResult instance

Returns a summary count of compliant and non-compliant resources for a compliance type. For example, this call can return State Manager associations, patches, or custom compliance types according to the filter criteria that you specify.

ListDocuments

[DocumentFilterList => ArrayRef[Paws::SSM::DocumentFilter]]
[Filters => ArrayRef[Paws::SSM::DocumentKeyValuesFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::ListDocuments

Returns: a Paws::SSM::ListDocumentsResult instance

Describes one or more of your Systems Manager documents.

ListDocumentVersions

Name => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::ListDocumentVersions

Returns: a Paws::SSM::ListDocumentVersionsResult instance

List all versions for a document.

ListInventoryEntries

InstanceId => Str
TypeName => Str
[Filters => ArrayRef[Paws::SSM::InventoryFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::ListInventoryEntries

Returns: a Paws::SSM::ListInventoryEntriesResult instance

A list of inventory items returned by the request.

ListResourceComplianceSummaries

[Filters => ArrayRef[Paws::SSM::ComplianceStringFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::ListResourceComplianceSummaries

Returns: a Paws::SSM::ListResourceComplianceSummariesResult instance

Returns a resource-level summary count. The summary includes information about compliant and non-compliant statuses and detailed compliance-item severity counts, according to the filter criteria you specify.

ListResourceDataSync

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSM::ListResourceDataSync

Returns: a Paws::SSM::ListResourceDataSyncResult instance

Lists your resource data sync configurations. Includes information about the last time a sync attempted to start, the last sync status, and the last time a sync successfully completed.

The number of sync configurations might be too large to return using a single call to ListResourceDataSync. You can limit the number of sync configurations returned by using the MaxResults parameter. To determine whether there are more sync configurations to list, check the value of NextToken in the output. If there are more sync configurations to list, you can request them by specifying the NextToken returned in the call to the parameter of a subsequent call.

ListTagsForResource

ResourceId => Str
ResourceType => Str

Each argument is described in detail in: Paws::SSM::ListTagsForResource

Returns: a Paws::SSM::ListTagsForResourceResult instance

Returns a list of the tags assigned to the specified resource.

ModifyDocumentPermission

Name => Str
PermissionType => Str
[AccountIdsToAdd => ArrayRef[Str|Undef]]
[AccountIdsToRemove => ArrayRef[Str|Undef]]

Each argument is described in detail in: Paws::SSM::ModifyDocumentPermission

Returns: a Paws::SSM::ModifyDocumentPermissionResponse instance

Shares a Systems Manager document publicly or privately. If you share a document privately, you must specify the AWS user account IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.

PutComplianceItems

ComplianceType => Str
ExecutionSummary => Paws::SSM::ComplianceExecutionSummary
Items => ArrayRef[Paws::SSM::ComplianceItemEntry]
ResourceId => Str
ResourceType => Str
[ItemContentHash => Str]

Each argument is described in detail in: Paws::SSM::PutComplianceItems

Returns: a Paws::SSM::PutComplianceItemsResult instance

Registers a compliance type and other compliance details on a designated resource. This action lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request.

ComplianceType can be one of the following:

  • ExecutionId: The execution ID when the patch, association, or custom compliance item was applied.

  • ExecutionType: Specify patch, association, or Custom:string.

  • ExecutionTime. The time the patch, association, or custom compliance item was applied to the instance.

  • Id: The patch, association, or custom compliance ID.

  • Title: A title.

  • Status: The status of the compliance item. For example, approved for patches, or Failed for associations.

  • Severity: A patch severity. For example, critical.

  • DocumentName: A SSM document name. For example, AWS-RunPatchBaseline.

  • DocumentVersion: An SSM document version number. For example, 4.

  • Classification: A patch classification. For example, security updates.

  • PatchBaselineId: A patch baseline ID.

  • PatchSeverity: A patch severity. For example, Critical.

  • PatchState: A patch state. For example, InstancesWithFailedPatches.

  • PatchGroup: The name of a patch group.

  • InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

PutInventory

InstanceId => Str
Items => ArrayRef[Paws::SSM::InventoryItem]

Each argument is described in detail in: Paws::SSM::PutInventory

Returns: a Paws::SSM::PutInventoryResult instance

Bulk update custom inventory items on one more instance. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.

PutParameter

Name => Str
Type => Str
Value => Str
[AllowedPattern => Str]
[Description => Str]
[KeyId => Str]
[Overwrite => Bool]
[Policies => Str]
[Tags => ArrayRef[Paws::SSM::Tag]]
[Tier => Str]

Each argument is described in detail in: Paws::SSM::PutParameter

Returns: a Paws::SSM::PutParameterResult instance

Add a parameter to the system.

RegisterDefaultPatchBaseline

BaselineId => Str

Each argument is described in detail in: Paws::SSM::RegisterDefaultPatchBaseline

Returns: a Paws::SSM::RegisterDefaultPatchBaselineResult instance

Defines the default patch baseline.

RegisterPatchBaselineForPatchGroup

BaselineId => Str
PatchGroup => Str

Each argument is described in detail in: Paws::SSM::RegisterPatchBaselineForPatchGroup

Returns: a Paws::SSM::RegisterPatchBaselineForPatchGroupResult instance

Registers a patch baseline for a patch group.

RegisterTargetWithMaintenanceWindow

ResourceType => Str
Targets => ArrayRef[Paws::SSM::Target]
WindowId => Str
[ClientToken => Str]
[Description => Str]
[Name => Str]
[OwnerInformation => Str]

Each argument is described in detail in: Paws::SSM::RegisterTargetWithMaintenanceWindow

Returns: a Paws::SSM::RegisterTargetWithMaintenanceWindowResult instance

Registers a target with a maintenance window.

RegisterTaskWithMaintenanceWindow

MaxConcurrency => Str
MaxErrors => Str
Targets => ArrayRef[Paws::SSM::Target]
TaskArn => Str
TaskType => Str
WindowId => Str
[ClientToken => Str]
[Description => Str]
[LoggingInfo => Paws::SSM::LoggingInfo]
[Name => Str]
[Priority => Int]
[ServiceRoleArn => Str]
[TaskInvocationParameters => Paws::SSM::MaintenanceWindowTaskInvocationParameters]
[TaskParameters => Paws::SSM::MaintenanceWindowTaskParameters]

Each argument is described in detail in: Paws::SSM::RegisterTaskWithMaintenanceWindow

Returns: a Paws::SSM::RegisterTaskWithMaintenanceWindowResult instance

Adds a new task to a maintenance window.

RemoveTagsFromResource

ResourceId => Str
ResourceType => Str
TagKeys => ArrayRef[Str|Undef]

Each argument is described in detail in: Paws::SSM::RemoveTagsFromResource

Returns: a Paws::SSM::RemoveTagsFromResourceResult instance

Removes all tags from the specified resource.

ResetServiceSetting

SettingId => Str

Each argument is described in detail in: Paws::SSM::ResetServiceSetting

Returns: a Paws::SSM::ResetServiceSettingResult instance

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. AWS services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the GetServiceSetting API action to view the current value. Use the UpdateServiceSetting API action to change the default setting.

Reset the service setting for the account to the default value as provisioned by the AWS service team.

ResumeSession

SessionId => Str

Each argument is described in detail in: Paws::SSM::ResumeSession

Returns: a Paws::SSM::ResumeSessionResponse instance

Reconnects a session to an instance after it has been disconnected. Connections can be resumed for disconnected sessions, but not terminated sessions.

This command is primarily for use by client machines to automatically reconnect during intermittent network issues. It is not intended for any other use.

SendAutomationSignal

AutomationExecutionId => Str
SignalType => Str
[Payload => Paws::SSM::AutomationParameterMap]

Each argument is described in detail in: Paws::SSM::SendAutomationSignal

Returns: a Paws::SSM::SendAutomationSignalResult instance

Sends a signal to an Automation execution to change the current behavior or status of the execution.

SendCommand

DocumentName => Str
[CloudWatchOutputConfig => Paws::SSM::CloudWatchOutputConfig]
[Comment => Str]
[DocumentHash => Str]
[DocumentHashType => Str]
[DocumentVersion => Str]
[InstanceIds => ArrayRef[Str|Undef]]
[MaxConcurrency => Str]
[MaxErrors => Str]
[NotificationConfig => Paws::SSM::NotificationConfig]
[OutputS3BucketName => Str]
[OutputS3KeyPrefix => Str]
[OutputS3Region => Str]
[Parameters => Paws::SSM::Parameters]
[ServiceRoleArn => Str]
[Targets => ArrayRef[Paws::SSM::Target]]
[TimeoutSeconds => Int]

Each argument is described in detail in: Paws::SSM::SendCommand

Returns: a Paws::SSM::SendCommandResult instance

Runs commands on one or more managed instances.

StartAssociationsOnce

AssociationIds => ArrayRef[Str|Undef]

Each argument is described in detail in: Paws::SSM::StartAssociationsOnce

Returns: a Paws::SSM::StartAssociationsOnceResult instance

Use this API action to run an association immediately and only one time. This action can be helpful when troubleshooting associations.

StartAutomationExecution

DocumentName => Str
[ClientToken => Str]
[DocumentVersion => Str]
[MaxConcurrency => Str]
[MaxErrors => Str]
[Mode => Str]
[Parameters => Paws::SSM::AutomationParameterMap]
[TargetLocations => ArrayRef[Paws::SSM::TargetLocation]]
[TargetMaps => ArrayRef[Paws::SSM::TargetMap]]
[TargetParameterName => Str]
[Targets => ArrayRef[Paws::SSM::Target]]

Each argument is described in detail in: Paws::SSM::StartAutomationExecution

Returns: a Paws::SSM::StartAutomationExecutionResult instance

Initiates execution of an Automation document.

StartSession

Target => Str
[DocumentName => Str]
[Parameters => Paws::SSM::SessionManagerParameters]

Each argument is described in detail in: Paws::SSM::StartSession

Returns: a Paws::SSM::StartSessionResponse instance

Initiates a connection to a target (for example, an instance) for a Session Manager session. Returns a URL and token that can be used to open a WebSocket connection for sending input and receiving outputs.

AWS CLI usage: start-session is an interactive command that requires the Session Manager plugin to be installed on the client machine making the call. For information, see Install the Session Manager Plugin for the AWS CLI (http://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html) in the AWS Systems Manager User Guide.

StopAutomationExecution

AutomationExecutionId => Str
[Type => Str]

Each argument is described in detail in: Paws::SSM::StopAutomationExecution

Returns: a Paws::SSM::StopAutomationExecutionResult instance

Stop an Automation that is currently running.

TerminateSession

SessionId => Str

Each argument is described in detail in: Paws::SSM::TerminateSession

Returns: a Paws::SSM::TerminateSessionResponse instance

Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the instance. A terminated session cannot be resumed.

UpdateAssociation

AssociationId => Str
[AssociationName => Str]
[AssociationVersion => Str]
[AutomationTargetParameterName => Str]
[ComplianceSeverity => Str]
[DocumentVersion => Str]
[MaxConcurrency => Str]
[MaxErrors => Str]
[Name => Str]
[OutputLocation => Paws::SSM::InstanceAssociationOutputLocation]
[Parameters => Paws::SSM::Parameters]
[ScheduleExpression => Str]
[Targets => ArrayRef[Paws::SSM::Target]]

Each argument is described in detail in: Paws::SSM::UpdateAssociation

Returns: a Paws::SSM::UpdateAssociationResult instance

Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon S3 output.

When you update an association, the association immediately runs against the specified targets.

UpdateAssociationStatus

AssociationStatus => Paws::SSM::AssociationStatus
InstanceId => Str
Name => Str

Each argument is described in detail in: Paws::SSM::UpdateAssociationStatus

Returns: a Paws::SSM::UpdateAssociationStatusResult instance

Updates the status of the Systems Manager document associated with the specified instance.

UpdateDocument

Content => Str
Name => Str
[Attachments => ArrayRef[Paws::SSM::AttachmentsSource]]
[DocumentFormat => Str]
[DocumentVersion => Str]
[TargetType => Str]
[VersionName => Str]

Each argument is described in detail in: Paws::SSM::UpdateDocument

Returns: a Paws::SSM::UpdateDocumentResult instance

The document you want to update.

UpdateDocumentDefaultVersion

DocumentVersion => Str
Name => Str

Each argument is described in detail in: Paws::SSM::UpdateDocumentDefaultVersion

Returns: a Paws::SSM::UpdateDocumentDefaultVersionResult instance

Set the default version of a document.

UpdateMaintenanceWindow

WindowId => Str
[AllowUnassociatedTargets => Bool]
[Cutoff => Int]
[Description => Str]
[Duration => Int]
[Enabled => Bool]
[EndDate => Str]
[Name => Str]
[Replace => Bool]
[Schedule => Str]
[ScheduleTimezone => Str]
[StartDate => Str]

Each argument is described in detail in: Paws::SSM::UpdateMaintenanceWindow

Returns: a Paws::SSM::UpdateMaintenanceWindowResult instance

Updates an existing maintenance window. Only specified parameters are modified.

UpdateMaintenanceWindowTarget

WindowId => Str
WindowTargetId => Str
[Description => Str]
[Name => Str]
[OwnerInformation => Str]
[Replace => Bool]
[Targets => ArrayRef[Paws::SSM::Target]]

Each argument is described in detail in: Paws::SSM::UpdateMaintenanceWindowTarget

Returns: a Paws::SSM::UpdateMaintenanceWindowTargetResult instance

Modifies the target of an existing maintenance window. You can't change the target type, but you can change the following:

The target from being an ID target to a Tag target, or a Tag target to an ID target.

IDs for an ID target.

Tags for a Tag target.

Owner.

Name.

Description.

If a parameter is null, then the corresponding field is not modified.

UpdateMaintenanceWindowTask

WindowId => Str
WindowTaskId => Str
[Description => Str]
[LoggingInfo => Paws::SSM::LoggingInfo]
[MaxConcurrency => Str]
[MaxErrors => Str]
[Name => Str]
[Priority => Int]
[Replace => Bool]
[ServiceRoleArn => Str]
[Targets => ArrayRef[Paws::SSM::Target]]
[TaskArn => Str]
[TaskInvocationParameters => Paws::SSM::MaintenanceWindowTaskInvocationParameters]
[TaskParameters => Paws::SSM::MaintenanceWindowTaskParameters]

Each argument is described in detail in: Paws::SSM::UpdateMaintenanceWindowTask

Returns: a Paws::SSM::UpdateMaintenanceWindowTaskResult instance

Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values:

  • TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript.

  • ServiceRoleArn

  • TaskInvocationParameters

  • Priority

  • MaxConcurrency

  • MaxErrors

If a parameter is null, then the corresponding field is not modified. Also, if you set Replace to true, then all fields required by the RegisterTaskWithMaintenanceWindow action are required for this request. Optional fields that aren't specified are set to null.

UpdateManagedInstanceRole

IamRole => Str
InstanceId => Str

Each argument is described in detail in: Paws::SSM::UpdateManagedInstanceRole

Returns: a Paws::SSM::UpdateManagedInstanceRoleResult instance

Assigns or changes an Amazon Identity and Access Management (IAM) role to the managed instance.

UpdateOpsItem

OpsItemId => Str
[Description => Str]
[Notifications => ArrayRef[Paws::SSM::OpsItemNotification]]
[OperationalData => Paws::SSM::OpsItemOperationalData]
[OperationalDataToDelete => ArrayRef[Str|Undef]]
[Priority => Int]
[RelatedOpsItems => ArrayRef[Paws::SSM::RelatedOpsItem]]
[Status => Str]
[Title => Str]

Each argument is described in detail in: Paws::SSM::UpdateOpsItem

Returns: a Paws::SSM::UpdateOpsItemResponse instance

Edit or change an OpsItem. You must have permission in AWS Identity and Access Management (IAM) to update an OpsItem. For more information, see Getting Started with OpsCenter (http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html) in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter (http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide.

UpdatePatchBaseline

BaselineId => Str
[ApprovalRules => Paws::SSM::PatchRuleGroup]
[ApprovedPatches => ArrayRef[Str|Undef]]
[ApprovedPatchesComplianceLevel => Str]
[ApprovedPatchesEnableNonSecurity => Bool]
[Description => Str]
[GlobalFilters => Paws::SSM::PatchFilterGroup]
[Name => Str]
[RejectedPatches => ArrayRef[Str|Undef]]
[RejectedPatchesAction => Str]
[Replace => Bool]
[Sources => ArrayRef[Paws::SSM::PatchSource]]

Each argument is described in detail in: Paws::SSM::UpdatePatchBaseline

Returns: a Paws::SSM::UpdatePatchBaselineResult instance

Modifies an existing patch baseline. Fields not specified in the request are left unchanged.

For information about valid key and value pairs in PatchFilters for each supported operating system type, see PatchFilter (http://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchFilter.html).

UpdateServiceSetting

SettingId => Str
SettingValue => Str

Each argument is described in detail in: Paws::SSM::UpdateServiceSetting

Returns: a Paws::SSM::UpdateServiceSettingResult instance

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. AWS services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the GetServiceSetting API action to view the current value. Or, use the ResetServiceSetting to change the value back to the original value defined by the AWS service team.

Update the service setting for the account.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

DescribeAllActivations(sub { },[Filters => ArrayRef[Paws::SSM::DescribeActivationsFilter], MaxResults => Int, NextToken => Str])

DescribeAllActivations([Filters => ArrayRef[Paws::SSM::DescribeActivationsFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ActivationList, passing the object as the first parameter, and the string 'ActivationList' as the second parameter 

If not, it will return a a Paws::SSM::DescribeActivationsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllAssociationExecutions(sub { },AssociationId => Str, [Filters => ArrayRef[Paws::SSM::AssociationExecutionFilter], MaxResults => Int, NextToken => Str])

DescribeAllAssociationExecutions(AssociationId => Str, [Filters => ArrayRef[Paws::SSM::AssociationExecutionFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - AssociationExecutions, passing the object as the first parameter, and the string 'AssociationExecutions' as the second parameter 

If not, it will return a a Paws::SSM::DescribeAssociationExecutionsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllAssociationExecutionTargets(sub { },AssociationId => Str, ExecutionId => Str, [Filters => ArrayRef[Paws::SSM::AssociationExecutionTargetsFilter], MaxResults => Int, NextToken => Str])

DescribeAllAssociationExecutionTargets(AssociationId => Str, ExecutionId => Str, [Filters => ArrayRef[Paws::SSM::AssociationExecutionTargetsFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - AssociationExecutionTargets, passing the object as the first parameter, and the string 'AssociationExecutionTargets' as the second parameter 

If not, it will return a a Paws::SSM::DescribeAssociationExecutionTargetsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllAutomationExecutions(sub { },[Filters => ArrayRef[Paws::SSM::AutomationExecutionFilter], MaxResults => Int, NextToken => Str])

DescribeAllAutomationExecutions([Filters => ArrayRef[Paws::SSM::AutomationExecutionFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - AutomationExecutionMetadataList, passing the object as the first parameter, and the string 'AutomationExecutionMetadataList' as the second parameter 

If not, it will return a a Paws::SSM::DescribeAutomationExecutionsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllAutomationStepExecutions(sub { },AutomationExecutionId => Str, [Filters => ArrayRef[Paws::SSM::StepExecutionFilter], MaxResults => Int, NextToken => Str, ReverseOrder => Bool])

DescribeAllAutomationStepExecutions(AutomationExecutionId => Str, [Filters => ArrayRef[Paws::SSM::StepExecutionFilter], MaxResults => Int, NextToken => Str, ReverseOrder => Bool])

If passed a sub as first parameter, it will call the sub for each element found in :

 - StepExecutions, passing the object as the first parameter, and the string 'StepExecutions' as the second parameter 

If not, it will return a a Paws::SSM::DescribeAutomationStepExecutionsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllAvailablePatches(sub { },[Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter], MaxResults => Int, NextToken => Str])

DescribeAllAvailablePatches([Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Patches, passing the object as the first parameter, and the string 'Patches' as the second parameter 

If not, it will return a a Paws::SSM::DescribeAvailablePatchesResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllEffectiveInstanceAssociations(sub { },InstanceId => Str, [MaxResults => Int, NextToken => Str])

DescribeAllEffectiveInstanceAssociations(InstanceId => Str, [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Associations, passing the object as the first parameter, and the string 'Associations' as the second parameter 

If not, it will return a a Paws::SSM::DescribeEffectiveInstanceAssociationsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllEffectivePatchesForPatchBaseline(sub { },BaselineId => Str, [MaxResults => Int, NextToken => Str])

DescribeAllEffectivePatchesForPatchBaseline(BaselineId => Str, [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - EffectivePatches, passing the object as the first parameter, and the string 'EffectivePatches' as the second parameter 

If not, it will return a a Paws::SSM::DescribeEffectivePatchesForPatchBaselineResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllInstanceAssociationsStatus(sub { },InstanceId => Str, [MaxResults => Int, NextToken => Str])

DescribeAllInstanceAssociationsStatus(InstanceId => Str, [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - InstanceAssociationStatusInfos, passing the object as the first parameter, and the string 'InstanceAssociationStatusInfos' as the second parameter 

If not, it will return a a Paws::SSM::DescribeInstanceAssociationsStatusResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllInstanceInformation(sub { },[Filters => ArrayRef[Paws::SSM::InstanceInformationStringFilter], InstanceInformationFilterList => ArrayRef[Paws::SSM::InstanceInformationFilter], MaxResults => Int, NextToken => Str])

DescribeAllInstanceInformation([Filters => ArrayRef[Paws::SSM::InstanceInformationStringFilter], InstanceInformationFilterList => ArrayRef[Paws::SSM::InstanceInformationFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - InstanceInformationList, passing the object as the first parameter, and the string 'InstanceInformationList' as the second parameter 

If not, it will return a a Paws::SSM::DescribeInstanceInformationResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllInstancePatches(sub { },InstanceId => Str, [Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter], MaxResults => Int, NextToken => Str])

DescribeAllInstancePatches(InstanceId => Str, [Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Patches, passing the object as the first parameter, and the string 'Patches' as the second parameter 

If not, it will return a a Paws::SSM::DescribeInstancePatchesResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllInstancePatchStates(sub { },InstanceIds => ArrayRef[Str|Undef], [MaxResults => Int, NextToken => Str])

DescribeAllInstancePatchStates(InstanceIds => ArrayRef[Str|Undef], [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - InstancePatchStates, passing the object as the first parameter, and the string 'InstancePatchStates' as the second parameter 

If not, it will return a a Paws::SSM::DescribeInstancePatchStatesResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllInstancePatchStatesForPatchGroup(sub { },PatchGroup => Str, [Filters => ArrayRef[Paws::SSM::InstancePatchStateFilter], MaxResults => Int, NextToken => Str])

DescribeAllInstancePatchStatesForPatchGroup(PatchGroup => Str, [Filters => ArrayRef[Paws::SSM::InstancePatchStateFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - InstancePatchStates, passing the object as the first parameter, and the string 'InstancePatchStates' as the second parameter 

If not, it will return a a Paws::SSM::DescribeInstancePatchStatesForPatchGroupResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllInventoryDeletions(sub { },[DeletionId => Str, MaxResults => Int, NextToken => Str])

DescribeAllInventoryDeletions([DeletionId => Str, MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - InventoryDeletions, passing the object as the first parameter, and the string 'InventoryDeletions' as the second parameter 

If not, it will return a a Paws::SSM::DescribeInventoryDeletionsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllMaintenanceWindowExecutions(sub { },WindowId => Str, [Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

DescribeAllMaintenanceWindowExecutions(WindowId => Str, [Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - WindowExecutions, passing the object as the first parameter, and the string 'WindowExecutions' as the second parameter 

If not, it will return a a Paws::SSM::DescribeMaintenanceWindowExecutionsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllMaintenanceWindowExecutionTaskInvocations(sub { },TaskId => Str, WindowExecutionId => Str, [Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

DescribeAllMaintenanceWindowExecutionTaskInvocations(TaskId => Str, WindowExecutionId => Str, [Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - WindowExecutionTaskInvocationIdentities, passing the object as the first parameter, and the string 'WindowExecutionTaskInvocationIdentities' as the second parameter 

If not, it will return a a Paws::SSM::DescribeMaintenanceWindowExecutionTaskInvocationsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllMaintenanceWindowExecutionTasks(sub { },WindowExecutionId => Str, [Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

DescribeAllMaintenanceWindowExecutionTasks(WindowExecutionId => Str, [Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - WindowExecutionTaskIdentities, passing the object as the first parameter, and the string 'WindowExecutionTaskIdentities' as the second parameter 

If not, it will return a a Paws::SSM::DescribeMaintenanceWindowExecutionTasksResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllMaintenanceWindows(sub { },[Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

DescribeAllMaintenanceWindows([Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - WindowIdentities, passing the object as the first parameter, and the string 'WindowIdentities' as the second parameter 

If not, it will return a a Paws::SSM::DescribeMaintenanceWindowsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllMaintenanceWindowSchedule(sub { },[Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter], MaxResults => Int, NextToken => Str, ResourceType => Str, Targets => ArrayRef[Paws::SSM::Target], WindowId => Str])

DescribeAllMaintenanceWindowSchedule([Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter], MaxResults => Int, NextToken => Str, ResourceType => Str, Targets => ArrayRef[Paws::SSM::Target], WindowId => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ScheduledWindowExecutions, passing the object as the first parameter, and the string 'ScheduledWindowExecutions' as the second parameter 

If not, it will return a a Paws::SSM::DescribeMaintenanceWindowScheduleResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllMaintenanceWindowsForTarget(sub { },ResourceType => Str, Targets => ArrayRef[Paws::SSM::Target], [MaxResults => Int, NextToken => Str])

DescribeAllMaintenanceWindowsForTarget(ResourceType => Str, Targets => ArrayRef[Paws::SSM::Target], [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - WindowIdentities, passing the object as the first parameter, and the string 'WindowIdentities' as the second parameter 

If not, it will return a a Paws::SSM::DescribeMaintenanceWindowsForTargetResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllMaintenanceWindowTargets(sub { },WindowId => Str, [Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

DescribeAllMaintenanceWindowTargets(WindowId => Str, [Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Targets, passing the object as the first parameter, and the string 'Targets' as the second parameter 

If not, it will return a a Paws::SSM::DescribeMaintenanceWindowTargetsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllMaintenanceWindowTasks(sub { },WindowId => Str, [Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

DescribeAllMaintenanceWindowTasks(WindowId => Str, [Filters => ArrayRef[Paws::SSM::MaintenanceWindowFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Tasks, passing the object as the first parameter, and the string 'Tasks' as the second parameter 

If not, it will return a a Paws::SSM::DescribeMaintenanceWindowTasksResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllParameters(sub { },[Filters => ArrayRef[Paws::SSM::ParametersFilter], MaxResults => Int, NextToken => Str, ParameterFilters => ArrayRef[Paws::SSM::ParameterStringFilter]])

DescribeAllParameters([Filters => ArrayRef[Paws::SSM::ParametersFilter], MaxResults => Int, NextToken => Str, ParameterFilters => ArrayRef[Paws::SSM::ParameterStringFilter]])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Parameters, passing the object as the first parameter, and the string 'Parameters' as the second parameter 

If not, it will return a a Paws::SSM::DescribeParametersResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllPatchBaselines(sub { },[Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter], MaxResults => Int, NextToken => Str])

DescribeAllPatchBaselines([Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - BaselineIdentities, passing the object as the first parameter, and the string 'BaselineIdentities' as the second parameter 

If not, it will return a a Paws::SSM::DescribePatchBaselinesResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllPatchGroups(sub { },[Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter], MaxResults => Int, NextToken => Str])

DescribeAllPatchGroups([Filters => ArrayRef[Paws::SSM::PatchOrchestratorFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Mappings, passing the object as the first parameter, and the string 'Mappings' as the second parameter 

If not, it will return a a Paws::SSM::DescribePatchGroupsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllSessions(sub { },State => Str, [Filters => ArrayRef[Paws::SSM::SessionFilter], MaxResults => Int, NextToken => Str])

DescribeAllSessions(State => Str, [Filters => ArrayRef[Paws::SSM::SessionFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Sessions, passing the object as the first parameter, and the string 'Sessions' as the second parameter 

If not, it will return a a Paws::SSM::DescribeSessionsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

GetAllInventory(sub { },[Aggregators => ArrayRef[Paws::SSM::InventoryAggregator], Filters => ArrayRef[Paws::SSM::InventoryFilter], MaxResults => Int, NextToken => Str, ResultAttributes => ArrayRef[Paws::SSM::ResultAttribute]])

GetAllInventory([Aggregators => ArrayRef[Paws::SSM::InventoryAggregator], Filters => ArrayRef[Paws::SSM::InventoryFilter], MaxResults => Int, NextToken => Str, ResultAttributes => ArrayRef[Paws::SSM::ResultAttribute]])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Entities, passing the object as the first parameter, and the string 'Entities' as the second parameter 

If not, it will return a a Paws::SSM::GetInventoryResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

GetAllInventorySchema(sub { },[Aggregator => Bool, MaxResults => Int, NextToken => Str, SubType => Bool, TypeName => Str])

GetAllInventorySchema([Aggregator => Bool, MaxResults => Int, NextToken => Str, SubType => Bool, TypeName => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Schemas, passing the object as the first parameter, and the string 'Schemas' as the second parameter 

If not, it will return a a Paws::SSM::GetInventorySchemaResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

GetAllParameterHistory(sub { },Name => Str, [MaxResults => Int, NextToken => Str, WithDecryption => Bool])

GetAllParameterHistory(Name => Str, [MaxResults => Int, NextToken => Str, WithDecryption => Bool])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Parameters, passing the object as the first parameter, and the string 'Parameters' as the second parameter 

If not, it will return a a Paws::SSM::GetParameterHistoryResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

GetAllParametersByPath(sub { },Path => Str, [MaxResults => Int, NextToken => Str, ParameterFilters => ArrayRef[Paws::SSM::ParameterStringFilter], Recursive => Bool, WithDecryption => Bool])

GetAllParametersByPath(Path => Str, [MaxResults => Int, NextToken => Str, ParameterFilters => ArrayRef[Paws::SSM::ParameterStringFilter], Recursive => Bool, WithDecryption => Bool])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Parameters, passing the object as the first parameter, and the string 'Parameters' as the second parameter 

If not, it will return a a Paws::SSM::GetParametersByPathResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllAssociations(sub { },[AssociationFilterList => ArrayRef[Paws::SSM::AssociationFilter], MaxResults => Int, NextToken => Str])

ListAllAssociations([AssociationFilterList => ArrayRef[Paws::SSM::AssociationFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Associations, passing the object as the first parameter, and the string 'Associations' as the second parameter 

If not, it will return a a Paws::SSM::ListAssociationsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllAssociationVersions(sub { },AssociationId => Str, [MaxResults => Int, NextToken => Str])

ListAllAssociationVersions(AssociationId => Str, [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - AssociationVersions, passing the object as the first parameter, and the string 'AssociationVersions' as the second parameter 

If not, it will return a a Paws::SSM::ListAssociationVersionsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllCommandInvocations(sub { },[CommandId => Str, Details => Bool, Filters => ArrayRef[Paws::SSM::CommandFilter], InstanceId => Str, MaxResults => Int, NextToken => Str])

ListAllCommandInvocations([CommandId => Str, Details => Bool, Filters => ArrayRef[Paws::SSM::CommandFilter], InstanceId => Str, MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - CommandInvocations, passing the object as the first parameter, and the string 'CommandInvocations' as the second parameter 

If not, it will return a a Paws::SSM::ListCommandInvocationsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllCommands(sub { },[CommandId => Str, Filters => ArrayRef[Paws::SSM::CommandFilter], InstanceId => Str, MaxResults => Int, NextToken => Str])

ListAllCommands([CommandId => Str, Filters => ArrayRef[Paws::SSM::CommandFilter], InstanceId => Str, MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Commands, passing the object as the first parameter, and the string 'Commands' as the second parameter 

If not, it will return a a Paws::SSM::ListCommandsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllComplianceItems(sub { },[Filters => ArrayRef[Paws::SSM::ComplianceStringFilter], MaxResults => Int, NextToken => Str, ResourceIds => ArrayRef[Str|Undef], ResourceTypes => ArrayRef[Str|Undef]])

ListAllComplianceItems([Filters => ArrayRef[Paws::SSM::ComplianceStringFilter], MaxResults => Int, NextToken => Str, ResourceIds => ArrayRef[Str|Undef], ResourceTypes => ArrayRef[Str|Undef]])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ComplianceItems, passing the object as the first parameter, and the string 'ComplianceItems' as the second parameter 

If not, it will return a a Paws::SSM::ListComplianceItemsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllComplianceSummaries(sub { },[Filters => ArrayRef[Paws::SSM::ComplianceStringFilter], MaxResults => Int, NextToken => Str])

ListAllComplianceSummaries([Filters => ArrayRef[Paws::SSM::ComplianceStringFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ComplianceSummaryItems, passing the object as the first parameter, and the string 'ComplianceSummaryItems' as the second parameter 

If not, it will return a a Paws::SSM::ListComplianceSummariesResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllDocuments(sub { },[DocumentFilterList => ArrayRef[Paws::SSM::DocumentFilter], Filters => ArrayRef[Paws::SSM::DocumentKeyValuesFilter], MaxResults => Int, NextToken => Str])

ListAllDocuments([DocumentFilterList => ArrayRef[Paws::SSM::DocumentFilter], Filters => ArrayRef[Paws::SSM::DocumentKeyValuesFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - DocumentIdentifiers, passing the object as the first parameter, and the string 'DocumentIdentifiers' as the second parameter 

If not, it will return a a Paws::SSM::ListDocumentsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllDocumentVersions(sub { },Name => Str, [MaxResults => Int, NextToken => Str])

ListAllDocumentVersions(Name => Str, [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - DocumentVersions, passing the object as the first parameter, and the string 'DocumentVersions' as the second parameter 

If not, it will return a a Paws::SSM::ListDocumentVersionsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllResourceComplianceSummaries(sub { },[Filters => ArrayRef[Paws::SSM::ComplianceStringFilter], MaxResults => Int, NextToken => Str])

ListAllResourceComplianceSummaries([Filters => ArrayRef[Paws::SSM::ComplianceStringFilter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ResourceComplianceSummaryItems, passing the object as the first parameter, and the string 'ResourceComplianceSummaryItems' as the second parameter 

If not, it will return a a Paws::SSM::ListResourceComplianceSummariesResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllResourceDataSync(sub { },[MaxResults => Int, NextToken => Str])

ListAllResourceDataSync([MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ResourceDataSyncItems, passing the object as the first parameter, and the string 'ResourceDataSyncItems' as the second parameter 

If not, it will return a a Paws::SSM::ListResourceDataSyncResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues