![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSM - Perl Interface to AWS Amazon Simple Systems Manager (SSM) SYNOPSISuse 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' } ], ); DESCRIPTIONAWS 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 Elastic Compute Cloud instance (EC2 instance), or any on-premises server or virtual machine (VM) 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 (https://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 (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html) in the AWS Systems Manager User Guide. Related resources
For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06> METHODSAddTagsToResourceEach 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 and are interpreted strictly as a string of characters. For more information about using tags with EC2 instances, see Tagging your Amazon EC2 resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) in the Amazon EC2 User Guide. AssociateOpsItemRelatedItemEach argument is described in detail in: Paws::SSM::AssociateOpsItemRelatedItem Returns: a Paws::SSM::AssociateOpsItemRelatedItemResponse instance Associates a related resource to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager is a capability of AWS Systems Manager. CancelCommand
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. CancelMaintenanceWindowExecutionEach 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
Each argument is described in detail in: Paws::SSM::CreateActivation Returns: a Paws::SSM::CreateActivationResult instance Generates an activation code and activation ID you can use to register your on-premises server or virtual machine (VM) with Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises instances and VMs using Systems Manager, see Setting up AWS Systems Manager for hybrid environments (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances.html) in the AWS Systems Manager User Guide. On-premises servers or VMs that are registered with Systems Manager and EC2 instances that you manage with Systems Manager are all called managed instances. CreateAssociation
Each argument is described in detail in: Paws::SSM::CreateAssociation Returns: a Paws::SSM::CreateAssociationResult instance A State Manager association defines the state that you want to maintain on your instances. For example, an association can specify that anti-virus software must be installed and running on your instances, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an AWS Resource Group or an AWS Autoscaling Group, State Manager applies the configuration when new instances are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software is not installed, then State Manager installs it. If the software is installed, but the service is not running, then the association might instruct State Manager to start the service. CreateAssociationBatchEach 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
Each argument is described in detail in: Paws::SSM::CreateDocument Returns: a Paws::SSM::CreateDocumentResult instance Creates a Systems Manager (SSM) document. An SSM document defines the actions that Systems Manager performs on your managed instances. For more information about SSM documents, including information about supported schemas, features, and syntax, see AWS Systems Manager Documents (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-ssm-docs.html) in the AWS Systems Manager User Guide. CreateMaintenanceWindow
Each argument is described in detail in: Paws::SSM::CreateMaintenanceWindow Returns: a Paws::SSM::CreateMaintenanceWindowResult instance Creates a new maintenance window. The value you specify for "Duration" determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for "Cutoff". For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for "Cutoff" is one hour, no maintenance window tasks can start after 5 PM. CreateOpsItem
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 (https://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 (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide. CreateOpsMetadata
Each argument is described in detail in: Paws::SSM::CreateOpsMetadata Returns: a Paws::SSM::CreateOpsMetadataResult instance If you create a new application in Application Manager, Systems Manager calls this API action to specify information about the new application, including the application type. CreatePatchBaseline
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
Each argument is described in detail in: Paws::SSM::CreateResourceDataSync Returns: a Paws::SSM::CreateResourceDataSyncResult instance A resource data sync helps you view data from multiple sources in a single location. Systems Manager offers two types of resource data sync: "SyncToDestination" and "SyncFromSource". You can configure Systems Manager Inventory to use the "SyncToDestination" type to synchronize Inventory data from multiple AWS Regions to a single S3 bucket. For more information, see Configuring Resource Data Sync for Inventory (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-datasync.html) in the AWS Systems Manager User Guide. You can configure Systems Manager Explorer to use the "SyncFromSource" type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple AWS Regions to a single S3 bucket. This type can synchronize OpsItems and OpsData from multiple AWS accounts and Regions or "EntireOrganization" by using AWS Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions (https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html) in the AWS Systems Manager User Guide. A resource data sync is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data. To check the status of a 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. DeleteActivationEach 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
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
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
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. DeleteMaintenanceWindowEach argument is described in detail in: Paws::SSM::DeleteMaintenanceWindow Returns: a Paws::SSM::DeleteMaintenanceWindowResult instance Deletes a maintenance window. DeleteOpsMetadataEach argument is described in detail in: Paws::SSM::DeleteOpsMetadata Returns: a Paws::SSM::DeleteOpsMetadataResult instance Delete OpsMetadata related to an application. DeleteParameterEach argument is described in detail in: Paws::SSM::DeleteParameter Returns: a Paws::SSM::DeleteParameterResult instance Delete a parameter from the system. DeleteParametersEach argument is described in detail in: Paws::SSM::DeleteParameters Returns: a Paws::SSM::DeleteParametersResult instance Delete a list of parameters. DeletePatchBaselineEach argument is described in detail in: Paws::SSM::DeletePatchBaseline Returns: a Paws::SSM::DeletePatchBaselineResult instance Deletes a patch baseline. DeleteResourceDataSync
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 data on managed instances are no longer synced to or from the target. Deleting a sync configuration does not delete data. DeregisterManagedInstanceEach 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. DeregisterPatchBaselineForPatchGroupEach argument is described in detail in: Paws::SSM::DeregisterPatchBaselineForPatchGroup Returns: a Paws::SSM::DeregisterPatchBaselineForPatchGroupResult instance Removes a patch group from a patch baseline. DeregisterTargetFromMaintenanceWindow
Each argument is described in detail in: Paws::SSM::DeregisterTargetFromMaintenanceWindow Returns: a Paws::SSM::DeregisterTargetFromMaintenanceWindowResult instance Removes a target from a maintenance window. DeregisterTaskFromMaintenanceWindowEach argument is described in detail in: Paws::SSM::DeregisterTaskFromMaintenanceWindow Returns: a Paws::SSM::DeregisterTaskFromMaintenanceWindowResult instance Removes a task from a maintenance window. DescribeActivations
Each argument is described in detail in: Paws::SSM::DescribeActivations Returns: a Paws::SSM::DescribeActivationsResult instance Describes details about the activation, such as the date and time the activation was created, its expiration date, the IAM role assigned to the instances in the activation, and the number of instances registered by using this activation. DescribeAssociation
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
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
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
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
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
Each argument is described in detail in: Paws::SSM::DescribeAvailablePatches Returns: a Paws::SSM::DescribeAvailablePatchesResult instance Lists all patches eligible to be included in a patch baseline. DescribeDocument
Each argument is described in detail in: Paws::SSM::DescribeDocument Returns: a Paws::SSM::DescribeDocumentResult instance Describes the specified Systems Manager document. DescribeDocumentPermission
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
Each argument is described in detail in: Paws::SSM::DescribeEffectiveInstanceAssociations Returns: a Paws::SSM::DescribeEffectiveInstanceAssociationsResult instance All associations for the instance(s). DescribeEffectivePatchesForPatchBaseline
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
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
Each argument is described in detail in: Paws::SSM::DescribeInstanceInformation Returns: a Paws::SSM::DescribeInstanceInformationResult instance Describes one or more of your instances, including information about the operating system platform, the version of SSM Agent installed on the instance, instance status, and so on. 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 EC2 instances. DescribeInstancePatches
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
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
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
Each argument is described in detail in: Paws::SSM::DescribeInventoryDeletions Returns: a Paws::SSM::DescribeInventoryDeletionsResult instance Describes a specific delete inventory operation. DescribeMaintenanceWindowExecutions
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
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
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
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
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
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
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
Each argument is described in detail in: Paws::SSM::DescribeMaintenanceWindowTasks Returns: a Paws::SSM::DescribeMaintenanceWindowTasksResult instance Lists the tasks in a maintenance window. For maintenance window tasks without a specified target, you cannot supply values for "--max-errors" and "--max-concurrency". Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values do not affect the running of your task and can be ignored. DescribeOpsItems
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 (https://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 (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide. DescribeParameters
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
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
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. DescribePatchGroupStateEach 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
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:
DescribeSessions
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. DisassociateOpsItemRelatedItemEach argument is described in detail in: Paws::SSM::DisassociateOpsItemRelatedItem Returns: a Paws::SSM::DisassociateOpsItemRelatedItemResponse instance Deletes the association between an OpsItem and a related resource. For example, this API action can delete an Incident Manager incident from an OpsItem. Incident Manager is a capability of AWS Systems Manager. GetAutomationExecutionEach argument is described in detail in: Paws::SSM::GetAutomationExecution Returns: a Paws::SSM::GetAutomationExecutionResult instance Get detailed information about a particular Automation execution. GetCalendarState
Each argument is described in detail in: Paws::SSM::GetCalendarState Returns: a Paws::SSM::GetCalendarStateResponse instance Gets the state of the AWS Systems Manager Change Calendar at an optional, specified time. If you specify a time, "GetCalendarState" returns the state of the calendar at a specific time, and returns the next time that the Change Calendar state will transition. If you do not specify a time, "GetCalendarState" assumes the current time. Change Calendar entries have two possible states: "OPEN" or "CLOSED". If you specify more than one calendar in a request, the command returns the status of "OPEN" only if all calendars in the request are open. If one or more calendars in the request are closed, the status returned is "CLOSED". For more information about Systems Manager Change Calendar, see AWS Systems Manager Change Calendar (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar.html) in the AWS Systems Manager User Guide. GetCommandInvocation
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. "GetCommandInvocation" only gives the execution status of a plugin in a document. To get the command execution status on a specific instance, use ListCommandInvocations. To get the command execution status across instances, use ListCommands. GetConnectionStatusEach 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 running and ready to receive Session Manager connections. GetDefaultPatchBaseline
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
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
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
Each argument is described in detail in: Paws::SSM::GetInventory Returns: a Paws::SSM::GetInventoryResult instance Query inventory information. GetInventorySchema
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. GetMaintenanceWindowEach argument is described in detail in: Paws::SSM::GetMaintenanceWindow Returns: a Paws::SSM::GetMaintenanceWindowResult instance Retrieves a maintenance window. GetMaintenanceWindowExecutionEach argument is described in detail in: Paws::SSM::GetMaintenanceWindowExecution Returns: a Paws::SSM::GetMaintenanceWindowExecutionResult instance Retrieves details about a specific a maintenance window execution. GetMaintenanceWindowExecutionTaskEach 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. GetMaintenanceWindowExecutionTaskInvocationEach argument is described in detail in: Paws::SSM::GetMaintenanceWindowExecutionTaskInvocation Returns: a Paws::SSM::GetMaintenanceWindowExecutionTaskInvocationResult instance Retrieves information about a specific task running on a specific target. GetMaintenanceWindowTaskEach argument is described in detail in: Paws::SSM::GetMaintenanceWindowTask Returns: a Paws::SSM::GetMaintenanceWindowTaskResult instance Lists the tasks in a maintenance window. For maintenance window tasks without a specified target, you cannot supply values for "--max-errors" and "--max-concurrency". Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values do not affect the running of your task and can be ignored. GetOpsItemEach 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 (https://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 (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide. GetOpsMetadata
Each argument is described in detail in: Paws::SSM::GetOpsMetadata Returns: a Paws::SSM::GetOpsMetadataResult instance View operational metadata related to an application in Application Manager. GetOpsSummary
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
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
Each argument is described in detail in: Paws::SSM::GetParameterHistory Returns: a Paws::SSM::GetParameterHistoryResult instance Retrieves the history of all changes to a parameter. GetParameters
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
Each argument is described in detail in: Paws::SSM::GetParametersByPath Returns: a Paws::SSM::GetParametersByPathResult instance Retrieve information about one or more parameters in a specific hierarchy. 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. GetPatchBaselineEach argument is described in detail in: Paws::SSM::GetPatchBaseline Returns: a Paws::SSM::GetPatchBaselineResult instance Retrieves information about a patch baseline. GetPatchBaselineForPatchGroup
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. GetServiceSettingEach 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
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.
ListAssociations
Each argument is described in detail in: Paws::SSM::ListAssociations Returns: a Paws::SSM::ListAssociationsResult instance Returns all State Manager associations in the current AWS account and Region. You can limit the results to a specific State Manager association document or instance by specifying a filter. ListAssociationVersions
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
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
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
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
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. ListDocumentMetadataHistory
Each argument is described in detail in: Paws::SSM::ListDocumentMetadataHistory Returns: a Paws::SSM::ListDocumentMetadataHistoryResponse instance Information about approval reviews for a version of an SSM document. ListDocuments
Each argument is described in detail in: Paws::SSM::ListDocuments Returns: a Paws::SSM::ListDocumentsResult instance Returns all Systems Manager (SSM) documents in the current AWS account and Region. You can limit the results of this request by using a filter. ListDocumentVersions
Each argument is described in detail in: Paws::SSM::ListDocumentVersions Returns: a Paws::SSM::ListDocumentVersionsResult instance List all versions for a document. ListInventoryEntries
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. ListOpsItemEvents
Each argument is described in detail in: Paws::SSM::ListOpsItemEvents Returns: a Paws::SSM::ListOpsItemEventsResponse instance Returns a list of all OpsItem events in the current AWS account and Region. You can limit the results to events associated with specific OpsItems by specifying a filter. ListOpsItemRelatedItems
Each argument is described in detail in: Paws::SSM::ListOpsItemRelatedItems Returns: a Paws::SSM::ListOpsItemRelatedItemsResponse instance Lists all related-item resources associated with an OpsItem. ListOpsMetadata
Each argument is described in detail in: Paws::SSM::ListOpsMetadata Returns: a Paws::SSM::ListOpsMetadataResult instance Systems Manager calls this API action when displaying all Application Manager OpsMetadata objects or blobs. ListResourceComplianceSummaries
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
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. ListTagsForResourceEach 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
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
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:
PutInventoryEach 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
Each argument is described in detail in: Paws::SSM::PutParameter Returns: a Paws::SSM::PutParameterResult instance Add a parameter to the system. RegisterDefaultPatchBaselineEach argument is described in detail in: Paws::SSM::RegisterDefaultPatchBaseline Returns: a Paws::SSM::RegisterDefaultPatchBaselineResult instance Defines the default patch baseline for the relevant operating system. To reset the AWS predefined patch baseline as the default, specify the full patch baseline ARN as the baseline ID value. For example, for CentOS, specify "arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed" instead of "pb-0574b43a65ea646ed". RegisterPatchBaselineForPatchGroupEach argument is described in detail in: Paws::SSM::RegisterPatchBaselineForPatchGroup Returns: a Paws::SSM::RegisterPatchBaselineForPatchGroupResult instance Registers a patch baseline for a patch group. RegisterTargetWithMaintenanceWindow
Each argument is described in detail in: Paws::SSM::RegisterTargetWithMaintenanceWindow Returns: a Paws::SSM::RegisterTargetWithMaintenanceWindowResult instance Registers a target with a maintenance window. RegisterTaskWithMaintenanceWindow
Each argument is described in detail in: Paws::SSM::RegisterTaskWithMaintenanceWindow Returns: a Paws::SSM::RegisterTaskWithMaintenanceWindowResult instance Adds a new task to a maintenance window. RemoveTagsFromResourceEach argument is described in detail in: Paws::SSM::RemoveTagsFromResource Returns: a Paws::SSM::RemoveTagsFromResourceResult instance Removes tag keys from the specified resource. ResetServiceSettingEach 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. ResumeSessionEach 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
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
Each argument is described in detail in: Paws::SSM::SendCommand Returns: a Paws::SSM::SendCommandResult instance Runs commands on one or more managed instances. StartAssociationsOnceEach 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
Each argument is described in detail in: Paws::SSM::StartAutomationExecution Returns: a Paws::SSM::StartAutomationExecutionResult instance Initiates execution of an Automation document. StartChangeRequestExecution
Each argument is described in detail in: Paws::SSM::StartChangeRequestExecution Returns: a Paws::SSM::StartChangeRequestExecutionResult instance Creates a change request for Change Manager. The runbooks (Automation documents) specified in the change request run only after all required approvals for the change request have been received. StartSession
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 (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html) in the AWS Systems Manager User Guide. AWS Tools for PowerShell usage: Start-SSMSession is not currently supported by AWS Tools for PowerShell on Windows local machines. StopAutomationExecution
Each argument is described in detail in: Paws::SSM::StopAutomationExecution Returns: a Paws::SSM::StopAutomationExecutionResult instance Stop an Automation that is currently running. TerminateSessionEach 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. UnlabelParameterVersionEach argument is described in detail in: Paws::SSM::UnlabelParameterVersion Returns: a Paws::SSM::UnlabelParameterVersionResult instance Remove a label or labels from a parameter. UpdateAssociation
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. In order to call this API action, your IAM user account, group, or role must be configured with permission to call the DescribeAssociation API action. If you don't have permission to call DescribeAssociation, then you receive the following error: "An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn> is not authorized to perform: ssm:DescribeAssociation on resource: <resource_arn>" When you update an association, the association immediately runs against the specified targets. UpdateAssociationStatusEach 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
Each argument is described in detail in: Paws::SSM::UpdateDocument Returns: a Paws::SSM::UpdateDocumentResult instance Updates one or more values for an SSM document. UpdateDocumentDefaultVersionEach argument is described in detail in: Paws::SSM::UpdateDocumentDefaultVersion Returns: a Paws::SSM::UpdateDocumentDefaultVersionResult instance Set the default version of a document. UpdateDocumentMetadata
Each argument is described in detail in: Paws::SSM::UpdateDocumentMetadata Returns: a Paws::SSM::UpdateDocumentMetadataResponse instance Updates information related to approval reviews for a specific version of a document. UpdateMaintenanceWindow
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. The value you specify for "Duration" determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for "Cutoff". For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for "Cutoff" is one hour, no maintenance window tasks can start after 5 PM. UpdateMaintenanceWindowTarget
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 change the following:
If a parameter is null, then the corresponding field is not modified. UpdateMaintenanceWindowTask
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:
One or more targets must be specified for maintenance window Run Command-type tasks. Depending on the task, targets are optional for other maintenance window task types (Automation, AWS Lambda, and AWS Step Functions). For more information about running tasks that do not specify targets, see Registering maintenance window tasks without targets (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html) in the AWS Systems Manager User Guide. If the value for a parameter in "UpdateMaintenanceWindowTask" is null, then the corresponding field is not modified. 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. When you update a maintenance window task that has options specified in "TaskInvocationParameters", you must provide again all the "TaskInvocationParameters" values that you want to retain. The values you do not specify again are removed. For example, suppose that when you registered a Run Command task, you specified "TaskInvocationParameters" values for "Comment", "NotificationConfig", and "OutputS3BucketName". If you update the maintenance window task and specify only a different "OutputS3BucketName" value, the values for "Comment" and "NotificationConfig" are removed. UpdateManagedInstanceRoleEach argument is described in detail in: Paws::SSM::UpdateManagedInstanceRole Returns: a Paws::SSM::UpdateManagedInstanceRoleResult instance Changes the Amazon Identity and Access Management (IAM) role that is assigned to the on-premises instance or virtual machines (VM). IAM roles are first assigned to these hybrid instances during the activation process. For more information, see CreateActivation. UpdateOpsItem
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 (https://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 (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide. UpdateOpsMetadata
Each argument is described in detail in: Paws::SSM::UpdateOpsMetadata Returns: a Paws::SSM::UpdateOpsMetadataResult instance Systems Manager calls this API action when you edit OpsMetadata in Application Manager. UpdatePatchBaseline
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). UpdateResourceDataSyncEach argument is described in detail in: Paws::SSM::UpdateResourceDataSync Returns: a Paws::SSM::UpdateResourceDataSyncResult instance Update a resource data sync. After you create a resource data sync for a Region, you can't change the account options for that sync. For example, if you create a sync in the us-east-2 (Ohio) Region and you choose the Include only the current account option, you can't edit that sync later and choose the Include all accounts from my AWS Organizations configuration option. Instead, you must delete the first resource data sync, and create a new one. This API action only supports a resource data sync that was created with a SyncFromSource "SyncType". UpdateServiceSettingEach 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. PAGINATORSPaginator 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. DescribeAllOpsItems(sub { },[MaxResults => Int, NextToken => Str, OpsItemFilters => ArrayRef[Paws::SSM::OpsItemFilter]])DescribeAllOpsItems([MaxResults => Int, NextToken => Str, OpsItemFilters => ArrayRef[Paws::SSM::OpsItemFilter]])If passed a sub as first parameter, it will call the sub for each element found in : - OpsItemSummaries, passing the object as the first parameter, and the string 'OpsItemSummaries' as the second parameter If not, it will return a a Paws::SSM::DescribeOpsItemsResponse instance with all the "param"s; 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 "param"s; 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 "param"s; 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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. DescribeAllPatchProperties(sub { },OperatingSystem => Str, Property => Str, [MaxResults => Int, NextToken => Str, PatchSet => Str])DescribeAllPatchProperties(OperatingSystem => Str, Property => Str, [MaxResults => Int, NextToken => Str, PatchSet => Str])If passed a sub as first parameter, it will call the sub for each element found in : - Properties, passing the object as the first parameter, and the string 'Properties' as the second parameter If not, it will return a a Paws::SSM::DescribePatchPropertiesResult instance with all the "param"s; 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 "param"s; 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 "param"s; 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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. GetAllOpsSummary(sub { },[Aggregators => ArrayRef[Paws::SSM::OpsAggregator], Filters => ArrayRef[Paws::SSM::OpsFilter], MaxResults => Int, NextToken => Str, ResultAttributes => ArrayRef[Paws::SSM::OpsResultAttribute], SyncName => Str])GetAllOpsSummary([Aggregators => ArrayRef[Paws::SSM::OpsAggregator], Filters => ArrayRef[Paws::SSM::OpsFilter], MaxResults => Int, NextToken => Str, ResultAttributes => ArrayRef[Paws::SSM::OpsResultAttribute], SyncName => Str])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::GetOpsSummaryResult instance with all the "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; 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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllOpsItemEvents(sub { },[Filters => ArrayRef[Paws::SSM::OpsItemEventFilter], MaxResults => Int, NextToken => Str])ListAllOpsItemEvents([Filters => ArrayRef[Paws::SSM::OpsItemEventFilter], MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - Summaries, passing the object as the first parameter, and the string 'Summaries' as the second parameter If not, it will return a a Paws::SSM::ListOpsItemEventsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllOpsItemRelatedItems(sub { },[Filters => ArrayRef[Paws::SSM::OpsItemRelatedItemsFilter], MaxResults => Int, NextToken => Str, OpsItemId => Str])ListAllOpsItemRelatedItems([Filters => ArrayRef[Paws::SSM::OpsItemRelatedItemsFilter], MaxResults => Int, NextToken => Str, OpsItemId => Str])If passed a sub as first parameter, it will call the sub for each element found in : - Summaries, passing the object as the first parameter, and the string 'Summaries' as the second parameter If not, it will return a a Paws::SSM::ListOpsItemRelatedItemsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllOpsMetadata(sub { },[Filters => ArrayRef[Paws::SSM::OpsMetadataFilter], MaxResults => Int, NextToken => Str])ListAllOpsMetadata([Filters => ArrayRef[Paws::SSM::OpsMetadataFilter], MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - OpsMetadataList, passing the object as the first parameter, and the string 'OpsMetadataList' as the second parameter If not, it will return a a Paws::SSM::ListOpsMetadataResult instance with all the "param"s; 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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllResourceDataSync(sub { },[MaxResults => Int, NextToken => Str, SyncType => Str])ListAllResourceDataSync([MaxResults => Int, NextToken => Str, SyncType => 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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. SEE ALSOThis service class forms part of Paws BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|